┌ ┐
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
/
viewextensionsfactory.cpp
Age
Commit message (
Expand
)
Author
2010-04-04
Invert default behavior regarding loading of version control plugins: Only lo...
Peter Penz
2010-03-30
Split the class DolphinController into the two classes DolphinViewController ...
Peter Penz
2010-01-07
allow filtering for filenames having a +
Peter Penz
2010-01-06
Fixed issue that Ctrl+A sometimes did not result in an update of the Informat...
Peter Penz
2009-11-06
* enable the loading of version control plugins (thanks to Aaron for the hint)
Peter Penz
2009-09-11
Fixed minor regression introduced with the column view refactoring: When swit...
Peter Penz
2009-08-30
Restore "open folders automatically when dragging items above it" (it had bee...
Peter Penz
2009-08-30
Move the selection listener from DolphinView to ViewExtensionsFactory. The st...
Peter Penz
2009-08-30
Move the VersionControlObserver from the DolphinView to the ViewExtensionsFac...
Peter Penz
2009-08-30
- The selection changed timer only needs to be created for a DolphinView inst...
Peter Penz
2009-08-29
centralize namefilter handling
Peter Penz
2009-08-29
restore sorting functionality in a generic way which also works for the colum...
Peter Penz
2009-08-29
Restore "show hidden files" functionality in a generic way which works also f...
Peter Penz
2009-08-29
- restore functionality that selections are kept when changing the view mode
Peter Penz
2009-08-29
move the DolphinFileItemDelegate creation into ViewExtensionsFactory
Peter Penz
2009-08-29
move handling of SelectionManager and AutoScroller to ViewExtensionsFactory
Peter Penz
2009-08-29
Move code for initializing and handling view extensions to the new class View...
Peter Penz