| Age | Commit message (Collapse) | Author |
|
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
|
|
svn path=/trunk/playground/utils/dolphin/; revision=608457
|
|
svn path=/trunk/playground/utils/dolphin/; revision=608402
|
|
svn path=/trunk/playground/utils/dolphin/; revision=608300
|
|
svn path=/trunk/playground/utils/dolphin/; revision=608066
|
|
DolphinView::mouseReleaseEvent
svn path=/trunk/playground/utils/dolphin/; revision=607853
|
|
svn path=/trunk/playground/utils/dolphin/; revision=607845
|
|
svn path=/trunk/playground/utils/dolphin/; revision=607770
|