rockbox/rbutil/rbutilqt
Dominik Riebeling 329ea014e8 Store server info in RbSettings volatile in a QMap instead of putting it into the user settings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24312 a1c6a512-1295-4272-9138-f99709370657
2010-01-21 17:50:47 +00:00
..
base Store server info in RbSettings volatile in a QMap instead of putting it into the user settings. 2010-01-21 17:50:47 +00:00
docs Move rbutil documents into a separate subfolder. 2009-10-16 20:33:12 +00:00
icons Add Save icon and add a note to the about dialog about the origin of the icons. Should have been there much earlier ... 2009-08-16 19:46:41 +00:00
irivertools Completely rework the bootloader installation class: 2008-09-28 17:02:36 +00:00
lang Polish translation for rbutil 2010-01-16 08:02:57 +00:00
zip Let unzip class accept files created by Info-Zip 3.0 instead of rejecting the files without reporting an error. Seems to not cause negative side effects but further investigation needed. 2009-04-26 13:05:33 +00:00
zlib
aboutbox.ui Add Save icon and add a note to the about dialog about the origin of the icons. Should have been there much earlier ... 2009-08-16 19:46:41 +00:00
browsedirtree.cpp Set the layout direction of the dir tree when setting up the widget. 2010-01-05 22:39:05 +00:00
browsedirtree.h
browsedirtreefrm.ui
configure.cpp rbutil: Explicitly set some widgets layout direction to LTR 2010-01-03 20:04:45 +00:00
configure.h Clean up some debug output, kill some trailing spaces and break some overly long lines. 2009-08-08 12:12:49 +00:00
configurefrm.ui rbutil: add a Button to test a TTS Engine. Remove a old .ui file. 2009-06-26 21:52:08 +00:00
createvoicefrm.ui rbutil: improve accessibility a little bit. 2009-06-15 19:41:16 +00:00
createvoicewindow.cpp rbutil: store the voice language in the correct setting. 2009-10-12 20:40:42 +00:00
createvoicewindow.h rbutil: make RbSettings a static class. (FS#10183 with improvements) 2009-05-09 16:59:14 +00:00
deploy-release.py Add support for OS X. 2009-11-29 21:09:21 +00:00
encttscfggui.cpp rbutil: Explicitly set some widgets layout direction to LTR 2010-01-03 20:04:45 +00:00
encttscfggui.h Set svn:keywords property. 2009-11-06 23:20:51 +00:00
Info.plist rbutil: bump version in preparation for release. 2009-09-20 13:44:27 +00:00
installfrm.ui Name some unnamed GridLayouts. Fixes uic warnings about names being used multiple times. 2009-12-03 21:30:45 +00:00
installtalkfrm.ui Name some unnamed GridLayouts. Fixes uic warnings about names being used multiple times. 2009-12-03 21:30:45 +00:00
installtalkwindow.cpp rbutil: rework and rename the "dont overwrite talkfiles" option so it really generates only new Talkfiles. 2009-10-13 20:51:20 +00:00
installtalkwindow.h rbutil: make RbSettings a static class. (FS#10183 with improvements) 2009-05-09 16:59:14 +00:00
installwindow.cpp rbutil: store the info from the server centrally in RbSetttings. Dont download build-info multiple times. Rename install.cpp 2010-01-20 22:18:36 +00:00
installwindow.h rbutil: store the info from the server centrally in RbSetttings. Dont download build-info multiple times. Rename install.cpp 2010-01-20 22:18:36 +00:00
langstats.py Add standard Rockbox header and license text. 2010-01-19 23:01:54 +00:00
main.cpp rbutil: Change layout to RTL if Hebrew language is used 2009-10-19 17:38:46 +00:00
osx_deploy.sh rbutil: include the qt accessible plugin into the mac bundle. (Enables screenreader support on macs) 2008-10-13 17:19:45 +00:00
preview.cpp
preview.h
previewfrm.ui
progressloggerfrm.ui Add Save icon and add a note to the about dialog about the origin of the icons. Should have been there much earlier ... 2009-08-16 19:46:41 +00:00
progressloggergui.cpp rbutil: dont write logfile if user aborts filename selection. 2009-08-29 18:55:52 +00:00
progressloggergui.h Fix "Warning: Signals cannot be declared virtual" for progresslogger when building with Qt 4.6. 2009-12-04 21:33:25 +00:00
rbutil.ini rbutil: mark e200v2 and fuze as stable (remove "Unstable") 2010-01-21 08:57:12 +00:00
rbutilqt-lang.qrc Add new translations to resources. Sort files in resource. 2010-01-19 23:24:43 +00:00
rbutilqt-win.qrc
rbutilqt.cpp rbutil: store the info from the server centrally in RbSetttings. Dont download build-info multiple times. Rename install.cpp 2010-01-20 22:18:36 +00:00
rbutilqt.h rbutil: store the info from the server centrally in RbSetttings. Dont download build-info multiple times. Rename install.cpp 2010-01-20 22:18:36 +00:00
rbutilqt.manifest
rbutilqt.pro rbutil: store the info from the server centrally in RbSetttings. Dont download build-info multiple times. Rename install.cpp 2010-01-20 22:18:36 +00:00
rbutilqt.qrc Move rbutil documents into a separate subfolder. 2009-10-16 20:33:12 +00:00
rbutilqt.rc
rbutilqtfrm.ui Remove tooltip from 'Install Rockbox' button, since no other button has one 2009-10-31 09:03:21 +00:00
sysinfo.cpp rbutil: add a errorlog function into rbutil and the possibility to save a log if a error happens. (thanks to bluebrother for the trace functionality) 2009-08-15 17:02:25 +00:00
sysinfo.h rbutil: add a errorlog function into rbutil and the possibility to save a log if a error happens. (thanks to bluebrother for the trace functionality) 2009-08-15 17:02:25 +00:00
sysinfofrm.ui
systrace.cpp FS#10748 - rbutil: Explicitly override GUI layout direction setting for some widgets 2009-10-31 17:16:34 +00:00
systrace.h rbutil: add a errorlog function into rbutil and the possibility to save a log if a error happens. (thanks to bluebrother for the trace functionality) 2009-08-15 17:02:25 +00:00
systracefrm.ui Add Save icon and add a note to the about dialog about the origin of the icons. Should have been there much earlier ... 2009-08-16 19:46:41 +00:00
themesinstallfrm.ui Rename ThemeInstall class files to actually match the class name. 2009-03-31 19:50:43 +00:00
themesinstallwindow.cpp Revert r24174 following the discussion on mailing-list 2010-01-10 17:13:32 +00:00
themesinstallwindow.h rbutil: make RbSettings a static class. (FS#10183 with improvements) 2009-05-09 16:59:14 +00:00
uninstallfrm.ui fix typo (and update translations for it) 2008-07-06 18:07:44 +00:00
uninstallwindow.cpp rbutil: make RbSettings a static class. (FS#10183 with improvements) 2009-05-09 16:59:14 +00:00
uninstallwindow.h rbutil: make RbSettings a static class. (FS#10183 with improvements) 2009-05-09 16:59:14 +00:00
version.h rbutil: bump version in preparation for release. 2009-09-20 13:44:27 +00:00