Stephen Kelly
0bab0a1b58
Add missing licence header.
11 years ago
Stephen Kelly
dfaaf8b49e
Add missing version check.
11 years ago
Stephen Kelly
dd4fe5eef6
Fix define-check for QtQuickWidgets.
11 years ago
Stephen Kelly
db3d255922
KSPM: Allow constructing KSelectionProxyModel from QML.
...
Follow qtbase commit 7ab29c4e (Allow exposing QItemSelectionModel
to QML, 2015-01-15) by adding a way to default construct it.
11 years ago
Stephen Kelly
49071472ad
KSPM: Make selectionModel a Q_PROPERTY.
11 years ago
Stephen Kelly
22f3b70f39
KSPM: Make the setSelectionModel method public.
...
Handle the possibility that there may be no selectionModel in the
implementation.
11 years ago
Stephen Kelly
f253ab53c0
KSPM: Use hasSelection instead of checking for empty.
...
For correctness and consistency with the rest of the file.
11 years ago
Stephen Kelly
41078df867
KSPM: Add explicit selectionModel setter.
...
Make it private in this commit to allow for follow-up refactoring.
11 years ago
Stephen Kelly
9dc8c1c3ab
KSPM: Make filterBehavior a Q_PROPERTY.
11 years ago
Stephen Kelly
8ced53cda1
Trim trailing whitespace.
11 years ago
Stephen Kelly
ad36f4f954
Remove unused variable.
11 years ago
Stephen Kelly
7ff735b4fd
Resolve unused variable warning.
11 years ago
Stephen Kelly
4441b30b46
Resolve a type conversion warning.
11 years ago
Stephen Kelly
017d4013a8
Remove command clearing Qt5Script_FOUND.
...
Used to verify that the code works if it's not found. It does :).
11 years ago
Stephen Kelly
156ec6fc7b
Don't require QtScript to build proxymodeltestapp.
11 years ago
Stephen Kelly
9e8e77cd2f
Make QtScript optional for proxymodeltestapp.
11 years ago
Stephen Kelly
118b6cb872
Handle new QtInfoMsg enum value in switch.
11 years ago
Stephen Kelly
eba8d4f5af
Remove unused variables.
11 years ago
Stephen Kelly
90c712e40f
Remove unused method arguments.
11 years ago
Stephen Kelly
32f6a09917
Use the REQUIRED_QT_VERSION variable to find Qt components.
...
Additional components are needed for the proxymodeltestsuite and
proxymodeltestapp.
11 years ago
Stephen Kelly
d28d7c2b65
Fix the _export include in kselectionproxymodel.h
...
Use "" instead of <> so that the file to include is found in the
same folder without needing an extra -I argument to the compiler.
That is, it should be possible to build KF5 libraries by passing only
the include/KF5 as a -I argument, and including with
#include <KItemModels/KSelectionProxyModel>
11 years ago
l10n daemon script
7faa15736d
Upgrade ECM and KF5 version requirements for 5.8.0 release.
11 years ago
Montel Laurent
71270aca51
Remove "/* reimp */"
11 years ago
l10n daemon script
10120517ea
Upgrade KF5 version to 5.8.0.
11 years ago
Kevin Funk
c11efff6fe
Use Q_DECL_OVERRIDE where possible
...
REVIEW: 122542
11 years ago
l10n daemon script
b20cb5e162
Upgrade ECM and KF5 version requirements for 5.7.0 release.
11 years ago
Hrvoje Senjan
cab159359a
Fix build with Qt 5.5/dev branch in release mode
...
since qtbase commit ebef2ad1360c80ad62de5f4a1c4e7e4051725c1c
"Make the empty Q_ASSERT still check its argument for validity" the
build shall fail.
REVIEW: 121562
FIXED-IN: 5.7.0
BUG: 342872
11 years ago
Volker Krause
45f06bbece
Cache QMetaMethods that are invoked on hot paths.
...
QMetaObject::invokeMethod calls QMetaObject::indexForMethod internally,
which is rather expensive. So look up the method once, and invoke it
via QMetaMethod directly.
REVIEW: 122109
11 years ago
Alex Merry
e35752a636
Update installation variables.
11 years ago
l10n daemon script
f1d3c52939
Upgrade KF5 version to 5.7.0.
11 years ago
Milian Wolff
2807b221ac
Unbreak KRecursiveFilterProxyModel for Qt 5.5.0+.
...
The upstream commit f96baeb75fc36a41d2b08f880536cee5a8041e79
with the title:
QSortFilterProxyModel: honor the roles parameter of dataChanged
changes the signature of the private _q_sourceDataChanged slot
of QSortFilterProxyModel. I talked to Peppe and he told me to just
use the new signature from Qt 5.5 and onwards. Note that the vector
of roles was present in the dataChanged signal from 5.0 onwards
already. It was simply ignored by QSFPM so far.
Indeed, this patch fixes the following crash on Kate startup for me:
QMetaObject::invokeMethod: QMetaObject::invokeMethod: No such method
KRecursiveFilterProxyModel::_q_sourceDataChanged(QModelIndex,QModelIndex)
Candidates are:
_q_sourceDataChanged(QModelIndex,QModelIndex,QVector<int>)
ASSERT: "success" in file
kf5/src/frameworks/kitemmodels/src/krecursivefilterproxymodel.cpp, line 55
REVIEW: 121931
11 years ago
l10n daemon script
28c0c37554
Upgrade ECM and KF5 version requirements for 5.6.0 release.
11 years ago
l10n daemon script
dad8f1f193
Upgrade KF5 version to 5.6.0.
11 years ago
l10n daemon script
8553681626
Upgrade ECM and KF5 version requirements for 5.5.0 release.
11 years ago
l10n daemon script
438582f1a6
Upgrade KF5 version to 5.5.0.
12 years ago
l10n daemon script
177121a75d
Upgrade ECM and KF5 version requirements for 5.4.0 release.
12 years ago
l10n daemon script
615a69d7b4
Upgrade KF5 version to 5.4.0.
12 years ago
l10n daemon script
e7495f3355
Upgrade ECM and KF5 version requirements for 5.3.0 release.
12 years ago
l10n daemon script
680c777666
Upgrade KF5 version to 5.3.0.
12 years ago
l10n daemon script
45b16f7b5a
Upgrade ECM and KF5 version requirements for 5.2.0 release.
12 years ago
l10n daemon script
ad1f5c084d
Upgrade KF5 version for 5.2.0 release.
12 years ago
Denis Steckelmacher
bdba3dfb6c
Add metadata about the QMake and CMake packages installed by this framework and remove Links from README.md
12 years ago
l10n daemon script
0d4acc8387
Upgrade ECM and KF5 version requirements for 5.1.0 release.
12 years ago
l10n daemon script
bb2c941401
Upgrade KF5 version.
12 years ago
David Faure
a90e289399
Upgrade ECM version requirement to 1.0.0 after all.
12 years ago
David Faure
ae517e5046
Upgrade ECM and KF5 version requirements.
12 years ago
David Faure
ea8e9c6cc4
Upgrade KF5 version.
12 years ago
Alex Merry
c013ac9b4f
Remove NAME_PREFIX argument from ecm_add_tests calls.
12 years ago
David Faure
063214da6f
Upgrade ECM and KF5 version requirements.
12 years ago
David Faure
d8fb84a8f5
Upgrade KF5 version.
12 years ago