┌ ┐
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
/
dolphinviewactionhandler.cpp
Age
Commit message (
Expand
)
Author
2009-11-07
Two minor proof-reading changes:
Andrew Coles
2009-11-06
* provide descriptive tooltip texts for actions
Peter Penz
2009-11-06
Initial ServiceMenu-KHotNewStuff-stuff
Jonathan Schmidt-Dominé
2009-10-10
Start of refactoring so that the metadata widget can be moved outside of Dolp...
Peter Penz
2009-05-26
fixed krazy issues (see http://www.kdedevelopers.org/node/3919)
Peter Penz
2009-04-20
Let the user choose if folders are always shown first in the views of
Frank Reininghaus
2009-03-26
Use KNewMenu::createDirectory() instead of KonqOperations::newDir() when F10 ...
Peter Penz
2009-03-25
BUG: 175658
Rahman Duran
2009-03-15
Added F8 as an alternate shortcut for "Show Hidden Files". Reasoning: Open fi...
Shaun Reich
2009-03-11
Using the "document-properties" icon for the Properties entry of the RMB cont...
Shaun Reich
2009-03-11
Revert my previous commit, dfaure is right, this should be done through KAcce...
Shaun Reich
2009-03-11
Added keyboard accelerators to various actions that were missing them...
Shaun Reich
2009-02-18
use an icon for the "Rename" icon like the Folder View Plasmoid
Peter Penz
2009-01-14
Group classes into folders, Dolphin is too big in the meantime for having a f...
Peter Penz
2008-12-15
Ctrl+F when in trash:/ (or any other remote protocol) said "malformed url" be...
David Faure
2008-12-05
adding toolbar icon for Create Folder
James Richard Tyrer
2008-09-29
Don't call setShortcut for a KAction over a QAction Pointer.
Michael Jansen
2008-08-26
Provide a common iconsize-widget for the settings dialog of the icons-, detai...
Peter Penz
2008-08-05
First step of refactoring to improve the zooming capabilities of views:
Peter Penz
2008-07-11
Code factorization: move "properties" action and slot to DolphinViewActionHan...
David Faure
2008-07-11
another i18n TODO done: better description of this special action, for "confi...
David Faure
2008-06-30
Move the "Find File..." action from DolphinMainWindow to DolphinViewActionHan...
Peter Penz
2008-06-18
SVN_SILENT: removed unnecessary includes
Peter Penz
2008-06-05
When "move_to_trash" is disabled and "delete" is enabled (e.g. non-local files),
David Faure
2008-05-04
Move "Adjust view properties" to dolphinviewactionhandler so that it's availa...
David Faure
2008-03-18
Fix Krazy i18n issues.
Chusslove Illich
2008-02-13
Provide the "sort by" actions in dolphinpart (konqueror); share and simplify ...
David Faure
2008-02-13
--deprecated
David Faure
2008-02-13
Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's V...
David Faure
2008-02-11
Factorize all the view-related action handling to DolphinViewActionHandler, t...
David Faure