| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=849784
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=849382
|
|
provided by Simon St James). The setting is currently not offered in the GUI, as some minor remaining issues must be fixed.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=845975
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=824946
|
|
a new tab.
TODO: cleanup some obsolete signals/structure inside SidebarPage and TreeviewSidebarPage.
svn path=/trunk/KDE/kdebase/apps/; revision=806635
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=805603
|
|
that an automatic horizontal scrolling is done so that the item gets fully visible.
* Use QTimeLine instead of QTimer + value
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=805596
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=789206
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=788155
|
|
topLevelWidget() => window()
svn path=/trunk/KDE/kdebase/apps/; revision=776408
|
|
with Qt 4.4 with alien widgets enabled. Any widgets passed to KDirLister::setMainWindow() become native widgets because of a call to QWidget::winId() inside KIO. This fix passes the top level Dolphin window to setMainWindow() (which is already a native window) instead of the item view widget.
svn path=/trunk/KDE/kdebase/apps/; revision=775396
|
|
hidden by the (maybe) appearing horizontal scrollbar
svn path=/trunk/KDE/kdebase/apps/; revision=763543
|
|
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=/trunk/KDE/kdebase/apps/; revision=763171
|
|
* 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=/trunk/KDE/kdebase/apps/; revision=762704
|
|
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
|