┌ ┐
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
/
treeviewcontextmenu.cpp
Age
Commit message (
Expand
)
Author
2008-06-26
Assure that the file capabilities are respected when opening the context menu...
Peter Penz
2008-06-26
respect the inline-renaming setting also for the Folder Panel (= treeview)
Peter Penz
2008-03-23
allow to show hidden files in the Folders panel (treeview)
Peter Penz
2007-12-24
Move (broken) action "Edit/Properties" to dolphinpart and made it work there.
David Faure
2007-11-08
Fix parentless dialogs
Craig Drummond
2007-10-22
icon renamings:
Pino Toscano
2007-10-15
use KGlobal::config() instead of parsing kdeglobals each time (thanks to Davi...
Peter Penz
2007-10-13
Fixed issue that the "Show 'Delete' command in context menu" setting is not r...
Peter Penz
2007-10-02
replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFil...
Peter Penz
2007-08-16
Remove unnecessary parameter.
Jeff Mitchell
2007-08-14
style-guide nitpicking :-)
Peter Penz
2007-08-14
When renaming, use the actual name of the item (from the KFileItem) in the di...
Jeff Mitchell
2007-08-13
Use KFileItem by value rather than by pointer
David Faure
2007-07-09
KUIT adaptions
Peter Penz
2007-05-28
create modal dialogs on stack as David suggested
Peter Penz
2007-05-26
display properties dialogbox
Laurent Montel
2007-05-26
Fix signal/slot
Laurent Montel
2007-05-09
include cleanup
Dirk Mueller
2007-05-06
coding style cleanup: fix wrong indenting of members in constructor
Peter Penz
2007-04-19
SVN_SILENT i18n style guide fixes
Stephan Binner
2007-04-09
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...
Peter Penz
2007-04-04
i18n style guide fixes
Stephan Binner
2007-04-02
don't use KUrl::upUrl() (thanks to David for the hint!)
Peter Penz
2007-04-02
Use KonqOperations::del() as David suggested. In opposite to the old approach...
Peter Penz
2007-04-01
don't just ask for confirmation for deleting, also delete the item :-)
Peter Penz
2007-04-01
implement renaming, moving to trash and deleting for the treeview panel
Peter Penz
2007-03-25
fixed wrong state of the paste action
Peter Penz
2007-03-25
Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.
Peter Penz