┌ ┐
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.cpp
Age
Commit message (
Expand
)
Author
2007-12-18
Show elastic band on the column widget
Rafael Fernández López
2007-12-18
So I guess that is the behaviour that we really want :)
Rafael Fernández López
2007-12-18
Revert the whole code regarding the discussed issue. Columns view still show ...
Rafael Fernández López
2007-12-18
Keep consistent all views. Peter, if you decide to revert the change that Dav...
Rafael Fernández López
2007-12-16
The drag&drop helper did not make the difference between the different kind o...
Rafael Fernández López
2007-12-14
Moving code around in dolphin fixes DnD support in konqueror :)
David Faure
2007-12-11
fixed issue that turning off the preview during the preview job still was act...
Peter Penz
2007-12-08
Follow David's advice and use 'delete' instead of 'deleteLater()'. Disconnect...
Peter Penz
2007-12-08
don't forget to delete the proxy model
Peter Penz
2007-12-08
fixed memory leaks (thanks to David for fixing this in KDirOperator)
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-28
fix crash during drag & drop if the file item is not available (thanks to Joh...
Peter Penz
2007-11-20
Drag & drop fixes for all views: assure that a consistent pixmap for the drag...
Peter Penz
2007-11-18
Revert last fix, otherwise context menus on viewport don't work anymore. I'll...
Peter Penz
2007-11-18
fix crash for the following use case:
Peter Penz
2007-11-07
SVN_SILENT: add line break
Peter Penz
2007-10-30
* fixed drag & drop issue in column view (dropping on files was not possible ...
Peter Penz
2007-10-26
Simplify DolphinController: don't remember the show-preview state in the cont...
Peter Penz
2007-10-26
Simplify the DolphinController: The "show hidden files" state can be retrieve...
Peter Penz
2007-10-26
due to the recent tagging freeze this commit contains several fixes in one:
Peter Penz
2007-10-16
polish look of column view:
Peter Penz
2007-10-09
Allow filtering of items also for the column view. A filtering of directories...
Peter Penz
2007-10-09
column view fixes:
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
fix issues when the split view is active and the inactive column view gets se...
Peter Penz
2007-10-05
fixed most regressions due to the previous column-view refactoring
Peter Penz
2007-10-05
Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLi...
Peter Penz