1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00
Go to file
Holger Freyther f31a541925 Make it (almost) possible to have more than one Dolphin KMainWindow
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
2006-11-29 00:02:19 +00:00
src Make it (almost) possible to have more than one Dolphin KMainWindow 2006-11-29 00:02:19 +00:00
AUTHORS commited initial version of Dolphin 2006-11-21 06:02:05 +00:00
CMakeLists.txt commited initial version of Dolphin 2006-11-21 06:02:05 +00:00
config.h.cmake Clean up 2006-11-26 10:50:13 +00:00
ConfigureChecks.cmake Clean up 2006-11-26 10:50:13 +00:00
COPYING commited initial version of Dolphin 2006-11-21 06:02:05 +00:00
COPYING-DOCS commited initial version of Dolphin 2006-11-21 06:02:05 +00:00
INSTALL commited initial version of Dolphin 2006-11-21 06:02:05 +00:00
README commited initial version of Dolphin 2006-11-21 06:02:05 +00:00

This version represents the KDE 4 port for Dolphin (see also http://enzosworld.gmxhome.de for details). It's a playground for testing some usability ideas for a file manager.