rockbox/rbutil/rbutilqt
Dominik Wenger c3485867e1 rbuti: Ups, revert the Bootloader download URL.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16479 a1c6a512-1295-4272-9138-f99709370657
2008-03-02 12:26:13 +00:00
..
icons rbutil: new shiny Talkfile Button icon, by Dave Hooper. 2008-02-11 21:40:26 +00:00
irivertools Untie rbutil core logic from QtGui for cli: 2008-02-10 18:25:49 +00:00
zip First stab at porting rbutil to Qt4. Currently only installing a current or 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. 2007-07-25 20:21:06 +00:00
zlib First stab at porting rbutil to Qt4. Currently only installing a current or 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. 2007-07-25 20:21:06 +00:00
aboutbox.ui Add 2008 to the copyright notice. 2008-02-29 07:29:42 +00:00
autodetection.cpp FS#7913: mountpoint resolving on OS X. 2007-10-13 16:26:38 +00:00
autodetection.h Untie rbutil core logic from QtGui for cli: 2008-02-10 18:25:49 +00:00
browsedirtree.cpp Make it possible to change the BrowseDirtree caption (and do so for the device selection dialog). 2007-09-14 20:22:53 +00:00
browsedirtree.h Make it possible to change the BrowseDirtree caption (and do so for the device selection dialog). 2007-09-14 20:22:53 +00:00
browsedirtreefrm.ui Replace the file selection dialog for the mountpoint with a pure folder tree view. This fixes an issue with the selection dialog which could try opening a nonexisting folder. Only allow to select drive letters on windows. Additionally, remove an old file I forgot earlier. 2007-08-07 16:48:45 +00:00
browseof.cpp Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
browseof.h Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
browseoffrm.ui rbutilQt: reworked bootloaderinstallation. removed the bootloaderinstalldialog, added a small dialog to ask for the original firmware, if you install a bootloader for a fwpatcher target. 2007-08-15 14:16:20 +00:00
configure.cpp Make encoder name conversion functions static to the base class. 2008-02-13 18:11:09 +00:00
configure.h rbtutil: introduce a RbSettings class help code reuse, and minimises duplicated code. 2008-01-25 00:12:25 +00:00
configurefrm.ui rbutil: reworked configuration of TTS engines to the new Style. 2007-12-15 13:13:57 +00:00
COPYING First stab at porting rbutil to Qt4. Currently only installing a current or 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. 2007-07-25 20:21:06 +00:00
createvoicefrm.ui rbutilqt: made the sapi TTS more configurable, you can now select a specific voice in the config dialog. Also reworked some setSetting functions, to remove depencies. 2008-01-19 18:33:33 +00:00
createvoicewindow.cpp Fix voicefile / talkfile generation windows not updating the displayed settings if the user used the "change" button. 2008-03-01 13:42:14 +00:00
createvoicewindow.h oops, removed a bit too much. 2008-03-01 13:58:18 +00:00
CREDITS First stab at porting rbutil to Qt4. Currently only installing a current or 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. 2007-07-25 20:21:06 +00:00
encexescfgfrm.ui rbutil: Oops, the missing ui file. 2007-12-14 20:06:39 +00:00
encoders.cpp rbutil: fix a problem with voicing and encoding of non-latin chars. 2008-02-25 22:02:55 +00:00
encoders.h Make encoder name conversion functions static to the base class. 2008-02-13 18:11:09 +00:00
encodersgui.cpp rbutil: fix a bug in rbsettings: FS#8512 by Sander Knopper. Also remove a warning in encodersgui. 2008-01-30 19:46:02 +00:00
encodersgui.h rbutil: fix a bug in rbsettings: FS#8512 by Sander Knopper. Also remove a warning in encodersgui. 2008-01-30 19:46:02 +00:00
gpl-2.0.html Use a html version of gpl for the licence in the about box. Make the box use word wrap as well 2007-07-26 20:59:24 +00:00
httpget.cpp httpget class: if a request is cancelled before a response is available give a hint about this instead of returning a nonsense response value. 2008-03-01 13:52:02 +00:00
httpget.h Implement download caching. Set the folder for the cache data in the configuration dialog. Caching is disabled per default and defaults to the systems temp folder. 2007-08-27 17:40:35 +00:00
Info.plist rbutilQt: bump version to 1.0.3 in preparation for a new release. 2007-11-05 21:27:46 +00:00
install.cpp rbutil: fix bug with wrong downloadURL for h10. 2008-02-13 18:25:01 +00:00
install.h rbtutil: introduce a RbSettings class help code reuse, and minimises duplicated code. 2008-01-25 00:12:25 +00:00
installbootloader.cpp rbutil: add m:robe100 support. 2008-03-02 12:24:01 +00:00
installbootloader.h rbutil: add m:robe100 support. 2008-03-02 12:24:01 +00:00
installfrm.ui Change some validation button labels from "Ok" to "Install" or "Uninstall". 2007-09-15 18:49:18 +00:00
installprogressfrm.ui Add icon to process dialog button. 2007-08-04 06:12:55 +00:00
installtalkfrm.ui rbutil: added a button into talkfile dialog, to directly jump to config of tts and enc. 2007-12-14 19:49:11 +00:00
installtalkwindow.cpp Fix voicefile / talkfile generation windows not updating the displayed settings if the user used the "change" button. 2008-03-01 13:42:14 +00:00
installtalkwindow.h Fix voicefile / talkfile generation windows not updating the displayed settings if the user used the "change" button. 2008-03-01 13:42:14 +00:00
installthemes.cpp Make sure to create the logger first. Fixes a segfault due to a race with info download process (happened in offline mode) 2008-02-29 07:19:59 +00:00
installthemes.h rbtutil: introduce a RbSettings class help code reuse, and minimises duplicated code. 2008-01-25 00:12:25 +00:00
installthemesfrm.ui Add an "Install All" button to the themes installation dialog. 2007-09-15 21:58:31 +00:00
installzip.cpp Untie rbutil core logic from QtGui for cli: 2008-02-10 18:25:49 +00:00
installzip.h Untie rbutil core logic from QtGui for cli: 2008-02-10 18:25:49 +00:00
main.cpp Untie rbutil core logic from QtGui for cli: 2008-02-10 18:25:49 +00:00
osx_deploy.sh Set svn keywords. 2007-10-20 16:00:31 +00:00
preview.cpp Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
preview.h Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
previewfrm.ui rbutilQt: fix the installing of release builds (archos only). 2007-08-26 11:34:32 +00:00
progressloggergui.cpp Automatically scroll to the last line of the progress logger when adding a new item. 2007-09-15 22:13:41 +00:00
progressloggergui.h Automatically scroll to the last line of the progress logger when adding a new item. 2007-09-15 22:13:41 +00:00
progressloggerinterface.h Untie rbutil core logic from QtGui for cli: 2008-02-10 18:25:49 +00:00
rbsettings.cpp rbutil: fix segfault for mac and wrong proxy default. 2008-02-23 21:27:00 +00:00
rbsettings.h rbutil: fix bug with wrong downloadURL for h10. 2008-02-13 18:25:01 +00:00
rbspeexcfgfrm.ui rbutil: correct some UI texts, and made the rbspeex config dialog a bit nicer. 2008-01-20 12:42:26 +00:00
rbutil.ini rbuti: Ups, revert the Bootloader download URL. 2008-03-02 12:26:13 +00:00
rbutil_de.ts rbutil: lupdate on all languages, updated german lang. 2008-01-20 21:20:14 +00:00
rbutil_fr.ts rbutil: lupdate on all languages, updated german lang. 2008-01-20 21:20:14 +00:00
rbutil_tr.ts rbutil: lupdate on all languages, updated german lang. 2008-01-20 21:20:14 +00:00
rbutil_zh_CN.ts rbutil: lupdate on all languages, updated german lang. 2008-01-20 21:20:14 +00:00
rbutil_zh_TW.ts rbutil: lupdate on all languages, updated german lang. 2008-01-20 21:20:14 +00:00
rbutilqt-win.qrc move w32-specific resources to a separate file to prevent building them on other platforms. Use an alias in the resource file to remove the need of copying the file. 2007-12-17 21:35:25 +00:00
rbutilqt.cpp rbutil: fix FS#8661 (Log Windows showed OK button instead of abort while complete installation). 2008-02-28 20:28:15 +00:00
rbutilqt.h rbtutil: introduce a RbSettings class help code reuse, and minimises duplicated code. 2008-01-25 00:12:25 +00:00
rbutilqt.manifest add Manifests to rbutil, sansapatcher and e200rpatcher to gain needed rights on windows vista. 2008-01-20 21:19:37 +00:00
rbutilqt.pro Make rbutil compile on OSX 10.5 2008-02-23 21:36:22 +00:00
rbutilqt.qrc rbutil: improve voice creation: better parser for genlang output. Make progressbar working while voicegeneration. Sort the voice language list. Make the rbutil Translations built in. (run lrelease before make) 2008-01-13 13:51:33 +00:00
rbutilqt.rc add Manifests to rbutil, sansapatcher and e200rpatcher to gain needed rights on windows vista. 2008-01-20 21:19:37 +00:00
rbutilqtfrm.ui Add some accelerator keys to the Actions menu. 2008-02-05 19:42:07 +00:00
sapicfgfrm.ui rbutil: fix a Bug in the sapi settings. Allow sapi4 (not sure if it really works). 2008-02-11 17:39:07 +00:00
talkfile.cpp Make encoder name conversion functions static to the base class. 2008-02-13 18:11:09 +00:00
talkfile.h Untie rbutil core logic from QtGui for cli: 2008-02-10 18:25:49 +00:00
tts.cpp rbutil: fix a problem with voicing and encoding of non-latin chars. 2008-02-25 22:02:55 +00:00
tts.h Make TTS name conversion functions static members. 2008-02-12 21:45:50 +00:00
ttsexescfgfrm.ui rbutil: reworked configuration of TTS engines to the new Style. 2007-12-15 13:13:57 +00:00
ttsgui.cpp rbutil: fix a Bug in the sapi settings. Allow sapi4 (not sure if it really works). 2008-02-11 17:39:07 +00:00
ttsgui.h rbutil: fix a Bug in the sapi settings. Allow sapi4 (not sure if it really works). 2008-02-11 17:39:07 +00:00
uninstall.cpp Upon uninstallation only remove a file if it isn't used in another section. A possible problematic case would've been two themes installing the same font. 2007-10-07 21:47:49 +00:00
uninstall.h Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
uninstallfrm.ui Change some validation button labels from "Ok" to "Install" or "Uninstall". 2007-09-15 18:49:18 +00:00
uninstallwindow.cpp rbtutil: introduce a RbSettings class help code reuse, and minimises duplicated code. 2008-01-25 00:12:25 +00:00
uninstallwindow.h rbtutil: introduce a RbSettings class help code reuse, and minimises duplicated code. 2008-01-25 00:12:25 +00:00
utils.cpp Fix preprocessor directive 2008-02-23 21:34:45 +00:00
utils.h rbutil: introduce a util function to get the systemproxy, for better reuse. 2008-01-23 21:54:40 +00:00
version.h bump version to m1.0.4 2008-02-19 20:26:45 +00:00
voicefile.cpp Make encoder name conversion functions static to the base class. 2008-02-13 18:11:09 +00:00
voicefile.h Untie rbutil core logic from QtGui for cli: 2008-02-10 18:25:49 +00:00