┌ ┐
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
/
treeviewsidebarpage.cpp
Age
Commit message (
Expand
)
Author
2007-12-16
Missing call
Rafael Fernández López
2007-12-16
Fix the problem of the tree view. When we are expanding too many nodes (or ve...
Rafael Fernández López
2007-12-14
Moving code around in dolphin fixes DnD support in konqueror :)
David Faure
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-11-15
provide a better size hint for the default configuration
Peter Penz
2007-10-24
removed obsolete code: don't connect to nonexisting slots (thanks to Albert ...
Peter Penz
2007-10-04
KDirLister openUrl parameters are now flags
Rafael Fernández López
2007-10-03
there is no need anymore to check whether the KDirLister is currently loading...
Peter Penz
2007-10-02
replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFil...
Peter Penz
2007-09-28
removed unused method expandSelectionParent (it is not invoked anymore since ...
Peter Penz
2007-09-26
assure that the directory gets reloaded when the base URL has been changed
Peter Penz
2007-09-26
code simplifications like done in the column view
Peter Penz
2007-09-26
lessons learned from the column view: never invoke KDirModel::expandToUrl() w...
Peter Penz
2007-09-17
Create the new architecture for KCategorizedView. Now DolphinModel is created...
Rafael Fernández López
2007-08-31
as David pointed out: Qt4 has a nicer approach for asynchronous events than u...
Peter Penz
2007-08-30
Use the new method KDirModel::expandToUrl() from David for expanding the tree...
Peter Penz
2007-08-25
don't use the term "Bookmarks" anymore, use "Places" instead (includes device...
Peter Penz
2007-08-13
Use KFileItem by value rather than by pointer
David Faure
2007-07-25
provide a useful default width for the Folders dock (treeview)
Peter Penz
2007-07-01
Here comes dolphinpart, to use dolphin as the file management view in konqueror.
David Faure
2007-05-18
ignore spontaneous show events (thanks to Dominik Haumann for pointing this out)
Peter Penz
2007-05-09
include cleanup
Dirk Mueller
2007-05-09
Postpone the creating of the dir lister to the first show event. This assures...
Peter Penz
2007-05-08
prevent loading items twice in the tree view
Peter Penz
2007-05-06
optimization: don't load the directory tree if the widget is invisible
Peter Penz
2007-05-06
coding style cleanup: fix wrong indenting of members in constructor
Peter Penz
2007-05-06
some cleanups for the sidebar pages (move protected members to private sectio...
Peter Penz
2007-04-14
ups - did not want to commit the kDebug() line...
Peter Penz
2007-04-14
fix possible crash if the base URL is empty
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-04
Qt::Ascending -> Qt::AscendingOrder
Pino Toscano
2007-03-27
use sort proxy model
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-25
Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.
Peter Penz
2007-03-20
Fixed crash on startup, when the treeview has been activated. Thanks to David...
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-14
Remove frame and margin around tree view sidebar.
Robert Knight
2007-03-11
Fixed some drag & drop issues:
Peter Penz
2007-03-11
support drag & drop for the treeview sidebar page
Peter Penz
2007-03-11
Create a SidebarTreeView which will include support for drag & drop in later ...
Peter Penz
2007-03-08
prevent a possible endless loop
Peter Penz
2007-03-06
add some constness...
Peter Penz
2007-03-05
synchronize the tree view with the active view
Peter Penz
2007-03-04
Some basic fixes to stay synchronized between the tree view and the currently...
Peter Penz
[next]