|
|
SVN commit 415662 by coolo:
merged 414172:415655 (someone please review kpassivepopup changes,
they were the most likely to break)
M +7 -1 branches/work/kde4/kdelibs/configure.in.in
M +2 -0 branches/work/kde4/kdelibs/dcop/KDE-ICE/Xtransutil.c
_M branches/work/kde4/kdelibs/dcop/dcopidl (directory)
_M branches/work/kde4/kdelibs/dcop/dcopidl2cpp (directory)
_M branches/work/kde4/kdelibs/dcop/dcopidlng (directory)
_M branches/work/kde4/kdelibs/dnssd (directory)
M +2 -1 branches/work/kde4/kdelibs/doc/common/Makefile.am
A branches/work/kde4/kdelibs/doc/common/fdl-notice.html (from
rev 415655, trunk/KDE/kdelibs/doc/common/fdl-notice.html)
_M branches/work/kde4/kdelibs/doc/kdelibs (directory)
_M branches/work/kde4/kdelibs/doc/kspell (directory)
_M branches/work/kde4/kdelibs/interfaces/ktexteditor (directory)
M +4 -0 branches/work/kde4/kdelibs/kabc/vcardformatimpl.h
_M branches/work/kde4/kdelibs/kate/tests (directory)
_M branches/work/kde4/kdelibs/kcmshell (directory)
M +1 -1 branches/work/kde4/kdelibs/kconf_update/Makefile.am
M +2 -1 branches/work/kde4/kdelibs/kdecore/fakes.c
_M branches/work/kde4/kdelibs/kdecore/kconfig_compiler (directory)
M +3 -0 branches/work/kde4/kdelibs/kdecore/kde_file.h
M +2 -0 branches/work/kde4/kdelibs/kdecore/kdebug.areas
M +3 -3 branches/work/kde4/kdelibs/kdecore/kpty.cpp
M +5 -0 branches/work/kde4/kdelibs/kdecore/ksocks.cpp
M +1 -1 branches/work/kde4/kdelibs/kdecore/kstringhandler.cpp
M +4 -0 branches/work/kde4/kdelibs/kdecore/netsupp.h
M +10 -2 branches/work/kde4/kdelibs/kdecore/network/kresolver.cpp
M +5 -0
branches/work/kde4/kdelibs/kdecore/network/ksockssocketdevice.cpp
_M branches/work/kde4/kdelibs/kdecore/network/tests (directory)
M +9 -3 branches/work/kde4/kdelibs/kdecore/tests/Makefile.am
M +44 -221 branches/work/kde4/kdelibs/kdecore/tests/kconfigtest.cpp
D branches/work/kde4/kdelibs/kdecore/tests/kconfigtest.h
A branches/work/kde4/kdelibs/kdecore/tests/kconfigtestgui.cpp
(from rev 415655, trunk/KDE/kdelibs/kdecore/tests/kconfigtestgui.cpp)
AM branches/work/kde4/kdelibs/kdecore/tests/kconfigtestgui.h
(from rev 415655, trunk/KDE/kdelibs/kdecore/tests/kconfigtestgui.h)
M +7 -0 branches/work/kde4/kdelibs/kdecore/tests/kstringhandlertest.cpp
_M branches/work/kde4/kdelibs/kded (directory)
M +1 -1 branches/work/kde4/kdelibs/kdeprint/Makefile.am
M +1 -1 branches/work/kde4/kdelibs/kdesu/kdesu_pty.cpp
M +2 -0 branches/work/kde4/kdelibs/kdesu/kdesu_stub.c
_M branches/work/kde4/kdelibs/kdeui (directory)
M +1 -1 branches/work/kde4/kdelibs/kdeui/kdetrayproxy/Makefile.am
M +211 -32 branches/work/kde4/kdelibs/kdeui/kpassivepopup.cpp
M +89 -4 branches/work/kde4/kdelibs/kdeui/kpassivepopup.h
M +1 -1 branches/work/kde4/kdelibs/kdeui/ktoolbarbutton.cpp
_M branches/work/kde4/kdelibs/kdewidgets (directory)
M +8 -4
branches/work/kde4/kdelibs/kdoctools/customization/fr/user.entities
M +12 -0 branches/work/kde4/kdelibs/kdoctools/customization/kde-chunk.xsl
_M branches/work/kde4/kdelibs/khtml (directory)
M +12 -0 branches/work/kde4/kdelibs/khtml/ChangeLog
M +5 -2 branches/work/kde4/kdelibs/khtml/ecma/kjs_binding.cpp
M +2 -2 branches/work/kde4/kdelibs/khtml/ecma/kjs_css.cpp
M +4 -4 branches/work/kde4/kdelibs/khtml/ecma/kjs_dom.cpp
M +5 -5 branches/work/kde4/kdelibs/khtml/ecma/kjs_events.cpp
M +3 -3 branches/work/kde4/kdelibs/khtml/ecma/kjs_html.cpp
M +1 -1 branches/work/kde4/kdelibs/khtml/ecma/kjs_proxy.cpp
M +1 -1 branches/work/kde4/kdelibs/khtml/ecma/kjs_range.cpp
M +1 -1 branches/work/kde4/kdelibs/khtml/ecma/kjs_traversal.cpp
M +1 -1 branches/work/kde4/kdelibs/khtml/ecma/kjs_views.cpp
M +4 -4 branches/work/kde4/kdelibs/khtml/ecma/kjs_window.cpp
M +1 -1 branches/work/kde4/kdelibs/khtml/ecma/xmlhttprequest.cpp
M +1 -1 branches/work/kde4/kdelibs/khtml/khtml_part.cpp
M +6 -0 branches/work/kde4/kdelibs/khtml/khtmlview.cpp
M +1 -1 branches/work/kde4/kdelibs/khtml/misc/arena.cpp
M +2 -1 branches/work/kde4/kdelibs/khtml/rendering/render_block.cpp
M +20 -5 branches/work/kde4/kdelibs/khtml/rendering/render_box.cpp
M +1 -1 branches/work/kde4/kdelibs/khtml/rendering/render_text.cpp
M +1 -1 branches/work/kde4/kdelibs/khtml/test_regression.cpp
M +2 -3 branches/work/kde4/kdelibs/khtml/xml/dom2_eventsimpl.cpp
M +0 -1 branches/work/kde4/kdelibs/khtml/xml/dom2_eventsimpl.h
_M branches/work/kde4/kdelibs/kinit (directory)
M +2 -2 branches/work/kde4/kdelibs/kinit/kinit.cpp
M +9 -0 branches/work/kde4/kdelibs/kinit/klauncher.cpp
_M branches/work/kde4/kdelibs/kio/kfile (directory)
M +2 -2 branches/work/kde4/kdelibs/kio/kfile/Makefile.am
M +24 -1 branches/work/kde4/kdelibs/kio/kfile/kfiledialog.cpp
M +2 -0 branches/work/kde4/kdelibs/kio/kfile/kfiledialog.h
A branches/work/kde4/kdelibs/kio/kfile/kpreviewprops.cpp (from
rev 415655, trunk/KDE/kdelibs/kio/kfile/kpreviewprops.cpp)
A branches/work/kde4/kdelibs/kio/kfile/kpreviewprops.h (from rev
415655, trunk/KDE/kdelibs/kio/kfile/kpreviewprops.h)
M +9 -1 branches/work/kde4/kdelibs/kio/kfile/kpropertiesdialog.cpp
M +4 -0 branches/work/kde4/kdelibs/kio/kio/global.cpp
M +6 -8 branches/work/kde4/kdelibs/kio/kio/job.cpp
M +3 -0 branches/work/kde4/kdelibs/kio/kio/kdirlister.cpp
M +9 -2 branches/work/kde4/kdelibs/kio/kio/kurlcompletion.cpp
M +1 -1 branches/work/kde4/kdelibs/kio/kio/previewjob.cpp
M +10 -1 branches/work/kde4/kdelibs/kio/kio/slave.cpp
M +1 -1 branches/work/kde4/kdelibs/kio/kio/tcpslavebase.cpp
M +3 -3 branches/work/kde4/kdelibs/kio/kioexec/Makefile.am
M +1 -1 branches/work/kde4/kdelibs/kio/kpasswdserver/Makefile.am
_M branches/work/kde4/kdelibs/kio/kssl (directory)
M +18 -2 branches/work/kde4/kdelibs/kio/kssl/kopenssl.cc
_M branches/work/kde4/kdelibs/kio/misc (directory)
M +4 -4 branches/work/kde4/kdelibs/kio/misc/Makefile.am
M +1 -1 branches/work/kde4/kdelibs/kio/misc/kpac/Makefile.am
M +1 -1 branches/work/kde4/kdelibs/kio/misc/kssld/Makefile.am
_M branches/work/kde4/kdelibs/kio/misc/kwalletd (directory)
M +1 -1 branches/work/kde4/kdelibs/kio/misc/kwalletd/Makefile.am
_M branches/work/kde4/kdelibs/kioslave/http (directory)
M +1 -1 branches/work/kde4/kdelibs/kioslave/http/http.cc [POSSIBLY
UNSAFE: gets]
M +1 -1 branches/work/kde4/kdelibs/kioslave/http/kcookiejar/Makefile.am
M +4 -0 branches/work/kde4/kdelibs/kjs/ChangeLog
M +4 -2 branches/work/kde4/kdelibs/kjs/date_object.cpp
M +3 -3 branches/work/kde4/kdelibs/kjs/object.cpp
M +1 -1 branches/work/kde4/kdelibs/kjs/reference.cpp
M +1 -1 branches/work/kde4/kdelibs/kjs/value.cpp
_M branches/work/kde4/kdelibs/kspell2/ui (directory)
M +6 -6 branches/work/kde4/kdelibs/kunittest/module.h
M +1 -1 branches/work/kde4/kdelibs/kunittest/runner.cpp
M +1 -1 branches/work/kde4/kdelibs/kunittest/runner.h
M +16 -1 branches/work/kde4/kdelibs/kunittest/tester.cpp
M +15 -12 branches/work/kde4/kdelibs/kunittest/tester.h
M +1 -1 branches/work/kde4/kdelibs/libltdl/ltdl.c
M +1 -0
branches/work/kde4/kdelibs/mimetypes/application/x-troff-man.desktop
M +1 -0 branches/work/kde4/kdelibs/mimetypes/application/x-troff.desktop
_M branches/work/kde4/kdelibs/pics (directory)
D
branches/work/kde4/kdelibs/pics/crystalsvg/cr128-action-contents2.png
D
branches/work/kde4/kdelibs/pics/crystalsvg/cr128-action-fileprint.png
D
branches/work/kde4/kdelibs/pics/crystalsvg/cr128-action-filequickprint.png
D
branches/work/kde4/kdelibs/pics/crystalsvg/cr128-action-frameprint.png
D
branches/work/kde4/kdelibs/pics/crystalsvg/cr128-action-player_playlist.png
AM branches/work/kde4/kdelibs/pics/crystalsvg/cr16-action-add.png
(from rev 415655, trunk/KDE/kdelibs/pics/crystalsvg/cr16-action-add.png)
M
branches/work/kde4/kdelibs/pics/crystalsvg/cr16-action-remove.png
AM branches/work/kde4/kdelibs/pics/crystalsvg/cr22-action-add.png
(from rev 415655, trunk/KDE/kdelibs/pics/crystalsvg/cr22-action-add.png)
AM
branches/work/kde4/kdelibs/pics/crystalsvg/cr22-action-remove.png (from rev
415655, trunk/KDE/kdelibs/pics/crystalsvg/cr22-action-remove.png)
AM branches/work/kde4/kdelibs/pics/crystalsvg/cr32-action-add.png
(from rev 415655, trunk/KDE/kdelibs/pics/crystalsvg/cr32-action-add.png)
AM
branches/work/kde4/kdelibs/pics/crystalsvg/cr32-action-remove.png (from rev
415655, trunk/KDE/kdelibs/pics/crystalsvg/cr32-action-remove.png)
AM branches/work/kde4/kdelibs/pics/crystalsvg/cr48-action-add.png
(from rev 415655, trunk/KDE/kdelibs/pics/crystalsvg/cr48-action-add.png)
M
branches/work/kde4/kdelibs/pics/crystalsvg/cr48-action-fileclose.png
AM
branches/work/kde4/kdelibs/pics/crystalsvg/cr48-action-gohome.png (from rev
415655, trunk/KDE/kdelibs/pics/crystalsvg/cr48-action-gohome.png)
AM
branches/work/kde4/kdelibs/pics/crystalsvg/cr48-action-reload.png (from rev
415655, trunk/KDE/kdelibs/pics/crystalsvg/cr48-action-reload.png)
AM
branches/work/kde4/kdelibs/pics/crystalsvg/cr48-action-reload_all_tabs.png
(from rev 415655,
trunk/KDE/kdelibs/pics/crystalsvg/cr48-action-reload_all_tabs.png)
AM
branches/work/kde4/kdelibs/pics/crystalsvg/cr48-action-reload_page.png (from
rev 415655, trunk/KDE/kdelibs/pics/crystalsvg/cr48-action-reload_page.png)
AM
branches/work/kde4/kdelibs/pics/crystalsvg/cr48-action-remove.png (from rev
415655, trunk/KDE/kdelibs/pics/crystalsvg/cr48-action-remove.png)
AM branches/work/kde4/kdelibs/pics/crystalsvg/cr48-action-stop.png
(from rev 415655, trunk/KDE/kdelibs/pics/crystalsvg/cr48-action-stop.png)
D
branches/work/kde4/kdelibs/pics/crystalsvg/cr64-action-contents2.png
D
branches/work/kde4/kdelibs/pics/crystalsvg/cr64-action-fileprint.png
D
branches/work/kde4/kdelibs/pics/crystalsvg/cr64-action-filequickprint.png
D
branches/work/kde4/kdelibs/pics/crystalsvg/cr64-action-frameprint.png
D
branches/work/kde4/kdelibs/pics/crystalsvg/cr64-action-player_playlist.png
AM branches/work/kde4/kdelibs/pics/crystalsvg/crsc-action-add.svgz
(from rev 415655, trunk/KDE/kdelibs/pics/crystalsvg/crsc-action-add.svgz)
AM
branches/work/kde4/kdelibs/pics/crystalsvg/crsc-action-mail_get.svgz (from
rev 415655, trunk/KDE/kdelibs/pics/crystalsvg/crsc-action-mail_get.svgz)
AM
branches/work/kde4/kdelibs/pics/crystalsvg/crsc-action-remove.svgz (from rev
415655, trunk/KDE/kdelibs/pics/crystalsvg/crsc-action-remove.svgz)
D
branches/work/kde4/kdelibs/pics/crystalsvg/crsc-action-text_bold.svg
AM
branches/work/kde4/kdelibs/pics/crystalsvg/crsc-action-text_bold.svgz (from
rev 415655, trunk/KDE/kdelibs/pics/crystalsvg/crsc-action-text_bold.svgz)
_M branches/work/kde4/kdelibs/pics/crystalsvg/kde (directory)
______________________________________________________________________________
kde-artists@xxxxxxxxxxxx | https://mail.kde.org/mailman/listinfo/kde-artists
|
|