[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    KDE/kdelibs
From:       Matthew Woehlke <mw_triad () users ! sourceforge ! net>
Date:       2007-08-21 18:14:26
Message-ID: 1187720066.213145.20612.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 702993 by mwoehlke:

!! Not-Monday BIC !!
Move KStyle to kdeui. Since no styles outside of kdelibs and playground seem to be \
using KStyle, this probably won't mess up anyone, but be warned :-).

CCMAIL: kde-core-devel@kde.org
CCMAIL: kde-devel@kde.org


 M  +3 -3      KDE4PORTING.html  
 M  +1 -2      kdefx/CMakeLists.txt  
 D             kdefx/kstyle-checklist.txt  
 D             kdefx/kstyle.cpp  
 D             kdefx/kstyle.h  
 M  +2 -0      kdeui/CMakeLists.txt  
 A             kdeui/kernel/kstyle-checklist.txt   kdefx/kstyle-checklist.txt#702929
 A             kdeui/kernel/kstyle.cpp   kdefx/kstyle.cpp#702929 [License: LGPL \
(v2+)]  A             kdeui/kernel/kstyle.h   kdefx/kstyle.h#702929 [License: LGPL \
(v2+)]  M  +1 -1      kstyles/keramik/CMakeLists.txt  
 M  +2 -2      kstyles/plastik/CMakeLists.txt  
 M  +1 -1      kstyles/plastik/config/CMakeLists.txt  


--- trunk/KDE/kdelibs/KDE4PORTING.html #702992:702993
@@ -128,9 +128,9 @@
 you should copy the required code to your application.</p>
 
 <ul>
-<li>KStyle will be moved (probably to kdeui).</li>
-<li>KCPUInfo functionality will be merged into Solid/HAL.</li>
-<li>Qt has gradients now, please use them if you can.</li>
+<li>KStyle moved to kdeui</li>
+<li>KCPUInfo functionality is now in Solid::Processor</li>
+<li>Qt has gradients now, please use them if you can</li>
 <li>kColorBitmaps will likely end up somewhere in kdeui. The rest of kdrawutils.h is \
gone.  <ul>
 <li>If you already ported your code to KDE4, your code now has a copy of whatever \
                kdrawutil code you were using.</li>
--- trunk/KDE/kdelibs/kdefx/CMakeLists.txt #702992:702993
@@ -14,7 +14,6 @@
 kpixmapeffect.cpp
 kimageeffect.cpp
 kdrawutil.cpp
-kstyle.cpp
 kcpuinfo.cpp
 )
 
@@ -28,7 +27,7 @@
 
 
 ########### install files ###############
-install( FILES kdefx_export.h kpixmapsplitter.h  kpixmapeffect.h kimageeffect.h \
kdrawutil.h kstyle.h kcpuinfo.h  DESTINATION  ${INCLUDE_INSTALL_DIR} ) +install( \
FILES kdefx_export.h kpixmapsplitter.h  kpixmapeffect.h kimageeffect.h kdrawutil.h \
kcpuinfo.h  DESTINATION  ${INCLUDE_INSTALL_DIR} )  
 
 
--- trunk/KDE/kdelibs/kdeui/CMakeLists.txt #702992:702993
@@ -111,6 +111,7 @@
  kernel/kclipboard.cpp
  kernel/kuniqueapplication.cpp
  kernel/ksessionmanager.cpp
+ kernel/kstyle.cpp
  kernel/kstartupinfo.cpp
  kernel/kglobalsettings.cpp
  paged/kpagedialog.cpp
@@ -363,6 +364,7 @@
  kernel/kapplication.h
  kernel/kuniqueapplication.h
  kernel/ksessionmanager.h
+ kernel/kstyle.h
  kernel/kstartupinfo.h
  kernel/kglobalsettings.h
  paged/kpagedialog.h
--- trunk/KDE/kdelibs/kstyles/keramik/CMakeLists.txt #702992:702993
@@ -52,7 +52,7 @@
 
 kde4_add_plugin(keramik ${keramik_PART_SRCS})
 
-target_link_libraries(keramik  ${KDE4_KDECORE_LIBS} kdefx )
+target_link_libraries(keramik  ${KDE4_KDEUI_LIBS} kdefx )
 
 install(TARGETS keramik  DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles/ )
 
--- trunk/KDE/kdelibs/kstyles/plastik/CMakeLists.txt #702992:702993
@@ -1,7 +1,7 @@
 
 project(kstyle-plastik)
 
-add_subdirectory( config ) 
+add_subdirectory( config )
 
 
 
@@ -12,7 +12,7 @@
 
 kde4_add_plugin(plastik ${plastik_PART_SRCS})
 
-target_link_libraries(plastik  ${KDE4_KDECORE_LIBS} kdefx )
+target_link_libraries(plastik  ${KDE4_KDEUI_LIBS} )
 
 install(TARGETS plastik  DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles/ )
 
--- trunk/KDE/kdelibs/kstyles/plastik/config/CMakeLists.txt #702992:702993
@@ -9,7 +9,7 @@
 
 kde4_add_plugin(kstyle_plastik_config ${kstyle_plastik_config_PART_SRCS})
 
-target_link_libraries(kstyle_plastik_config  ${KDE4_KDECORE_LIBS} kdeui )
+target_link_libraries(kstyle_plastik_config  ${KDE4_KDEUI_LIBS} )
 
 install(TARGETS kstyle_plastik_config  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
 
> > Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic