97 Commits (b0211d00746ab4fb866030d21b2c18a21dbda378)
 

Author SHA1 Message Date
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
Kevin Ottens 4d5e809148 Rename the yaml file per new policy 12 years ago
Nicolás Alvarez 6913a4fd9a Remove check left over from monolithic kdelibs. 12 years ago
Alex Merry bc157c1bb7 Rewrite kiosk documentation 12 years ago
David Faure c038ab7498 The "trailing semicolon" requirement was relaxed yesterday. 12 years ago
Patrick von Reth 44b46c7ae4 fixed mingw build 12 years ago
David Faure ec85e2ac41 Upgrade ECM version requirement and KF5 version. 12 years ago
David Faure a306f1faf4 guard gcc-specific things with Q_CC_GNU to avoid problems elsewhere 12 years ago
David Faure 3b99ed63af Fix repeated typo in 'override' 12 years ago
Matthew Dawson 4846b50aea Stop re-loading values inside KCoreConfigSkeleton::save(). 12 years ago
Alex Merry e1ad9a6192 Use the full path for kconf_update when running it 12 years ago
Alex Merry d53cf39a20 Export the location of kconf_update in CMake 12 years ago
Alex Merry c8f3b3684e Remove kde3 compatibility code for "DocPath" in desktop files 12 years ago
Alex Merry 892e693f61 Rename the kconfig_compiler_kf5 target to kconfig_compiler 12 years ago
Alex Merry a9ac60da05 Update docs for KDesktopFile::isAuthorizedDesktopFile() 12 years ago
Alex Merry 2cb32b4dc0 Remove unhelpful comments 12 years ago
Alex Merry 16348884c6 Better comment for why KDesktopFile::readPath uses readEntry 12 years ago
Alex Merry 54e96153a5 Remove old kdelibs4 code 12 years ago