| Age | Commit message (Collapse) | Author |
|
directory lister is not enough in this case...)
svn path=/trunk/KDE/kdebase/apps/; revision=715294
|
|
* assure that a column gets created if no existing column can be used for showing an URL
svn path=/trunk/KDE/kdebase/apps/; revision=714407
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=714392
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=714342
|
|
affected other views too)
svn path=/trunk/KDE/kdebase/apps/; revision=713430
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=712616
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=712610
|
|
* selection issues
* unwanted loading of sub directories
* wrong horizontal scroll position
svn path=/trunk/KDE/kdebase/apps/; revision=712590
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=710355
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=709395
|
|
- in KDirModel::itemForIndex, as noted there as a TODO
- in dolphin, everywhere.
svn path=/trunk/KDE/kdebase/apps/; revision=699691
|
|
necessary for QColumnView in Qt4.3
* minor cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=697446
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=697218
|
|
* assure that the selection model of the column is synchronized when triggering "Select All" or "Invert Selection"
svn path=/trunk/KDE/kdebase/apps/; revision=697029
|
|
items of the currently active column will be selected, not the whole tree). The current implementation is quite slow, but this will be fixed later.
svn path=/trunk/KDE/kdebase/apps/; revision=696893
|
|
button is pressed
svn path=/trunk/KDE/kdebase/apps/; revision=696094
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=696076
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=694026
|
|
improve the visual appearance be indicating the shown folder visually
svn path=/trunk/KDE/kdebase/apps/; revision=694015
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693804
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693766
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693757
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693752
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693734
|
|
simplifies the activation/deactivation handling of columns
svn path=/trunk/KDE/kdebase/apps/; revision=686217
|
|
the sub folder will be opened on the release event...
svn path=/trunk/KDE/kdebase/apps/; revision=681376
|
|
* Activate column on a mouse press event
* Always synchronize the active column with the URL navigator and vice versa
svn path=/trunk/KDE/kdebase/apps/; revision=681369
|
|
doubleClick() dependent from the global KDE single/double click setting
svn path=/trunk/KDE/kdebase/apps/; revision=680990
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=678184
|
|
work together with the menu actions
svn path=/trunk/KDE/kdebase/apps/; revision=678175
|
|
(depends from the current column)
svn path=/trunk/KDE/kdebase/apps/; revision=678166
|
|
the column view this URL can differ from the navigator URL
svn path=/trunk/KDE/kdebase/apps/; revision=677704
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=676787
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=676721
|
|
* provide basic drag & drop (including hover information)
* respect font settings and icon size
(still very lot issues are open yet, but I'm in contact with Benjamin to assure that I don't go for a wrong approach)
svn path=/trunk/KDE/kdebase/apps/; revision=676032
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=676005
|
|
KPart into Konqueror (discussed with David Faure). A lot of refactoring of the DolphinView has been done:
- The DolphinView does not contain the URL navigator, the filterbar and the statusbar anymore. Those widgets have been moved to DolphinViewContainer.
- The DolphinView does not contain any reference to the main window anymore.
Currently there are some minor regressions (the statusbar shows less informations, renaming has been deactivated), but they will get fixed during the next days. Also still a lot of interface cleanups must be done, but let's just do it step by step...
svn path=/trunk/KDE/kdebase/apps/; revision=672692
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=671563
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=663779
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=663054
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=661819
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=660557
|
|
(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
|
|
the moment)
svn path=/trunk/KDE/kdebase/apps/; revision=648963
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=648926
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=647991
|
|
for QColumnView in Qt4.3!). Currently there is a problem when using the DolphinSortFilterProxyModel: some items get duplicated, but I doubt it's an issue in QColumnView (the same issue occurs when using QTreeView) -> further investigations necessary...
svn path=/trunk/KDE/kdebase/apps/; revision=647234
|