Hello community, here is the log from the commit of package kalzium for openSUSE:Factory checked in at 2015-02-11 16:34:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kalzium (Old) and /work/SRC/openSUSE:Factory/.kalzium.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kalzium" Changes: -------- --- /work/SRC/openSUSE:Factory/kalzium/kalzium.changes 2015-01-21 22:09:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kalzium.new/kalzium.changes 2015-02-11 16:34:23.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Feb 1 10:40:02 UTC 2015 - tittiatc...@gmail.com + +- Update to KDE Applications 14.12.2 + * KDE Applications 14.12.2 + * See https://www.kde.org/announcements/announce-applications-14.12.2.php + +------------------------------------------------------------------- Old: ---- kalzium-14.12.1.tar.xz New: ---- kalzium-14.12.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kalzium.spec ++++++ --- /var/tmp/diff_new_pack.8wfOlH/_old 2015-02-11 16:34:24.000000000 +0100 +++ /var/tmp/diff_new_pack.8wfOlH/_new 2015-02-11 16:34:24.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kalzium # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: kalzium -Version: 14.12.1 +Version: 14.12.2 Release: 0 Summary: Periodic Table of Elements License: GPL-2.0+ ++++++ kalzium-14.12.1.tar.xz -> kalzium-14.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kalzium-14.12.1/src/kalzium.cpp new/kalzium-14.12.2/src/kalzium.cpp --- old/kalzium-14.12.1/src/kalzium.cpp 2015-01-02 17:39:32.000000000 +0100 +++ new/kalzium-14.12.2/src/kalzium.cpp 2015-01-23 10:57:08.000000000 +0100 @@ -526,7 +526,6 @@ connect(dialog, SIGNAL(settingsChanged(QString)), this, SLOT(slotUpdateSettings())); connect(dialog, SIGNAL(settingsChanged(QString)), m_gradientWidget, SLOT(slotGradientChanged())); - connect(dialog, SIGNAL(settingsChanged(QString)), m_legendWidget, SLOT(updateContent())); dialog->show(); } @@ -541,7 +540,9 @@ Prefs::self()->writeConfig(); - m_legendWidget->updateContent(); + /*This slot function calls change the color of pse elements immideately after prefs change*/ + slotSwitchtoLookGradient(Prefs::colorgradientbox()); + slotSwitchtoLookScheme(Prefs::colorschemebox()); } void Kalzium::slotShowExportDialog() -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org