| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=760873
|
|
view. QListView has a bug that will toggle the last selection done, have to report it to TT.
BUG: 154028
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=748822
|
|
TODO and now is fixed :) Still a bug somewhere on Qt...
when you ctrl+selection rect (with mouse), it is lost the last selection done if they were done by groups. Going to dive more into
this problem, but it lives on Qt.
BUG: 153876
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=748258
|
|
recached again
svn path=/trunk/KDE/kdebase/apps/; revision=725218
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=724802
|
|
scrollbar in certain conditions
svn path=/trunk/KDE/kdebase/apps/; revision=724701
|
|
number of files (tested with a folder with 10000 files here)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=724536
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=720339
|
|
created, inheriting KDirModel for returning valid data for the role of the category of
an item. DolphinSortFilterProxyModel implements now methods lessThanCategoryMethod and lessThanGeneralMethod from KCategorizedSortFilterProxyModel.
The only thing that needs to be adapted is the keyboard navigation on the KCategorizedView.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=713319
|
|
works, haven't tested nepomuk part though.
NOTE to dolphin devs: please, consider using 'left.column()' instead of 'sortRole()' in lessThan methods, and 'sorting()' instead of 'sortRole()' in other places.
Didn't make switch by myself because it needs nepomk testing (shouldn't be too hard though).
svn path=/trunk/KDE/kdebase/apps/; revision=692517
|
|
KIconLoader::global()->theme() returning 0 (which according to the API, it can do). Second was to fix the 'lastIndex' member of KCategorizedView::Private being out of date when used. According to the comments this member existed as an optimization. However in the only function where it is used, scrollbar updates are also performed. This will be several orders of magnitude more expensive than the 3 constant-time operations on Qt containers (QHash,QList) which the optimization avoided. So I removed the 'lastIndex' member and moved the calculation to where the data is needed.
svn path=/trunk/KDE/kdebase/apps/; revision=691574
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=690417
|
|
essentially, remove all the code being duplicated :)
Make manpart use KEncodingDetector capabilities along the way (it was <meta ... charset="System"> before)
svn path=/trunk/KDE/kdebase/apps/; revision=690382
|
|
for the biggest one. This way we have visible columns too, what makes everything more ordered,
and to the user eye as well.
svn path=/trunk/KDE/kdebase/apps/; revision=687387
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=685767
|