┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphin.cpp
AgeCommit message (Collapse)Author
2006-11-29Make it (almost) possible to have more than one Dolphin KMainWindowHolger Freyther
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-25Let's remove the connect errors because of the KJob/KIO::Job split.Kevin Ottens
svn path=/trunk/playground/utils/dolphin/; revision=607764
2006-11-24Assure that the grid size for Icons View, Details View and Previews View has ↵Peter Penz
some proper default values. svn path=/trunk/playground/utils/dolphin/; revision=607518
2006-11-23Some suggestions in comments to avoid porting code when we can share ↵David Faure
existing ported code instead. svn path=/trunk/playground/utils/dolphin/; revision=607265
2006-11-23Fix i18n Laurent Montel
svn path=/trunk/playground/utils/dolphin/; revision=607156
2006-11-22As KURL has been renamed to KUrl all classes and methods, which use the term ↵Peter Penz
'URL', have been converted to use 'Url' instead (e. g. the class URLNavigator is called UrlNavigator now). svn path=/trunk/playground/utils/dolphin/; revision=606991
2006-11-22fixed initialization of actionsPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=606983
2006-11-22Hmm, same mistakes... looks like a conversion script gone mad.Kevin Ottens
svn path=/trunk/playground/utils/dolphin/; revision=606929
2006-11-22Some portLaurent Montel
Remove not necessary file svn path=/trunk/playground/utils/dolphin/; revision=606884
2006-11-21commited initial version of DolphinPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=606622