[Patch] Fix rowsInserted not being emmited in some cases in QSortFilterProxyModel
Bug #1234603 reported by
Albert Astals Cid
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtbase-opensource-src (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
There is a bug in QSortFilterProx
There is a patch upstream with a test that proves it is needed.
It is still waiting for review but we need it since otherwise some code of Ubuntu Touch does not work at all.
Attaching the patch (minus the test).
Related branches
lp://staging/~saviq/ubuntu/saucy/qtbase-opensource-src/add-proxymodel-patch
- Ubuntu branches: Pending requested
-
Diff: 6723 lines (+6654/-2)7 files modified.pc/0001-Fix-rowsInserted-not-being-emmited-in-some-cases-in-.patch/src/corelib/itemmodels/qsortfilterproxymodel.cpp (+2767/-0)
.pc/0001-Fix-rowsInserted-not-being-emmited-in-some-cases-in-.patch/tests/auto/corelib/itemmodels/qsortfilterproxymodel/tst_qsortfilterproxymodel.cpp (+3640/-0)
.pc/applied-patches (+1/-0)
debian/patches/0001-Fix-rowsInserted-not-being-emmited-in-some-cases-in-.patch (+145/-0)
debian/patches/series (+1/-0)
src/corelib/itemmodels/qsortfilterproxymodel.cpp (+5/-2)
tests/auto/corelib/itemmodels/qsortfilterproxymodel/tst_qsortfilterproxymodel.cpp (+95/-0)
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.