| Age | Commit message (Collapse) | Author |
|
DolphinView are not used anymore. This will make it easier for us later on when moving the URL navigator outside Dolphin to make it accessable for other parts. Currently the bookmarks are still accessed by DolphinSettings, but this will be cleaned up later...
svn path=/trunk/KDE/kdebase/apps/; revision=634432
|
|
item is deleted or added.
svn path=/trunk/KDE/kdebase/apps/; revision=634399
|
|
outside the class DolphinView already.
svn path=/trunk/KDE/kdebase/apps/; revision=634392
|
|
DolphinController. It is now also possible to move the items inside an icon view like discussed on kde-devel/kde-usability.
svn path=/trunk/KDE/kdebase/apps/; revision=634228
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=633755
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=633708
|
|
be used by Konqueror. TODO: currently dropping of items is deactivated, as I want to wait for Davids feedback whether the direction is ok.
svn path=/trunk/KDE/kdebase/apps/; revision=633703
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=633693
|
|
svn path=/trunk/playground/utils/dolphin/; revision=633273
|
|
svn path=/trunk/playground/utils/dolphin/; revision=632870
|
|
forms (thanks to David for the hint)
svn path=/trunk/playground/utils/dolphin/; revision=632674
|
|
svn path=/trunk/playground/utils/dolphin/; revision=632656
|
|
svn path=/trunk/playground/utils/dolphin/; revision=632641
|
|
shift-modifier
svn path=/trunk/playground/utils/dolphin/; revision=632633
|
|
history
svn path=/trunk/playground/utils/dolphin/; revision=632370
|
|
used within Dolphin
svn path=/trunk/playground/utils/dolphin/; revision=631710
|
|
(a not existing signal name has been used)
svn path=/trunk/playground/utils/dolphin/; revision=631709
|
|
permissions, owner and group.
svn path=/trunk/playground/utils/dolphin/; revision=631058
|
|
resulting sorting state must be synchronized with the Dolphin menu.
svn path=/trunk/playground/utils/dolphin/; revision=630740
|
|
sort order
svn path=/trunk/playground/utils/dolphin/; revision=630675
|
|
sorted. If the sorting is done e. g. by the date column, it is confusing when still directories are seperated from items.
svn path=/trunk/playground/utils/dolphin/; revision=630674
|
|
svn path=/trunk/playground/utils/dolphin/; revision=630673
|
|
svn path=/trunk/playground/utils/dolphin/; revision=630669
|
|
deprecated--
svn path=/trunk/playground/utils/dolphin/; revision=629105
|
|
svn path=/trunk/playground/utils/dolphin/; revision=628910
|
|
until the user confirmed the reading. If there are no pending error messages and a timeout has been exceeded, the currently shown error messages automatically fades out as soon as the user triggered another action. This behavior should correspond to Ellens suggestions (I hope :-)).
svn path=/trunk/playground/utils/dolphin/; revision=628905
|
|
svn path=/trunk/playground/utils/dolphin/; revision=628892
|
|
- increase/decrease size on demand and hide progress bar or space information if required
- provide close button
TODO: the code is far from being finished (e. g. no queueing of pending error messages, close button looks fugly, ...), but I decided to commit the changes to prevent getting an inconsistent state in combination with other commits...
svn path=/trunk/playground/utils/dolphin/; revision=628642
|
|
svn path=/trunk/playground/utils/dolphin/; revision=628641
|
|
reduced flickering/resizing when e. g. the view is split or the window is resized.
svn path=/trunk/playground/utils/dolphin/; revision=627494
|
|
status bar text does not fit into the remaining width.
svn path=/trunk/playground/utils/dolphin/; revision=627486
|
|
svn path=/trunk/playground/utils/dolphin/; revision=627378
|
|
svn path=/trunk/playground/utils/dolphin/; revision=627345
|
|
declaration in knewmenu.h is added :-(
svn path=/trunk/playground/utils/dolphin/; revision=627221
|
|
David for adjusting KNewMenu :-)
svn path=/trunk/playground/utils/dolphin/; revision=627220
|
|
- accept drops
- Automatically resize the columns in a way that the whole available width is used by stretching the width of the 'Name' column. Qt4's QTreeView really rocks, only a few lines of code had been necessary to get this behavior :-)
svn path=/trunk/playground/utils/dolphin/; revision=627189
|
|
proper default implementation is now available in KonqUndoManager::UiInterface::copiedFileWasModified().
svn path=/trunk/playground/utils/dolphin/; revision=627164
|
|
allows that error messages are shown inside the status bar of Dolphin (otherwise a modal error dialog containing an "OK" button would be opened).
svn path=/trunk/playground/utils/dolphin/; revision=627130
|
|
After further minor cleanups it looks like KonqOperations::doDrop() can be used later on :-)
svn path=/trunk/playground/utils/dolphin/; revision=627105
|
|
errors are indicated automatically in a message box KNewMenu. In Dolphin modal dialogs having only an "OK" button are not used -> it would be nice if Dolphin could handle the errors in a custom way.
svn path=/trunk/playground/utils/dolphin/; revision=627085
|
|
svn path=/trunk/playground/utils/dolphin/; revision=626610
|
|
- prevent a flickering of the space information if a folder has been changed
- assure that no progress bar and space information is shown if an error is displayed currently
svn path=/trunk/playground/utils/dolphin/; revision=626571
|
|
svn path=/trunk/playground/utils/dolphin/; revision=626448
|
|
model index from the proxy model was used instead of the model index from the KDirModel.
- Use QMenu::addSeparator() instead of QMenu::insertSeparator().
svn path=/trunk/playground/utils/dolphin/; revision=626040
|
|
- don't use any deprecated methods anymore
- temporary deactivated the "Open With..." submenu. There's a crash in KDirModel when invoking KFileItem::mimetype(); although the same code worked with an older version of kdelibs, I assume this is a Dolphin issue -> I'll do some further analyses...
svn path=/trunk/playground/utils/dolphin/; revision=626023
|
|
use of KonqUndoManager).
svn path=/trunk/playground/utils/dolphin/; revision=625608
|
|
svn path=/trunk/playground/utils/dolphin/; revision=624903
|
|
KonqOperations. There are still some minor open issues left (renaming of multiple selected files, no undo support for KonqOperations::mkdir(), redo, ...), but all in all it absolutely makes sense to use a shared code for those operations.
svn path=/trunk/playground/utils/dolphin/; revision=624760
|
|
svn path=/trunk/playground/utils/dolphin/; revision=624604
|
|
svn path=/trunk/playground/utils/dolphin/; revision=624571
|