┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbarspaceinfo.cpp
AgeCommit message (Collapse)Author
2007-11-19fixed issue that the space info is not updated sometimes ↵Peter Penz
(QProgressBar::setValue() uses QProgressBar::text() which returns m_text -> the text must be set first) svn path=/trunk/KDE/kdebase/apps/; revision=738826
2007-10-15prevent flickering of status bar when changing between directoriesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=725546
2007-10-15Use a progress bar with custom text for showing the free disk space, ↵Peter Penz
otherwise the custom widget just does not fit well into styles like Oxygen. svn path=/trunk/KDE/kdebase/apps/; revision=725516
2007-09-07deprecated-- KColorScheme __comp_ctor fixesArto Hytönen
svn path=/trunk/KDE/kdebase/apps/; revision=709395
2007-08-31as David pointed out: Qt4 has a nicer approach for asynchronous events than ↵Peter Penz
using QTimer svn path=/trunk/KDE/kdebase/apps/; revision=706669
2007-07-08KUIT adaptionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685432
2007-06-19A cleanup in KDiskFreeSpace has been done -> adjust signal/slot to the new ↵Peter Penz
(and nicer) method signature svn path=/trunk/KDE/kdebase/apps/; revision=677710
2007-06-19don't use deprecated KGlobalSettings::xxxColor() methods anymorePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=677660
2007-06-17fix signal foundMountPoint()Christian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=676855
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-05-09include cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-04-30KDiskFreeSp -> KDiskFreeSpaceDavid Faure
Port away from deprecated KIO::findPathMountPoint svn path=/trunk/KDE/kdebase/apps/; revision=659796
2007-04-12some include + coding guideline cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=653049
2007-04-10fix #144021: show free space in GB instead of used space in percentPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=652207
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-02-22Add libkmetadata detection and minor fixesOscar Blumberg
SVN_SILENT svn path=/trunk/KDE/kdebase/apps/; revision=636328
2007-02-20i18n fixes. Note: %n is no longer used in plural strings.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=635655
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-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-23Minor adjustments and cleanups in the statusbar:Peter Penz
- prevent a flickering of the space information if a folder has been changed - assure that no progress bar and space information is shown if an error is displayed currently svn path=/trunk/playground/utils/dolphin/; revision=626571
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-07minor cosmetic update of the progress indicationPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=611347
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-23Fix i18n Laurent Montel
svn path=/trunk/playground/utils/dolphin/; revision=607156
2006-11-22As KURL has been renamed to KUrl all classes and methods, which use the term ↵Peter Penz
'URL', have been converted to use 'Url' instead (e. g. the class URLNavigator is called UrlNavigator now). svn path=/trunk/playground/utils/dolphin/; revision=606991
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