Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-01 | Upgrade ECM and KF5 version requirements.v4.100.0-rc1 | David Faure | |
2014-06-01 | Upgrade KF5 version. | David Faure | |
2014-05-26 | Update usage of QVariant::type() for Qt5. | Thomas Braxton | |
This should have been part of 8b88eaee. REVIEW: 118339 | |||
2014-05-26 | Update 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-26 | REVIEW: 118039 | Thomas 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-23 | Fix searching of paths in kconf_update | David 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-12 | Fix lupdate warnings | Albert 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-12 | remove unused member of the private class | Marco Martin | |
2014-05-10 | Revert "adapt to ECMAddTests change" | Alex Richardson | |
This reverts commit 88c9a9664e99b639df4cde2be22dbe44df228879. | |||
2014-05-10 | adapt to ECMAddTests change | Alex Richardson | |
2014-05-07 | Apparently calling readAll() on the temporary file doesn't work | Alex Richardson | |
Open a new QFile for reading after calling close() on the temp file | |||
2014-05-07 | Test that kconfig always uses native line endings in the created files | Alex Richardson | |
2014-05-07 | Fix kconf_update test on Windows | Alex 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-07 | Use QProcess in kconf_update | Alex Richardson | |
This allows removing some custom WIN32 API code and is also nicer than directly calling system() | |||
2014-05-07 | Generate 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-07 | fix kconfig_compiler test on windows | Alex Richardson | |
We have to generate the files in the same directory as the test executables otherwise QFINDTESTDATA will fail | |||
2014-05-07 | Fix unit tests after renaming the test executables | Alex Richardson | |
now use QCoreApplication::applicationName() + "rc" as the config file name instead of hardcoding the named | |||
2014-05-07 | Use ecm_add_test(s) instead of own macro | Alex Richardson | |
This also fixes running 'nmake test' on Windows. | |||
2014-05-05 | Revert "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-05 | Compile translations (in tags and tarballs) | David Faure | |
2014-05-04 | Add myself to the target people to receive all review requests. | Matthew Dawson | |
Make sure I see any review requests by default. | |||
2014-05-04 | Store app config file in ~/.config/<domain>/<app>rc | David 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-04 | Upgrade ECM and KF5 version requirements. | David Faure | |
2014-05-04 | Upgrade KF5 version. | David Faure | |
2014-05-03 | Fix lupdate warning | Albert Astals Cid | |
kconfigini.cpp:554: Class 'KConfigIniBackend' lacks Q_OBJECT macro | |||
2014-05-03 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-05-02 | fix include path in .pri files | David Faure | |
2014-05-02 | Add/fix message extraction for repo frameworks/kconfig | Burkhard Lück | |
REVIEW:117842 | |||
2014-05-02 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-04-29 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-04-29 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-04-28 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-04-28 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-04-28 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-04-28 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-04-27 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-04-27 | install libexec executables in the kf5 libexec directory | Aleix Pol | |
2014-04-26 | Adapt to changes in KDEInstallDirs | Aleix Pol | |
kde5/services is kservices5 kde5/servicetypes is kservicestypes5 | |||
2014-04-27 | Rename kreadconfig and kwriteconfig for coinstallability with kde-runtime4. | Michael Palimaka | |
REVIEW: 117792 | |||
2014-04-26 | Add framework information in metainfo.yaml files | Kevin Ottens | |
2014-04-26 | Adopt kreadconfig and kwriteconfig to kconfig | Aleix Pol | |
Drop KCoreAddons and KI18n dependency. Add a bunch of QStringLiteral() | |||
2014-04-26 | Clean up preprocessor definitions and includes from the root CMakeLists.txt | Aleix Pol | |
Required stopping to use some kde4support headers that were magically injected. | |||
2014-04-26 | Stop using kde4_add_executable | Aleix Pol | |
It's deprecated now | |||
2014-04-26 | fix indentation, to some extent | Aleix Pol | |
2014-04-26 | Port kreadconfig to KF5 | Aleix Pol | |
2014-04-26 | Port kwriteconfig to KF5 | Aleix Pol | |
2014-04-26 | Port kstandarddirs usage with convert-kstandarddirs.pl | David Faure | |
2014-04-26 | Forwardport of commit 1121161 | Nicolas Lécureuil | |
svn path=/trunk/KDE/kdebase/runtime/; revision=1121163 | |||
2014-04-26 | krazy fixes | John Layt | |
svn path=/trunk/KDE/kdebase/runtime/; revision=1067076 | |||
2014-04-26 | support nested groups. | Oswald Buddenhagen | |
svn path=/trunk/KDE/kdebase/runtime/; revision=822957 |