| Age | Commit message (Collapse) | Author |
|
Dolphin 2.0 will get a new view-engine with the
following improvements:
- Better performance
- Animated transitions
- No clipped filenames due to dynamic item-sizes
- Grouping support for all view-modes
- Non-rectangular selection areas
- Simplified code for better maintenance
More details will be provided in a blog-entry during
the next days.
Please note that the code is in a very
early alpha-stage and although the most tricky parts
have been implemented already very basic things like
drag and drop or selections have not been pushed yet.
Those things are rather trivial to implement but this
still will take some time.
|
|
|
|
|
|
When running the test in the background while using the computer for
other things, it may happen that the test's widgets are not focused,
which led to an infinite loop before this commit. I've removed the
checks that caused this loop because the only thing that is important
for the test is that the view loses the keyboard focus at some point
(see bug 220898).
svn path=/trunk/KDE/kdebase/apps/; revision=1215139
|
|
selection failure after a keyboard focus change in between key press
and key release events)
svn path=/trunk/KDE/kdebase/apps/; revision=1214822
|
|
deletion if Shift+Delete is pressed for some time and the confirmation
dialog is disabled).
svn path=/trunk/KDE/kdebase/apps/; revision=1214651
|
|
when a key is pressed.
svn path=/trunk/KDE/kdebase/apps/; revision=1214565
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1194790
|
|
of the problems related to Dolphin's modifications to QTreeView works
as it should.
This is only a small start, but I hope that we can cover at least the
basic functionality of DolphinView, the three item views and possibly
a couple of other classes with a rather stable API soon.
svn path=/trunk/KDE/kdebase/apps/; revision=1188049
|