┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinstatusbar.cpp
AgeCommit message (Collapse)Author
2009-08-01move statusbar code into the directory "statusbar"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1005704
2009-08-01Assure that the panels don't shrink when the view is split and the zoomslide ↵Peter Penz
and spaceinfo is shown in the statusbar. BUG: 202147 svn path=/trunk/KDE/kdebase/apps/; revision=1005693
2009-07-29Allow the revision control plugins to indicate information-, error- and ↵Peter Penz
operation-completed messages. svn path=/trunk/KDE/kdebase/apps/; revision=1004346
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a ↵Peter Penz
flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later. svn path=/trunk/KDE/kdebase/apps/; revision=911065
2009-01-05fixed issue that the zoom slider tooltip showed the previous size when ↵Peter Penz
changing the slider with the mouse svn path=/trunk/KDE/kdebase/apps/; revision=906188
2008-12-23assure that the zoom slider tooltip is always updated when changing a valuePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=900577
2008-12-12SVN_SILENT: removed trailing spacesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=895978
2008-12-12Exchange the order of the zoom slider and the capacity bar. Thanks to ↵Peter Penz
Frederik Schwarzer for the patch! BUG: 177563 svn path=/trunk/KDE/kdebase/apps/; revision=895974
2008-11-19removed unnecessary linePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=886627
2008-11-19fixed issue that the zoom slider might not have enough vertical space when ↵Peter Penz
having small fonts svn path=/trunk/KDE/kdebase/apps/; revision=886624
2008-11-18Use i18ncp for proper plural handlingAlbert Astals Cid
svn path=/trunk/KDE/kdebase/apps/; revision=886278
2008-10-26Show the iconsize of zoom sliders as tooltip (code shamelessly stolen from ↵Peter Penz
Rafael's patch in kfilewidget ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=876081
2008-10-09assure that the zoom slider/capacity bar gets hidden correctly if the width ↵Peter Penz
is too small for having a fitting text svn path=/trunk/KDE/kdebase/apps/; revision=869727
2008-10-07provide zoom-out and zoom-in buttons beside the zoom sliderPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=868953
2008-10-07Small fix to the zoom slider bar, the old sliderMoved(int) signal is just ↵Sascha Peilicke
fired when the user pressed a mouse button and drags the slider. It is however possible to change the slider position by clicking into it or (when focus follows mouse is enabled) by hovering on top of the slider and scrolling the mouse wheel. The zoom state was currently not updated in the latter 2 cases. svn path=/trunk/KDE/kdebase/apps/; revision=868815
2008-10-06allow to configure whether the zoom slider and/or the space information ↵Peter Penz
should be shown in the statusbar svn path=/trunk/KDE/kdebase/apps/; revision=868596
2008-10-06remove the asynchronous update of the zooming again, it decreases the ↵Peter Penz
"feeled" performance svn path=/trunk/KDE/kdebase/apps/; revision=868575
2008-10-05Provide a zoom slider in the status bar. It is configurable whether the zoom ↵Peter Penz
slider and/or the space information is shown in the statusbar (the GUI in the settings dialog will be provided during the next week). svn path=/trunk/KDE/kdebase/apps/; revision=868272
2008-07-01fixed wrong logic for showing the space info: if the progress bar is shown, ↵Peter Penz
the space info may never be shown svn path=/trunk/KDE/kdebase/apps/; revision=826897
2008-05-20The Oxygen style provides now a nicer progress bar -> increase the content ↵Peter Penz
height of the statusbar so that no text is cut (tested also with other styles) svn path=/trunk/KDE/kdebase/apps/; revision=810430
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-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-08-28Clicking on items in dolphin part finally implemented.David Faure
Fixed connect() error in dolphinstatusbar [unrelated]. svn path=/trunk/KDE/kdebase/apps/; revision=705835
2007-06-07First big step to make it possible that the DolphinView can be embedded as ↵Peter Penz
KPart into Konqueror (discussed with David Faure). A lot of refactoring of the DolphinView has been done: - The DolphinView does not contain the URL navigator, the filterbar and the statusbar anymore. Those widgets have been moved to DolphinViewContainer. - The DolphinView does not contain any reference to the main window anymore. Currently there are some minor regressions (the statusbar shows less informations, renaming has been deactivated), but they will get fixed during the next days. Also still a lot of interface cleanups must be done, but let's just do it step by step... svn path=/trunk/KDE/kdebase/apps/; revision=672692
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-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-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 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
2006-12-15fix signal namesDominik Haumann
svn path=/trunk/playground/utils/dolphin/; revision=613749
2006-12-08Update the FSF address to 51 Franklin Street (hopefully it is the right one)Holger Freyther
gnused rocks! svn path=/trunk/playground/utils/dolphin/; revision=611576
2006-12-07fixed layout issuesPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=611357
2006-12-04reducing a little bit the number of deprecation warningsZack Rusin
svn path=/trunk/playground/utils/dolphin/; revision=610300
2006-11-23Byebye Q3H(V)BoxLaurent Montel
svn path=/trunk/playground/utils/dolphin/; revision=607111
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-21commited initial version of DolphinPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=606622