sortfilterproxymodel:feature/filters-and-sorters

Last commit made on 2017-11-21
Get this branch:
git clone -b feature/filters-and-sorters https://git.launchpad.net/sortfilterproxymodel

Branch merges

Branch information

Name:
feature/filters-and-sorters
Repository:
lp:sortfilterproxymodel

Recent commits

dbfed0c... by Kenz Dale

Include checkbox in README.md

This includes the missing checkbox component for the sorting demo.

14c0acc... by Pierre-Yves Siret <email address hidden>

[doc] Adding some documentation

:fire: :book:

985c5b0... by Pierre-Yves Siret <email address hidden>

refactor: ascendingSortOrder property becomes sortOrder

Changed type from a bool to the Qt::SortOrder enum.

It's still possible to use the ascendingSortOrder bool property (for
now).

1c0731a... by Pierre-Yves Siret <email address hidden>

refactor: copy PatternSyntax enum to RegExpFilter

598bd72... by Tim Angus

Improve warning to handle C++14 case (#42)

c723de3... by Alberto Mardegan

Update version number in README.md (#39)

070597a... by Pierre-Yves Siret <email address hidden>

refactor: remove superfluous signal to slot connection

Now Filter::filterChanged and Sorter::sorterChanged are both protected
functions and not anymore signals.
Derived classes call these functions directly to indicated that they have
changed.

e109c91... by Pierre-Yves Siret <email address hidden>

Add *.qmlc in .gitignore

ac45b58... by Pierre-Yves Siret <email address hidden>

fix: workaround for ListModel starting with no roles

A ListModel with no roles first won't emit modelReset when its roles
change (QTBUG-57971).

Fixes #26

7c72171... by Pierre-Yves Siret <email address hidden>

test: add some tests for the builtin convenience filters