┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
statusbarspaceinfo.cpp
Age
Commit message (
Expand
)
Author
2009-08-01
move statusbar code into the directory "statusbar"
Peter Penz
2009-03-15
a lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a che...
Christian Ehrlicher
2008-12-12
SVN_SILENT: removed trailing spaces
Peter Penz
2008-10-06
allow to configure whether the zoom slider and/or the space information shoul...
Peter Penz
2008-10-05
do only a polling of the available space when the widget is visible
Peter Penz
2008-08-22
* convert the size in bytes to larger unit
Peter Penz
2008-08-22
Use KDiskFreeSpaceInfo instead of deprecated KDiskFreeSpace. This has the bo...
Jeff Mitchell
2008-07-19
fix possible division by 0 crash (no backport to 4.1 needed, as there QProgre...
Peter Penz
2008-07-19
remember the maximum size, so that an update is also done for the (rare) case...
Peter Penz
2008-07-18
The space info widget now inherits KCapacityBar. Two things to check:
Rafael Fernández López
2008-06-07
1) Make sure that size qprogressbar is really updated after each change
Jakub Stachowski
2008-03-28
* minor coding style fixes
Peter Penz
2008-03-28
Revert back to kibibytes for now
Jeff Mitchell
2008-03-28
This value was still wrong, because I mixed up kibibytes and kilobytes. Assu...
Jeff Mitchell
2008-03-27
Ack, forgot half the fix
Jeff Mitchell
2008-03-27
The size is passed in from KDiskFreeSpace as kilobytes, not kibibytes; use th...
Jeff Mitchell
2008-03-27
If KDiskFreeSpace doesn't work for some reason it never emits foundMountPoint...
Jeff Mitchell
2008-03-18
Fix Krazy i18n issues.
Chusslove Illich
2008-03-02
fixed problems with wrong space information (I'll backport the fix to 4.0.x o...
Peter Penz
2007-11-19
fixed issue that the space info is not updated sometimes (QProgressBar::setVa...
Peter Penz
2007-10-15
prevent flickering of status bar when changing between directories
Peter Penz
2007-10-15
Use a progress bar with custom text for showing the free disk space, otherwis...
Peter Penz
2007-09-07
deprecated-- KColorScheme __comp_ctor fixes
Arto Hytönen
2007-08-31
as David pointed out: Qt4 has a nicer approach for asynchronous events than u...
Peter Penz
2007-07-08
KUIT adaptions
Peter Penz
2007-06-19
A cleanup in KDiskFreeSpace has been done -> adjust signal/slot to the new (a...
Peter Penz
2007-06-19
don't use deprecated KGlobalSettings::xxxColor() methods anymore
Peter Penz
2007-06-17
fix signal foundMountPoint()
Christian Ehrlicher
2007-06-06
assure that all statusbar elements use a transparent background to look nice ...
Peter Penz
2007-05-09
include cleanup
Dirk Mueller
2007-04-30
KDiskFreeSp -> KDiskFreeSpace
David Faure
2007-04-12
some include + coding guideline cleanups
Peter Penz
2007-04-10
fix #144021: show free space in GB instead of used space in percent
Peter Penz
2007-04-09
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...
Peter Penz
2007-02-22
Add libkmetadata detection and minor fixes
Oscar Blumberg
2007-02-20
i18n fixes. Note: %n is no longer used in plural strings.
Chusslove Illich
2007-01-31
Queue error messages so that a currently shown error message is not replaced ...
Peter Penz
2007-01-26
Further optimizations for the status bar: hide the space information if the s...
Peter Penz
2007-01-23
Minor adjustments and cleanups in the statusbar:
Peter Penz
2007-01-10
Applied some patches found by EBN (thanks to Nicolas Lécureuil for the patch...
Peter Penz
2006-12-07
minor cosmetic update of the progress indication
Peter Penz
2006-12-04
the widget is double-buffered by default so don't triple-buffer
Zack Rusin
2006-11-23
Fix i18n
Laurent Montel
2006-11-22
As KURL has been renamed to KUrl all classes and methods, which use the term ...
Peter Penz
2006-11-22
Some port
Laurent Montel
2006-11-21
commited initial version of Dolphin
Peter Penz