Mailinglist Archive: yast-commit (870 mails)
| < Previous | Next > |
[yast-commit] r49307 - in /trunk/gtk: ChangeLog VERSION package/yast2-gtk.changes src/yzyppwrapper.cc
- From: jproseve@xxxxxxxxxxxxxxxx
- Date: Tue, 22 Jul 2008 00:57:07 -0000
- Message-id: <20080722005707.A09BE2A121@xxxxxxxxxxxxxxxx>
Author: jproseve
Date: Tue Jul 22 02:57:05 2008
New Revision: 49307
URL: http://svn.opensuse.org/viewcvs/yast?rev=49307&view=rev
Log:
2008-07-21 JP Rosevear <jpr@xxxxxxxxxx>
* Version 2.16.17
* src/yzyppwrapper.cc: Don't include removed header
Modified:
trunk/gtk/ChangeLog
trunk/gtk/VERSION
trunk/gtk/package/yast2-gtk.changes
trunk/gtk/src/yzyppwrapper.cc
Modified: trunk/gtk/ChangeLog
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/gtk/ChangeLog?rev=49307&r1=49306&r2=49307&view=diff
==============================================================================
--- trunk/gtk/ChangeLog (original)
+++ trunk/gtk/ChangeLog Tue Jul 22 02:57:05 2008
@@ -1,3 +1,9 @@
+2008-07-21 JP Rosevear <jpr@xxxxxxxxxx>
+
+ * Version 2.16.17
+
+ * src/yzyppwrapper.cc: Don't include removed header
+
2008-07-18 Ricardo Cruz <rpmcruz@xxxxxxxxxxxxxxxxxxx>
* src/YGPackageSelector.cc: bug fix 383897: extra whitespace typo
Modified: trunk/gtk/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/gtk/VERSION?rev=49307&r1=49306&r2=49307&view=diff
==============================================================================
--- trunk/gtk/VERSION (original)
+++ trunk/gtk/VERSION Tue Jul 22 02:57:05 2008
@@ -1 +1 @@
-2.16.16
+2.16.17
Modified: trunk/gtk/package/yast2-gtk.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/gtk/package/yast2-gtk.changes?rev=49307&r1=49306&r2=49307&view=diff
==============================================================================
--- trunk/gtk/package/yast2-gtk.changes (original)
+++ trunk/gtk/package/yast2-gtk.changes Tue Jul 22 02:57:05 2008
@@ -1,4 +1,26 @@
-------------------------------------------------------------------
+Mon Jul 21 20:36:09 EDT 2008 - jpr@xxxxxxxxxx
+
+- Update to 2.16.17
+* extra whitespace typo in a string (bnc#383897)
+* honor flag for last column (bnc#410341)
+* let the wrapper do an initial check on changes (bnc#400635)
+* implement YTable's multiSelection flag
+* implement shortcutChanged() to set tab labels shortcuts
+* implement setHelpButton() set the help stock icon
+* remove the space for the expanders if the side navegation bar
+ is a plain list, as is the case for the firewall tool
+* tweaked some icons as suggested (bnc#404818)
+* don't always iuse the label "upgrade" if re-installs or
+ downgrades (bnc#404382)
+* keyboard mnemonics for install/remove buttons (bnc#399256)
+* consider a pattern or a patch installed or not using
+ isSatisfied() like yast2-qt. Also made initial patterns loading
+ faster. And removed some checks on patches that were causing them
+ not to be displayed (bnc#402855)
+* added a background for <pre>.
+
+-------------------------------------------------------------------
Sun Jun 22 18:34:15 CEST 2008 - jpr@xxxxxxx
- Update to 2.16.16
Modified: trunk/gtk/src/yzyppwrapper.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/gtk/src/yzyppwrapper.cc?rev=49307&r1=49306&r2=49307&view=diff
==============================================================================
--- trunk/gtk/src/yzyppwrapper.cc (original)
+++ trunk/gtk/src/yzyppwrapper.cc Tue Jul 22 02:57:05 2008
@@ -26,7 +26,6 @@
#include <zypp/Patch.h>
#include <zypp/Package.h>
#include <zypp/Pattern.h>
-#include <zypp/ui/PatternContents.h>
#include <zypp/Product.h>
#include <zypp/Repository.h>
#include <zypp/RepoManager.h>
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Jul 22 02:57:05 2008
New Revision: 49307
URL: http://svn.opensuse.org/viewcvs/yast?rev=49307&view=rev
Log:
2008-07-21 JP Rosevear <jpr@xxxxxxxxxx>
* Version 2.16.17
* src/yzyppwrapper.cc: Don't include removed header
Modified:
trunk/gtk/ChangeLog
trunk/gtk/VERSION
trunk/gtk/package/yast2-gtk.changes
trunk/gtk/src/yzyppwrapper.cc
Modified: trunk/gtk/ChangeLog
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/gtk/ChangeLog?rev=49307&r1=49306&r2=49307&view=diff
==============================================================================
--- trunk/gtk/ChangeLog (original)
+++ trunk/gtk/ChangeLog Tue Jul 22 02:57:05 2008
@@ -1,3 +1,9 @@
+2008-07-21 JP Rosevear <jpr@xxxxxxxxxx>
+
+ * Version 2.16.17
+
+ * src/yzyppwrapper.cc: Don't include removed header
+
2008-07-18 Ricardo Cruz <rpmcruz@xxxxxxxxxxxxxxxxxxx>
* src/YGPackageSelector.cc: bug fix 383897: extra whitespace typo
Modified: trunk/gtk/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/gtk/VERSION?rev=49307&r1=49306&r2=49307&view=diff
==============================================================================
--- trunk/gtk/VERSION (original)
+++ trunk/gtk/VERSION Tue Jul 22 02:57:05 2008
@@ -1 +1 @@
-2.16.16
+2.16.17
Modified: trunk/gtk/package/yast2-gtk.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/gtk/package/yast2-gtk.changes?rev=49307&r1=49306&r2=49307&view=diff
==============================================================================
--- trunk/gtk/package/yast2-gtk.changes (original)
+++ trunk/gtk/package/yast2-gtk.changes Tue Jul 22 02:57:05 2008
@@ -1,4 +1,26 @@
-------------------------------------------------------------------
+Mon Jul 21 20:36:09 EDT 2008 - jpr@xxxxxxxxxx
+
+- Update to 2.16.17
+* extra whitespace typo in a string (bnc#383897)
+* honor flag for last column (bnc#410341)
+* let the wrapper do an initial check on changes (bnc#400635)
+* implement YTable's multiSelection flag
+* implement shortcutChanged() to set tab labels shortcuts
+* implement setHelpButton() set the help stock icon
+* remove the space for the expanders if the side navegation bar
+ is a plain list, as is the case for the firewall tool
+* tweaked some icons as suggested (bnc#404818)
+* don't always iuse the label "upgrade" if re-installs or
+ downgrades (bnc#404382)
+* keyboard mnemonics for install/remove buttons (bnc#399256)
+* consider a pattern or a patch installed or not using
+ isSatisfied() like yast2-qt. Also made initial patterns loading
+ faster. And removed some checks on patches that were causing them
+ not to be displayed (bnc#402855)
+* added a background for <pre>.
+
+-------------------------------------------------------------------
Sun Jun 22 18:34:15 CEST 2008 - jpr@xxxxxxx
- Update to 2.16.16
Modified: trunk/gtk/src/yzyppwrapper.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/gtk/src/yzyppwrapper.cc?rev=49307&r1=49306&r2=49307&view=diff
==============================================================================
--- trunk/gtk/src/yzyppwrapper.cc (original)
+++ trunk/gtk/src/yzyppwrapper.cc Tue Jul 22 02:57:05 2008
@@ -26,7 +26,6 @@
#include <zypp/Patch.h>
#include <zypp/Package.h>
#include <zypp/Pattern.h>
-#include <zypp/ui/PatternContents.h>
#include <zypp/Product.h>
#include <zypp/Repository.h>
#include <zypp/RepoManager.h>
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |