| Age | Commit message (Collapse) | Author | 
|---|
|  | Simplify KConfigGroup::readEntry/writeEntry.
KConfigGroup::readCheck/writeCheck caused some compilers to complain
since they were private functions that were being reimplemented outside
the class definition.
Updated KCONFIGGROUP_DECLARE_ENUM_QOBJECT/
deprecated global functions created in KDE4 times. | 
|  | Previous code said if we found an executable in kconf_update_bin
try to find a different executable in the normal path
Reviewed-by: Rohan Garg | 
|  | /home/scripty/prod/git-unstable/frameworks_kconfig/src/core/bufferfragment_p.h:37: Ignoring definition of undeclared qualified class
/home/scripty/prod/git-unstable/frameworks_kconfig/src/core/bufferfragment_p.h:37: Ignoring definition of undeclared qualified class | 
|  |  | 
|  | We get a CMake warning for reading the LOCATION property, but I don't see
how else to do it (generator expressions don't seem to work) | 
|  | This allows removing some custom WIN32 API code and is also nicer than
directly calling system() | 
|  | This reverts commit 625e124898afad04ab5c3939b1b129b6014046cd.
Let's take the time to think about a better solution, possibly. | 
|  | Only KSharedConfig::openConfig() and KConfig default constructor are affected.
KConfig("kdeglobals"), for instance, points to ~/.config so that it can be shared.
REVIEW: 117989 | 
|  | kconfigini.cpp:554: Class 'KConfigIniBackend' lacks Q_OBJECT macro | 
|  |  | 
|  |  | 
|  | REVIEW:117842 | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | kde5/services is kservices5
kde5/servicetypes is kservicestypes5 | 
|  | REVIEW: 117792 | 
|  | Drop KCoreAddons and KI18n dependency.
Add a bunch of QStringLiteral() | 
|  | Required stopping to use some kde4support headers that were magically
injected. | 
|  | It's deprecated now | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=1121163 | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=1067076 | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=822957 | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=813305 | 
|  | KConfigBase:
- remove separator argument from list entry reading/writing functions
- introduce {read,write}XdgListEntry()
- kill readPathListEntry(), add readPathEntry() overload
  instead. the default value is not optional any more, as it defines the
  return type. this is consistent with the readEntry() functions.
- rename clean() => markAsClean(), remove rollback()
- rename ConfigState => AccessMode, getConfigState() => accessMode()
- rename {entry,group}IsImmutable() => is{Entry,Group}Immutable()
- remove NLS alias to Localized
KConfig:
- remove setGroup() & group()
- reshuffle OpenFlag enum, introduce NoCascade for symmetry
- remove setExtraConfigFiles() alias to addConfigSources()
KConfigGroup:
- inherit KConfigBase::deleteGroup() overloads
- make convertToQVariant() private, it will probably change somehow
- KConfig & KConfigGroup: deprecate entryMap()
- remove bogus declarations: KConfigGroup::setReadDefaults(),
  KConfig::readEntryUntranslated()
- apidox
- reshuffle the declarations in the headers
svn path=/trunk/KDE/kdebase/runtime/; revision=728852 | 
|  | needed now because friday is the last BC day. The rest of the modules will follow as fast as my laptop allows.
svn path=/trunk/KDE/kdebase/runtime/; revision=721704 | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=685984 | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=683437 | 
|  | SIC. Most of the depending code has been auto-converted to new API.
svn path=/trunk/KDE/kdebase/runtime/; revision=682259 | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=682056 | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=656776 | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=635573 | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=635490 | 
|  | svn path=/trunk/KDE/kdebase/khelpcenter/; revision=628276 | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=603871 | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=603865 | 
|  | with enable-final now) As discussed with Alex it's not necessary to have program name into automoc macro
svn path=/trunk/KDE/kdebase/workspace/kcontrol/locale/; revision=598290 | 
|  | (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/workspace/kcontrol/locale/; revision=595039 | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=578143 | 
|  | svn path=/trunk/KDE/kdebase/runtime/; revision=570224 |