┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbarmessagelabel.h
AgeCommit message (Collapse)Author
2009-08-01move statusbar code into the directory "statusbar"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1005704
2007-10-16layout cleanups for the statusbarPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=726013
2007-10-15minor cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=725523
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-04-22Remove not necessary includeLaurent Montel
svn path=/trunk/KDE/kdebase/nsplugins/; revision=656776
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-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-11-21commited initial version of DolphinPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=606622