| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/playground/utils/dolphin/; revision=616113
|
|
I have decided to use clar as this is the most conservative choiche I could
make. Actually I would love to call QSortFilterProxyModelPrivate::sort as
the mapping does not change, as we do not filter rows ATM...
svn path=/trunk/playground/utils/dolphin/; revision=615959
|
|
view properties for each property individually)
- Get rid of methods which are not used anymore due to moving to KDirModel.
- Respect GeneralSettings::globalViewProps() setting when storing view properties.
svn path=/trunk/playground/utils/dolphin/; revision=615255
|
|
directory or whether they should be valid globally. Per default the view properties are remembered for each directory. For testing purposes the MIME type information is shown per default in the icons mode (thanks to Fredrik for the cool implementation in KFileItemDelegate!).
svn path=/trunk/playground/utils/dolphin/; revision=615232
|
|
svn path=/trunk/playground/utils/dolphin/; revision=614828
|
|
svn path=/trunk/playground/utils/dolphin/; revision=614825
|
|
svn path=/trunk/playground/utils/dolphin/; revision=614752
|
|
svn path=/trunk/playground/utils/dolphin/; revision=614376
|
|
svn path=/trunk/playground/utils/dolphin/; revision=614370
|
|
property inside DolphinMainWindow. This assures that cut- and copy-operations also work within multiple Dolphin main windows.
svn path=/trunk/playground/utils/dolphin/; revision=614351
|
|
KonqUndoManager.
svn path=/trunk/playground/utils/dolphin/; revision=614325
|
|
doing a cast do KDirModel afterwards. Instead the access to the KDirModel is done by a member variable. Still the proxy model does not seem to work and leads to a crash as soon as the QListView should work with the proxy model -> in the meantime in line 112 from DolphinView.cpp the KDirModel is used instead of the proxy model.
svn path=/trunk/playground/utils/dolphin/; revision=613768
|
|
svn path=/trunk/playground/utils/dolphin/; revision=613749
|
|
hint!). TODO: the implementation does not work yet, as QSortFilerProxyModel::lessThan() is not invoked; I'm too tired currently for finding the root of this ;-)
svn path=/trunk/playground/utils/dolphin/; revision=613747
|
|
svn path=/trunk/playground/utils/dolphin/; revision=613698
|
|
the implementation in KDirModel is empty yet).
svn path=/trunk/playground/utils/dolphin/; revision=613696
|
|
svn path=/trunk/playground/utils/dolphin/; revision=613031
|
|
2 view modes are used now: "icons" and "details". Whether a preview is shown or not is part of the directory view properties. This also means that it will be possible to show previews in the "details" view in future releases.
svn path=/trunk/playground/utils/dolphin/; revision=613029
|
|
svn path=/trunk/playground/utils/dolphin/; revision=612585
|
|
svn path=/trunk/playground/utils/dolphin/; revision=612313
|
|
svn path=/trunk/playground/utils/dolphin/; revision=612307
|
|
available anymore)
svn path=/trunk/playground/utils/dolphin/; revision=611620
|
|
window: now the main window listens to the signals from the dolphin view and connects to private slots (previously the dolphin view connected to public slots of the main window). Also prevent naming all slots by the prefix 'slot', describe instead what the method does.
svn path=/trunk/playground/utils/dolphin/; revision=611617
|
|
gnused rocks!
svn path=/trunk/playground/utils/dolphin/; revision=611576
|
|
svn path=/trunk/playground/utils/dolphin/; revision=611372
|
|
This allows the user to proceed with the work during the view properties are applied.
svn path=/trunk/playground/utils/dolphin/; revision=611369
|
|
svn path=/trunk/playground/utils/dolphin/; revision=611357
|
|
svn path=/trunk/playground/utils/dolphin/; revision=611347
|
|
svn path=/trunk/playground/utils/dolphin/; revision=611325
|
|
svn path=/trunk/playground/utils/dolphin/; revision=611273
|
|
50 % of the width. Also the flickering has been eliminated.
svn path=/trunk/playground/utils/dolphin/; revision=611081
|
|
KActionCollection now can take QAction*.
svn path=/trunk/playground/utils/dolphin/; revision=611064
|
|
rewrite ViewPropsApplier completely as KJob implementation).
svn path=/trunk/playground/utils/dolphin/; revision=610887
|
|
svn path=/trunk/playground/utils/dolphin/; revision=610667
|
|
svn path=/trunk/playground/utils/dolphin/; revision=610636
|
|
svn path=/trunk/playground/utils/dolphin/; revision=610440
|
|
does not work with the current approach of directoryviewpropertysettings.kcfg (2 nodes would be required for each directory, only one is used at the moment). Therefor the valid_for_subdirs property has been removed and the implementation model will be adjusted to match 1:1 to the users model. TODO: improve the viewpropertiesdialog be able to apply viewproperties recursively to sub directories.
svn path=/trunk/playground/utils/dolphin/; revision=610383
|
|
plus removing another depdecation warning
svn path=/trunk/playground/utils/dolphin/; revision=610303
|
|
mouse button.
svn path=/trunk/playground/utils/dolphin/; revision=610302
|
|
svn path=/trunk/playground/utils/dolphin/; revision=610300
|
|
svn path=/trunk/playground/utils/dolphin/; revision=609962
|
|
duplicated from URLNavigatorButton)
svn path=/trunk/playground/utils/dolphin/; revision=609309
|
|
Default is now three panes, but the dockwidgets can be stacked, etc. to
the user convenience.
There's a slight loss in feature since I disabled dockwidgets hiding,
it's simply because some rework is still needed in kdelibs and Qt to
make them work correctly.
svn path=/trunk/playground/utils/dolphin/; revision=609186
|
|
svn path=/trunk/playground/utils/dolphin/; revision=609048
|
|
It was not important to know where the operation was
executed, it is important where undo/redo was clicked
and this solely indicates where the progress should be
shown.
Now undo/redo get the MainWindow and can pass that to
ProgressIndicator.
I'm about to revive m_progressIndicator again
svn path=/trunk/playground/utils/dolphin/; revision=609020
|
|
will switch to KonqUndoManager anyway. The difficulty is we would
need one UndoManager for DolphinMainWindow which we won't do/have with
KonqUndoManager so I avoid wasting my time cleaning up this bit, so
progress information might be a bit wrong in regards to the amount of
total steps...
svn path=/trunk/playground/utils/dolphin/; revision=608947
|
|
Create a DolphinApplication, holding DolphinMainWindows and update
the code to use the DolphinView to get the MainWindow, or get a ptr
to the MainWindow directly. Or if all windows are effected go through
the DolphinApplication to update every mainwindow.
The UndowManager and ProgressIndicator have a rather strange relationship
and will need some more attention but as UndoManager will be killed
anyway I have skipped this.
More cleanup, debugging and thinking is needed.
svn path=/trunk/playground/utils/dolphin/; revision=608945
|
|
svn path=/trunk/playground/utils/dolphin/; revision=608861
|
|
svn path=/trunk/playground/utils/dolphin/; revision=608854
|
|
svn path=/trunk/playground/utils/dolphin/; revision=608802
|