| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=734000
|
|
controller and add an unnecessary additional signal; instead just read the state from the DolphinView
svn path=/trunk/KDE/kdebase/apps/; revision=729726
|
|
retrieved by the DolphinView, there is no need introducing additional signals + states. Further cleanups will follow...
svn path=/trunk/KDE/kdebase/apps/; revision=729721
|
|
* the filterbar now also filters directories (works also in the column-view :-))
* The "Additional Information" menu entry now also works for showing/hiding the columns of the details view. This also implies that the columns for the details view can now be adjusted per directory -> we have now a consistent behavior between the icons view and details view. Still open: the view properties dialog must be fixed
* Don't show a "Nepomuk not available" error message when starting Dolphin and Nepomuk is not available.
* Fix issue that the information panel blocked the application because of parsing the full meta data of a huge file.
svn path=/trunk/KDE/kdebase/apps/; revision=729704
|
|
- don't show a focused border above all columns
- provide a small gap between the columns
- assure that the background of inactive columns works well with more complex styles like Oxygen
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=726042
|
|
directories is not done yet, but with the latest updates of the column view this could be added now (but it's more a question whether we really want this...).
svn path=/trunk/KDE/kdebase/apps/; revision=723536
|
|
inactive
* updated documentation of DolphinController + minor cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=722452
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=721706
|
|
KDirLister. This simplifies the code a lot and also bypasses the current problems with the KDirLister cache when working on hierarchical directories in parallel. There are some minor regressions which will be fixed, but all in all some improvements are visible already:
- the loading of columns is a lot faster
- preview in columns is working
- no side effects in combination with the treeview-panel because of caching
svn path=/trunk/KDE/kdebase/apps/; revision=721678
|
|
loading before invoking KDirModel::expandToUrl()
svn path=/trunk/KDE/kdebase/apps/; revision=720870
|
|
http://www.parashift.com/c%2B%2B-faq-lite/inline-functions.html#faq-9.9
svn path=/trunk/KDE/kdebase/apps/; revision=717738
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=717223
|
|
is still working. This information is needed as KDirModel::expandToUrl() may never get invoked if the directory lister is still busy...
svn path=/trunk/KDE/kdebase/apps/; revision=717188
|
|
directory lister has been initialized
svn path=/trunk/KDE/kdebase/apps/; revision=717158
|
|
column of the column-view instead of selecting the whole hierarchy of the model
svn path=/trunk/KDE/kdebase/apps/; revision=716885
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716840
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716381
|
|
for views like the column view where the root URL might differ from the current URL).
svn path=/trunk/KDE/kdebase/apps/; revision=716310
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=715305
|
|
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
|
|
affected other views too)
svn path=/trunk/KDE/kdebase/apps/; revision=713430
|
|
* selection issues
* unwanted loading of sub directories
* wrong horizontal scroll position
svn path=/trunk/KDE/kdebase/apps/; revision=712590
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=696076
|
|
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=693752
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693734
|
|
simplifies the activation/deactivation handling of columns
svn path=/trunk/KDE/kdebase/apps/; revision=686217
|
|
* 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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=678184
|
|
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=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=671233
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=663054
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=653556
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=648926
|
|
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
|