Commit graph

61 commits

Author SHA1 Message Date
Christophe Giboudeaux eec9bc4432 -Wmissing-include-dirs 2011-10-19 22:18:31 +02:00
Montel Laurent d592f31cde normalize signals/slots 2011-07-31 13:33:56 +02:00
David Faure 8cd3c32c33 Look for the .rc file with the right name, and in the right dir
svn path=/trunk/KDE/kdebase/apps/; revision=1214190
2011-01-13 12:16:45 +00:00
Maks Orlovich 7c24e5d971 Fix test app build.
svn path=/trunk/KDE/kdebase/apps/; revision=1117302
2010-04-21 19:51:22 +00:00
Albert Astals Cid c7d5a798a7 validate!
svn path=/trunk/KDE/kdebase/apps/; revision=857198
2008-09-04 22:04:40 +00:00
Urs Wolfer 3dfcdfe090 cleanup libs (no more Qt/KDE3 support libs required)
svn path=/trunk/KDE/kdebase/apps/; revision=806769
2008-05-12 11:24:16 +00:00
Urs Wolfer d2618ce4a8 Port nsplugins to clean Qt 4.
Work done by Sergey Saukh.
See discussion on kde-devel ('nsplugins patch (KDE4)').

CCMAIL:thelich@yandex.ru

svn path=/trunk/KDE/kdebase/apps/; revision=803987
2008-05-04 18:50:49 +00:00
Claudio Bantaloukas 97ec37e01f fix EBN errors: header rearrangements, guards
svn path=/trunk/KDE/kdebase/apps/; revision=783227
2008-03-07 14:20:44 +00:00
Maks Orlovich 1b5e2d1920 Seems like I need the indirection here to prevent CMake getting confused due to sharing or such.
Sorry about the trouble, folks.

svn path=/trunk/KDE/kdebase/apps/; revision=729019
2007-10-24 21:42:53 +00:00
Michel Hermier d159fa2290 Fix the testnsplugin build somehow
svn path=/trunk/KDE/kdebase/apps/; revision=728999
2007-10-24 20:53:40 +00:00
David Faure 0b8fcbf5cd fix linking
svn path=/trunk/KDE/kdebase/apps/; revision=720207
2007-10-02 17:44:41 +00:00
Laurent Montel 0dac5ad1b6 Adapt CMakeLists.txt as discussed with Alex.
KDE4_ADD_TEST_EXECUTABLE is deprecated now use KDE4_ADD_EXECUTABLE(<target> TEST <files>) instead
QT4_ADD_DBUS_INTERFACE_NO_NAMESPACE and QT4_ADD_DBUS_INTERFACES_NO_NAMESPACE are deprecated too
used SET_SOURCE_FILES_PROPERTIES(<files> PROPERTIES NO_NAMESPACE TRUE) QT4_ADD_DBUS_INTERFACES(<srcList> <files>)
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) is put in each CMakeLists.txt where
KDE4_ADD_EXECUTABLE(<target> TEST <files>) and KDE4_ADD_UNIT_TEST were used.

svn path=/trunk/KDE/kdebase/apps/; revision=716149
2007-09-24 06:25:59 +00:00
Laurent Montel 264d696087 Adapt to new KWarning/kFatal/kDebug api
svn path=/trunk/KDE/kdebase/apps/; revision=695870
2007-08-03 06:40:12 +00:00
Laurent Montel 57f8456b5c Remove not necessary cmake variable (already defined
into lib dependancy)


