| Age | Commit message (Collapse) | Author |
|
Thanks to Jacopo De Simoi for the patch!
CCMAIL: [email protected]
|
|
- Use the default style for drawing the tooltip background
- Get rid of the workaround to keep only one KFileMetaDataWidget instance. This is not required anymore as internally in KFileMetaDataWidget a process is used to get the metadata instead of a thread.
|
|
|
|
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.
|
|
|
|
|
|
introduced by revision 1158057)
CCBUG: 241608
svn path=/trunk/KDE/kdebase/apps/; revision=1180693
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1161017
|
|
have a valid layout. Based on Maciej Mrozowski's patch this is now done by postponing the showing of the tooltip until the meta-data and the preview has been received.
CCBUG: 245491
svn path=/trunk/KDE/kdebase/apps/; revision=1158057
|
|
into "views"
svn path=/trunk/KDE/kdebase/apps/; revision=1154151
|