grecko
|
53c01b6ee3
|
feat: Add Sorter.priority property
|
2020-02-02 13:39:47 +01:00 |
grecko
|
314598ae54
|
feat: Add FilterContainer and SorterContainer attached types
feat: Add FilterContainer and SorterContainer attached types
|
2020-02-02 13:39:47 +01:00 |
Pierre-Yves Siret
|
7921c92f5a
|
test: make delayed test independent of Qt version
The number of time the QQmlExpression was evaluated changed between 5.13
and 5.14
|
2020-01-08 23:46:12 +01:00 |
Pierre-Yves Siret
|
47ac3de0c1
|
doc: fix delayed property documentation
|
2020-01-08 23:15:19 +01:00 |
oKcerG
|
35ffc48d7f
|
Revert "Support Qt in namespace (#69)" (#71)
This reverts commit f8393999b6 .
|
2020-01-07 00:30:45 +01:00 |
Pierre-Yves Siret
|
1e98ca7776
|
Revert "Support Qt in namespace (#69)"
The commit broke the build for non namespaced Qt
This reverts commit f8393999b6 .
closes #70
|
2020-01-07 00:22:18 +01:00 |
Patrick Stewart
|
f8393999b6
|
Support Qt in namespace (#69)
Enable support for Qt built with the -qtnamespace configure option
|
2019-12-20 15:40:28 +01:00 |
grecko
|
36befddf5d
|
feat: Add delayed property
|
2019-07-25 00:18:37 +02:00 |
grecko
|
770789ee48
|
fix: Fix dataChanged bug
dataChanged was emitted for all roles when dataChanged was emitted for a single role and we had no proxy role.
Fixes #60
|
2019-05-06 02:23:03 +02:00 |
grecko
|
26501aa078
|
test: reproduce dataChanged bug
#60
|
2019-05-06 02:18:07 +02:00 |
grecko
|
4d96016151
|
test: Add a missing test for proxy roles
|
2019-05-06 02:15:56 +02:00 |
Grecko
|
ae14fc994f
|
fix: Fix RangeFilter bug
Closes #58
|
2018-10-30 01:17:30 +01:00 |
Grecko
|
7345ddfb89
|
test: reproduct RangeFilter bug
This test demonstrates the bug mentionned in issue #58
|
2018-10-30 00:49:53 +01:00 |
Jeroen Oomkes
|
02f8f9ef65
|
Cmake support (#55)
* Added cmake support. This builds an object library target that can be included with generator expression in the executable.
|
2018-10-20 00:27:31 +02:00 |
Alberto Mardegan
|
a4b7b6e1d1
|
proxyroles: Fix warning on unused parameter
|
2018-10-11 22:27:09 +02:00 |
Grecko
|
f77d371786
|
doc: regenerate doc
|
2018-10-01 21:24:50 +02:00 |
Grecko
|
8d6f679f49
|
doc: fix FilterRole and RegExpRole doc
|
2018-10-01 21:24:24 +02:00 |
Grecko
|
fd147bbb57
|
doc: Add doc for RegExpRole
small changes to SwitchRole and RegExpFilter doc
|
2018-10-01 21:19:41 +02:00 |
Grecko
|
a15a86be81
|
chore: correct typo in a test
|
2018-10-01 21:18:39 +02:00 |
Grecko
|
f08fd2eaed
|
feat: Add FilterRole role type
|
2018-09-30 03:00:36 +02:00 |
Grecko
|
2b3a368ae1
|
feat: Add FilterSorter sorter type
|
2018-09-29 12:02:15 +02:00 |
Grecko
|
1ae65bca74
|
misc: set filters as the default property of SwitchRole
|
2018-09-28 22:16:41 +02:00 |
Grecko
|
51c6a62f4d
|
fix SwitchRole compilation
closes #54
|
2018-08-28 00:13:24 +02:00 |
Grecko
|
3a55ea0d8c
|
feat: Add RegExpRole proxy role type
Add support for multiple roles for one proxy role.
|
2018-08-08 01:37:20 +02:00 |
oKcerG
|
d2772bd6e4
|
fix: compilation error due to bad includes
oops
|
2018-04-30 10:43:46 +02:00 |
Grecko
|
88b5ba4260
|
refactor: move proxyroles in separate files
|
2018-04-30 03:16:20 +02:00 |
Grecko
|
2ee1936545
|
refactor: move sorters in separate files
|
2018-04-30 03:15:52 +02:00 |
Grecko
|
df41e94e45
|
refactor: move filters in separate files
|
2018-04-30 03:14:08 +02:00 |
Grecko
|
febeade02b
|
refactor: Add container interfaces for filters, sorters and roles
|
2018-04-30 03:13:46 +02:00 |
Grecko
|
d844e7dcfd
|
test: add tests for Filter containers
|
2018-04-24 01:49:08 +02:00 |
Grecko
|
8499099464
|
fix: Handle source model with no roles better
They are now handled in setSourceModel instead of resetInternalData
Fixes #46
|
2018-03-22 23:41:36 +01:00 |
Grecko
|
9c3e57c02e
|
fix: don't call sourceData with an invalid role
This is related to bug #46
|
2018-03-22 23:36:59 +01:00 |
Grecko
|
6ff055d47d
|
test: Add a test case for sorting on a model with no initial roles
This cause a crash when adding 2 rows to an empty ListModel
|
2018-03-22 19:16:00 +01:00 |
Grecko
|
6211989a48
|
test: Simplify IndexFilter tests
|
2017-12-01 00:40:52 +01:00 |
Kenn Sebesta
|
18218454e2
|
Include checkbox in README.md
This includes the missing checkbox component for the sorting demo.
|
2017-11-21 19:04:22 +01:00 |
oKcerG
|
d1c46fd13f
|
doc: Add link to showcase in readme
|
2017-11-21 18:41:38 +01:00 |
Grecko
|
23faaeea22
|
doc: Regenerate the doc
|
2017-10-13 01:10:47 +02:00 |
mitchcurtis
|
26e2a983eb
|
Fix ExpressionSorter docs (#45)
|
2017-10-13 00:50:57 +02:00 |
Grecko
|
15ccba1f14
|
doc: Regenerate the doc
|
2017-09-26 22:34:19 +02:00 |
Grecko
|
2a439497ae
|
doc: document the proxy role types
|
2017-09-26 22:28:07 +02:00 |
Grecko
|
38903de8f8
|
feat: add ExpressionRole proxy role type
|
2017-09-26 22:28:06 +02:00 |
Grecko
|
4dc2eb1d7a
|
fix: fix StringSorter case sensitive test
|
2017-09-26 22:28:05 +02:00 |
Grecko
|
d19e22fd54
|
feat: add a defaultValue property to SwitchRole
|
2017-09-26 22:28:05 +02:00 |
Grecko
|
9a475e52ac
|
feature: Add SwitchRole proxy role type
|
2017-09-17 21:16:26 +02:00 |
Grecko
|
94a08b49ec
|
refactor: Refactor Sorter and Fitler to be consistent with ProxyRole
remove the friendness with QQSFPM
|
2017-09-17 21:01:53 +02:00 |
Grecko
|
7a2e70b980
|
fix: emit modelReset signal after a ProxyRole changes its name
refactor proxy roles tests
|
2017-09-17 15:54:56 +02:00 |
Grecko
|
dc154fd46b
|
fix: correctly emit dataChanged
emit dataChanged for all of our proxyRoles when another roles has changed
|
2017-09-16 19:33:22 +02:00 |
Grecko
|
c81dcafc35
|
fix: Allow filters to filters on proxy roles
|
2017-09-16 19:22:57 +02:00 |
Grecko
|
5b071c9526
|
feat: Add JoinRole proxy role type
|
2017-09-16 16:53:11 +02:00 |
Grecko
|
48ac2bfcd7
|
test: Add tests for the proxy role functionality
|
2017-09-16 16:50:39 +02:00 |