| Age | Commit message (Collapse) | Author |
|
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
|
|
- only let them align on the left and the right side
- summarize the panels inside a sub menu entry
svn path=/trunk/playground/utils/dolphin/; revision=620656
|
|
svn path=/trunk/playground/utils/dolphin/; revision=620649
|
|
svn path=/trunk/playground/utils/dolphin/; revision=620633
|
|
svn path=/trunk/playground/utils/dolphin/; revision=619596
|
|
svn path=/trunk/playground/utils/dolphin/; revision=618826
|
|
svn path=/trunk/playground/utils/dolphin/; revision=617550
|
|
svn path=/trunk/playground/utils/dolphin/; revision=616917
|
|
-Map DolphinView::Sorting to a column of the KDirModel and sort this column
-Reimplement QAbstractItemModel::sort(int,SortOrder) to keep track of the
sorted column and order as dolphin uses this in the config dialogs. We will
now work correctly if a view changes sorting.
svn path=/trunk/playground/utils/dolphin/; revision=616170
|
|
Fix the crashes by using mapToSource and mapSelectionToSource
to map the QModelIndex
svn path=/trunk/playground/utils/dolphin/; revision=616118
|
|
svn path=/trunk/playground/utils/dolphin/; revision=616113
|
|
I have decided to use clar as this is the most conservative choiche I could
make. Actually I would love to call QSortFilterProxyModelPrivate::sort as
the mapping does not change, as we do not filter rows ATM...
svn path=/trunk/playground/utils/dolphin/; revision=615959
|
|
view properties for each property individually)
- Get rid of methods which are not used anymore due to moving to KDirModel.
- Respect GeneralSettings::globalViewProps() setting when storing view properties.
svn path=/trunk/playground/utils/dolphin/; revision=615255
|
|
directory or whether they should be valid globally. Per default the view properties are remembered for each directory. For testing purposes the MIME type information is shown per default in the icons mode (thanks to Fredrik for the cool implementation in KFileItemDelegate!).
svn path=/trunk/playground/utils/dolphin/; revision=615232
|
|
svn path=/trunk/playground/utils/dolphin/; revision=614828
|
|
svn path=/trunk/playground/utils/dolphin/; revision=614825
|
|
svn path=/trunk/playground/utils/dolphin/; revision=614752
|
|
svn path=/trunk/playground/utils/dolphin/; revision=614376
|
|
svn path=/trunk/playground/utils/dolphin/; revision=614370
|
|
property inside DolphinMainWindow. This assures that cut- and copy-operations also work within multiple Dolphin main windows.
svn path=/trunk/playground/utils/dolphin/; revision=614351
|
|
KonqUndoManager.
svn path=/trunk/playground/utils/dolphin/; revision=614325
|
|
doing a cast do KDirModel afterwards. Instead the access to the KDirModel is done by a member variable. Still the proxy model does not seem to work and leads to a crash as soon as the QListView should work with the proxy model -> in the meantime in line 112 from DolphinView.cpp the KDirModel is used instead of the proxy model.
svn path=/trunk/playground/utils/dolphin/; revision=613768
|
|
svn path=/trunk/playground/utils/dolphin/; revision=613749
|
|
hint!). TODO: the implementation does not work yet, as QSortFilerProxyModel::lessThan() is not invoked; I'm too tired currently for finding the root of this ;-)
svn path=/trunk/playground/utils/dolphin/; revision=613747
|
|
svn path=/trunk/playground/utils/dolphin/; revision=613698
|
|
the implementation in KDirModel is empty yet).
svn path=/trunk/playground/utils/dolphin/; revision=613696
|
|
svn path=/trunk/playground/utils/dolphin/; revision=613031
|
|
2 view modes are used now: "icons" and "details". Whether a preview is shown or not is part of the directory view properties. This also means that it will be possible to show previews in the "details" view in future releases.
svn path=/trunk/playground/utils/dolphin/; revision=613029
|
|
svn path=/trunk/playground/utils/dolphin/; revision=612585
|
|
svn path=/trunk/playground/utils/dolphin/; revision=612313
|
|
svn path=/trunk/playground/utils/dolphin/; revision=612307
|
|
available anymore)
svn path=/trunk/playground/utils/dolphin/; revision=611620
|
|
window: now the main window listens to the signals from the dolphin view and connects to private slots (previously the dolphin view connected to public slots of the main window). Also prevent naming all slots by the prefix 'slot', describe instead what the method does.
svn path=/trunk/playground/utils/dolphin/; revision=611617
|
|
gnused rocks!
svn path=/trunk/playground/utils/dolphin/; revision=611576
|
|
svn path=/trunk/playground/utils/dolphin/; revision=611372
|
|
This allows the user to proceed with the work during the view properties are applied.
svn path=/trunk/playground/utils/dolphin/; revision=611369
|
|
svn path=/trunk/playground/utils/dolphin/; revision=611357
|
|
svn path=/trunk/playground/utils/dolphin/; revision=611347
|
|
svn path=/trunk/playground/utils/dolphin/; revision=611325
|
|
svn path=/trunk/playground/utils/dolphin/; revision=611273
|
|
50 % of the width. Also the flickering has been eliminated.
svn path=/trunk/playground/utils/dolphin/; revision=611081
|