svn path=/trunk/KDE/kdebase/apps/; revision=686169
2007-07-10 19:37:23 +00:00
Allen Winter d645b59bb1 remove kde4_automoc()
svn path=/trunk/KDE/kdebase/apps/; revision=685984
2007-07-10 09:14:12 +00:00
Laurent Montel 2f2e5bd1ba Remove not necessary cmake variable
svn path=/trunk/KDE/kdebase/apps/; revision=683756
2007-07-05 09:02:54 +00:00
Chusslove Illich dc59b32f75 Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, SIC. Most of the depending code has been auto-converted to new API.
svn path=/trunk/KDE/kdebase/apps/; revision=682259
2007-07-02 08:49:20 +00:00
Andreas Pakulat f45046aa87 Port to new kde4_add_*test* macros
svn path=/trunk/KDE/kdebase/apps/; revision=676863
2007-06-17 21:14:54 +00:00
David Faure 0f6b9b459e Move nsplugins to apps
svn path=/trunk/KDE/kdebase/apps/; revision=664635
2007-05-14 14:49:22 +00:00
Laurent Montel dbc0ac50b9 Remove not necessary include
svn path=/trunk/KDE/kdebase/nsplugins/; revision=656776
2007-04-22 11:14:24 +00:00
Simon Hausmann fd2bae03c9 Merging branches/work/kmainwindow-decoupling-branch from Kevin and me which
separates the xmlgui stuff from KMainWindow

svn path=/trunk/KDE/kdebase/apps/; revision=654728
2007-04-16 20:44:36 +00:00
Pino Toscano f0185f62b8 less qt3_support
fix connections

svn path=/trunk/KDE/kdebase/nsplugins/; revision=650823
2007-04-05 13:32:56 +00:00
Pino Toscano ea3096de6e move the QT3_SUPPORT definition only where it's needed
svn path=/trunk/KDE/kdebase/apps/; revision=650430
2007-04-04 14:47:36 +00:00
Laurent Montel 15d07ab4bb Fox compile test
svn path=/trunk/KDE/kdebase/nsplugins/; revision=648021
2007-03-30 08:13:25 +00:00
Aaron J. Seigo 058e124aef it builds! ship it!
svn path=/trunk/KDE/kdebase/apps/; revision=614777
2006-12-18 22:24:28 +00:00
Laurent Montel 23996aa5d3 Remove last Makefile.am
Clean up
Remove not necessary file (configure.in.in when all was converted)

svn path=/trunk/KDE/kdebase/nsplugins/; revision=610988
2006-12-06 10:31:08 +00:00
Laurent Montel 204da7a388 Apply Alex patch (now we can use enable-final argument
some module compiles with enable-final now)
As discussed with Alex it's not necessary to have program name
into automoc macro

svn path=/trunk/KDE/kdebase/konqueror/; revision=598290
2006-10-23 06:53:27 +00:00
Laurent Montel 9bba68d81a Necessary to change KDE4_AUTOMOC macro to support
enable-final argument

(there was not a dependancy between <name>_final.cpp file and
moc generated files => moc files were never created)

Not necessary to rebuild all kdelibs just cp kdelibs/cmake/modules/KDE4Macros.cmake <path_kde4>/share/apps/cmake/modules

I ported and tested all kde module (without enable-final argument, it compiles fines (test and program))
Don't try to use enable-final argument for the moment it doesn't compile (but dependancy works)

Regards

svn path=/trunk/KDE/kdebase/konqueror/; revision=595039
2006-10-13 07:55:37 +00:00
Laurent Montel 861be5aef5 Clean up
svn path=/trunk/KDE/kdebase/nsplugins/; revision=566160
2006-07-25 15:20:44 +00:00
David Faure a4a535f372 Finish the port to DBus - all of kdebase compiles now!
svn path=/trunk/KDE/kdebase/nsplugins/; revision=556576
2006-06-30 18:20:52 +00:00
Laurent Montel a0b412c7fd #include <q...h> -> #include <Q...>
svn path=/trunk/KDE/kdebase/nsplugins/; revision=540496
2006-05-13 16:33:18 +00:00
Alexander Neundorf 7a0b30822a kde4_header and kde4_footer() are gone now
svn path=/trunk/KDE/kdebase/konqueror/; revision=540215
2006-05-12 18:12:37 +00:00
Alexander Neundorf a8b01eb0aa -add FONTCONFIG_INCLUDE_DIR where required
-cleanup the toplevel CMakeLists.txt a bit
-remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR)
in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option
-include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it
doesn't have to be done in every subdir

Alex


