KDE/kdelibs [POSSIBLY UNSAFE]

Thiago Macieira thiago at kde.org
Wed May 31 09:20:43 CEST 2006


SVN commit 546826 by thiago:

Since no objections were raised in kde-core-devel, I am merging the
kdelibs4-dbus branch back into trunk. KDELibs compiles, links and
installs with this, but obviously all other modules will fail to
build. Let the porting commence.

CCMAIL:kde-core-devel at kde.org,kde-buildsystem at kde.org


 M  +5 -2      CMakeLists.txt  
 A             PORTING-TO-DBUS.txt   branches/work/kdelibs4-dbus/PORTING-TO-DBUS.txt#546641
 M  +4 -85     cmake/modules/FindKDE4Internal.cmake  
 A             cmake/modules/FindQtDBus.cmake   branches/work/kdelibs4-dbus/cmake/modules/FindQtDBus.cmake#546641
 M  +1 -1      interfaces/kimproxy/interface/CMakeLists.txt  
 A             interfaces/kimproxy/interface/org.kde.KIMIface.xml   branches/work/kdelibs4-dbus/interfaces/kimproxy/interface/org.kde.KIMIface.xml#546641
 M  +5 -13     interfaces/kimproxy/library/CMakeLists.txt  
 A             interfaces/kimproxy/library/kimadaptor.cpp   branches/work/kdelibs4-dbus/interfaces/kimproxy/library/kimadaptor.cpp#546641
 A             interfaces/kimproxy/library/kimadaptor_p.h   branches/work/kdelibs4-dbus/interfaces/kimproxy/library/kimadaptor_p.h#546641
 A             interfaces/kimproxy/library/kimiface.cpp   branches/work/kdelibs4-dbus/interfaces/kimproxy/library/kimiface.cpp#546641
 A             interfaces/kimproxy/library/kimiface.h   branches/work/kdelibs4-dbus/interfaces/kimproxy/library/kimiface.h#546641
 M  +93 -108   interfaces/kimproxy/library/kimproxy.cpp  
 M  +17 -23    interfaces/kimproxy/library/kimproxy.h  
 M  +4 -7      interfaces/kmediaplayer/CMakeLists.txt  
 A             interfaces/kmediaplayer/kmediaplayeradaptor.cpp   branches/work/kdelibs4-dbus/interfaces/kmediaplayer/kmediaplayeradaptor.cpp#546641
 A             interfaces/kmediaplayer/kmediaplayeradaptor_p.h   branches/work/kdelibs4-dbus/interfaces/kmediaplayer/kmediaplayeradaptor_p.h#546641
 A             interfaces/kmediaplayer/org.kde.KMediaPlayer.xml   branches/work/kdelibs4-dbus/interfaces/kmediaplayer/org.kde.KMediaPlayer.xml#546641
 M  +3 -5      interfaces/kmediaplayer/player.cpp  
 M  +10 -5     interfaces/kmediaplayer/player.h  
 D             interfaces/kmediaplayer/playerdcopobject.h  
 M  +2 -2      kabc/CMakeLists.txt  
 M  +7 -4      kabc/addresseehelper.cpp  
 M  +6 -6      kabc/addresseehelper.h  
 M  +1 -1      kabc/vcardparser/testread.cpp  
 M  +1 -6      kate/part/CMakeLists.txt  
 M  +5 -4      kate/part/katedocument.cpp  
 M  +1 -5      kate/part/katedocument.h  
 M  +1 -4      kcmshell/CMakeLists.txt  
 M  +28 -32    kcmshell/main.cpp  
 M  +10 -12    kcmshell/main.h  
 M  +8 -15     kdecore/CMakeLists.txt  
 D             kdecore/kappdcopiface.cpp  
 D             kdecore/kappdcopiface.h  
 M  +33 -152   kdecore/kapplication.cpp  
 M  +10 -33    kdecore/kapplication.h  
 D             kdecore/kdcoppropertyproxy.cpp  
 D             kdecore/kdcoppropertyproxy.h  
 M  +6 -6      kdecore/kdebug.cpp  
 A             kdecore/kdebugdbusiface.cpp   branches/work/kdelibs4-dbus/kdecore/kdebugdbusiface.cpp#546641
 A             kdecore/kdebugdbusiface_p.h   branches/work/kdelibs4-dbus/kdecore/kdebugdbusiface_p.h#546641
 D             kdecore/kdebugdcopiface.cpp  
 D             kdecore/kdebugdcopiface.h  
 M  +13 -2     kdecore/kdedmodule.cpp  
 M  +10 -8     kdecore/kdedmodule.h  
 A             kdecore/klauncher_iface.cpp   branches/work/kdelibs4-dbus/kdecore/klauncher_iface.cpp#546641
 A             kdecore/klauncher_iface.h   branches/work/kdelibs4-dbus/kdecore/klauncher_iface.h#546641
 M  +9 -30     kdecore/knotifyclient.cpp  
 M  +11 -11    kdecore/ksycoca.cpp  
 M  +3 -4      kdecore/ksycoca.h  
 M  +14 -0     kdecore/ktoolinvocation.cpp  
 M  +24 -25    kdecore/ktoolinvocation.h  
 M  +383 -420  kdecore/ktoolinvocation_x11.cpp  
 M  +63 -190   kdecore/kuniqueapplication.cpp  
 M  +8 -33     kdecore/kuniqueapplication.h  
 M  +3 -5      kdecore/kwin.cpp  
 M  +2 -5      kdecore/kwinmodule.cpp  
 M  +11 -11    kdecore/tests/CMakeLists.txt  
 M  +10 -3     kdecore/tests/dcopkonqtest.cpp  
 M  +1 -1      kdecore/tests/kconfigtest.cpp  
 M  +1 -1      kdecore/tests/kmdcodectest.cpp  
 M  +1 -1      kdecore/tests/startserviceby.cpp  
 M  +2 -0      kded/CMakeLists.txt  
 M  +16 -26    kded/kbuildsycoca.cpp  
 M  +7 -8      kded/kde-menu.cpp  
 M  +161 -195  kded/kded.cpp   [POSSIBLY UNSAFE: system]
 M  +48 -32    kded/kded.h  
 M  +5 -127    kded/khostname.cpp  
 M  +1 -1      kdefx/kdrawutil.cpp  
 M  +3 -5      kdeprint/CMakeLists.txt  
 M  +0 -1      kdeprint/cups/cupsinfos.cpp  
 M  +26 -30    kdeprint/kdeprintd.cpp  
 M  +11 -10    kdeprint/kdeprintd.h  
 M  +16 -12    kdeprint/kmfactory.cpp  
 M  +8 -11     kdeprint/kmfactory.h  
 A             kdeprint/kmfactoryadaptor.cpp   branches/work/kdelibs4-dbus/kdeprint/kmfactoryadaptor.cpp#546641
 A             kdeprint/kmfactoryadaptor.h   branches/work/kdelibs4-dbus/kdeprint/kmfactoryadaptor.h#546641
 A             kdeprint/kmfactoryiface.cpp   branches/work/kdelibs4-dbus/kdeprint/kmfactoryiface.cpp#546641
 A             kdeprint/kmfactoryiface.h   branches/work/kdelibs4-dbus/kdeprint/kmfactoryiface.h#546641
 M  +7 -37     kdeprint/kprinterimpl.cpp  
 A             kdeprint/org.kde.KDEPrint.KMFactory.xml   branches/work/kdelibs4-dbus/kdeprint/org.kde.KDEPrint.KMFactory.xml#546641
 M  +0 -104    kdesu/kcookie.cpp  
 M  +1 -26     kdesu/kcookie.h  
 M  +0 -49     kdesu/ssh.cpp  
 M  +0 -4      kdesu/ssh.h  
 M  +1 -19     kdesu/stub.cpp  
 M  +2 -28     kdesu/stub.h  
 M  +1 -5      kdeui/CMakeLists.txt  
 D             kdeui/kdcopactionproxy.cpp  
 D             kdeui/kdcopactionproxy.h  
 M  +0 -4      kdeui/kdetrayproxy/CMakeLists.txt  
 M  +1 -1      kdeui/kdetrayproxy/kdetrayproxy.h  
 M  +2 -2      kdeui/kdetrayproxy/module.cpp  
 M  +1 -3      kdeui/kdetrayproxy/module.h  
 M  +18 -35    kdeui/kmainwindow.cpp  
 M  +1 -21     kdeui/kmainwindow.h  
 M  +24 -109   kdeui/kmainwindowiface.cpp  
 D             kdeui/kmainwindowiface.h  
 A             kdeui/kmainwindowiface_p.h   branches/work/kdelibs4-dbus/kdeui/kmainwindowiface_p.h#546641
 M  +1 -6      kdeui/knotification.cpp  
 M  +73 -76    kdeui/knotificationmanager.cpp  
 D             kdeui/knotificationmanager.h  
 A             kdeui/knotificationmanager_p.h   branches/work/kdelibs4-dbus/kdeui/knotificationmanager_p.h#546641
 M  +12 -15    kdeui/kpastetextaction.cpp  
 M  +7 -12     kdeui/krootpixmap.cpp  
 M  +4 -4      kdeui/kwindowlistmenu.cpp  
 M  +1 -1      kdeui/tests/kcolordlgtest.cpp  
 M  +1 -1      kdeui/tests/ktabwidgettest.cpp  
 M  +4 -1      kdoctools/genshortcutents.cpp  
 M  +3 -3      khtml/CMakeLists.txt  
 M  +8 -2      khtml/ecma/kjs_debugwin.cpp  
 M  +19 -22    khtml/html/html_documentimpl.cpp  
 M  +1 -0      khtml/java/CMakeLists.txt  
 M  +11 -13    khtml/java/kjavaappletviewer.cpp  
 M  +0 -2      khtml/khtml_iface.h  
 M  +14 -15    khtml/khtml_part.cpp  
 M  +9 -5      khtml/khtml_part.h  
 M  +1 -5      khtml/khtmlpart_p.h  
 A             khtml/khtmlpartadaptor.cpp   branches/work/kdelibs4-dbus/khtml/khtmlpartadaptor.cpp#546641
 A             khtml/khtmlpartadaptor.h   branches/work/kdelibs4-dbus/khtml/khtmlpartadaptor.h#546641
 A             khtml/org.kde.KHTMLPart.xml   branches/work/kdelibs4-dbus/khtml/org.kde.KHTMLPart.xml#546641
 M  +3 -0      kinit/CMakeLists.txt  
 M  +144 -196  kinit/klauncher.cpp  
 M  +69 -44    kinit/klauncher.h  
 A             kinit/klauncher_adaptor.cpp   branches/work/kdelibs4-dbus/kinit/klauncher_adaptor.cpp#546641
 A             kinit/klauncher_adaptor.h   branches/work/kdelibs4-dbus/kinit/klauncher_adaptor.h#546641
 M  +10 -11    kinit/klauncher_main.cpp  
 A             kinit/org.kde.KLauncher.xml   branches/work/kdelibs4-dbus/kinit/org.kde.KLauncher.xml#546641
 M  +8 -20     kio/CMakeLists.txt  
 M  +3 -4      kio/bookmarks/kbookmark.cc  
 M  +9 -22     kio/bookmarks/kbookmarkimporter_crash.cc  
 M  +25 -20    kio/bookmarks/kbookmarkmanager.cc  
 M  +14 -16    kio/bookmarks/kbookmarkmanager.h  
 A             kio/bookmarks/kbookmarkmanageradaptor.cc   branches/work/kdelibs4-dbus/kio/bookmarks/kbookmarkmanageradaptor.cc#546641
 A             kio/bookmarks/kbookmarkmanageradaptor_p.h   branches/work/kdelibs4-dbus/kio/bookmarks/kbookmarkmanageradaptor_p.h#546641
 A             kio/bookmarks/kbookmarknotifier.cc   branches/work/kdelibs4-dbus/kio/bookmarks/kbookmarknotifier.cc#546641
 M  +14 -10    kio/bookmarks/kbookmarknotifier.h  
 M  +0 -1      kio/kfile/kfiletreeview.cpp  
 M  +4 -6      kio/kfile/knotifydialog.cpp  
 M  +0 -1      kio/kfile/kopenwith.cpp  
 M  +2 -3      kio/kfile/kpropertiesdialog.cpp  
 M  +0 -2      kio/kio/CMakeLists.txt  
 M  +0 -1      kio/kio/chmodjob.cpp  
 M  +7 -12     kio/kio/job.cpp  
 M  +5 -7      kio/kio/kautomount.cpp  
 M  +5 -7      kio/kio/kbuildsycocaprogressdialog.cpp  
 M  +27 -25    kio/kio/kdcopservicestarter.cpp  
 M  +22 -20    kio/kio/kdcopservicestarter.h  
 M  +11 -27    kio/kio/kdedesktopmimetype.cpp  
 M  +7 -0      kio/kio/kdirlister.cpp  
 M  +15 -13    kio/kio/kdirlister_p.h  
 D             kio/kio/kdirnotify.cpp  
 D             kio/kio/kdirnotify.h  
 D             kio/kio/kdirnotify_stub.cpp  
 D             kio/kio/kdirnotify_stub.h  
 M  +0 -1      kio/kio/kfilemetainfo.cpp  
 M  +4 -8      kio/kio/kmimetype.cpp  
 M  +9 -3      kio/kio/kprotocolmanager.cpp  
 M  +0 -2      kio/kio/krun.cpp  
 M  +0 -1      kio/kio/metainfojob.cpp  
 M  +40 -38    kio/kio/observer.cpp  
 M  +7 -8      kio/kio/observer.h  
 A             kio/kio/org.kde.KDirNotify.xml   branches/work/kdelibs4-dbus/kio/kio/org.kde.KDirNotify.xml#546641
 M  +0 -1      kio/kio/previewjob.cpp  
 M  +12 -39    kio/kio/scheduler.cpp  
 M  +6 -8      kio/kio/scheduler.h  
 M  +0 -1      kio/kio/sessiondata.cpp  
 M  +22 -48    kio/kio/slave.cpp  
 M  +31 -56    kio/kio/slavebase.cpp  
 M  +1 -7      kio/kio/slavebase.h  
 M  +6 -3      kio/kio/slaveinterface.cpp  
 M  +0 -1      kio/kio/slaveinterface.h  
 M  +40 -57    kio/kio/tcpslavebase.cpp  
 M  +0 -4      kio/kpasswdserver/CMakeLists.txt  
 M  +49 -30    kio/kpasswdserver/kpasswdserver.cpp  
 M  +17 -20    kio/kpasswdserver/kpasswdserver.h  
 M  +54 -238   kio/kssl/ksslcertificatecache.cc  
 M  +0 -4      kio/kssl/ksslcertificatecache.h  
 M  +19 -146   kio/kssl/ksslsigners.cc  
 M  +0 -3      kio/kssl/ksslsigners.h  
 M  +1 -6      kio/misc/CMakeLists.txt  
 M  +0 -4      kio/misc/kpac/CMakeLists.txt  
 M  +16 -18    kio/misc/kpac/proxyscout.cpp  
 M  +10 -10    kio/misc/kpac/proxyscout.h  
 M  +0 -4      kio/misc/kssld/CMakeLists.txt  
 M  +85 -22    kio/misc/kssld/kssld.cpp  
 M  +54 -39    kio/misc/kssld/kssld.h  
 M  +0 -4      kio/misc/kwalletd/CMakeLists.txt  
 M  +116 -174  kio/misc/kwalletd/kwalletd.cpp  
 M  +72 -58    kio/misc/kwalletd/kwalletd.h  
 A             kio/misc/kwalletd/kwalletdadaptor.h   branches/work/kdelibs4-dbus/kio/misc/kwalletd/kwalletdadaptor.h#546641
 A             kio/misc/org.kde.KIO.UIServer.xml   branches/work/kdelibs4-dbus/kio/misc/org.kde.KIO.UIServer.xml#546641
 M  +11 -19    kio/misc/uiserver.cpp  
 M  +21 -29    kio/misc/uiserver.h  
 A             kio/misc/uiserveradaptor.cpp   branches/work/kdelibs4-dbus/kio/misc/uiserveradaptor.cpp#546641
 A             kio/misc/uiserveradaptor_p.h   branches/work/kdelibs4-dbus/kio/misc/uiserveradaptor_p.h#546641
 A             kio/misc/uiserveriface.cpp   branches/work/kdelibs4-dbus/kio/misc/uiserveriface.cpp#546641
 A             kio/misc/uiserveriface.h   branches/work/kdelibs4-dbus/kio/misc/uiserveriface.h#546641
 M  +0 -11     kio/tests/CMakeLists.txt  
 M  +1 -1      kio/tests/kacltest.cpp  
 M  +1 -1      kio/tests/ksycocatest.cpp  
 M  +1 -1      kio/tests/kurlcompletiontest.cpp  
 M  +2 -0      kioslave/http/CMakeLists.txt  
 M  +18 -50    kioslave/http/http.cc  
 M  +13 -5     kioslave/http/http_cache_cleaner.cpp  
 M  +5 -5      kioslave/http/kcookiejar/CMakeLists.txt  
 A             kioslave/http/kcookiejar/kcookiejaradaptor.cpp   branches/work/kdelibs4-dbus/kioslave/http/kcookiejar/kcookiejaradaptor.cpp#546641
 A             kioslave/http/kcookiejar/kcookiejaradaptor.h   branches/work/kdelibs4-dbus/kioslave/http/kcookiejar/kcookiejaradaptor.h#546641
 A             kioslave/http/kcookiejar/kcookiejariface.cpp   branches/work/kdelibs4-dbus/kioslave/http/kcookiejar/kcookiejariface.cpp#546641
 A             kioslave/http/kcookiejar/kcookiejariface.h   branches/work/kdelibs4-dbus/kioslave/http/kcookiejar/kcookiejariface.h#546641
 M  +20 -36    kioslave/http/kcookiejar/kcookieserver.cpp  
 M  +11 -14    kioslave/http/kcookiejar/kcookieserver.h  
 M  +10 -21    kioslave/http/kcookiejar/main.cpp  
 A             kioslave/http/kcookiejar/org.kde.KCookieServer.xml   branches/work/kdelibs4-dbus/kioslave/http/kcookiejar/org.kde.KCookieServer.xml#546641
 M  +0 -1      kioslave/metainfo/metainfo.cpp  
 M  +1 -1      kjs/JSImmediate.h  
 M  +2 -0      knotify/CMakeLists.txt  
 M  +0 -6      knotify/daemon/CMakeLists.txt  
 M  +24 -2     knotify/daemon/knotify.cpp  
 M  +22 -6     knotify/daemon/knotify.h  
 M  +0 -4      knotify/daemon/main.cpp  
 M  +2 -0      kparts/CMakeLists.txt  
 M  +0 -6      kparts/mainwindow.cpp  
 M  +0 -4      kparts/mainwindow.h  
 M  +2 -3      kparts/part.cpp  
 M  +3 -9      kresources/CMakeLists.txt  
 A             kresources/manageradaptor.cpp   branches/work/kdelibs4-dbus/kresources/manageradaptor.cpp#546641
 A             kresources/manageradaptor_p.h   branches/work/kdelibs4-dbus/kresources/manageradaptor_p.h#546641
 D             kresources/manageriface.h  
 M  +19 -32    kresources/managerimpl.cpp  
 M  +8 -3      kresources/managerimpl.h  
 M  +1 -1      kspell2/kcmspellchecking/CMakeLists.txt  
 M  +3 -6      kspell2/kcmspellchecking/spellchecking.cpp  
 M  +3 -2      kutils/CMakeLists.txt  
 M  +50 -74    kutils/kcmoduleproxy.cpp  
 M  +4 -4      kutils/kcmoduleproxy.h  
 A             kutils/kcmoduleproxyIface.cpp   branches/work/kdelibs4-dbus/kutils/kcmoduleproxyIface.cpp#546641
 M  +35 -27    kutils/kcmoduleproxyIface.h  
 M  +20 -21    kutils/kcmoduleproxyIfaceImpl.cpp  
 M  +6 -8      kutils/kcmoduleproxyIfaceImpl.h  
 A             kutils/kcmoduleproxyIface_p.h   branches/work/kdelibs4-dbus/kutils/kcmoduleproxyIface_p.h#546641
 M  +1 -1      kutils/tests/kfindtest.cpp  
 M  +1 -1      kutils/tests/kreplacetest.cpp  
 M  +2 -4      kwallet/client/CMakeLists.txt  
 M  +164 -212  kwallet/client/kwallet.cc  
 M  +13 -17    kwallet/client/kwallet.h  
 D             kwallet/client/kwallettypes.h  
 M  +12 -3     kwallet/tests/kwalletasync.cpp  
 M  +12 -3     kwallet/tests/kwalletboth.cpp  
 M  +12 -3     kwallet/tests/kwalletsync.cpp  
 M  +4 -3      phonon/CMakeLists.txt  
 M  +1 -1      phonon/audiooutput.cpp  
 M  +3 -4      phonon/audiooutput.h  
 M  +4 -1      phonon/audiooutput_p.h  
 M  +6 -8      phonon/factory.cpp  
 M  +14 -16    phonon/factory.h  
 M  +4 -2      phonon/kcm/backendselection.cpp  
 A             phonon/mixeradaptor.cpp   branches/work/kdelibs4-dbus/phonon/mixeradaptor.cpp#546641
 A             phonon/mixeradaptor.h   branches/work/kdelibs4-dbus/phonon/mixeradaptor.h#546641
 D             phonon/mixeriface.h  
 A             phonon/org.kde.Phonon.MixerIface.xml   branches/work/kdelibs4-dbus/phonon/org.kde.Phonon.MixerIface.xml#546641




More information about the Kde-buildsystem mailing list