| Age | Commit message (Collapse) | Author |
|
patches!).
svn path=/trunk/playground/utils/dolphin/; revision=621872
|
|
svn path=/trunk/playground/utils/dolphin/; revision=621553
|
|
QMainWindow::saveState() and QMainWindow::restoreState(). I assume that in KDE 4 there will be a generic mechanism to store the position and size of docks like done for toolbars -> this is only a temporary solution to have a usable version of Dolphin in the meantime.
svn path=/trunk/playground/utils/dolphin/; revision=620954
|
|
- only let them align on the left and the right side
- summarize the panels inside a sub menu entry
svn path=/trunk/playground/utils/dolphin/; revision=620656
|
|
svn path=/trunk/playground/utils/dolphin/; revision=620633
|
|
svn path=/trunk/playground/utils/dolphin/; revision=618826
|
|
svn path=/trunk/playground/utils/dolphin/; revision=616917
|
|
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
|
|
svn path=/trunk/playground/utils/dolphin/; revision=614825
|
|
svn path=/trunk/playground/utils/dolphin/; revision=614752
|
|
svn path=/trunk/playground/utils/dolphin/; revision=614376
|
|
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
|
|
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=612313
|
|
svn path=/trunk/playground/utils/dolphin/; revision=612307
|
|
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
|
|
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
|
|
svn path=/trunk/playground/utils/dolphin/; revision=610667
|
|
svn path=/trunk/playground/utils/dolphin/; revision=610636
|
|
svn path=/trunk/playground/utils/dolphin/; revision=609962
|
|
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
|
|
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
|