┌ ┐
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
/
sidebartreeview.cpp
Age
Commit message (
Expand
)
Author
2008-11-22
The opening/closing animation of subtrees flickers in combination with the si...
Peter Penz
2008-11-08
* implement the DragAndDropHelper as singleton derived from QObject, so that ...
Peter Penz
2008-09-28
Use KonqOperations::doDrop() instead of a custom dropping code. Still some mi...
Peter Penz
2008-09-22
make the background transparent and apply the window-text color to the text c...
Peter Penz
2008-08-12
Provide functionality for auto-expanding folders (the whole patch has been pr...
Peter Penz
2008-07-20
SideBarTreeView is derived from KTreeView
Peter Penz
2008-05-02
Fix CPU 100% bug. This hack couldn't live much more. Peter, about the "we get...
Rafael Fernández López
2008-04-22
Provide horizontal auto scrolling for the tree view (implemented by Harald Hv...
Peter Penz
2008-03-12
As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemD...
Peter Penz
2008-02-22
KDE 4.1 requires Qt4.4 -> remove the #ifdefs...
Peter Penz
2007-12-18
The order is important, also is important to accept the event on the move eve...
Rafael Fernández López
2007-12-16
The drag&drop helper did not make the difference between the different kind o...
Rafael Fernández López
2007-12-16
When collapsing nodes that made the scrollbar bigger, it didnt became smaller...
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-11-20
Drag & drop fixes for all views: assure that a consistent pixmap for the drag...
Peter Penz
2007-10-04
Our beloved qt-copy also has the patch applied
Rafael Fernández López
2007-10-04
Let's do this in a safe way while we wait for the release team to reply telli...
Rafael Fernández López
2007-10-04
coding style nit-picking
Peter Penz
2007-10-04
Changes related to the smooth scrolling. We can enable it since icefox has su...
Rafael Fernández López
2007-09-27
Remove ScrollPerPixel again. Beside a crash with a non-patched version of Qt ...
Peter Penz
2007-09-26
reactivate ScrollPerPixel again, as the Qt-patch for "divide by zero" has bee...
Peter Penz
2007-09-26
temporary disable the ScrollPerPixel feature until a Qt-patch is supplied whi...
Peter Penz
2007-09-25
use pixel scrolling for all views (thanks to Rafael for the initial fix in th...
Peter Penz
2007-09-25
hide the ratings and tags column in the treeview sidebar
Peter Penz
2007-09-17
Create the new architecture for KCategorizedView. Now DolphinModel is created...
Rafael Fernández López
2007-06-16
use a transparent background to let the users eye focus on the folder content...
Peter Penz
2007-06-13
provide a common drawing method for the hover indication during drag & drop u...
Peter Penz
2007-06-02
don't forget to clear the hover information when a drag leave event occurs
Peter Penz
2007-06-02
Provide a hover information when dragging items above other items. TODO: this...
Peter Penz
2007-05-17
improve drag & drop support for treeview sidebar:
Peter Penz
2007-05-09
include cleanup
Dirk Mueller
2007-05-06
coding style cleanup: fix wrong indenting of members in constructor
Peter Penz
2007-04-22
allow sorting by type
Peter Penz
2007-04-09
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...
Peter Penz
2007-03-25
Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.
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