Hello community,

here is the log from the commit of package ksystemlog for openSUSE:Factory 
checked in at 2014-07-16 16:18:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksystemlog (Old)
 and      /work/SRC/openSUSE:Factory/.ksystemlog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksystemlog"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksystemlog/ksystemlog.changes    2014-06-19 
13:18:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ksystemlog.new/ksystemlog.changes       
2014-07-16 16:18:34.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:20:14 UTC 2014 - [email protected]
+
+- Update to 4.13.80
+   * KDE 4.14 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.14-beta1.php
+
+-------------------------------------------------------------------

Old:
----
  ksystemlog-4.13.2.tar.xz

New:
----
  ksystemlog-4.13.80.tar.xz

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

Other differences:
------------------
++++++ ksystemlog.spec ++++++
--- /var/tmp/diff_new_pack.vKf8dU/_old  2014-07-16 16:18:35.000000000 +0200
+++ /var/tmp/diff_new_pack.vKf8dU/_new  2014-07-16 16:18:35.000000000 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  oxygen-icon-theme-large
 Url:            http://www.kde.org
-Version:        4.13.2
+Version:        4.13.80
 Release:        0
 Summary:        System Log Viewer Tool
 License:        GPL-2.0

++++++ ksystemlog-4.13.2.tar.xz -> ksystemlog-4.13.80.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-4.13.2/src/mainWindow.cpp 
new/ksystemlog-4.13.80/src/mainWindow.cpp
--- old/ksystemlog-4.13.2/src/mainWindow.cpp    2013-08-14 22:05:24.000000000 
+0200
+++ new/ksystemlog-4.13.80/src/mainWindow.cpp   2014-04-26 22:18:40.000000000 
+0200
@@ -336,12 +336,11 @@
 
 }
 
-bool MainWindow::queryExit() {
+void MainWindow::closeEvent(QCloseEvent *event) {
        logDebug() << "Saving configuration before exit..." << endl;
        //Write the config to the file
        KSystemLogConfig::self()->writeConfig();
-
-       return true;
+       KXmlGuiWindow::closeEvent(event);
 }
 
 TabLogViewsWidget* MainWindow::tabs() {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-4.13.2/src/mainWindow.h 
new/ksystemlog-4.13.80/src/mainWindow.h
--- old/ksystemlog-4.13.2/src/mainWindow.h      2013-08-14 22:05:24.000000000 
+0200
+++ new/ksystemlog-4.13.80/src/mainWindow.h     2014-04-26 22:18:40.000000000 
+0200
@@ -79,6 +79,11 @@
                 * with @ref saveProperties
                 */
                void readProperties(const KConfigGroup& configuration);
+
+               /**
+                * Reimplemented to save configuration when closing.
+                */
+               void closeEvent(QCloseEvent *event);
                
        public slots:
                void changeStatusBar(const QString& text);
@@ -114,12 +119,6 @@
                void changeResumePauseAction(bool paused);
                void selectLogModeAction(QAction* action);
                
-       protected slots:
-               /**
-                * Last method called before application exitting (Overridden 
method)
-                */
-               bool queryExit();
-               
        private:
                
                void loadLogModePlugins();

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

Reply via email to