| Age | Commit message (Collapse) | Author |
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=640460
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=639794
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=639751
|
|
currently active view.
svn path=/trunk/KDE/kdebase/apps/; revision=639008
|
|
the URL navigator.
svn path=/trunk/KDE/kdebase/apps/; revision=638825
|
|
provide a dock which contains the directory hierarchy, which will be synchronized with the active view. It does not clutter the UI (the dock can be turned off), but makes happy a lot of users -> kind of win-win-situation. This commit provides only a rough initial version, which shows the current URL as tree. I'll work on the interaction during the next week(s)...
svn path=/trunk/KDE/kdebase/apps/; revision=638628
|