┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kcategorizedview.cpp
Age
Commit message (
Expand
)
Author
2007-10-05
Nice catch on keyboard navigation when RightToLeft is set... :)
Rafael Fernández López
2007-10-05
Ooops I had this one for testing purposes locally...
Rafael Fernández López
2007-10-04
Changes related to the smooth scrolling. We can enable it since icefox has su...
Rafael Fernández López
2007-10-03
Update my email address
Rafael Fernández López
2007-09-19
++keyboard navigation
Rafael Fernández López
2007-09-18
Fix selections problems (like flickering). Click on category select/deselects...
Rafael Fernández López
2007-09-18
(Un)selections working properly
Rafael Fernández López
2007-09-17
Give feedback to user when clicking on a category and the user is not draggin...
Rafael Fernández López
2007-09-17
Create the new architecture for KCategorizedView. Now DolphinModel is created...
Rafael Fernández López
2007-07-25
ok, second try: make use of KDirSortFilterProxyModel. 'Show in Groups' still ...
Nick Shaforostoff
2007-07-24
Fix crash when category view is enabled if there are no categories in KCatego...
Robert Knight
2007-07-23
Fix a couple of crashes. First was to avoid problem caused by KIconLoader::g...
Robert Knight
2007-07-21
ok, reverting as requested by Peter Penz.
Nick Shaforostoff
2007-07-20
Make use of the newly added KDirSortFilterProxyModel class -- that is, essent...
Nick Shaforostoff
2007-07-18
QAbstractItemView::viewOptions() only returns an instance of the class QStyle...
Peter Penz
2007-07-18
When derived classes overwrite KCategorizedView::visualRect() to adjust the v...
Peter Penz
2007-07-14
Fix small adjustments with items-categories
Rafael Fernández López
2007-07-14
Better spacing for extreme cases
Rafael Fernández López
2007-07-14
Even better behavior when different possibilities, grid or not grid, spacing ...
Rafael Fernández López
2007-07-14
If we have different heights on the same row, make it possible to update tall...
Rafael Fernández López
2007-07-14
Follow QListView behavior. Each item has the exact size to fit its contents. ...
Rafael Fernández López
2007-07-14
Respect grid sizes.
Rafael Fernández López
2007-07-13
remove unused variables
Peter Penz
2007-07-13
Update property when needed.
Rafael Fernández López
2007-07-13
Take in count item sizes. As we want all elements of the same size we check f...
Rafael Fernández López
2007-07-13
Select elements correctly when clicking on the category for selecting.
Rafael Fernández López
2007-07-13
It would be nice if we fill correctly option views :)
Rafael Fernández López
2007-07-09
Rename KListView to KCategorizedView as decided
Rafael Fernández López