aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-01Commit translations from l10n-kf5v4.100.0-rc2David Faure
2014-06-01Upgrade ECM and KF5 version requirements.v4.100.0-rc1David Faure
2014-06-01Upgrade KF5 version.David Faure
2014-05-26Update usage of QVariant::type() for Qt5.Thomas Braxton
This should have been part of 8b88eaee. REVIEW: 118339
2014-05-26Update usage of QVariant::type() for Qt5.Thomas Braxton
According to http://qt-project.org/doc/qt-5/qvariant.html#type the return value of QVariant::type() should be interpreted as a QMetaType::Type. This also silences the compile-time warnings about 38 not being a member of QVariant::Type. REVIEW: 118332
2014-05-26REVIEW: 118039Thomas Braxton
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.
2014-05-23Fix searching of paths in kconf_updateDavid Edmundson
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
2014-05-12Fix lupdate warningsAlbert Astals Cid
/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
2014-05-12remove unused member of the private classMarco Martin
2014-05-10Revert "adapt to ECMAddTests change"Alex Richardson
This reverts commit 88c9a9664e99b639df4cde2be22dbe44df228879.
2014-05-10adapt to ECMAddTests changeAlex Richardson
2014-05-07Apparently calling readAll() on the temporary file doesn't workAlex Richardson
Open a new QFile for reading after calling close() on the temp file
2014-05-07Test that kconfig always uses native line endings in the created filesAlex Richardson
2014-05-07Fix kconf_update test on WindowsAlex Richardson
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)
2014-05-07Use QProcess in kconf_updateAlex Richardson
This allows removing some custom WIN32 API code and is also nicer than directly calling system()
2014-05-07Generate MOC files for kconfig_compiler outputs in tests.Matthew Dawson
The MOC files for generated output from kconfig_compiler are not automatically generated. Re-add the code that does this, fixing the build. I'm assuming this isn't an issue on Windows, as I don't have any machines to test on. Please let me know if this isn't the case. CC: arichardson.kde@gmail.com
2014-05-07fix kconfig_compiler test on windowsAlex Richardson
We have to generate the files in the same directory as the test executables otherwise QFINDTESTDATA will fail
2014-05-07Fix unit tests after renaming the test executablesAlex Richardson
now use QCoreApplication::applicationName() + "rc" as the config file name instead of hardcoding the named
2014-05-07Use ecm_add_test(s) instead of own macroAlex Richardson
This also fixes running 'nmake test' on Windows.
2014-05-05Revert "Store app config file in ~/.config/<domain>/<app>rc"David Faure
This reverts commit 625e124898afad04ab5c3939b1b129b6014046cd. Let's take the time to think about a better solution, possibly.
2014-05-05Compile translations (in tags and tarballs)David Faure
2014-05-04Add myself to the target people to receive all review requests.Matthew Dawson
Make sure I see any review requests by default.
2014-05-04Store app config file in ~/.config/<domain>/<app>rcDavid Faure
Only KSharedConfig::openConfig() and KConfig default constructor are affected. KConfig("kdeglobals"), for instance, points to ~/.config so that it can be shared. REVIEW: 117989
2014-05-04Upgrade ECM and KF5 version requirements.David Faure
2014-05-04Upgrade KF5 version.David Faure
2014-05-03Fix lupdate warningAlbert Astals Cid
kconfigini.cpp:554: Class 'KConfigIniBackend' lacks Q_OBJECT macro
2014-05-03SVN_SILENT made messages (.desktop file)l10n daemon script
2014-05-02fix include path in .pri filesDavid Faure
2014-05-02Add/fix message extraction for repo frameworks/kconfigBurkhard Lück
REVIEW:117842
2014-05-02SVN_SILENT made messages (.desktop file)l10n daemon script
2014-04-29SVN_SILENT made messages (.desktop file)l10n daemon script
2014-04-29SVN_SILENT made messages (.desktop file)l10n daemon script
2014-04-28SVN_SILENT made messages (.desktop file)l10n daemon script
2014-04-28SVN_SILENT made messages (.desktop file)l10n daemon script
2014-04-28SVN_SILENT made messages (.desktop file)l10n daemon script
2014-04-28SVN_SILENT made messages (.desktop file)l10n daemon script
2014-04-27SVN_SILENT made messages (.desktop file)l10n daemon script
2014-04-27install libexec executables in the kf5 libexec directoryAleix Pol
2014-04-26Adapt to changes in KDEInstallDirsAleix Pol
kde5/services is kservices5 kde5/servicetypes is kservicestypes5
2014-04-27Rename kreadconfig and kwriteconfig for coinstallability with kde-runtime4.Michael Palimaka
REVIEW: 117792
2014-04-26Add framework information in metainfo.yaml filesKevin Ottens
2014-04-26Adopt kreadconfig and kwriteconfig to kconfigAleix Pol
Drop KCoreAddons and KI18n dependency. Add a bunch of QStringLiteral()
2014-04-26Clean up preprocessor definitions and includes from the root CMakeLists.txtAleix Pol
Required stopping to use some kde4support headers that were magically injected.
2014-04-26Stop using kde4_add_executableAleix Pol
It's deprecated now
2014-04-26fix indentation, to some extentAleix Pol
2014-04-26Port kreadconfig to KF5Aleix Pol
2014-04-26Port kwriteconfig to KF5Aleix Pol
2014-04-26Port kstandarddirs usage with convert-kstandarddirs.plDavid Faure
2014-04-26Forwardport of commit 1121161Nicolas Lécureuil
svn path=/trunk/KDE/kdebase/runtime/; revision=1121163
2014-04-26krazy fixesJohn Layt
svn path=/trunk/KDE/kdebase/runtime/; revision=1067076