┌ ┐
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
/
dolphinview.cpp
Age
Commit message (
Expand
)
Author
2007-05-17
when having split views: darken the background color of the inactive view
Peter Penz
2007-05-17
reload items when the view is refreshed by changing the global settings
Peter Penz
2007-05-12
provide a hover information in the statusbar if the mouse cursor enters an item
Peter Penz
2007-05-10
layout improvements in the icons view:
Peter Penz
2007-05-10
don't lose the history of the URL navigator if the settings of the Icons View...
Peter Penz
2007-05-09
include cleanup
Dirk Mueller
2007-05-08
fix issue in column view that the wrong root directory is taken because of ke...
Peter Penz
2007-04-30
a bit ugly, but the migration to QList<KFileItem> has to be incremental...
David Faure
2007-04-30
PreviewJob API change (KFileItems by value)
David Faure
2007-04-16
when switching from the column view to the details- or icons-view it makes se...
Peter Penz
2007-04-14
optimization: don't reload the view if not absolutely necessary
Peter Penz
2007-04-14
optimization: no reloading necessary if preview has been turned on/off
Peter Penz
2007-04-14
Revert last commit and exchange it by a more straight forward solution: just ...
Peter Penz
2007-04-14
assure that the preview job gets killed when the directory has been changed
Peter Penz
2007-04-14
fixed regression resulted by "reload" patch: toggling the preview did not wor...
Peter Penz
2007-04-12
fix issue that the view properties are not read out correctly for first direc...
Peter Penz
2007-04-11
use "folder" instead of "directory" for all visible strings
Peter Penz
2007-04-10
allow to enable the categorization feature for sorting
Peter Penz
2007-04-09
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...
Peter Penz
2007-04-09
Dolphin is now KBookmark* free.
Kevin Ottens
2007-04-08
adaptions to the cleaned up interface of KUrlNavigator
Peter Penz
2007-04-02
Rename all the URL navigator related classes to prepare their migration
Kevin Ottens
2007-04-02
Make use of KFilePlaces instead of the bookmark system in the URL
Kevin Ottens
2007-04-02
don't use KUrl::upUrl() (thanks to David for the hint!)
Peter Penz
2007-04-01
reload view when the settings are applied
Peter Penz
2007-03-30
take care when reloading KDirLister if a column view is shown
Peter Penz
2007-03-30
fixed "duplicate items issue" for the column view (don't invoke KDirLister::o...
Peter Penz
2007-03-27
Minimize the duplicate items problem when using a proxy model and letting KDi...
Peter Penz
2007-03-27
Hide the HistoryElem class from the public API of UrlNavigator
David Faure
2007-03-27
Added setters in urlnavigator to remove dependency on dolphinsettings.
David Faure
2007-03-27
Initial version for a column view support (thanks a lot to Benjamin Meyer for...
Peter Penz
2007-03-26
Ported to KBookmarkManager::closestBookmark - which even solves another TODO ...
David Faure
2007-03-26
A small step in trying to make urlnavigator useable in kdelibs for the file d...
David Faure
2007-03-26
Using a QLinkedList mostly for "accessing element at index i" is not the best...
David Faure
2007-03-25
Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.
Peter Penz
2007-03-22
improve the handling when applying item effects to cut items
Peter Penz
2007-03-20
Converted to the standard mimetype names
David Faure
2007-03-20
after checking the kdirmodel implementation for setData() and data() this sho...
Peter Penz
2007-03-19
Step 1 of 2 to fix the issue that reloading of a directory resets the content...
Peter Penz
2007-03-19
don't invoke a non existent slot
Peter Penz
2007-03-17
Allow to cut, copy, paste, ... the currently selected item from a sidebar by ...
Peter Penz
2007-03-16
Let's keep it simple: only offer a basic context menu for the treeview sidebar.
Peter Penz
2007-03-15
Don't force the context menu to be valid only for DolphinView instances, make...
Peter Penz
2007-03-13
improve renaming for n selected items/1 selected item
Peter Penz
2007-03-13
Allow renaming of items (note that currently the "rename multiple files" dial...
Peter Penz
2007-03-13
just assert we're not hiting new modes (CID 3211)
Stephan Kulow
2007-03-12
fix the accidentally testvalue of 1000 ms to 0 ms as originally intended...
Peter Penz
2007-03-11
Allow to set the 'AdditionalInformation' property from KFileItemDelegate for ...
Peter Penz
2007-03-11
Fixed some drag & drop issues:
Peter Penz
2007-03-10
Apply an item effect to all cut items. As discussed with Fredrik this should ...
Peter Penz
[next]