| Age | Commit message (Collapse) | Author |
|
If only one file is selected, pressing RETURN should behave similar like triggering the item with the mouse. For this the signal itemTriggered() must be emitted.
CCBUG: 250475
|
|
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
|
|
BUG: 254240
svn path=/trunk/KDE/kdebase/apps/; revision=1186206
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1184156
|
|
sources to it
svn path=/trunk/KDE/kdebase/apps/; revision=1154146
|