lp://staging/~mhr3/dee-qt/changeset-support
- Get this branch:
- bzr branch lp://staging/~mhr3/dee-qt/changeset-support
Branch merges
- Paweł Stołowski (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 1133 lines (+894/-37)9 files modifiedCMakeLists.txt (+7/-2)
cmake/COPYING-CMAKE-SCRIPTS (+22/-0)
cmake/Coverage.cmake (+37/-0)
debian/changelog (+6/-0)
deelistmodel.cpp (+174/-25)
tests/CMakeLists.txt (+10/-1)
tests/conversiontest.cpp (+59/-6)
tests/deelistmodeltest.cpp (+5/-3)
tests/signaltest.cpp (+574/-0)
Related bugs
Bug #1224008: Unity8 shell works very ineffeciently with scope models | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 82. By PS Jenkins bot
-
Releasing 3.2+13.
10.20130821. 1-0ubuntu1 (revision 81 from lp:dee-qt). Approved by PS Jenkins bot.
- 81. By Albert Astals Cid
-
Be a better behaved QAbstractListModel
That means:
* decrement/increment the count between the begin/end calls
* Add a workaround so that data() ignores the not really removed row after endRemoveRows has been calledWe still are not good behaved in the fact that we call beginInsertRows
after the model has been internall modified, but luckily it seems
not much people listens to that signal's dataWe also rely on the fact that nothing will call data() between us
resetting m_rowBeingRemoved to -1 at the end of DeeListModelPrivate::onRowRemo ved
and the internal dee model actually removing the row.Approved by PS Jenkins bot, Michal Hruby.
- 80. By PS Jenkins bot
-
Releasing 3.2+13.
10.20130726- 0ubuntu1 (revision 79 from lp:dee-qt). Approved by PS Jenkins bot.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/dee-qt