| Age | Commit message (Collapse) | Author |
|
This debug output was pushed accidentally in commit
c52ba9446b05e6bc7f890daac406659a9c37c562
|
|
Before this commit, filenamesearch checked if a file's MIME type begins
with "text/" to determine if its content can be searched. This prevented
that text inside shell scripts is found.
BUG: 332143
REVIEW: 116805
FIXED-IN: 4.12.4
|
|
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
|