| Age | Commit message (Collapse) | Author |
|
|
|
The parameter changed from KUrl to QUrl -> we have to add this.
Found with -Woverloaded-virtual
|
|
This does not work properly yet, there are probably quite a few bad signal/
slot connections due to KUrl -> QUrl. However dolphin starts without
crashing.
Accessibility is not ported since that changed quite a lot from Qt4 -> Qt5
and I have no idea how it is supposed to be used.
This is the first commit for review 117395
|
|
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.
|
|
|
|
Tested with search all files below /
svn path=/trunk/KDE/kdebase/apps/; revision=1214895
|
|
CCBUG: 263262
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1214807
|
|
CCBUG: 262481
svn path=/trunk/KDE/kdebase/apps/; revision=1212998
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1200303
|
|
the filenamesearchprotocol.
svn path=/trunk/KDE/kdebase/apps/; revision=1183944
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1154073
|