Benjamin Otte
|
bf8b26aa27
|
sortlistmodel: Add ::item-type and ::n-items
With tests!
|
2022-06-11 08:25:15 +02:00 |
|
Matthias Clasen
|
f98353c20b
|
Force g_test_init to cooperate
Change all g_test_init calls in the testsuite
to avoid the macro, so they work regardless of
G_DISABLE_ASSERT.
|
2021-04-12 21:22:46 -04:00 |
|
Matthias Clasen
|
24389a0ef5
|
Make sorter constructors return exact types
Make functions like gtk_custom_sorter_new() return
the actual type they construct.
Update all callers.
|
2020-09-05 21:50:15 -04:00 |
|
Matthias Clasen
|
a46cfd3ff4
|
sortlistmodel: Make constructor transfer full
This is for consistency with other wrapping list constructors.
We want them all to be transfer full, allow-none.
Update all callers.
|
2020-07-26 18:04:40 -04:00 |
|
Matthias Clasen
|
1e8be87026
|
flattenlistmodel: Make the constructor transfer full
This is for consistency with other wrapping list constructors.
We want them all to be transfer full, allow-none.
Update all callers.
|
2020-07-26 18:02:44 -04:00 |
|
Matthias Clasen
|
2a43ce1705
|
testsuite: Use better names for sortlistmodel tests
Name the tests for what they do.
|
2020-07-24 15:37:49 -04:00 |
|
Matthias Clasen
|
3324a6e6b3
|
testsuite: Reenable tests for incremental sort
This was unintentionally disabled.
|
2020-07-24 15:22:14 -04:00 |
|
Benjamin Otte
|
93599c2c48
|
testsuite: Add exhaustive sortlistmodel test
This is basically a copy/paste from the filterlistmodel test, but
adapted for sorting.
|
2020-07-22 14:04:40 +02:00 |
|