┌ ┐
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
/
dolphincolumnwidget.h
Age
Commit message (
Expand
)
Author
2009-08-28
Remove the class DolphinColumnWidget. Due to the refactoring the column view ...
Peter Penz
2009-08-28
I wanted to this for KDE 4.1 already, but well...
Peter Penz
2009-07-31
Fix forward declaration
Laurent Montel
2009-07-11
Don't open folders on a single-click in the column view when the mouse settin...
Peter Penz
2009-04-20
Let the user choose if folders are always shown first in the views of
Frank Reininghaus
2009-02-08
* open folders always on single click
Peter Penz
2009-01-19
hide the tooltips when a key is pressed (thanks to Shaun Reich for the initia...
Peter Penz
2008-12-13
only jump automatically to the current index, if the autoscrolling is not active
Peter Penz
2008-12-13
Handling the key events for autoscrolling in DolphinViewAutoscroller does not...
Peter Penz
2008-12-12
SVN_SILENT: removed trailing spaces
Peter Penz
2008-12-03
use KDirModel::mimeData() for cut/copy operations as suggested by David Faure
Peter Penz
2008-10-25
use the DolphinDirLister instead of KDirLister
Peter Penz
2008-09-21
renamed IconManager to KFilePreviewGenerator
Peter Penz
2008-06-18
Assure that when requesting the context menu for the column-view, that the co...
Peter Penz
2008-04-16
* clear the selection toggle when zooming in or out
Peter Penz
2008-04-16
if the mouse is above an item and moved very fast outside the widget, no view...
Peter Penz
2008-03-23
provide an option to rename files inline
Peter Penz
2008-03-12
As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemD...
Peter Penz
2008-02-21
Let the DolphinController be aware on which QAbstractItemView instance he is ...
Peter Penz
2008-02-21
Prevent code duplication by moving the duplications into the DolphinController.
Peter Penz
2008-02-17
* if the system font is changed during Dolphin is open, take care to update t...
Peter Penz
2008-02-12
Move the Ctrl-wheel zoom handling to dolphinview.
Luciano Montanaro
2008-02-11
apply sorting + sort order to the column view
Peter Penz
2008-01-26
Blend in a toggle button when hovering items. This allows selecting items wit...
Peter Penz
2008-01-11
Up to now DolphinView and ColumnWidget contained a lot of code duplication re...
Peter Penz
2007-12-11
fixed issue that turning off the preview during the preview job still was act...
Peter Penz
2007-12-06
Fixed wrong usage of QStyleOptionViewItem: caching of the file item in the co...
Peter Penz
2007-12-03
Revert my last commit, it's not quite working
John Tapsell
2007-12-03
The first columns model and selection model should be the same as the view's ...
John Tapsell
2007-11-20
Drag & drop fixes for all views: assure that a consistent pixmap for the drag...
Peter Penz
2007-10-26
due to the recent tagging freeze this commit contains several fixes in one:
Peter Penz
2007-10-09
Allow filtering of items also for the column view. A filtering of directories...
Peter Penz
2007-10-07
* assure that the columns of the colum-view get dimmed if the colum-view is i...
Peter Penz
2007-10-05
Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLi...
Peter Penz