Friedrich W. H. Kossebau
bd65e81b7a
Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
...
GIT_SILENT
7 years ago
David Faure
26143d13d9
Write myself down as the maintainer for KItemModels
7 years ago
l10n daemon script
f87dc8e64c
GIT_SILENT Upgrade KF5 version to 5.61.0.
7 years ago
David Faure
f24012463d
KConcatenateRowsProxyModel: add note that Qt 5.13 provides QConcatenateTablesProxyModel
...
No deprecation warnings yet, not everyone uses Qt 5.13...
7 years ago
l10n daemon script
07528352de
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.60.0 release.
7 years ago
Albert Astals Cid
aba68c40cd
GIT_SILENT Upgrade Qt5 version requirement to 5.11.0.
7 years ago
Laurent Montel
b55c6d90f3
Install in new logging directory when we use kf5 5.59.0
7 years ago
l10n daemon script
9a11aaf647
GIT_SILENT Upgrade KF5 version to 5.60.0.
7 years ago
l10n daemon script
e292b3f2d2
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.59.0 release.
7 years ago
l10n daemon script
f8861c199d
GIT_SILENT Upgrade KF5 version to 5.59.0.
7 years ago
l10n daemon script
b081c7f623
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.58.0 release.
7 years ago
l10n daemon script
b0ddb632b4
GIT_SILENT Upgrade KF5 version to 5.58.0.
7 years ago
l10n daemon script
7060ef8af2
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.57.0 release.
7 years ago
Laurent Montel
8327e0e065
[kitemmodels] make it compile without foreach
...
Summary: make it compile without foreach
Test Plan: autotest ok
Reviewers: dfaure
Reviewed By: dfaure
Subscribers: kde-frameworks-devel
Tags: #frameworks
Differential Revision: https://phabricator.kde.org/D19778
7 years ago
Laurent Montel
3c869d240e
Port deprecated qSort
7 years ago
l10n daemon script
c5c80c32d3
GIT_SILENT Upgrade KF5 version to 5.57.0.
7 years ago
Laurent Montel
675c641b02
GIT_SILENT: add gitignore
7 years ago
l10n daemon script
878063ddeb
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.56.0 release.
7 years ago
Thomas Baumgart
d1324f983f
Fix example in documentation
...
Reviewers: dfaure
Reviewed By: dfaure
Subscribers: kde-frameworks-devel
Tags: #frameworks
Differential Revision: https://phabricator.kde.org/D19466
7 years ago
David Faure
78d35e3d19
KRearrangeColumnsProxyModel: make the two column-mapping methods public
...
This can be useful for setting up column delegates at the right place,
no matter what the column mapping actually is:
tree->setItemDelegateForColumn(reorderProxy->proxyColumnForSourceColumn(MySourceColumn), ...)
CCMAIL: jesper.pedersen@kdab.com
7 years ago
l10n daemon script
0070c4cc24
GIT_SILENT Upgrade KF5 version to 5.56.0.
7 years ago
l10n daemon script
e795cabbb9
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.55.0 release.
7 years ago
l10n daemon script
18244542c2
GIT_SILENT Upgrade KF5 version to 5.55.0.
7 years ago
Albert Astals Cid
f34c0cb9de
GIT_SILENT Upgrade Qt5 version requirement to 5.10.0.
7 years ago
l10n daemon script
4b496f895c
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.54.0 release.
7 years ago
Laurent Montel
24b7791301
Remove code for qt < 4.7.2 :)
...
Initialize variables
7 years ago
l10n daemon script
eb6cfe3591
GIT_SILENT Upgrade KF5 version to 5.54.0.
7 years ago
Albert Astals Cid
441c512123
GIT_SILENT Upgrade CMake version requirement to 3.5.
7 years ago
l10n daemon script
f627bdfa55
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.53.0 release.
7 years ago
David Faure
93157cd3d2
autotests: remove testmodelqueuedconnections.cpp which asserts in Qt 5.11
...
This test was testing for something that will never work, knowing that
it will never work; it's just that it failed silently before and it even
asserts now. It makes no sense to keep this.
7 years ago
Laurent Montel
4cab89febf
Use isEmpty()
7 years ago
Laurent Montel
37548cc3e3
Remove unused virtual keyword
7 years ago
Albert Astals Cid
538fdf9b6e
GIT_SILENT Upgrade Qt5 version requirement to 5.9.0.
7 years ago
l10n daemon script
22d5203762
GIT_SILENT Upgrade KF5 version to 5.53.0.
7 years ago
Laurent Montel
5d61a6d514
Normalize signal/slot
7 years ago
l10n daemon script
b3267212cf
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.52.0 release.
7 years ago
Friedrich W. H. Kossebau
55b1aec163
Add missing "emit"
7 years ago
Yuri Chornoivan
aefb80e112
Fix minor EBN issues and typos
7 years ago
l10n daemon script
232897a602
GIT_SILENT Upgrade KF5 version to 5.52.0.
8 years ago
Laurent Montel
a7209e49dc
USe new syntax
8 years ago
Laurent Montel
87a6609b0f
GIT_SILENT: Clean up compile flags which are already includes in KDEFrameworkCompilerSettings
8 years ago
Laurent Montel
9dd8824b03
GIT_SILENT: Remove include(QT_NO_NARROWING_CONVERSIONS_IN_CONNECT) as it already included in KDEFrameworkCompilerSettings
8 years ago
l10n daemon script
93e40744b5
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.51.0 release.
8 years ago
Stefan Brüns
702ffc3499
Remove misleading use of KDE_INSTALL_PYTHONBINDINGSDIR
...
Removing the (typically empty) optional argument from the function
invocation avoids confusion and allows to remove the parameter.
See also D15558
8 years ago
Friedrich W. H. Kossebau
d9f818def8
Use reference in for loop for type with non-trivial copy constructor
...
Seen by clazy range-loop
8 years ago
Laurent Montel
c0ad3cab8f
Make sure to build with strict compile flags + port to no deprecated
...
method
8 years ago
l10n daemon script
faa477a915
GIT_SILENT Upgrade KF5 version to 5.51.0.
8 years ago
l10n daemon script
14d0a3cbcc
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.50.0 release.
8 years ago
l10n daemon script
9120090456
GIT_SILENT Upgrade KF5 version to 5.50.0.
8 years ago
l10n daemon script
0fd7792ab4
GIT_SILENT Upgrade ECM and KF5 version requirements for 5.49.0 release.
8 years ago