Montel Laurent
1bdb7fef2d
Port to qCDebug
8 years ago
l10n daemon script
9214eb0bf6
GIT_SILENT Upgrade KF5 version to 5.41.0.
8 years ago
l10n daemon script
758c64e856
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.40.0 release.
8 years ago
l10n daemon script
f95cd75960
GIT_SILENT Upgrade KF5 version to 5.40.0.
8 years ago
l10n daemon script
26933c0ed8
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.39.0 release.
9 years ago
l10n daemon script
7fece0778f
GIT_SILENT Upgrade KF5 version to 5.39.0.
9 years ago
l10n daemon script
a4b74bb197
GIT_SILENT Upgrade KF5 version to 5.38.0.
9 years ago
David Faure
7c1954de4e
GIT_SILENT Upgrade to ECM 5.38 and make sure tests run uninstalled
9 years ago
l10n daemon script
0116900240
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.37.0 release.
9 years ago
l10n daemon script
2c4742dc96
GIT_SILENT Upgrade Qt5 version requirement to 5.7.0.
9 years ago
l10n daemon script
0c9aea03ea
GIT_SILENT Upgrade KF5 version to 5.37.0.
9 years ago
Friedrich W. H. Kossebau
b28c90ce6b
Use more nullptr
9 years ago
l10n daemon script
4f4d991f1c
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.36.0 release.
9 years ago
l10n daemon script
d54162d3a6
GIT_SILENT Upgrade KF5 version to 5.36.0.
9 years ago
Friedrich W. H. Kossebau
c1dbb78eae
[FEATURE] Option to build & install QCH file with the public API dox
...
Using the new extra-cmake-modules module ECMAddQch (since 5.36.0)
this adds the option to automatically build and install a file
in QCH format with the docs about the public API, which then can be
used e.g. in Qt Assistant, Qt Creator or KDevelop.
Additionally the installed cmake config files will be extended
with a target KF5ItemModels_QCH containing information about how to "link"
into the generated QCH file, which then can be used in the cmake build
system of other libraries building on this library, by
simply listing this target in "LINK_QCHS" of their ecm_add_qch() usage.
And a respective doxygen tag file with all the metadata about the
generated QCH file and used for the "linking" will be created and
installed.
Pass -DBUILD_QCH=ON to cmake to enable this.
9 years ago
l10n daemon script
356084e6a4
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.35.0 release.
9 years ago
Friedrich W. H. Kossebau
020c178958
Use explicit flags constructor instead of confusing nullptr
...
The constructor of QFlags which was intended to handle literal "0"
as commonly used indicator of no-flags-set has been done with a
trick based on pointer types. Which these days of nullptr existing and
compilers pushing to use that sadly fired back and, instead of
allowing convenient code with commonly understood literal "0" values,
resulted in quite some code using "nullptr" to indicate a QFLags-based
type value with no flags set, which can be puzzling for humans
reading the code.
9 years ago
Friedrich W. H. Kossebau
415c7dfa33
Update link from websvn.kde.org to commits.kde.org
9 years ago
Friedrich W. H. Kossebau
3c7b96ab3c
API dox: note CamelCase includes by @class tag with more classes
9 years ago
l10n daemon script
6a50c5689f
GIT_SILENT Upgrade KF5 version to 5.35.0.
9 years ago
l10n daemon script
c504d98f29
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.34.0 release.
9 years ago
l10n daemon script
f66ac493f8
GIT_SILENT Upgrade KF5 version to 5.34.0.
9 years ago
l10n daemon script
411b8a8de2
Upgrade ECM and KF5 version requirements for 5.33.0 release.
9 years ago
Aleix Pol
e2951a24ba
Fix build with Qt branch 5.9
...
Summary: kitemmodels/autotests/proxymodeltestsuite/modeltest.cpp:464: undefined reference to `bool QTest::qCompare<int, unsigned int>(int const&, unsigned int const&, char const*, char const*, char const*, int)'
Reviewers: #frameworks, kfunk
Reviewed By: kfunk
Tags: #frameworks
Differential Revision: https://phabricator.kde.org/D5231
9 years ago
Aleix Pol
11953dc76f
Include file to integrate with phabricator
9 years ago
David Faure
11b36d24ac
Mention the new QSFPM::setRecursiveFiltering(true) which makes KRecursiveFilterProxyModel obsolete.
9 years ago
Pino Toscano
fdbb655601
KDescendantsProxyModel: fix typo in apidox
9 years ago
l10n daemon script
61334961f9
Upgrade KF5 version to 5.33.0.
9 years ago
l10n daemon script
f0966c8798
Upgrade ECM and KF5 version requirements for 5.32.0 release.
9 years ago
l10n daemon script
ba2475a678
Upgrade KF5 version to 5.32.0.
9 years ago
l10n daemon script
92090b67c9
Upgrade ECM and KF5 version requirements for 5.31.0 release.
9 years ago
l10n daemon script
0497873201
Upgrade Qt5 version requirement to 5.6.0.
9 years ago
David Faure
1b8ef1fd1c
KRFPM: remove compatibility for Qt < 5.5, given that 5.5 is required.
9 years ago
Kevin Funk
21e1b1e49e
Prefer nullptr over Q_NULLPTR
9 years ago
Kevin Funk
1c02848a4d
Use nullptr everywhere
...
Differential Revision: https://phabricator.kde.org/D3987
9 years ago
Friedrich W. H. Kossebau
94b9398183
Adapt note of path to test executable from kdelibs to kitemmodels repo
9 years ago
Friedrich W. H. Kossebau
902c54dcbc
Update links from doc.trolltech.com to doc.qt.io
9 years ago
l10n daemon script
2086bb837a
Upgrade KF5 version to 5.31.0.
9 years ago
Stephen Kelly
aba81ad619
Bindings: Make it possible to customize the installation directory
9 years ago
l10n daemon script
25c1408e5b
Upgrade ECM and KF5 version requirements for 5.30.0 release.
9 years ago
Sven Brauch
5da94826dc
GIT_SILENT add missing include(CMakeFindDependencyMacro)
9 years ago
Sven Brauch
9faae9dfdf
GIT_SILENT Fix ECM warning: use CMakePackageConfigHelpers instead of ECM variant
9 years ago
Sven Brauch
e6962a622c
Fix build with CMP0048 set to NEW
9 years ago
Sven Brauch
077d1606bd
Require CMake 3.0, as discussed on kde-frameworks-devel
9 years ago
Montel Laurent
57567b062c
Add missing Q_DECL_OVERRIDE
9 years ago
Stephen Kelly
1fff8ac1b9
Remove duplicate tests
...
ECM already sets up tests for all found python versions.
9 years ago
Albert Astals Cid
fa214681b5
Q_ENUMS -> Q_ENUM
...
REVIEW: 129747
9 years ago
Stephen Kelly
fdc69d0c38
Update proxies for recently realised class of bugs.
...
Store persistent indexes for updating after emitting any signals which
can invoke user code.
9 years ago
Stephen Kelly
0dbeb3fb64
Tests: Fix query for child index
...
If the p here is invalid, child() gives the wrong result (never use
child()).
9 years ago
Stephen Kelly
7f4de58f75
KExtraColumnsProxyModel: Add unit test for layoutChange behavior
...
Commit f55b0559 (KExtraColumnsProxyModel: Persist model indexes after
emitting layoutChange, not before, 2016-12-20) missed a unit test, but
the DynamicTreeModel in the proxymodeltestsuite is older and more
advanced than the simplified version added to Qt at some point.
CCMAIL: faure@kde.org
9 years ago