[Bug 1663924] Re: filterCaseSensitivity doesn't work when used in SortFilterModel

2017-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit - 1.3.2184+17.04.20170306 --- ubuntu-ui-toolkit (1.3.2184+17.04.20170306) zesty; urgency=medium [ Adnane Belmadiaf ] * Add support for CheckBox label when set * Add more tests for checkbox. Fixes LP: #1333228, LP: #1442851.

[Bug 1663924] Re: filterCaseSensitivity doesn't work when used in SortFilterModel

2017-03-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit- ubuntu-zesty-2540 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1663924 Title: filterCaseSensitivity doesn't work when used

[Bug 1663924] Re: filterCaseSensitivity doesn't work when used in SortFilterModel

2017-02-21 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1663924 Title: filterCaseSensitivity doesn't work when used in

[Bug 1663924] Re: filterCaseSensitivity doesn't work when used in SortFilterModel

2017-02-16 Thread Adnane Belmadiaf
I can confirm that using new RegExp("^" + searchTerms, "i") solves the issue, maybe we can add that to the docs ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1663924 Title: filterCaseSensitivity

[Bug 1663924] Re: filterCaseSensitivity doesn't work when used in SortFilterModel

2017-02-16 Thread Christian Dywan
It may be useful to have a dedicated unit test for this in any case, so I proposed a branch. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Christian Dywan (kalikiana) -- You received this bug

[Bug 1663924] Re: filterCaseSensitivity doesn't work when used in SortFilterModel

2017-02-16 Thread Christian Dywan
The property can't work: QSortFilterProxyModel.sortCaseSensitivity doesn't change the pattern and the superclass doesn't have any signals, making it impossible to manually update the results. We 'could' consider overriding the property to make this work. However, I'm not sure it's particularly

[Bug 1663924] Re: filterCaseSensitivity doesn't work when used in SortFilterModel

2017-02-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui- toolkit/insensitivePattern -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1663924 Title: filterCaseSensitivity doesn't work when used in

[Bug 1663924] Re: filterCaseSensitivity doesn't work when used in SortFilterModel

2017-02-11 Thread Adnane Belmadiaf
** Attachment added: "Main.qml" https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663924/+attachment/4817106/+files/Main.qml -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1663924