Hello community, here is the log from the commit of package kget for openSUSE:Factory checked in at 2013-09-09 11:10:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kget (Old) and /work/SRC/openSUSE:Factory/.kget.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kget" Changes: -------- --- /work/SRC/openSUSE:Factory/kget/kget.changes 2013-08-16 13:46:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kget.new/kget.changes 2013-09-09 11:11:03.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Sep 1 10:37:28 UTC 2013 - [email protected] + +- Update to 4.11.1 + * KDE 4.11.1 bugfix release + * See http://www.kde.org/announcements/announce-4.11.1.php + +------------------------------------------------------------------- Old: ---- kget-4.11.0.tar.xz New: ---- kget-4.11.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kget.spec ++++++ --- /var/tmp/diff_new_pack.P9GJYQ/_old 2013-09-09 11:11:04.000000000 +0200 +++ /var/tmp/diff_new_pack.P9GJYQ/_new 2013-09-09 11:11:04.000000000 +0200 @@ -17,7 +17,7 @@ Name: kget -Version: 4.11.0 +Version: 4.11.1 Release: 0 Summary: Download Manager License: GPL-2.0+ ++++++ kget-4.11.0.tar.xz -> kget-4.11.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-4.11.0/mainwindow.cpp new/kget-4.11.1/mainwindow.cpp --- old/kget-4.11.0/mainwindow.cpp 2013-07-10 01:44:20.000000000 +0200 +++ new/kget-4.11.1/mainwindow.cpp 2013-08-28 19:16:03.000000000 +0200 @@ -42,8 +42,6 @@ #include <kstandarddirs.h> #include <KInputDialog> #include <kmessagebox.h> -#include <kshortcutsdialog.h> -#include <kedittoolbar.h> #include <knotifyconfigwidget.h> #include <kfiledialog.h> #include <ktoolinvocation.h> @@ -83,13 +81,12 @@ // create actions setupActions(); - createGUI("kgetui.rc"); + setupGUI(ToolBar | Keys | Save | Create); setCentralWidget(m_viewsContainer); // restore position, size and visibility move( Settings::mainPosition() ); - setAutoSaveSettings(); setPlainCaption(i18n("KGet")); init(); @@ -233,8 +230,6 @@ KStandardAction::quit(this, SLOT(slotQuit()), actionCollection()); // local - Standard configure actions KStandardAction::preferences(this, SLOT(slotPreferences()), actionCollection()); - KStandardAction::configureToolbars(this, SLOT(slotConfigureToolbars()), actionCollection()); - KStandardAction::keyBindings(this, SLOT(slotConfigureKeys()), actionCollection()); KStandardAction::configureNotifications(this, SLOT(slotConfigureNotifications()), actionCollection()); m_menubarAction = KStandardAction::showMenubar(this, SLOT(slotShowMenubar()), actionCollection()); @@ -961,18 +956,6 @@ KNotifyConfigWidget::configure(this); } -void MainWindow::slotConfigureKeys() -{ - KShortcutsDialog::configure(actionCollection()); -} - -void MainWindow::slotConfigureToolbars() -{ - KEditToolBar edit( actionCollection() ); - connect(&edit, SIGNAL(newToolBarConfig()), this, SLOT(slotNewToolbarConfig())); - edit.exec(); -} - void MainWindow::slotSaveMyself() { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kget-4.11.0/mainwindow.h new/kget-4.11.1/mainwindow.h --- old/kget-4.11.0/mainwindow.h 2013-07-10 01:44:20.000000000 +0200 +++ new/kget-4.11.1/mainwindow.h 2013-08-28 19:16:03.000000000 +0200 @@ -83,8 +83,6 @@ void slotStartDownload(); void slotStopDownload(); void slotConfigureNotifications(); - void slotConfigureKeys(); - void slotConfigureToolbars(); void slotToggleAutoPaste(); void slotTrayKonquerorIntegration(bool); void slotKonquerorIntegration( bool ); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
