┌ ┐
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
2008-11-08
* implement the DragAndDropHelper as singleton derived from QObject, so that ...
Peter Penz
2008-10-24
* Move code from DolphinDropController to DragAndDropHelper.
Peter Penz
2008-10-11
Simplify the treeview panel implementation (thanks to David Faure for pimping...
Peter Penz
2008-10-01
* adjusted Dolphin to use KonqOperations::doDrop() instead of using a custom ...
Peter Penz
2008-09-28
Use KonqOperations::doDrop() instead of a custom dropping code. Still some mi...
Peter Penz
2008-08-20
SVN_SILENT: coding style fix
Peter Penz
2008-08-19
Force the treeview to be LTR on RTL desktops
Diego Iastrubni
2008-08-12
Provide functionality for auto-expanding folders (the whole patch has been pr...
Peter Penz
2008-06-26
respect the inline-renaming setting also for the Folder Panel (= treeview)
Peter Penz
2008-05-11
A middle click on an item of the tree view panel should open the URL inside a...
Peter Penz
2008-05-08
clear the selection when loading the sub tree
Peter Penz
2008-05-08
* If one item is selected and the item is (at least partly) visible, assure t...
Peter Penz
2008-03-23
allow to show hidden files in the Folders panel (treeview)
Peter Penz
2008-03-20
use QDir::rootPath() to make the folders panel functional on Windows
Peter Penz
2008-02-18
No longer use Obsolete Member for QWidget:
Bill Egert
2008-02-15
Fix flicker when resizing the central view area in Dolphin. Only applicable ...
Robert Knight
2008-01-19
treeview: prevent that when expanding a subtree that the selected item gets h...
Peter Penz
2008-01-18
* Always take the root of an URL as root for the treeview (using a matching P...
Peter Penz
2008-01-17
Treeview fixes:
Peter Penz
2007-12-16
When collapsing nodes that made the scrollbar bigger, it didnt became smaller...
Rafael Fernández López
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
[next]