Alex Richardson
a1dcaf788e
Fix unit tests after renaming the test executables
...
now use QCoreApplication::applicationName() + "rc" as the config file name
instead of hardcoding the named
12 years ago
Alex Richardson
a3d6957ec5
Use ecm_add_test(s) instead of own macro
...
This also fixes running 'nmake test' on Windows.
12 years ago
David Faure
6bb0a14db4
Revert "Store app config file in ~/.config/<domain>/<app>rc"
...
This reverts commit 625e124898 .
Let's take the time to think about a better solution, possibly.
12 years ago
David Faure
155a702448
Compile translations (in tags and tarballs)
12 years ago
Matthew Dawson
447a43e117
Add myself to the target people to receive all review requests.
...
Make sure I see any review requests by default.
12 years ago
David Faure
625e124898
Store app config file in ~/.config/<domain>/<app>rc
...
Only KSharedConfig::openConfig() and KConfig default constructor are affected.
KConfig("kdeglobals"), for instance, points to ~/.config so that it can be shared.
REVIEW: 117989
12 years ago
David Faure
54883d0c75
Upgrade ECM and KF5 version requirements.
12 years ago
David Faure
db8f4bd437
Upgrade KF5 version.
12 years ago
Albert Astals Cid
092d645a1e
Fix lupdate warning
...
kconfigini.cpp:554: Class 'KConfigIniBackend' lacks Q_OBJECT macro
12 years ago
l10n daemon script
90064f2e06
SVN_SILENT made messages (.desktop file)
12 years ago
David Faure
3b2c72bbb1
fix include path in .pri files
12 years ago
Burkhard Lück
42930de3ab
Add/fix message extraction for repo frameworks/kconfig
...
REVIEW:117842
12 years ago
l10n daemon script
2dacbc0589
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
2ae27a58ec
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
eed5032a41
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
d17a1829fb
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
98913875c1
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
94856870ef
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
3e59e66070
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
55bea41dfa
SVN_SILENT made messages (.desktop file)
12 years ago
Aleix Pol
a0c759076b
install libexec executables in the kf5 libexec directory
12 years ago
Aleix Pol
fc05d19a80
Adapt to changes in KDEInstallDirs
...
kde5/services is kservices5
kde5/servicetypes is kservicestypes5
12 years ago
Michael Palimaka
b7887433d5
Rename kreadconfig and kwriteconfig for coinstallability with kde-runtime4.
...
REVIEW: 117792
12 years ago
Kevin Ottens
1bfd179a7c
Add framework information in metainfo.yaml files
12 years ago
Aleix Pol
b383ce66a8
Adopt kreadconfig and kwriteconfig to kconfig
...
Drop KCoreAddons and KI18n dependency.
Add a bunch of QStringLiteral()
12 years ago
Aleix Pol
24b697b225
Clean up preprocessor definitions and includes from the root CMakeLists.txt
...
Required stopping to use some kde4support headers that were magically
injected.
12 years ago
Aleix Pol
aab92b7f83
Stop using kde4_add_executable
...
It's deprecated now
12 years ago
Aleix Pol
e9abee49ea
fix indentation, to some extent
12 years ago
Aleix Pol
d975ecb368
Port kreadconfig to KF5
12 years ago
Aleix Pol
c5dfe84ea6
Port kwriteconfig to KF5
12 years ago
David Faure
54c4b7239a
Port kstandarddirs usage with convert-kstandarddirs.pl
12 years ago
Nicolas Lécureuil
889e4d6099
Forwardport of commit 1121161
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1121163
12 years ago
John Layt
0ac536f213
krazy fixes
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1067076
12 years ago
Oswald Buddenhagen
f1e2568213
support nested groups.
...
svn path=/trunk/KDE/kdebase/runtime/; revision=822957
12 years ago
Laurent Montel
afee0bd96b
Use INSTALL_TARGETS_DEFAULT_ARGS
...
svn path=/trunk/KDE/kdebase/runtime/; revision=813305
12 years ago
Oswald Buddenhagen
917f389250
KConfig* API overhaul. only cosmetics, so don't panic.
...
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
12 years ago
Andreas Pakulat
03f5568c55
Merge the KConfig branch. This are the 3 main modules (+kdeadmin), which are 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
12 years ago
Allen Winter
0f1080566e
remove kde4_automoc()
...
svn path=/trunk/KDE/kdebase/runtime/; revision=685984
12 years ago
Dirk Mueller
3d4c34c610
remove redundant project declarations
...
svn path=/trunk/KDE/kdebase/runtime/; revision=683437
12 years ago
Chusslove Illich
244da34653
Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, SIC. Most of the depending code has been auto-converted to new API.
...
svn path=/trunk/KDE/kdebase/runtime/; revision=682259
12 years ago
Laurent Montel
bc3bd22c5e
Fix generate po file
...
svn path=/trunk/KDE/kdebase/runtime/; revision=682056
12 years ago
Laurent Montel
74401146c2
Remove not necessary include
...
svn path=/trunk/KDE/kdebase/runtime/; revision=656776
12 years ago
David Faure
06ea02b44d
setGroup -> KConfigGroup
...
svn path=/trunk/KDE/kdebase/runtime/; revision=635573
12 years ago
Stephan Kulow
ef32423608
merged kconfiggroup_port branch
...
svn path=/trunk/KDE/kdebase/runtime/; revision=635490
12 years ago
Matthias Kretz
3188188fe7
merge the kinstance-redesign branch back to trunk.
...
svn path=/trunk/KDE/kdebase/khelpcenter/; revision=628276
12 years ago
Laurent Montel
469f114657
Fix
...
svn path=/trunk/KDE/kdebase/runtime/; revision=603871
12 years ago
Laurent Montel
659ec1eb7b
Not GUI application
...
svn path=/trunk/KDE/kdebase/runtime/; revision=603865
12 years ago
Laurent Montel
2b3f33c7e8
Apply Alex patch (now we can use enable-final argument some module compiles 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
12 years ago
Laurent Montel
a5d21a1242
Necessary to change KDE4_AUTOMOC macro to support enable-final argument
...
(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
12 years ago
Laurent Montel
a6a272c375
Not necessary to link with kdeui kdecore is enough
...
svn path=/trunk/KDE/kdebase/runtime/; revision=578143
12 years ago