| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
- remove it
svn path=/trunk/KDE/kdebase/apps/; revision=1201101
|
|
working fine with text data for instance,
only image data is still an issue due to bugs in Qt. This will be in KDE 4.6.
CCBUG: 159337
svn path=/trunk/KDE/kdebase/apps/; revision=1186021
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1154150
|