[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

playground/artwork/kwin-decor-suse2



SVN commit 542924 by geflei:

bump version to 0.3.5

 M  +1 -1      ChangeLog  
 M  +1 -1      Doxyfile  
 M  +1 -2      TODO  
 M  +1 -1      configure.in.in  
 M  +6 -0      debian/changelog  
 M  +1 -1      kwin-decor-suse2.spec  
 M  +1 -1      src/SUSE2client.cpp  
 M  +1 -5      src/config/config.cpp  
 M  +8 -8      suse2.kdevelop  


--- trunk/playground/artwork/kwin-decor-suse2/ChangeLog #542923:542924
@@ -1,4 +1,4 @@
-next
+0.3.5
 -better antialias for inner round edges
 -use custom colors for lipstik button colors also
 -#define => enum ButtonStatus
--- trunk/playground/artwork/kwin-decor-suse2/Doxyfile #542923:542924
@@ -4,7 +4,7 @@
 # Project related configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = suse2.kdevelop
-PROJECT_NUMBER         = 0.3.4
+PROJECT_NUMBER         = 0.3.5
 OUTPUT_DIRECTORY       = 
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
--- trunk/playground/artwork/kwin-decor-suse2/TODO #542923:542924
@@ -10,8 +10,7 @@
 And as we have now deKorator and decgen everybody can make his own decoration. ;-)
 
 TODO for 0.4
--port to KDE4/bksys/scons (when they are ready, i18n doesn't work yet)
- port to scons/bksys is almost ready, just waiting for scons 0.97
+-port to KDE4/cmake
 
 As you can see it will take a longer time to 0.4.
 
--- trunk/playground/artwork/kwin-decor-suse2/configure.in.in #542923:542924
@@ -1,6 +1,6 @@
 #MIN_CONFIG(3.3.0)
 
-AM_INIT_AUTOMAKE(kwin_SUSE2, 0.3.4)
+AM_INIT_AUTOMAKE(kwin_SUSE2, 0.3.5)
 AC_C_BIGENDIAN
 AC_CHECK_KDEMAXPATHLEN
 KDE_CHECK_HEADER(kcommondecoration.h,, AC_MSG_ERROR([
--- trunk/playground/artwork/kwin-decor-suse2/debian/changelog #542923:542924
@@ -1,3 +1,9 @@
+kwin-decor-suse2 (0.3.5-1) unstable; urgency=low
+
+  * Updated to 0.3.5
+
+ -- Gerd Fleischer <gerdfleischer@web.de>  Sat, 20 May 2006 19:56:34 +0200
+
 kwin-decor-suse2 (0.3.4-1) unstable; urgency=low
 
   * Updated to 0.3.4
--- trunk/playground/artwork/kwin-decor-suse2/kwin-decor-suse2.spec #542923:542924
@@ -12,7 +12,7 @@
 License:      GPL
 Group:        System/GUI/KDE
 Summary:      The KDE window decoration from SUSE 9.3/10.0
-Version:      0.3.4
+Version:      0.3.5
 Release:      1
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Source:       %name-%version.tar.bz2
--- trunk/playground/artwork/kwin-decor-suse2/src/SUSE2client.cpp #542923:542924
@@ -66,7 +66,7 @@
 // pure virtual methods from KCommonDecoration
 QString SUSE2Client::visibleName() const
 {
-    return i18n("SUSE2 (Version %1)").arg("0.3.4");
+    return i18n("SUSE2 (Version %1)").arg("0.3.5");
 }
 
 QString SUSE2Client::defaultButtonsLeft() const
--- trunk/playground/artwork/kwin-decor-suse2/src/config/config.cpp #542923:542924
@@ -23,7 +23,7 @@
   Boston, MA  02110-1301  USA.
 */
 
-#include <kdebug.h>
+//#include <kdebug.h>
 
 #include <qbuttongroup.h>
 #include <qcheckbox.h>
@@ -268,11 +268,7 @@
 
 extern "C"
 {
-#if KDE_IS_VERSION(3, 3, 2)
     KDE_EXPORT QObject *allocate_config(KConfig *config, QWidget *parent) {
-#else
-    QObject *allocate_config(KConfig *config, QWidget *parent) {
-#endif
         return (new SUSE2Config(config, parent));
     }
 }
--- trunk/playground/artwork/kwin-decor-suse2/suse2.kdevelop #542923:542924
@@ -3,7 +3,7 @@
   <general>
     <author>Gerd Fleischer</author>
     <email>gerdfleischer@web.de</email>
-    <version>0.3.4</version>
+    <version>0.3.5</version>
     <projectmanagement>KDevKDEAutoProject</projectmanagement>
     <primarylanguage>C++</primarylanguage>
     <keywords>
@@ -12,7 +12,7 @@
     </keywords>
     <projectdirectory>.</projectdirectory>
     <absoluteprojectpath>false</absoluteprojectpath>
-    <description/>
+    <description></description>
     <ignoreparts/>
     <secondaryLanguages/>
     <versioncontrol/>
@@ -73,11 +73,11 @@
   <kdevdebugger>
     <general>
       <dbgshell>libtool</dbgshell>
-      <programargs/>
-      <gdbpath/>
-      <configGdbScript/>
-      <runShellScript/>
-      <runGdbScript/>
+      <programargs></programargs>
+      <gdbpath></gdbpath>
+      <configGdbScript></configGdbScript>
+      <runShellScript></runShellScript>
+      <runGdbScript></runGdbScript>
       <breakonloadinglibs>true</breakonloadinglibs>
       <separatetty>false</separatetty>
       <floatingtoolbar>false</floatingtoolbar>
@@ -146,7 +146,7 @@
       <headerCompletionDelay>250</headerCompletionDelay>
     </codecompletion>
     <creategettersetter>
-      <prefixGet/>
+      <prefixGet></prefixGet>
       <prefixSet>set</prefixSet>
       <prefixVariable>m_,_</prefixVariable>
       <parameterName>theValue</parameterName>



Reply to: