Hello community, here is the log from the commit of package rocs for openSUSE:Factory checked in at 2013-07-30 16:08:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rocs (Old) and /work/SRC/openSUSE:Factory/.rocs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rocs" Changes: -------- --- /work/SRC/openSUSE:Factory/rocs/rocs.changes 2013-07-22 17:21:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes 2013-07-30 16:08:43.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Jul 25 23:42:00 UTC 2013 - [email protected] + +- Update to 4.10.97 + * KDE 4.11 RC 2 release + * See http://www.kde.org/announcements/announce-4.11-rc2.php + +------------------------------------------------------------------- Old: ---- rocs-4.10.95.tar.xz New: ---- rocs-4.10.97.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rocs.spec ++++++ --- /var/tmp/diff_new_pack.xSdPHw/_old 2013-07-30 16:08:43.000000000 +0200 +++ /var/tmp/diff_new_pack.xSdPHw/_new 2013-07-30 16:08:43.000000000 +0200 @@ -17,7 +17,7 @@ Name: rocs -Version: 4.10.95 +Version: 4.10.97 Release: 0 Summary: Graph Theory IDE License: GPL-3.0+ ++++++ rocs-4.10.95.tar.xz -> rocs-4.10.97.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.95/App/Ui/MainWindow.cpp new/rocs-4.10.97/App/Ui/MainWindow.cpp --- old/rocs-4.10.95/App/Ui/MainWindow.cpp 2013-07-10 01:03:40.000000000 +0200 +++ new/rocs-4.10.97/App/Ui/MainWindow.cpp 2013-07-23 11:00:17.000000000 +0200 @@ -138,6 +138,16 @@ // update rocs config version Settings::setVersion(ROCS_VERSION_STR); + + // disable save action from kpart, since we take care for the editor by global save action + // here "file_save" is the action identifier from katepartui.rc + // note that we may not use that name for our own actions + foreach(KActionCollection* ac, KActionCollection::allCollections()) { + if (ac->action("file_save")) { + ac->removeAction(ac->action("file_save")); + break; // we only expect that action once + } + } } MainWindow::~MainWindow() @@ -965,7 +975,7 @@ // set console // TODO this should part of a plugin interface to for setting up all engine modules engine->registerGlobalObject(_outputWidget->consoleInterface(), "Console"); - + connect(engine, SIGNAL(scriptError(QString)), _outputWidget->consoleInterface(), SLOT(error(QString))); connect(engine, SIGNAL(scriptInfo(QString)), _outputWidget->consoleInterface(), SLOT(log(QString))); connect(engine, SIGNAL(sendDebug(QString)), _outputWidget->consoleInterface(), SLOT(debug(QString))); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
