summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/progressloggergui.cpp (follow)
Commit message (Collapse)AuthorAge
* Handle conversion to text in Sysinfo::getInfo().Dominik Riebeling2013-11-04
| | | | | | | | | When saving the system info from the progresslogger it shouldn't have knowledge about the format of the data provided by getInfo(). Instead of relying on the output being HTML formatted make getInfo() accept a parameter that indicates if the data is to be formatted as HTML or text. Change-Id: I733fe1a148e51b70ea1361d8feccffd7cbccd3d7
* Use cutelogger for Rockbox Utility internal trace.Dominik Riebeling2013-11-04
| | | | | | | | Change tracing from qDebug() to use cutelogger, which is available under the LGPL2.1. This allows to automatically add filename and line number to the log, and also provides multiple log levels. Change-Id: I5dbdaf902ba54ea99f07ae10a07467c52fdac910
* Update Qt includes for compatibility with Qt5.Dominik Riebeling2013-01-27
| | | | Change-Id: Ibe400700f6bce0335a2975c6d635e10ae940f932
* Add missing class name to System Trace log.Dominik Riebeling2012-06-25
| | | | | | | | To identify the source for System Trace entries qDebug() calls usually add the class name at the beginning. Add some missing ones and remove some trailing spaces. Change-Id: I3179bb206e96de8b5a1c05c0fc0958936e4513f3
* Remove svn keyword lines from sources.Dominik Riebeling2011-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30806 a1c6a512-1295-4272-9138-f99709370657
* rbutil: dont write logfile if user aborts filename selection.Dominik Wenger2009-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22544 a1c6a512-1295-4272-9138-f99709370657
* rbutil: add a errorlog function into rbutil and the possibility to save a ↵Dominik Wenger2009-08-15
| | | | | | log if a error happens. (thanks to bluebrother for the trace functionality) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22329 a1c6a512-1295-4272-9138-f99709370657
* Set the maximum first when updating the progresslogger progress bar as ↵Dominik Riebeling2009-06-15
| | | | | | otherwise the new value will get dropped if outside of the valid range. Fixes the progress showing 0% after downloading the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21302 a1c6a512-1295-4272-9138-f99709370657
* Clean up ProgressLogger state handling:Dominik Riebeling2009-05-02
| | | | | | | | - use better names for member functions - don't emit aborted() when exiting a successful log git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20844 a1c6a512-1295-4272-9138-f99709370657
* Add a slot to set the progress bar value and a member to hide it.Dominik Riebeling2008-05-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17615 a1c6a512-1295-4272-9138-f99709370657
* rbutil: Detect if Rockbox is already installed, and allow Backup bevor ↵Dominik Wenger2008-05-10
| | | | | | installing a new build. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17440 a1c6a512-1295-4272-9138-f99709370657
* Clean up double path in resource file.Dominik Riebeling2008-03-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16854 a1c6a512-1295-4272-9138-f99709370657
* Automatically scroll to the last line of the progress logger when adding a ↵Antoine Cellerier2007-09-15
| | | | | | | | | new item. Cosmetics. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14716 a1c6a512-1295-4272-9138-f99709370657
* rbutilqt: first attempt to Small and Complete Installation, could be improved.Dominik Wenger2007-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14463 a1c6a512-1295-4272-9138-f99709370657
* set missing keywords property.Dominik Riebeling2007-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14446 a1c6a512-1295-4272-9138-f99709370657
* use alternating row colors in list views.Dominik Riebeling2007-08-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14298 a1c6a512-1295-4272-9138-f99709370657
* Add icon to process dialog button.Dominik Riebeling2007-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14176 a1c6a512-1295-4272-9138-f99709370657
* Update configuration dialog and disable unimplemented items. Add some nice ↵Dominik Riebeling2007-08-01
| | | | | | icons and replace logger icons with tango ones. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14119 a1c6a512-1295-4272-9138-f99709370657
* rbutilQt: the progressloggergui now uses little icons along the text. Dominik Wenger2007-07-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14105 a1c6a512-1295-4272-9138-f99709370657
* rbutilQt: fix Dialogs, so they are modal.Dominik Wenger2007-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14080 a1c6a512-1295-4272-9138-f99709370657
* rbutilQt: changed the progress/error logger, there is now an abstract ↵Dominik Wenger2007-07-29
interface and a progressloggergui implementation of it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14060 a1c6a512-1295-4272-9138-f99709370657