┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbarspaceinfo.cpp
AgeCommit message (Expand)Author
2008-10-06allow to configure whether the zoom slider and/or the space information shoul...Peter Penz
2008-10-05do only a polling of the available space when the widget is visiblePeter Penz
2008-08-22* convert the size in bytes to larger unitPeter Penz
2008-08-22Use KDiskFreeSpaceInfo instead of deprecated KDiskFreeSpace. This has the bo...Jeff Mitchell
2008-07-19fix possible division by 0 crash (no backport to 4.1 needed, as there QProgre...Peter Penz
2008-07-19remember the maximum size, so that an update is also done for the (rare) case...Peter Penz
2008-07-18The space info widget now inherits KCapacityBar. Two things to check:Rafael Fernández López
2008-06-071) Make sure that size qprogressbar is really updated after each changeJakub Stachowski
2008-03-28* minor coding style fixesPeter Penz
2008-03-28Revert back to kibibytes for nowJeff Mitchell
2008-03-28This value was still wrong, because I mixed up kibibytes and kilobytes. Assu...Jeff Mitchell
2008-03-27Ack, forgot half the fixJeff Mitchell
2008-03-27The size is passed in from KDiskFreeSpace as kilobytes, not kibibytes; use th...Jeff Mitchell
2008-03-27If KDiskFreeSpace doesn't work for some reason it never emits foundMountPoint...Jeff Mitchell
2008-03-18Fix Krazy i18n issues.Chusslove Illich
2008-03-02fixed problems with wrong space information (I'll backport the fix to 4.0.x o...Peter Penz
2007-11-19fixed issue that the space info is not updated sometimes (QProgressBar::setVa...Peter Penz
2007-10-15prevent flickering of status bar when changing between directoriesPeter Penz
2007-10-15Use a progress bar with custom text for showing the free disk space, otherwis...Peter Penz
2007-09-07deprecated-- KColorScheme __comp_ctor fixesArto Hytönen
2007-08-31as David pointed out: Qt4 has a nicer approach for asynchronous events than u...Peter Penz
2007-07-08KUIT adaptionsPeter Penz
2007-06-19A cleanup in KDiskFreeSpace has been done -> adjust signal/slot to the new (a...Peter Penz
2007-06-19don't use deprecated KGlobalSettings::xxxColor() methods anymorePeter Penz
2007-06-17fix signal foundMountPoint()Christian Ehrlicher
2007-06-06assure that all statusbar elements use a transparent background to look nice ...Peter Penz
2007-05-09include cleanupDirk Mueller
2007-04-30KDiskFreeSp -> KDiskFreeSpaceDavid Faure
2007-04-12some include + coding guideline cleanupsPeter Penz
2007-04-10fix #144021: show free space in GB instead of used space in percentPeter Penz
2007-04-09adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...Peter Penz
2007-02-22Add libkmetadata detection and minor fixesOscar Blumberg
2007-02-20i18n fixes. Note: %n is no longer used in plural strings.Chusslove Illich
2007-01-31Queue error messages so that a currently shown error message is not replaced ...Peter Penz
2007-01-26Further optimizations for the status bar: hide the space information if the s...Peter Penz
2007-01-23Minor adjustments and cleanups in the statusbar:Peter Penz
2007-01-10Applied some patches found by EBN (thanks to Nicolas Lécureuil for the patch...Peter Penz
2006-12-07minor cosmetic update of the progress indicationPeter Penz
2006-12-04the widget is double-buffered by default so don't triple-bufferZack Rusin
2006-11-23Fix i18n Laurent Montel
2006-11-22As KURL has been renamed to KUrl all classes and methods, which use the term ...Peter Penz
2006-11-22Some portLaurent Montel
2006-11-21commited initial version of DolphinPeter Penz