---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/107973/#review25597
---
This review has been submitted with commit
4880a16cbefaa8719d4
On Tue, Jan 15, 2013 at 5:06 PM, Aurélien Gâteau wrote:
> Le mardi 15 janvier 2013 16:04:39 Mark a écrit :
>
>> Well, sorting is very fast now (in my test environment) and fast
>> enough for "regular" data to be sorted before you see the data. That's
>> not an issue. The issue arises when data arr
Le mardi 15 janvier 2013 16:04:39 Mark a écrit :
> Well, sorting is very fast now (in my test environment) and fast
> enough for "regular" data to be sorted before you see the data. That's
> not an issue. The issue arises when data arrives in batches. For
> example:
> - Batch 1 comes in
> - - Sort
On Tue, Jan 15, 2013 at 3:42 PM, Aurélien Gâteau wrote:
> Le mercredi 9 janvier 2013 16:42:25 Mark a écrit :
>
>> Dolphin happens to be a big user here, but i'm really not talking
>> about dolphin specifically. The structures behind it are my target :)
>> Filtering will indeed be done afterwards,
Le mercredi 9 janvier 2013 16:42:25 Mark a écrit :
> Dolphin happens to be a big user here, but i'm really not talking
> about dolphin specifically. The structures behind it are my target :)
> Filtering will indeed be done afterwards, but you have to think about
> it. What would be better?
> 1. A
Hi,
2013/1/10 Aaron J. Seigo:
[...]
>> However, one of the main goals Peter
>> had when rewriting the view engine was to get rid of QModelIndex,
>> SortFilterProxyModels and things like these. And I really have the
>> feeling that using plain ints to index items and not needing things
>> like mapT