114 Commits (ef32423608535b4ec6a300b012fbae768854a078)
 

Author SHA1 Message Date
Stephan Kulow ef32423608 merged kconfiggroup_port branch 12 years ago
Matthias Kretz 3188188fe7 merge the kinstance-redesign branch back to trunk. 12 years ago
Laurent Montel 469f114657 Fix 12 years ago
Laurent Montel 659ec1eb7b Not GUI application 12 years ago
Laurent Montel 2b3f33c7e8 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 12 years ago
Laurent Montel a5d21a1242 Necessary to change KDE4_AUTOMOC macro to support enable-final argument 12 years ago
Laurent Montel a6a272c375 Not necessary to link with kdeui kdecore is enough 12 years ago
Laurent Montel e4cc23e805 Clean up Remove Makefile.am when all feature is implemented 12 years ago
Laurent Montel 0e10b4df6a Replace all bin by ${BIN_INSTALL_DIR} 12 years ago
Tim Beaulen 7f127ff5b8 Less warnings about deprecated functions 12 years ago
Alexander Neundorf 054c4138f8 kde4_header and kde4_footer() are gone now 12 years ago
Alexander Neundorf ebde69c71c -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 12 years ago
André Wöbbeking f33ff189c5 install executables with the install command instead of install_files/targets. 12 years ago
Stephan Kulow 55af85dc0b removed duplicated messages targets 12 years ago
Alexander Neundorf f568f6c0ba -use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES 12 years ago
David Faure b176af2536 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]. 12 years ago
Laurent Montel f837bbc9fa Now all kdebase compile with cmake 12 years ago
Laurent Montel b0211d0074 Fix typo 12 years ago
Alexander Neundorf cb5bf4d67c -fixed redmond theme, am2cmake doesn't like Makefile.am's where the lib is defined after the sources -added project() calls everywhere, so now you can have kdevelop project for all major parts 12 years ago
Laurent Montel 8937af184c Use alias 12 years ago
Laurent Montel d1c8ad7151 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 12 years ago
Nicolas Goutte c4e0d8b5b6 Convert the "messages" targets of kdebase into Messages.sh scripts 12 years ago
Nicolas Goutte 92a3aa4b1b "messages" targets: do not use _SOURCES variables 12 years ago
Laurent Montel a43e6d699b readBoolEntry->readEntry 12 years ago
Thiago Macieira 503525ece7 SVN_SILENT Correcting the encoding in KDE source code 12 years ago
Laurent Montel df60d721f6 Compile without qt3support 12 years ago
Laurent Montel 2a1d6753c3 ByeBye Q3CString 12 years ago
Stephan Kulow 3eaf04e113 svn merge svn+ssh://coolo@svn.kde.org/home/kde/trunk/KDE/kdebase@438057 svn+ssh://coolo@svn.kde.org/home/kde/branches/work/kde4/kdebase . 12 years ago
Waldo Bastian 5eb52e9f5a Always pick up kiosk restrictions. The hassle of a command line switch is not worth the 20ms that you save. BUG: 96512 12 years ago
Daniel Molkentin 00835d2dae master david says: stay closer to what it actually does. Still keeping the deeper sense in the help 12 years ago
Daniel Molkentin 822c801d39 merging (and therefore kiok functions) used to be disabled by default. This new switch "merged" will enable merging. This happens both in order to maintain the speed for the common case and in order to not break backward compatibility. 12 years ago
Waldo Bastian 0ece0f4a7d Handle "path" as distinct type 12 years ago
Laurent Montel 944bd7a334 Fix mem leak (delete config before close application) 12 years ago
Laurent Montel 5d614e20b4 Fix mem leak (delete config before to close application) 12 years ago
Waldo Bastian 1b19c72cd0 kwriteconfig by Luis Pedro Coelho <luis_pedro@netcabo.pt> A little brother for kreadconfig. 12 years ago
Laurent Montel 30d3f78843 Use KCmdLineLastOption 12 years ago
Harri Porten cc0c1fd8df some AM_ prefixing to make automake happy 12 years ago
Waldo Bastian 0cfad9a42f * Add support for files other than kdeglobals * Better not create a KApplication since that starts kdeinit 12 years ago
Simon Hausmann dd6fa94de6 - oops, reverting AM_LDFLAGS back to LDFLAGS, as David found out that automake 1.5 doesn't support AM_LDFLAGS :-( Sorry, I thought it's a no-brainer, but apparently it isn't :-( 12 years ago
Simon Hausmann 15fc514157 - LDFLAGS -> AM_LDFLAGS, as automake 1.7 says that LDFLAGS is a variable the user can override 12 years ago
Dirk Mueller 95c36f3f5c CVSSILENT: fixincludes 12 years ago
Lukáš Tinkl a5a2cb01c6 adding missing i18n() 12 years ago
Simon Hausmann cd019764ec - no need for explicit qt_no_compat/qt_clean_namespace here (it's already in configure.in.in) 12 years ago
Lukáš Tinkl 294589cd52 output the path correctly Just got a wrong path to my Trash (translated, of course!) 12 years ago
Harri Porten e31185a77e w/o cout from iostream.h RH really can use the latest and greatest gcc for this utility. 12 years ago
Simon Hausmann 39b567ee8c - no need to link against kdeui (kdecore is sufficient) - specify allowStyles = false and GUIEnabled = false at the KApplication constructor, to save startup time and ressources 12 years ago
Bernhard Rosenkraenzer 05c9ae907b Don't apply our settings to GTK if the user didn't want it. 12 years ago
David Faure 4ee20d573d cleanup after non-idempotent script 12 years ago
David Faure 33e8ef79ad separate framework version from dependencies version, to be able to increase the version in two steps at release time, so CI doesn't break 12 years ago
Alex Merry 376fe10aea Use KF5_INCLUDE_INSTALL_DIR and KF5_INSTALL_TARGETS_DEFAULT_ARGS 12 years ago