nextcloud-desktop/src
Olivier Goffart 775a1c9ad8 FolderStatusModel: Fix insert/remove items when there are labels
Otherwise it might happen that the model is inconsistant and this can
lead to crash in the worst case.

(For example, if there was a "fetching" label, and we hide it because it
was a 404. In this case, we would not call begin/endRemoveRows, so the
view could still call the model with an index of row 0, that used to be
for the label, but now correspond to the first element of _subs. And
because _subs is empty, this could lead to crashes)
2016-12-14 14:13:47 +01:00
..
3rdparty QProgressIndicator: update copy from upstream 2016-10-13 12:05:59 +02:00
cmd Merge pull request #5045 from owncloud/dbjournal_per_account 2016-12-06 10:55:58 +01:00
crashreporter cmd and crashreporter minor typos 2015-09-10 17:34:26 +05:45
gui FolderStatusModel: Fix insert/remove items when there are labels 2016-12-14 14:13:47 +01:00
libsync Propagator: make sure every network job has a parent 2016-12-14 14:13:47 +01:00
CMakeLists.txt CMakeLists: move QtKeychain detection in client 2016-04-12 14:43:26 +02:00