| Age | Commit message (Collapse) | Author |
|
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
|
|
is not necessary to calculate the value of both numbers, it is enough to compare the weight.
svn path=/trunk/playground/utils/dolphin/; revision=623878
|
|
deleted manually.
svn path=/trunk/playground/utils/dolphin/; revision=623875
|
|
QListView has been used).
svn path=/trunk/playground/utils/dolphin/; revision=623643
|
|
amount of digits got the same weight. E. g. naturalCompare("Item 10", "Item 11") returned 0 instead of a value < 0.
svn path=/trunk/playground/utils/dolphin/; revision=622757
|
|
as Ellen has recommended. One minor issue is left: when the sort order is descending, the natural sorting result is:
item 10.jpg
item 11.jpg
item 2.jpg
item 1.jpg
instead of
item 11.jpg
item 10.jpg
item 2.jpg
item 1.jpg
svn path=/trunk/playground/utils/dolphin/; revision=622751
|
|
svn path=/trunk/playground/utils/dolphin/; revision=622304
|
|
the patch!). This means that items like:
item_10.png
item_1.png
item_2.png
are sorted like
item_1.png
item_2.png
item_10.png
TODO: corresponding to Ellen directory items should always be ordered as first items (have to go work now -> weekend task :-))
svn path=/trunk/playground/utils/dolphin/; revision=622241
|
|
Reduce kapplication.h usage to the minimum
svn path=/trunk/playground/utils/dolphin/; revision=622088
|
|
patches!).
svn path=/trunk/playground/utils/dolphin/; revision=621872
|
|
svn path=/trunk/playground/utils/dolphin/; revision=621553
|
|
directory when starting Dolphin. Also some (very minor) updates have been done regarding the coding guidelines (I'm a nasty nitpicker ;-)).
svn path=/trunk/playground/utils/dolphin/; revision=620962
|
|
QMainWindow::saveState() and QMainWindow::restoreState(). I assume that in KDE 4 there will be a generic mechanism to store the position and size of docks like done for toolbars -> this is only a temporary solution to have a usable version of Dolphin in the meantime.
svn path=/trunk/playground/utils/dolphin/; revision=620954
|
|
Dolphin remembers the view properties for each directory, but from the feedback I've got there is a not ignorable amount of people who prefer having global view properties instead.
svn path=/trunk/playground/utils/dolphin/; revision=620774
|