┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbarmessagelabel.cpp
AgeCommit message (Collapse)Author
2008-01-09Only increase the height of the statusbar for long texts if the message type ↵Peter Penz
is not DolphinStatusBar::Default (otherwise the layout of the icons view might get changed when hovering items). svn path=/trunk/KDE/kdebase/apps/; revision=759053
2007-12-31Icon naming spec compliance (code changes - KDE/):Jakob Petsovits
ok -> dialog-ok svn path=/trunk/KDE/kdebase/apps/; revision=754942
2007-10-22SVN_SILENT: clean up from previous commit (would be nice to remember to save ↵Matthew Woehlke
;-)); this just removes commented-out code and adds a "what's going on" comment svn path=/trunk/KDE/kdebase/apps/; revision=728202
2007-10-22use NegativeBackground instead of yellow for alerts, don't change the ↵Matthew Woehlke
foreground (not necessary, would break with some color schemes) svn path=/trunk/KDE/kdebase/apps/; revision=728201
2007-10-16layout cleanups for the statusbarPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=726013
2007-10-01Code adaptation because of changes on libraries related to revision 719630Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=719642
2007-09-07deprecated-- KColorScheme __comp_ctor fixesArto Hytönen
svn path=/trunk/KDE/kdebase/apps/; revision=709395
2007-08-31The "error" icon looks like a close-button inside the statusbar -> don't ↵Peter Penz
show it... svn path=/trunk/KDE/kdebase/apps/; revision=706951
2007-07-09KUIT adaptionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685763
2007-06-19don't use deprecated KGlobalSettings::xxxColor() methods anymorePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=677660
2007-06-06assure that all statusbar elements use a transparent background to look nice ↵Peter Penz
with Oxygens gradiented background svn path=/trunk/KDE/kdebase/apps/; revision=672293
2007-06-04Cleanups from KGraphicsUtils->KColorUtils (r671350)Matthew Woehlke
svn path=/trunk/KDE/kdebase/apps/; revision=671357
2007-05-31pass alpha value in ctorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=670248
2007-05-28use KGraphicsUtils::blendColor() instead of custom mixColors() methodPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=668924
2007-05-09include cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-06coding style cleanup: fix wrong indenting of members in constructorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=661819
2007-04-16fixed icon namesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654774
2007-04-09adapt Dolphin to kdelibs coding style ↵Peter Penz
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using: astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad=oper --unpad=paren \ --one-line=keep-statements --convert-tabs \ --indent-preprocessor \ `find -type f -name '*.cpp'` `find -type f -name '*.h'` svn path=/trunk/KDE/kdebase/apps/; revision=651981
2007-03-24improve error handling by queueing old messagesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=646091
2007-03-08oxygen icon naming fixes from Luca GugelmannAaron J. Seigo
svn path=/trunk/KDE/kdebase/libkonq/; revision=640669
2007-02-22Add libkmetadata detection and minor fixesOscar Blumberg
SVN_SILENT svn path=/trunk/KDE/kdebase/apps/; revision=636328
2007-01-31Queue error messages so that a currently shown error message is not replaced ↵Peter Penz
until the user confirmed the reading. If there are no pending error messages and a timeout has been exceeded, the currently shown error messages automatically fades out as soon as the user triggered another action. This behavior should correspond to Ellens suggestions (I hope :-)). svn path=/trunk/playground/utils/dolphin/; revision=628905
2007-01-30Improvements for error messages:Peter Penz
- increase/decrease size on demand and hide progress bar or space information if required - provide close button TODO: the code is far from being finished (e. g. no queueing of pending error messages, close button looks fugly, ...), but I decided to commit the changes to prevent getting an inconsistent state in combination with other commits... svn path=/trunk/playground/utils/dolphin/; revision=628642
2007-01-26Further optimizations: do a delayed update of the geometry. This leads to a ↵Peter Penz
reduced flickering/resizing when e. g. the view is split or the window is resized. svn path=/trunk/playground/utils/dolphin/; revision=627494
2007-01-26Further optimizations for the status bar: hide the space information if the ↵Peter Penz
status bar text does not fit into the remaining width. svn path=/trunk/playground/utils/dolphin/; revision=627486
2007-01-10Applied some patches found by EBN (thanks to Nicolas Lécureuil for the ↵Peter Penz
patches!). svn path=/trunk/playground/utils/dolphin/; revision=621872
2006-12-04the widget is double-buffered by default so don't triple-bufferZack Rusin
plus removing another depdecation warning svn path=/trunk/playground/utils/dolphin/; revision=610303
2006-11-22compile++Kevin Ottens
But crashes while listing folder... svn path=/trunk/playground/utils/dolphin/; revision=606919
2006-11-22Some portLaurent Montel
Remove not necessary file svn path=/trunk/playground/utils/dolphin/; revision=606884
2006-11-21commited initial version of DolphinPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=606622