| Age | Commit message (Collapse) | Author |
|
used, the statusbar of the wrong window could be used for displaying error messages from the undo manager.
svn path=/trunk/KDE/kdebase/apps/; revision=799250
|
|
in the office and 3 hours Dolphin it seems I'm too tired :-(
svn path=/trunk/KDE/kdebase/apps/; revision=798677
|
|
Rename, Delete and Move To Trash
svn path=/trunk/KDE/kdebase/apps/; revision=798674
|
|
inactive tab
svn path=/trunk/KDE/kdebase/apps/; revision=797843
|
|
* assure that the tab name is set to "/" for the root URL instead of using an empty string
svn path=/trunk/KDE/kdebase/apps/; revision=797725
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=797061
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=796587
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=796566
|
|
* remember active view when having a split view inside a tab
* prevent a possible recursion when returning into a tab having a split view
svn path=/trunk/KDE/kdebase/apps/; revision=796563
|
|
be opened
svn path=/trunk/KDE/kdebase/apps/; revision=796116
|
|
BUG: 143995
svn path=/trunk/KDE/kdebase/apps/; revision=796101
|
|
This allows to show the information inside the statusbar, that the paste operation has been completed (also some code duplication can be prevented by the way).
svn path=/trunk/KDE/kdebase/apps/; revision=791436
|
|
window grouping.
svn path=/trunk/KDE/kdebase/apps/; revision=788492
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=788150
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=787308
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=784855
|
|
views (regression from KDE 4.0.1 to KDE 4.0.2)
BUG: 158317
svn path=/trunk/KDE/kdebase/apps/; revision=784853
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=784126
|
|
just use the other method as slot
svn path=/trunk/KDE/kdebase/apps/; revision=778423
|
|
with Konqueror and Firefox
BUG: 157589
svn path=/trunk/KDE/kdebase/apps/; revision=775977
|
|
dolphin_generalsettings.kcfg. But the check for an empty home URL in DolphinMainWindow::init() must also be done when invoking GeneralSettings::setDefaults() in StartupSettingsPage, otherwise the home URL would get empty... Using QDir::homePath() as default-value inside the *.kcfg file prevents such issues.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=775494
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=775094
|
|
O'Shea for the patch!)
BUG: 156463
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=775056
|
|
the code by connecting to the actiongroup's signal.
svn path=/trunk/KDE/kdebase/apps/; revision=774699
|
|
View Modes menu.
(this is done using a Q_PROPERTY in the dolphin part and a signal; the available view modes for creating the menu in the first place are listed in dolphinpart.desktop)
Konqueror: cleaned up the old (complex) handling of view modes as N toolbar buttons from M services grouped by library (240 lines less!).
Dolphin: moved view mode handling to DolphinViewActionHandler, removes duplication between part and mainwindow.
svn path=/trunk/KDE/kdebase/apps/; revision=774646
|
|
Factorize all the view-related action handling to DolphinViewActionHandler, to remove code duplication between mainwindow and part, and to remove my code-splitting with the static createFooAction methods in the view.
svn path=/trunk/KDE/kdebase/apps/; revision=773572
|
|
to remove code duplication between mainwindow and part, and to remove my code-splitting with the static createFooAction methods in the view.
svn path=/branches/KDE/4.0/kdebase/apps/; revision=773570
|
|
the editable state of the URL navigator (thanks to David Benjamin for the patch).
BUG: 156891
svn path=/trunk/KDE/kdebase/apps/; revision=771918
|
|
BUG: 154014
svn path=/trunk/KDE/kdebase/apps/; revision=768921
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=767567
|
|
'Show preview' 'Show hidden files' 'Categorized sorting'
Found a way of sharing the actions with even less code duplication, discussed it with Peter, but this will be for after 4.0.1
svn path=/branches/KDE/4.0/kdebase/apps/; revision=767566
|
|
- Switched depricated stdName() to name()
svn path=/trunk/KDE/kdebase/apps/; revision=767204
|
|
and provide them in the part
svn path=/trunk/KDE/kdebase/apps/; revision=764550
|
|
signal from DolphinView (it has the info anyway).
The fact that the last additional-info doesn't show up in the icon view is in fact a KFileItemDelegate bug, not a bug in this code :)
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764544
|
|
in the code).
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764537
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=764445
|
|
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764444
|
|
Revert the moving of the action to the DolphinView instance, this doesn't work with splitted views.
(Each view would need its own action collection, but then DolphinView would have to become
a KXMLGUIClient, and the GUI would flicker when switching views).
Instead, use the same solution as the other shared actions: static method in DolphinView (for now),
slot in the mainwindow (and for the more complex actions than this one, shared code in DolphinView)
svn path=/trunk/KDE/kdebase/apps/; revision=764436
|
|
work with splitted views.
(Each view would need its own action collection, but then DolphinView would have to become
a KXMLGUIClient, and the GUI would flicker when switching views).
Instead, use the same solution as the other shared actions: static method in DolphinView (for now),
slot in the mainwindow (and for the more complex actions than this one, shared code in DolphinView)
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764429
|
|
will allow us cleaning up some code in DolphinMainWindow and will make it easier sharing code with DolphinPart.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=764347
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=763500
|
|
since KDE 3... (thanks to Aaron for the hint)
svn path=/trunk/KDE/kdebase/apps/; revision=759633
|
|
svn path=/branches/KDE/4.0/kdebase/apps/; revision=759573
|
|
additional-info property (size, date, type, ...) for each view mode (icons view, details view, column view) individually.
svn path=/branches/KDE/4.0/kdebase/apps/; revision=758210
|
|
mode (icons view, details view, column view) individually.
BUG: 154434
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=757791
|
|
consolidate the fileview-* icons to view-*
svn path=/trunk/KDE/kdebase/apps/; revision=755384
|
|
desired effect on dolphin when typing "exit" on the terminal, the dock will be hidden.
BUG: 153648
svn path=/trunk/KDE/kdebase/apps/; revision=750276
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=750038
|
|
URL and not all items (thanks to Morton O. Hansen for the patch!)
BUG: 153697
svn path=/trunk/KDE/kdebase/apps/; revision=749188
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=748476
|