svn path=/trunk/KDE/kdebase/konqueror/; revision=539914
2006-05-12 00:08:30 +00:00
Laurent Montel 49ebc2ce72 #include <q...h> -> #include <Q...>
svn path=/trunk/KDE/kdebase/nsplugins/; revision=539617
2006-05-11 08:04:23 +00:00
Dirk Mueller 199f898529 compile++
svn path=/trunk/KDE/kdebase/nsplugins/; revision=534755
2006-04-27 18:23:08 +00:00
Alexander Neundorf bdfa6204fc -use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES
Alex

svn path=/trunk/KDE/kdebase/konqueror/; revision=522728
2006-03-26 14:52:52 +00:00
Laurent Montel 8ebe15f3be Fix cmake variable
svn path=/trunk/KDE/kdebase/nsplugins/; revision=522126
2006-03-24 14:59:45 +00:00
David Faure 64dacf1e12 Use set(CMAKE_INCLUDE_CURRENT_DIR ON) in the toplevel CMakeLists.txt, and we don't need to include
${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} in each and every file anymore [only when subdirs might depend on that].

Also ran a script which makes sure that ${KDE4_INCLUDE_DIR} and ${QT_INCLUDES} are added -last-,
so that installed headers are not preferred over (possibly more uptodate) local headers.

svn path=/trunk/KDE/kdebase/konqueror/; revision=521887
2006-03-23 19:24:10 +00:00
Laurent Montel 389f63ff57 Fix typo
svn path=/trunk/KDE/kdebase/konqueror/; revision=521451
2006-03-22 16:06:38 +00:00
Laurent Montel d05f2bb78e Add module to compile kdebase with kdelibs-cmake.
BE CARREFULL: Don't try to compile it for the moment (in progress)
Don't use kdelibs trunk for compile it (there is not again test to disable
compile when we compile with kdelibs trunk)
For the moment there was a lot of missing test etc.
I commit it just to allow to lose my changes if there is a pb on my HD.
I will sync cmake from kdelibs trunk to kdelibs-snapshot.
I hope to fix compile today or tomorrow.
CCMAIL: neundorf@kde.org

For the futur we must sync kdelibs/cmake/* to kdelibs-snapshot 
to compile all the time with kdelibs-snapshot

svn path=/trunk/KDE/kdebase/konqueror/; revision=514380
2006-02-28 08:01:15 +00:00
Laurent Montel aed1a8b78d deprecated--
svn path=/trunk/KDE/kdebase/konqueror/; revision=506335
2006-02-06 15:07:10 +00:00
Laurent Montel 83b60776c5 Use QT macro for signal/slots
svn path=/trunk/KDE/kdebase/nsplugins/; revision=500480
2006-01-20 11:09:06 +00:00
Dirk Mueller 40b74b7fc1 SVN_SILENT: fix typo
svn path=/trunk/KDE/kdebase/nsplugins/; revision=467416
2005-10-05 08:44:32 +00:00
Dirk Mueller b3736b51bc update FSF address
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=431577
2005-07-04 19:02:09 +00:00
Waldo Bastian a4b272e164 CVS_SILENT
Update FSF address

svn path=/trunk/kdebase/konqueror/; revision=213860
2003-03-14 16:05:43 +00:00
Waldo Bastian e5fde6b5c7 CVS_SILENT
Updated address of FSF

svn path=/trunk/kdebase/kdialog/; revision=212185
2003-03-07 22:11:39 +00:00
Stephan Kulow 9a88a45df4 nice ground to find unsermake bugs, but still has bugs on it's own :)
svn path=/trunk/kdebase/nsplugins/; revision=154853
2002-05-10 21:22:14 +00:00
Waldo Bastian 157f032f06 Make it compile.
svn path=/trunk/kdebase/nsplugins/; revision=137112
2002-02-18 05:24:08 +00:00
Dirk Mueller 0b939544f7 CVSSILENT: fixincludes
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=129081
2001-12-29 17:33:05 +00:00
Dirk Mueller 0bc86c00af include fixes
svn path=/trunk/kdebase/nsplugins/; revision=115537
2001-09-26 17:41:32 +00:00