| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=894264
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=891905
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=891866
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=891865
|
|
order does not define the new sort order -> the sort order with the renamed files should stay similar with the old sort order
svn path=/trunk/KDE/kdebase/apps/; revision=884344
|
|
of "1 Folder selected" or "1 File selected". This is useful in combination with the keyboard navigation.
BUG: 172564
svn path=/trunk/KDE/kdebase/apps/; revision=883928
|
|
get reloaded so that the KFilePreviewGenerator can update the previews
svn path=/trunk/KDE/kdebase/apps/; revision=883921
|
|
when switching to a new view
svn path=/trunk/KDE/kdebase/apps/; revision=883912
|
|
emitting of signals is possible
* show an information message in the statusbar, if items are dragged into the same directory
TODO: although the signal seems to get connected correctly, the slot DolphinMainWindow::showInformationMessage() is not invoked when the signal is emitted -> will debug this later, it is important that the new string is added before the message freeze
svn path=/trunk/KDE/kdebase/apps/; revision=881627
|
|
* assure that the strings for selections can be translated in a correct manner
svn path=/trunk/KDE/kdebase/apps/; revision=880527
|
|
for the patch).
* Changed the format of the string to be consistent with the format used when doing a selection. Maybe it would be useful adjusting KIO::itemsSummaryString() instead using a custom output format. Currently KIO::itemsSummaryString() shows "20 Items (5 Files, 15 Folders) - (200 KiB Total)", which is quite confusing IMO, as the total size is only counted for the files. Dolphin currently shows: "15 Folders, 5 Files (200 KiB)"
BUG: 161462
svn path=/trunk/KDE/kdebase/apps/; revision=879405
|
|
automatically
svn path=/trunk/KDE/kdebase/apps/; revision=879233
|
|
folder has a different view mode.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=879143
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=876079
|
|
* Move code which checks whether the dragging of a MIME type is supported to DragAndDropHelper. This allows adding an improved support for dropping compressed files from Ark to Dolphin later...
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=875611
|
|
change the the URL. Thanks to David Faure and Albert Alstals Cid for the detailed analysis!
BUG: 155591
svn path=/trunk/KDE/kdebase/apps/; revision=875554
|
|
* hide a tooltip if a drag operation has been started
BUG: 173148
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=874641
|
|
the details view only above the icon + name. Open issue: The performance when selecting files by the rubberband is too slow (will be fixed before KDE 4.2).
CCBUG: 165999
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=871874
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=871137
|
|
an iconview because you wouldn't see the just-created file/dir,
but let's show it in the case of the hiearchical details view ("folders expandable" option), since you can indeed see the new file/dir in that case. Peter: problem solved with itemsExpandable().
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=871109
|
|
slider and/or the space information is shown in the statusbar (the GUI in the settings dialog will be provided during the next week).
svn path=/trunk/KDE/kdebase/apps/; revision=868272
|
|
KPart, so that Konqueror shows the same information as Dolphin (thanks to Simon St James for the patch!)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=868210
|
|
implementation
* used new signals jobRecordingStarted() and jobRecordingFinished from FileUndoManager to inform the user in the statusbar when a recorded command has been finished
svn path=/trunk/KDE/kdebase/apps/; revision=866777
|
|
minor issues are open (Dolphin currently gets no feedback anymore when the operations have been finished), but they will be solved during the next week.
BUG: 168154
svn path=/trunk/KDE/kdebase/apps/; revision=865708
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=864303
|
|
KFileItemDelegate capability
svn path=/trunk/KDE/kdebase/apps/; revision=863740
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=863324
|
|
details- and column-view. The current version still requires some improvements (Labels on the left + right, preview, ...).
svn path=/trunk/KDE/kdebase/apps/; revision=852961
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=847497
|
|
needed (when the view is not flat, that is, the tree view is enabled, and you can select items from different level of
hierarchy). This patch was waiting in my hard disk for being committed...
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=847195
|
|
provided by Simon St James). The setting is currently not offered in the GUI, as some minor remaining issues must be fixed.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=845975
|
|
backport required, as a new zooming approach is used on trunk)
svn path=/trunk/KDE/kdebase/apps/; revision=843849
|
|
* Let classes that use DolphinView know about the currently used zoom level.
* Provide more zoom levels for all views (the settings dialogs have not been adjusted yet).
* Fixed issue that when using the wheel that the enabled state of the zoom actions has not been updated.
svn path=/trunk/KDE/kdebase/apps/; revision=842715
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=841432
|
|
are selected. TODO: disable the rename action (and other selection dependent actions) when no items are selected.
BUG: 168183
svn path=/trunk/KDE/kdebase/apps/; revision=841418
|
|
reasons, so that code which just needs to know whether items have been selected does not need to invoke selectedItems().count(), which is quite expensive.
svn path=/trunk/KDE/kdebase/apps/; revision=838037
|
|
implementation, otherwise when having a split view the other view gets the focus and will activate itself.
BUG: 164468
svn path=/trunk/KDE/kdebase/apps/; revision=822367
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=822003
|
|
only once -> moved to caller
svn path=/trunk/KDE/kdebase/apps/; revision=822000
|
|
correct items are used.
TODO for 4.2: get rid of those 'if (isColumnViewActive())' special cases and provide a generic model which also works with the way the column view is implemented
BUG: 164146
svn path=/trunk/KDE/kdebase/apps/; revision=821903
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=819665
|
|
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=819162
|
|
Dolphin KPart now also is aware about the disabled paste action.
@David: Konqueror hides the paste action in the context menu now, but still the action in the edit menu stays enabled
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=819116
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=816420
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=814581
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=814574
|
|
BUG: 162432
svn path=/trunk/KDE/kdebase/apps/; revision=814244
|
|
This fixes the issue that when the view gets split, that the keyboard focus remained on the inactive view.
svn path=/trunk/KDE/kdebase/apps/; revision=814237
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=814019
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=813967
|