82 Commits (944bd7a33407074176fda83e6b50fafd63341d34)
 

Author SHA1 Message Date
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
Alex Merry c018f617f1 Remove references to ${_KDE4_KCONFIG_COMPILER_DEP} 12 years ago
David Faure fb451a380c Rename readConfig() to load(), to make it clear it's loading from disk. 12 years ago
David Faure 80ee4cd6aa Revert addition of DelayedParsing, not needed after all. 12 years ago
David Faure 7a42d3549a Make readConfig() non-virtual anymore, it's not useful. 12 years ago
David Faure 8039dfaf42 Remove unnecessary debug output 12 years ago
David Faure c1980dbc51 Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration. 12 years ago
Alex Merry 41ccd7bcd6 KStandardDirs -> QStandardPaths in apidox 12 years ago
David Faure 66f0e0272c KCoreConfigSkeleton: delay parsing until the call to readConfig() 12 years ago
Aurélien Gâteau 245e758cb9 Normalize vars to avoid odd bugs: QT_REQUIRED_VERSION => REQUIRED_QT_VERSION 12 years ago
Alex Richardson 19429ffd51 kconfigtest: write everything into a subdirectory 12 years ago
David Faure e6d66ed8a4 Upgrade ECM version requirement and KF5 version. 12 years ago
David Faure f2a99be361 make comment less confusing 12 years ago
David Faure 6437231041 we use Qt5 now, so re-enable -DQT_NO_CAST_FROM_BYTEARRAY 12 years ago
David Faure 3eb5f0433f Fix interference from kdeplatformtheme into unittests 12 years ago
David Faure eb604bc60b Add sharedConfig() accessor, to avoid manipulating a raw KConfig * as returned by config(). 12 years ago