| 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.
|
|
If no item is selected then pressing right moves to a column view with child url, instead of the first index.
BUG:263110
REVIEW:101449
|
|
Using the wheel in the column view resulted in too big jumps. Keep it
consistent with the details view and icons view.
BUG: 269942
FIXED-IN: 4.7.0
|
|
CCBUG: 265859
|
|
Most developers seem to prefer
if (ptr) ...
if (!ptr) ...
in comparison to
if (ptr != 0) ...
if (ptr == 0) ...
Adjusted the Dolphin-code to use the "most-prefered style" to make contributors happy.
|
|
|
|
|
|
as member for the view-modes, as the URL is alredy known by the DolphinViewController.
svn path=/trunk/KDE/kdebase/apps/; revision=1213172
|
|
- remove it
svn path=/trunk/KDE/kdebase/apps/; revision=1201101
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1201096
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1201095
|
|
does not fit into the available width
* When scrolling to the active column, do it with a small delay so that temporary activations of a column don't result in jittering
BUG: 214324
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1184290
|
|
BUG: 190030
BUG: 196717
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1184247
|
|
instead of using a custom code.
svn path=/trunk/KDE/kdebase/apps/; revision=1184180
|
|
This assures a consistent hover- and selection-behavior with the icons-view and details-view.
BUG: 242357
BUG: 243779
svn path=/trunk/KDE/kdebase/apps/; revision=1184177
|
|
sources to it
svn path=/trunk/KDE/kdebase/apps/; revision=1154146
|