| Age | Commit message (Collapse) | Author |
|
treeview: prevent that when expanding a subtree that the selected item gets hidden by the (maybe) appearing horizontal scrollbar
svn path=/branches/KDE/4.0/kdebase/apps/; revision=763550
|
|
* Always take the root of an URL as root for the treeview (using a matching Places-URL leads to serious usability issues - see bug #150941 for details).
* Don't reset the horizontal scrollbar position when expanding/reloading the tree.
BUG: 150941
svn path=/branches/KDE/4.0/kdebase/apps/; revision=763173
|
|
* don't jump to the selected folder when expanding a sub tree within the treeview widget
* don't reset the root of non-local URLs when there is no Places-URL available
BUG: 155996
BUG: 156008
svn path=/branches/KDE/4.0/kdebase/apps/; revision=762706
|
|
smaller. I've debugged on event() method to find out which event was the one called. It seems
QEvent::MetaCall is always called when we want and is not as impressive called as paintEvent(), so there we go. This will fix another problem that when a second expanded
cached node should make the horizontal scrollbar bigger it didn't till the tree view lost the focus or was resized. Everything fixed :)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=749049
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=749041
|
|
very large ones) a horizontal scrollbar wasn't shown. Now it is.
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=748978
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=748476
|
|
Disconnecting the signals from KDirLister solves a previous crash.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=746428
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=746418
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=746294
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=737202
|
|
for pointing this out)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=728741
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=721256
|
|
loading before invoking KDirModel::expandToUrl()
svn path=/trunk/KDE/kdebase/apps/; revision=720870
|
|
QList<KFileItem*> anymore since todays update of kfileitem.* in kdelibs
svn path=/trunk/KDE/kdebase/apps/; revision=720234
|
|
KDirLister::expandToUrl() is available)
svn path=/trunk/KDE/kdebase/apps/; revision=718182
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=717365
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=717229
|
|
when the directory lister has not finished its loading...
svn path=/trunk/KDE/kdebase/apps/; revision=717203
|
|
created, inheriting KDirModel for returning valid data for the role of the category of
an item. DolphinSortFilterProxyModel implements now methods lessThanCategoryMethod and lessThanGeneralMethod from KCategorizedSortFilterProxyModel.
The only thing that needs to be adapted is the keyboard navigation on the KCategorizedView.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=713319
|
|
using QTimer
svn path=/trunk/KDE/kdebase/apps/; revision=706669
|
|
treeview -> no more crashes anymore for long URLs :-)
svn path=/trunk/KDE/kdebase/apps/; revision=706516
|
|
devices etc.)
svn path=/trunk/KDE/kdebase/apps/; revision=704553
|
|
- in KDirModel::itemForIndex, as noted there as a TODO
- in dolphin, everywhere.
svn path=/trunk/KDE/kdebase/apps/; revision=699691
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=692544
|
|
Embeds nicely, now all the integration needs to be done.
Thanks to Peter for the nice DolphinView/DolphinViewContainer separation which made writing the part very very easy!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=682079
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=665855
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=663054
|
|
assures that no performance and memory overhead is given when the TreeView is not used at all.
svn path=/trunk/KDE/kdebase/apps/; revision=662771
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=662690
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=661865
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=661819
|
|
section etc.)
svn path=/trunk/KDE/kdebase/apps/; revision=661815
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=654002
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=653996
|
|
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using:
astyle --indent=spaces=4 --brackets=linux \
--indent-labels --pad=oper --unpad=paren \
--one-line=keep-statements --convert-tabs \
--indent-preprocessor \
`find -type f -name '*.cpp'` `find -type f -name '*.h'`
svn path=/trunk/KDE/kdebase/apps/; revision=651981
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=651766
|
|
Qt::Descending -> Qt::DescendingOrder
svn path=/trunk/KDE/kdebase/apps/; revision=650398
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=647265
|
|
about code duplication.
Improved urlnavigator API to avoid exposing the full QList (api independent from implementation now).
svn path=/trunk/KDE/kdebase/apps/; revision=646954
|
|
dialog:
remove dependency on DolphinSettings::bookmarkManager().
svn path=/trunk/KDE/kdebase/apps/; revision=646880
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=646256
|
|
David Faure for the faster-than-light-adding of the helper method KDirModel::itemForUrl() and the good hints about the root of the issue!
svn path=/trunk/KDE/kdebase/apps/; revision=644775
|
|
the DolphinContextMenu (currently only used by the tree view).
svn path=/trunk/KDE/kdebase/apps/; revision=643572
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=642982
|
|
make it possible to have it also inside the treeview sidebar.
svn path=/trunk/KDE/kdebase/apps/; revision=642953
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=642531
|
|
- allow drag & drop inside the view
- prevent a dragging from a directory into itself
- use QModelIndex instead of the position
svn path=/trunk/KDE/kdebase/apps/; revision=641451
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=641405
|
|
releases and encapsulates sidebar specific behavior. TODO: using a sort proxy model results in duplicated elements when the dir lister reloads items.
svn path=/trunk/KDE/kdebase/apps/; revision=641359
|