- c2a01fd rbutil: another misplaced connect call. by Dominik Wenger · 17 years ago
- 86a5d62 rbutil: ups moved a connect to the wrong place. by Dominik Wenger · 17 years ago
- b235b13 rbutil: move many more connect calls, mainly for safety. by Dominik Wenger · 17 years ago
- 94d65d8 when resolving filenames also take system and hidden files into account. by Dominik Riebeling · 17 years ago
- 1b63775 rbutil: fix complete install: make sure signals are connected before calling the function emiting the signal. by Dominik Wenger · 17 years ago
- a0e6641 progress indication should start at 1, not 0. by Dominik Riebeling · 17 years ago
- c3969ed create an UnZip derived class for zip file extraction to allow showing progress while unzipping. Makes the unzip process somewhat interruptable and the UI more responsible. by Dominik Riebeling · 17 years ago
- 5076dca Oops: don't report an error during cache initialization if the cache folder already exists. by Dominik Riebeling · 17 years ago
- 2bcc5f7 make sure cachefolder is existent when enabling it using setCache(bool). Fixes cache not working properly if the cache folder didn't exist. by Dominik Riebeling · 17 years ago
- be698f0 make resolvePathCase work properly on windows, the drive letter needs special handling. by Dominik Riebeling · 17 years ago
- 229c64b Upon autodetection tell the user if an incompatible player model (newer Sansa / Nano) was found. Detection is usb based only. by Dominik Riebeling · 17 years ago
- 00a3e13 fix a stupid bug which made mountpoint detection based on folders non-functional on Ipod and Gigabeat. by Dominik Riebeling · 17 years ago
- a5d749c the player name shouldn't include the manufacturer, m:robe entry repeated that. by Dominik Riebeling · 17 years ago
- 5f5dca7 Make USB ID handling recognize multiple values in the configuration. That way players using multiple PIDs can now get detected by any valid PID. Same applies to PIDs indicating a wrong player model. by Dominik Riebeling · 17 years ago
- 1363881 rbutil:let autodetection::detectUsb also use the rbsettings object. by Dominik Wenger · 17 years ago
- 3bb88b6 Fix issues with file-based bootloader installation: by Dominik Riebeling · 17 years ago
- 92717eb Implement a function to resolve a given path case-insensitively. This is needed by file-based bootloader installs on case-sensitive systems. Bootloader installation not updated yet. by Dominik Riebeling · 17 years ago
- 0a73b16 rbutil: fix closing of installwindow after successful install. by Dominik Wenger · 17 years ago
- 2016ab4 rbutil: let rbutil use the new voice.zip files. Also make the download cache working again. (make sure to connect signals before calling getFile() ). by Dominik Wenger · 17 years ago
- 14e0d2d Update installation document a bit to catch up with recent changes. Add notes about installation. by Dominik Riebeling · 17 years ago
- c70f81f Rename InstallProgress form to ProgressLogger as it's a generic logger window now. by Dominik Riebeling · 17 years ago
- 8406d92 Clean up double path in resource file. by Dominik Riebeling · 17 years ago
- 22e1329 When trying to check for an installed bootloader treat an empty bootloader md5sum in the installation log as a missing bootloader. Should fix issues with rbutil reporting an up-to-date bootloader even if none was installed. by Dominik Riebeling · 17 years ago
- 386f77b Make sansapatcher and ipodpatcher compile on OS X 10.5. by Barry Wardell · 17 years ago
- 7b2982a On windows check for iPod_Control folder to allow resolving the drive letter for Ipods. by Dominik Riebeling · 17 years ago
- ba193a8 Oops. Should commit patches correctly. by Dominik Riebeling · 17 years ago
- 6deb9f3 Fix rbutil building with gcc 4.3 on linux (FS#8757 by Dennis Schridde). by Dominik Riebeling · 17 years ago
- 10a05ed rbutil: support for iaudio m3 by Dominik Wenger · 17 years ago
- c0fb5b8 rbutil: fix a debug output, so it compiles again on windows. by Dominik Wenger · 17 years ago
- 77e036a when changing settings from the Talk and Voice window also update the main widgets settings. by Dominik Riebeling · 17 years ago
- c7052c3 When unsetting the proxy in the settings dialog unset the global proxy too. Update settings in prior to re-downloading the info files. by Dominik Riebeling · 17 years ago
- 8a2a474 fix USB id for m:robe100 by Dominik Riebeling · 17 years ago
- 5a75184 add global proxy / cache settings to httpget class. This removes the need of passing proxy / cache values around all the time. Each object can still override the global values. by Dominik Riebeling · 17 years ago
- c348586 rbuti: Ups, revert the Bootloader download URL. by Dominik Wenger · 17 years ago
- 3c7b060 rbutil: add m:robe100 support. by Dominik Wenger · 17 years ago
- b792c55 oops, removed a bit too much. by Dominik Riebeling · 17 years ago
- c7727da httpget class: if a request is cancelled before a response is available give a hint about this instead of returning a nonsense response value. by Dominik Riebeling · 17 years ago
- 05f24a1 Fix voicefile / talkfile generation windows not updating the displayed settings if the user used the "change" button. by Dominik Riebeling · 17 years ago
- d6adda1 Add 2008 to the copyright notice. by Dominik Riebeling · 17 years ago
- cdfd39e Make sure to create the logger first. Fixes a segfault due to a race with info download process (happened in offline mode) by Dominik Riebeling · 17 years ago
- 4e1f2d3 rbutil: fix FS#8661 (Log Windows showed OK button instead of abort while complete installation). by Dominik Wenger · 17 years ago
- 86a9baf rbutil: make a backup of the OF in gigabeat and h10 bootloader installation. (in /<homedir>/Gigabeat Original Firmware Backup/ or /<homedir>/Iriver H10 Original Firmware Backup/). by Dominik Wenger · 17 years ago
- d809d18 rbutil: fix a problem with voicing and encoding of non-latin chars. by Dominik Wenger · 17 years ago
- 482f8bf Make e200rpatcher compile on OS X 10.5 by Barry Wardell · 17 years ago
- 580eee5 Make rbutil compile on OSX 10.5 by Barry Wardell · 17 years ago
- f352281 Fix preprocessor directive by Dominik Riebeling · 17 years ago
- a4de1b8 rbutil: fix segfault for mac and wrong proxy default. by Dominik Wenger · 17 years ago
- d03514a When applying the system proxy values really use the values. by Dominik Riebeling · 17 years ago
- 5f540c7 When building a static linux binary link libusb static. by Dominik Riebeling · 17 years ago
- 9d99f97 bump version to m1.0.4 by Dominik Wenger · 17 years ago
- e319f68 rbutil:check if a Sapi voice is selected. by Dominik Wenger · 17 years ago rbutil_m1.0.4
- b30181a rbutil: fix bug with wrong downloadURL for h10. by Dominik Wenger · 17 years ago
- 8f0c790 Make encoder name conversion functions static to the base class. by Dominik Riebeling · 17 years ago
- 8820c01 Make TTS name conversion functions static members. by Dominik Riebeling · 17 years ago
- 05bc9f3 rbutil: new shiny Talkfile Button icon, by Dave Hooper. by Dominik Wenger · 17 years ago
- 5f641ed rbutil: fix a Bug in the sapi settings. Allow sapi4 (not sure if it really works). by Dominik Wenger · 17 years ago
- ee09cb7 Untie rbutil core logic from QtGui for cli: by Dominik Riebeling · 17 years ago
- 855d829 rbutil: h10 bootloaderinstallation: fixed wrong OF.mi4 name for dualboot. by Dominik Wenger · 17 years ago
- 683da04 rbutil: tts and encoders: preparation for cli interface. installers: make sure all installers correctly emit a done signal. by Dominik Wenger · 17 years ago
- 5e1fbff rbutil: added hindi and tagalog to the voice languages. Set correct defaults for rbspeex encoder and sapi tts. Resurect the non-recursive option for talkfile generation. by Dominik Wenger · 17 years ago
- c789f3a Save the internal name for tts / encoder in the configuration file, not the displayed nice name. Additionally, kill a few warnings. by Dominik Riebeling · 17 years ago
- cd31193 display paths using the native delimiters on the main widget. by Dominik Riebeling · 17 years ago
- f67dcf0 Add some accelerator keys to the Actions menu. by Dominik Riebeling · 17 years ago
- e400010 Add a simple (and dumb) way to determine the language for voice file creation if it hasn't been used before. Try to use the application language setting (doesn't work for all provided languages) and default to english. by Dominik Riebeling · 17 years ago
- e686f17 Use the correct value when getting the encoder options from the config file. by Dominik Riebeling · 17 years ago
- c5b8a7b Redo my previous segfault fix in a better way. by Dominik Riebeling · 17 years ago
- 5a38f3e If getting the required files for voice file creation fails abort log window. by Dominik Riebeling · 17 years ago
- 91a503b Don't segfault upon opening the voice / talk creation window if the encoder setting is missing. This could happen if the configuration file is older and the user didn't re-save the settings. by Dominik Riebeling · 17 years ago
- 51f6fb5 Don't overwrite the build pretarget libspeex with lrelease. Make sure to use the lrelease binary from the current installation to prevent clashes on systems with Qt3 and Qt4 installed in parallel. by Dominik Riebeling · 17 years ago
- 2d98607 rbutil: fix a bug in rbsettings: FS#8512 by Sander Knopper. Also remove a warning in encodersgui. by Dominik Wenger · 17 years ago
- 0c66bdb rbutil: fix a bug in the new settings object. Seperate the config gui from tts and encoders. (in preparation for cli interface). by Dominik Wenger · 17 years ago
- ccd8f6c fix sansapatcher mingw build prerequisites. by Dominik Riebeling · 17 years ago
- 3a54c9b rbtutil: introduce a RbSettings class help code reuse, and minimises duplicated code. by Dominik Wenger · 17 years ago
- 3d63b23 add missing include by Dominik Riebeling · 17 years ago
- df6c5f4 rbutil: introduce a util function to get the systemproxy, for better reuse. by Dominik Wenger · 17 years ago
- 70362ee rbutil: lupdate on all languages, updated german lang. by Dominik Wenger · 17 years ago
- 4e8d614 add Manifests to rbutil, sansapatcher and e200rpatcher to gain needed rights on windows vista. by Dominik Wenger · 17 years ago
- 45f733e rbutil: correct some UI texts, and made the rbspeex config dialog a bit nicer. by Dominik Wenger · 17 years ago
- 6b5780d 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. by Dominik Wenger · 17 years ago
- 62f7f9e 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) by Dominik Wenger · 17 years ago
- d37c622 fix abort button when rockbox-info.txt is not available. by Dominik Riebeling · 17 years ago
- 9f68670 rbutil: added creation of voice files with rbutil. by Dominik Wenger · 17 years ago
- 43bc13e rbutil: Updated german translation. (also lupdate on all translations) by Dominik Wenger · 17 years ago
- 3e252cb rbutil: turkish translation by Mehmet Ş. Çatalbaş (baratrion) FS#8407 by Dominik Wenger · 17 years ago
- 919caf0 allow building ipodpatcher / sansapatcher with MinGW. by Dominik Riebeling · 17 years ago
- 9d482eb w32: when utilizing IE values for system proxy also honor the ProxyEnable value. In the configuration dialog, display a note when system proxy is disabled. by Dominik Riebeling · 17 years ago
- 01a8a7f 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. by Dominik Riebeling · 17 years ago
- 646d39e Accept two rbutil patches by Clemens Werther: by Nicolas Pennequin · 17 years ago
- 651179c add some missing abort button changes and call processEvents a bit more often by Dominik Riebeling · 17 years ago
- 4a2a45f add a custom rule for building librbspeex prior to building rbutil. by Dominik Riebeling · 17 years ago
- 2ab4636 rbutil: make the sapi voice script builtin. by Dominik Wenger · 17 years ago
- bebddd4 rbutil: reworked configuration of TTS engines to the new Style. by Dominik Wenger · 17 years ago
- 1e489e5 Change some defaults and give settings widgets better properties. by Thom Johansen · 17 years ago
- fb70493 rbutil: Fix broken voice file urls for a few targets. by Dominik Wenger · 17 years ago
- ed33c89 rbutil: ups again, more missing files. by Dominik Wenger · 17 years ago
- 37113e6 rbutil: Oops, the missing ui file. by Dominik Wenger · 17 years ago
- f5c695b rbutil: added a button into talkfile dialog, to directly jump to config of tts and enc. by Dominik Wenger · 17 years ago
- 815504b rbutil: added builtin rbspeex encoder. Reworked encoder configuration. by Dominik Wenger · 17 years ago
- 4ce8fbe rbutilqt: added support for rbspeex encoder as external executable. by Dominik Wenger · 17 years ago
- 6587478 Add some brief instructions to compile sansapatcher by Dave Chapman · 17 years ago