Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2014-07-16 16:16:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-19 
13:16:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2014-07-16 
16:16:44.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:16:16 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.80
+   * KDE 4.14 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.14-beta1.php
+
+-------------------------------------------------------------------

Old:
----
  filelight-4.13.2.tar.xz

New:
----
  filelight-4.13.80.tar.xz

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

Other differences:
------------------
++++++ filelight.spec ++++++
--- /var/tmp/diff_new_pack.h4WeRO/_old  2014-07-16 16:16:45.000000000 +0200
+++ /var/tmp/diff_new_pack.h4WeRO/_new  2014-07-16 16:16:45.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           filelight
-Version:        4.13.2
+Version:        4.13.80
 Release:        0
 Summary:        Graphical disk usage viewer
 License:        GPL-2.0 or GPL-3.0

++++++ filelight-4.13.2.tar.xz -> filelight-4.13.80.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-4.13.2/src/app/mainWindow.cpp 
new/filelight-4.13.80/src/app/mainWindow.cpp
--- old/filelight-4.13.2/src/app/mainWindow.cpp 2014-05-08 01:18:45.000000000 
+0200
+++ new/filelight-4.13.80/src/app/mainWindow.cpp        2014-05-08 
01:15:01.000000000 +0200
@@ -153,18 +153,15 @@
     connect(m_histories, SIGNAL(activated(KUrl)), SLOT(slotScanUrl(KUrl)));
 }
 
-bool MainWindow::queryExit()
+void MainWindow::closeEvent(QCloseEvent *event)
 {
-    if (!m_part) //apparently std::exit() still calls this function, and 
abort() causes a crash..
-        return true;
-
     KConfigGroup config = KGlobal::config()->group("general");
 
     m_recentScans->saveEntries(config);
     config.writePathEntry("comboHistory", m_combo->historyItems());
     config.sync();
 
-    return true;
+    KParts::MainWindow::closeEvent(event);
 }
 
 inline void MainWindow::configToolbars() //slot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-4.13.2/src/app/mainWindow.h 
new/filelight-4.13.80/src/app/mainWindow.h
--- old/filelight-4.13.2/src/app/mainWindow.h   2014-05-08 01:18:45.000000000 
+0200
+++ new/filelight-4.13.80/src/app/mainWindow.h  2014-05-08 01:15:01.000000000 
+0200
@@ -68,7 +68,7 @@
 protected:
     virtual void saveProperties(KConfigGroup&);
     virtual void readProperties(const KConfigGroup&);
-    virtual bool queryExit();
+    virtual void closeEvent(QCloseEvent *event);
 
 private:
     Filelight::Part *m_part;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to