summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/main.cpp
AgeCommit message (Collapse)Author
2009-08-15rbutil: add a errorlog function into rbutil and the possibility to save a ↵Dominik Wenger
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
2008-10-13rbutil: include the qt accessible plugin into the mac bundle. (Enables ↵Dominik Wenger
screenreader support on macs) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18800 a1c6a512-1295-4272-9138-f99709370657
2008-08-13Fix translator for Qt strings overwriting the application translator (FS#9268).Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18275 a1c6a512-1295-4272-9138-f99709370657
2008-07-31Install a second translator for using the internal translation of Qt's ↵Dominik Riebeling
widgets. Embedding them into the resources is still missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18165 a1c6a512-1295-4272-9138-f99709370657
2008-07-25Make rbutil check the system language and try to use the correct ↵Dominik Riebeling
translation. A language selection in the configuration file will override this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18118 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Untie rbutil core logic from QtGui for cli:Dominik Riebeling
- include QtCore instead of QtGui if possible - replace qApp with QCoreApplication::instance(), as qApp is only defined for QtGui - use QCoreApplication instead of QApplication for inherited static members. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16274 a1c6a512-1295-4272-9138-f99709370657
2007-10-07Use i10n for numbers using QLocale.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15027 a1c6a512-1295-4272-9138-f99709370657
2007-09-03- rework language selection a bit: use language string as key instead of ↵Dominik Riebeling
language file basename. Display the language string in the selection list too. This makes it possible to distinguish between two variants of the same language without adjusting the language name. - move user settings from "defaults" section to "general". Makes the code cleaner and has been that way for historical reasons only anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14592 a1c6a512-1295-4272-9138-f99709370657
2007-08-22add project file for including accessibility plugin when building static ↵Dominik Riebeling
binary. As there is no way to distinguish between static and dynamic builds you need to select the project file manually. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14432 a1c6a512-1295-4272-9138-f99709370657
2007-08-09small simplification.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14260 a1c6a512-1295-4272-9138-f99709370657
2007-07-29support for translating rbutil. Translation files (*.qm) can be in the ↵Dominik Riebeling
binary folder or in the resource :/lang. Incomplete german translation available for testing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14061 a1c6a512-1295-4272-9138-f99709370657
2007-07-25First stab at porting rbutil to Qt4. Currently only installing a current or ↵Dominik Riebeling
archived build is working. To build, run qmake && make in the source folder. Beware that the syntax of rbutil.ini has slightly changed. Caching of the downloaded files is also still missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13989 a1c6a512-1295-4272-9138-f99709370657