388 Commits (9dec6961b3aeb2532dddfbb1e4b02477fd4a4228)

Author SHA1 Message Date
Ahmad Samir 9dec6961b3 [KConfigLoader] Code cleanup 6 years ago
Méven Car d46739294d Add an is<PropertyName>Immutable to know if a property is immutable 6 years ago
Laurent Montel 87471e14b3 QXmlInputSource is deprecated in qt5.15. Port it to QXmlStreamReader 6 years ago
Laurent Montel e83c46c222 Port endl to \n as it's qt namespaced. 6 years ago
Laurent Montel dbcbf1943f Port endl to "\n" as it's qt namespaced. Use directly 6 years ago
Tomaz Canabrava 95aee1294e Refactor KConfigXT 6 years ago
Tomaz Canabrava 5f8c2ce634 Revert "WIP: Refactor KConfigXT" 6 years ago
Tomaz Canabrava 98c32e29f5 WIP: Refactor KConfigXT 6 years ago
Benjamin Port e88f9309e5 Fix API doc, usrSave is called from save not deprecated writeConfig 6 years ago
Nicolas Fella ebd14f29f8 Add KSharedConfig::openStateConfig for storing state information 6 years ago
Ahmad Samir 2055025c0c Port QRegExp to QRegularExpression 6 years ago
Laurent Montel 500892be5d dec and hex as namespaced in qt5.15 6 years ago
Laurent Montel f9d50c2022 Remove endl at the end of qdebug 6 years ago
Laurent Montel 143fe89060 Port deprecated methods 6 years ago
John Hayes 975aaeeff4 kconfig EBN transport protocol cleanup 6 years ago
David Edmundson 7fc91a387a update @since 6 years ago
David Edmundson 7ab8275bdb Expose getter to KConfigWatcher's config 6 years ago
David Edmundson 89fb70b571 Fix writeFlags with KConfigCompilerSignallingItem 6 years ago
Luigi Toscano 599456e68d Fix URL: use the stable redirect commits.kde.org 6 years ago
Nate Graham 912ec731b8 Add a comment pointing to the history of Cut and Delete sharing a shortcut 6 years ago
Laurent Montel 991d8de6ad Don't use nullptr as flag. Make it compile against qt5.15 6 years ago
Kai Uwe Broulik f366253557 Document Notifiers setting 6 years ago
Friedrich W. H. Kossebau 9044b4a3ad API dox: fixes (prevent linebreak after . in auto-brief begin, more @c) 6 years ago
Nate Graham 23d4f14601 Only create a session config when actually restoring a session 6 years ago
Eon S. Jeon 9b8ef69441 kwriteconfig: add delete option 6 years ago
Kevin Ottens d63955cfe5 Add KPropertySkeletonItem 6 years ago
Kevin Ottens 44cfa0631d Prepare KConfigSkeletonItem to allow inheriting its private class 6 years ago
Laurent Montel cf2c243ea9 These methods were adding in qt5.15 6 years ago
Albert Astals Cid ee72e7e791 kconfig_compiler: Move the KSharedConfig::Ptr when using them 6 years ago
Laurent Montel 80bf4c029e Make it compile against qt5.15 without deprecated method 6 years ago
Friedrich W. H. Kossebau 09d65adaf3 API dox: adapt kapidox & ecm_add_qch settings to new deprecation macros 6 years ago
Friedrich W. H. Kossebau c4c673338c Enable KF_* group deprecation macros 6 years ago
Friedrich W. H. Kossebau fb37084b3e Use ECMGenerateExportHeader to manage deprecated API better 7 years ago
Kevin Ottens 3f68be12f8 Expose isImmutable to introspection (e.g. QML) 7 years ago
Kevin Ottens 4c3d375196 Add convenience for defaults/dirty states to KCoreConfigSkeleton 7 years ago
Kevin Ottens 5fa1a3312a Make kconfig_compiler generate ctors with the optional parent arg 7 years ago
Nate Graham db2315d79a Make preferences() a public function 7 years ago
Aleix Pol a23acd2f15 Fix generating properties that start with an uppercase letter 7 years ago
Albert Astals Cid b80648cf56 Rewrite ugly for with pointer arithmetic into range for 7 years ago
Albert Astals Cid 33bcefa50d Small performance enhacements 7 years ago
David Faure c34e457bf9 [KConfig] port away from deprecated methods in Qt 5.14 7 years ago
Friedrich W. H. Kossebau c358fd68e2 Use new INCLUDE_DIRS with ecm_add_qch, to have doxygen see more includes 7 years ago
Laurent Montel b0191f6856 GIT_SILENT: use QLatin1String 7 years ago
Friedrich W. H. Kossebau b4d33f4419 String code optimization: use s.remove(0. x) instead of s = s.mid(x) 7 years ago
Friedrich W. H. Kossebau cbb13f0235 String code optimization: use s.chop(x) instead of s.truncate(s.size()-x) 7 years ago
Friedrich W. H. Kossebau 4c31900d66 Use more initializer lists 7 years ago
Friedrich W. H. Kossebau a79ddf8dd3 String code optimization: use QLatin1String/QChar overload for string concat 7 years ago
Friedrich W. H. Kossebau dd13427a71 String code optimization: use QLatin1String overload for == & != 7 years ago
Friedrich W. H. Kossebau 77ac0feb97 String code optimization: use QLatin1String overload for QString::replace 7 years ago
Daniel Vrátil b9cf875e2e Fix memory leak in KConfigWatcher 7 years ago