Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2014-08-25 10:59:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/filelight (Old)
 and      /work/SRC/openSUSE:Factory/.filelight.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filelight"

Changes:
--------
--- /work/SRC/openSUSE:Factory/filelight/filelight.changes      2014-07-16 
16:16:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2014-08-25 
11:00:18.000000000 +0200
@@ -1,0 +2,14 @@
+Fri Aug 15 08:37:49 UTC 2014 - [email protected]
+
+- Update to 4.14.0
+   * KDE 4.14.0 SC Final Release
+   * See http://www.kde.org/announcements/4.13/
+
+-------------------------------------------------------------------
+Thu Jul 17 16:43:49 UTC 2014 - [email protected]
+
+- Update to 4.13.90
+   * KDE 4.14 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.14-beta2.php
+
+-------------------------------------------------------------------

Old:
----
  filelight-4.13.80.tar.xz

New:
----
  filelight-4.14.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ filelight.spec ++++++
--- /var/tmp/diff_new_pack.6ysd7q/_old  2014-08-25 11:00:19.000000000 +0200
+++ /var/tmp/diff_new_pack.6ysd7q/_new  2014-08-25 11:00:19.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           filelight
-Version:        4.13.80
+Version:        4.14.0
 Release:        0
 Summary:        Graphical disk usage viewer
 License:        GPL-2.0 or GPL-3.0

++++++ filelight-4.13.80.tar.xz -> filelight-4.14.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/filelight-4.13.80/src/part/radialMap/widgetEvents.cpp 
new/filelight-4.14.0/src/part/radialMap/widgetEvents.cpp
--- old/filelight-4.13.80/src/part/radialMap/widgetEvents.cpp   2014-05-08 
01:15:01.000000000 +0200
+++ new/filelight-4.14.0/src/part/radialMap/widgetEvents.cpp    2014-07-24 
02:03:43.000000000 +0200
@@ -232,8 +232,10 @@
             popup.addSeparator();
             copyClipboard = popup.addAction(KIcon(QLatin1String( "edit-copy" 
)), i18n("&Copy to clipboard"));
 
-            popup.addSeparator();
-            deleteItem = popup.addAction(KIcon(QLatin1String( "edit-delete" 
)), i18n("&Delete"));
+            if (m_focus->file() != m_tree) {
+                popup.addSeparator();
+                deleteItem = popup.addAction(KIcon(QLatin1String( 
"edit-delete" )), i18n("&Delete"));
+            }
 
             QAction* clicked = popup.exec(e->globalPos(), 0);
 
@@ -249,7 +251,7 @@
                 QMimeData* mimedata = new QMimeData();
                 url.populateMimeData(mimedata);
                 QApplication::clipboard()->setMimeData(mimedata , 
QClipboard::Clipboard);
-            } else if (clicked == deleteItem) {
+            } else if (clicked == deleteItem && m_focus->file() != m_tree) {
                 m_toBeDeleted = m_focus;
                 const KUrl url = Widget::url(m_toBeDeleted->file());
                 const QString message = m_toBeDeleted->file()->isFolder()

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to