| Age | Commit message (Collapse) | Author |
|
to Maciej Mrozowski for analyzing the root cause! Also a minor issue is fixed with the upper/left position: It may never overlap with the icon area.
BUG: 245491
svn path=/trunk/KDE/kdebase/apps/; revision=1153521
|
|
the tooltip size can be simplified. This fixes a possible wrong initial size of the tooltip and a flickering because of a relayout.
svn path=/trunk/KDE/kdebase/apps/; revision=1149076
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1110979
|
|
BUG: 226430
svn path=/trunk/KDE/kdebase/apps/; revision=1110974
|
|
when reopening the tooltip
svn path=/trunk/KDE/kdebase/apps/; revision=1108086
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1108076
|
|
just use set the widget visible/invisible and update the content instead
svn path=/trunk/KDE/kdebase/apps/; revision=1107992
|
|
KFileMetaDataConfigurationWidget.
svn path=/trunk/KDE/kdebase/apps/; revision=1106465
|
|
This allows to extend the model with custom meta data (might e. g. be useful for Gwenview).
svn path=/trunk/KDE/kdebase/apps/; revision=1102749
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1074761
|
|
shown anymore. This is fixed now :-)
BUG: 219082
svn path=/trunk/KDE/kdebase/apps/; revision=1063470
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1052508
|
|
inside a tooltip
* minor cleanup of thread-interface to allow a proper sorting/merging on client side
svn path=/trunk/KDE/kdebase/apps/; revision=1047662
|
|
Nepomuk will block Dolphin for several seconds. Refactored the load-meta-data-thread in a way that the meta data widget does not require to wait for a result of the thread.
svn path=/trunk/KDE/kdebase/apps/; revision=1044848
|
|
KMetaDataWidget from kdelibs and did not recognize the issue...
svn path=/trunk/KDE/kdebase/apps/; revision=1044545
|
|
approach having a delegate and custom drawing + animation code for transparent tooltips has now been replaced by a translucient window where any kind of (animated) widget can be embedded. Still a lot of finetuning has to be done, but maybe this code can be part of kdelibs in KDE 4.5 (systemsettings currently used the Dolphin tooltips code).
Additionally the tooltip uses now KMetaDataWidget instead of using KMetaInfo. This assures that no blocking of the application will occur even if there is a buggy Strigi analyzer that ignores the maximum size-setting and might block the retrieving of the meta data.
BUG: 182941
BUG: 195878
svn path=/trunk/KDE/kdebase/apps/; revision=1044485
|
|
ViewExtensionsFactory. Beside making DolphinView less complex this will allow the column view to share the view extension code instead of (partly) duplicating it as it has been done before.
Currently only the tooltips- and filepreview-handling have been moved into ViewExtensionsFactory, a further cleanup will be done later.
svn path=/trunk/KDE/kdebase/apps/; revision=1016893
|
|
even if the preview has not been finished yet. Previously an empty area has been shown instead of a default icon, but also in this case the size of the tooltip will change as soon as the preview is received -> just show the default icon as early as possible.
svn path=/trunk/KDE/kdebase/apps/; revision=984441
|
|
show the file icon instead
svn path=/trunk/KDE/kdebase/apps/; revision=984413
|
|
- Simplify the API so that it is assured that no memory leaks are given.
svn path=/trunk/KDE/kdebase/apps/; revision=984375
|
|
fallback.
BUG: 196277
svn path=/trunk/KDE/kdebase/apps/; revision=984359
|
|
implementation cannot handle 0-pointers. Use a const-reference instead.
svn path=/trunk/KDE/kdebase/apps/; revision=984342
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=977578
|
|
flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later.
svn path=/trunk/KDE/kdebase/apps/; revision=911065
|