SVN commit 601300 by geflei: mark as 0.4
M +1 -1 ChangeLog M +1 -1 Doxyfile M +2 -6 TODO M +1 -1 configure.in.in M +6 -0 debian/changelog M +3 -3 kwin-decor-suse2.spec M +1 -1 src/SUSE2client.cpp M +8 -8 suse2.kdevelop --- trunk/playground/artwork/kwin-decor-suse2/ChangeLog #601299:601300 @@ -1,4 +1,4 @@ -next +0.4 -add new titlebar style (Dirk Mueller) -revert behavior for maximized windows to kde standards (Dirk Mueller) -add option to select titlebar style --- trunk/playground/artwork/kwin-decor-suse2/Doxyfile #601299:601300 @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = suse2.kdevelop -PROJECT_NUMBER = 0.3.5 +PROJECT_NUMBER = 0.4 OUTPUT_DIRECTORY = CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English --- trunk/playground/artwork/kwin-decor-suse2/TODO #601299:601300 @@ -1,17 +1,13 @@ -bugfixing -translation --1 known issue: some apps (quanta, kdevelop) dont keep their state if - maximized + moving and resizing of max. windows is not allowed - with shading, I guess thats a problem with kwin, if somebody has an idea please tell me - Don't get to bloated. ;-) Uhm, we're getting close. I guess all options I can think of are done now. And as we have now deKorator and decgen everybody can make his own decoration. ;-) -TODO for 0.4 +TODO for 0.5 -port to KDE4/cmake -As you can see it will take a longer time to 0.4. +As you can see it will take a longer time to 0.5. any other feature requests? \ No newline at end of file --- trunk/playground/artwork/kwin-decor-suse2/configure.in.in #601299:601300 @@ -1,6 +1,6 @@ #MIN_CONFIG(3.3.0) -AM_INIT_AUTOMAKE(kwin_SUSE2, 0.3.5) +AM_INIT_AUTOMAKE(kwin_SUSE2, 0.4) AC_C_BIGENDIAN AC_CHECK_KDEMAXPATHLEN KDE_CHECK_HEADER(kcommondecoration.h,, AC_MSG_ERROR([ --- trunk/playground/artwork/kwin-decor-suse2/debian/changelog #601299:601300 @@ -1,3 +1,9 @@ +kwin-decor-suse2 (0.4-1) unstable; urgency=low + + * Updated to 0.4 + + -- Gerd Fleischer <[EMAIL PROTECTED]> Thu, 02 Nov 2006 19:56:34 +0200 + kwin-decor-suse2 (0.3.5-1) unstable; urgency=low * Updated to 0.3.5 --- trunk/playground/artwork/kwin-decor-suse2/kwin-decor-suse2.spec #601299:601300 @@ -11,14 +11,14 @@ URL: http://www.gerdfleischer.de/kwin-decor-suse2/ License: GPL Group: System/GUI/KDE -Summary: The KDE window decoration from SUSE 9.3/10.0 -Version: 0.3.5 +Summary: The KDE window decoration from SUSE 9.3 - 10.1 +Version: 0.4 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: %name-%version.tar.bz2 %description -The KDE window decoration from SUSE 9.3/10.0 extracted from the kdebase3-SUSE package. +The KDE window decoration from SUSE 9.3 - 10.1 extracted from the kdebase3-SUSE package. Authors: -------- --- trunk/playground/artwork/kwin-decor-suse2/src/SUSE2client.cpp #601299:601300 @@ -66,7 +66,7 @@ // pure virtual methods from KCommonDecoration QString SUSE2Client::visibleName() const { - return i18n("SUSE2 (Version %1)").arg("0.3.99"); + return i18n("SUSE2 (Version %1)").arg("0.4"); } QString SUSE2Client::defaultButtonsLeft() const --- trunk/playground/artwork/kwin-decor-suse2/suse2.kdevelop #601299:601300 @@ -3,7 +3,7 @@ <general> <author>Gerd Fleischer</author> <email>[EMAIL PROTECTED]</email> - <version>0.3.5</version> + <version>0.4</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> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]