Age | Commit message (Collapse) | Author |
|
deeper sense in the help
svn path=/trunk/kdebase/src/kreadconfig/; revision=380175
|
|
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.
CCMAIL:tackat@kde.org
svn path=/trunk/kdebase/src/kreadconfig/; revision=380173
|
|
svn path=/trunk/kdebase/src/kreadconfig/; revision=361006
|
|
svn path=/trunk/kdebase/src/kreadconfig/; revision=268830
|
|
svn path=/trunk/kdebase/src/kreadconfig/; revision=268828
|
|
for kreadconfig.
svn path=/trunk/kdebase/src/kreadconfig/; revision=208341
|
|
svn path=/trunk/kdebase/kstart/; revision=202148
|
|
svn path=/trunk/kdebase/kioslave/; revision=196876
|
|
KApplication since that starts kdeinit
svn path=/trunk/kdebase/src/kreadconfig/; revision=190568
|
|
automake 1.5 doesn't support AM_LDFLAGS :-( Sorry, I thought it's a no-brainer, but apparently it isn't :-(
svn path=/trunk/kdebase/kioslave/; revision=182707
|
|
user can override
svn path=/trunk/kdebase/kioslave/; revision=182704
|
|
svn path=/trunk/kdebase/khelpcenter/; revision=129081
|
|
svn path=/trunk/kdebase/src/kreadconfig/; revision=124261
|
|
configure.in.in)
svn path=/trunk/kdebase/src/kreadconfig/; revision=111837
|
|
course!)
svn path=/trunk/kdebase/src/kreadconfig/; revision=102605
|
|
this utility.
svn path=/trunk/kdebase/src/kreadconfig/; revision=79637
|
|
allowStyles = false and GUIEnabled = false at the KApplication constructor, to save startup time and ressources
svn path=/trunk/kdebase/src/kreadconfig/; revision=79151
|
|
svn path=/trunk/kdebase/src/kreadconfig/; revision=78898
|
|
|
|
the version in two steps at release time, so CI doesn't break
|
|
This is instead of INCLUDE_INSTALL_DIR and INSTALL_TARGETS_DEFAULT_ARGS,
which will lose the "KF5" suffix from the include path.
|
|
|
|
|
|
A lot of kiosk stuff is actually in other frameworks, from the point of
view of applications, but KConfig provides the core functionality. Make
the docs here describe KConfig's role, rather than KIO's or KXMLGui's.
REVIEW: 117486
|
|
http://standards.freedesktop.org/desktop-entry-spec/1.1/ar01s03.html
|
|
|
|
|
|
|
|
|
|
The extra load of values in KCoreConfigSkeleton is not documented anywhere
that it happens, and in normal circumstances re-loading new values isn't
expecterd during a save operation.
Update various mentions of readConfig/writeConfig to read/save.
Update documentation to match the new names of functions.
Rename writeConfig() to save() and usrWriteConfig() to usrSave()
Rename functions to match the new naming conventions. Also create old deprecated
instances of both functions to ensure that old code continues to operate
correctly. Also make save() non-virtual, for the same reasons read() is
now non-virtual.
Rename usrReadConfig to usrRead, to be consistent with the new name for readConfig.
Rename usrReadConfig to usrRead, and mark the former as deprecated. To maintain
compatibility, usrRead still calls usrReadConfig in its default implementation.
usrReadConfig remains empty.
REVIEW: 117010
|
|
It is not on $PATH, so we cannot just expect QProcess to find it.
REVIEW: 117023
|
|
This is for the benefit of kded, which needs to run this binary.
REVIEW: 117023
|
|
LXR suggests nothing still sets that (everything is X-DocPath now).
REVIEW: 117003
|
|
Just because the executable has the "_kf5" suffix, that does not mean
the target should have it. This is ugly API, and will be unnecessary
porting effort for KF6.
REVIEW: 116995
|
|
The fact that it changed in KDE 4.3 is not so relevant any more.
REVIEW: 116962
|
|
These lines of code do not really require any justification.
REVIEW: 116962
|
|
REVIEW: 116962
|
|
All this ifdef'd-out code just makes it hard to see what's going on.
REVIEW: 116962
|
|
Not sure why it would be unset and then used, instead of just not used
at all. LXR says it's not used anywhere else, though.
REVIEW: 116962
|
|
As discussed with Matthew Dawson in review 116461.
|
|
|
|
Apps can reimplement usrReadConfig() or the readConfig() in every item instead.
|
|
|
|
Call it from generated singletons, since the constructor creates
a KConfig from a filename, which already loads from disk.
This removes the need for using DelayedParsing.
REVIEW: 116845
|
|
|
|
|
|
|
|
This test keeps deleting the whole ~/.qttest directory. By moving all
data into a subdirectory it is now possible to run multiple tests that
use kconfig in parallel.
REVIEW: 115875
|
|
|
|
|