Dominik Wenger
86a9baf1dc
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/).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16446 a1c6a512-1295-4272-9138-f99709370657
2008-02-28 20:18:40 +00:00
Dominik Wenger
d809d186f7
rbutil: fix a problem with voicing and encoding of non-latin chars.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16420 a1c6a512-1295-4272-9138-f99709370657
2008-02-25 22:02:55 +00:00
Barry Wardell
482f8bfa4f
Make e200rpatcher compile on OS X 10.5
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16411 a1c6a512-1295-4272-9138-f99709370657
2008-02-24 19:39:51 +00:00
Barry Wardell
580eee51b4
Make rbutil compile on OSX 10.5
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16398 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 21:36:22 +00:00
Dominik Riebeling
f352281d42
Fix preprocessor directive
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16397 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 21:34:45 +00:00
Dominik Wenger
a4de1b8ecb
rbutil: fix segfault for mac and wrong proxy default.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16396 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 21:27:00 +00:00
Dominik Riebeling
d03514a8dc
When applying the system proxy values really use the values.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16395 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 21:18:30 +00:00
Dominik Riebeling
5f540c784c
When building a static linux binary link libusb static.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16363 a1c6a512-1295-4272-9138-f99709370657
2008-02-21 19:55:42 +00:00
Dominik Wenger
9d99f9764f
bump version to m1.0.4
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16357 a1c6a512-1295-4272-9138-f99709370657
2008-02-19 20:26:45 +00:00
Dominik Wenger
e319f68a81
rbutil:check if a Sapi voice is selected.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16307 a1c6a512-1295-4272-9138-f99709370657
2008-02-13 19:16:46 +00:00
Dominik Wenger
b30181a14b
rbutil: fix bug with wrong downloadURL for h10.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16306 a1c6a512-1295-4272-9138-f99709370657
2008-02-13 18:25:01 +00:00
Dominik Riebeling
8f0c7908b0
Make encoder name conversion functions static to the base class.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16305 a1c6a512-1295-4272-9138-f99709370657
2008-02-13 18:11:09 +00:00
Dominik Riebeling
8820c0114b
Make TTS name conversion functions static members.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16294 a1c6a512-1295-4272-9138-f99709370657
2008-02-12 21:45:50 +00:00
Dominik Wenger
05bc9f3983
rbutil: new shiny Talkfile Button icon, by Dave Hooper.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16288 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 21:40:26 +00:00
Dominik Wenger
5f641ed3c2
rbutil: fix a Bug in the sapi settings. Allow sapi4 (not sure if it really works).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16284 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 17:39:07 +00:00
Dominik Riebeling
ee09cb7f0d
Untie rbutil core logic from QtGui for cli:
...
- 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
2008-02-10 18:25:49 +00:00
Dominik Wenger
855d8297a8
rbutil: h10 bootloaderinstallation: fixed wrong OF.mi4 name for dualboot.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16264 a1c6a512-1295-4272-9138-f99709370657
2008-02-10 11:42:17 +00:00
Dominik Wenger
683da04ce4
rbutil: tts and encoders: preparation for cli interface. installers: make sure all installers correctly emit a done signal.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16255 a1c6a512-1295-4272-9138-f99709370657
2008-02-09 18:58:14 +00:00
Dominik Wenger
5e1fbffc61
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16249 a1c6a512-1295-4272-9138-f99709370657
2008-02-09 12:28:12 +00:00
Dominik Riebeling
c789f3a8a2
Save the internal name for tts / encoder in the configuration file, not the displayed nice name. Additionally, kill a few warnings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16233 a1c6a512-1295-4272-9138-f99709370657
2008-02-06 21:51:35 +00:00
Dominik Riebeling
cd31193948
display paths using the native delimiters on the main widget.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16232 a1c6a512-1295-4272-9138-f99709370657
2008-02-06 21:06:24 +00:00
Dominik Riebeling
f67dcf0164
Add some accelerator keys to the Actions menu.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16228 a1c6a512-1295-4272-9138-f99709370657
2008-02-05 19:42:07 +00:00
Dominik Riebeling
e400010eda
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16210 a1c6a512-1295-4272-9138-f99709370657
2008-02-03 20:04:34 +00:00
Dominik Riebeling
e686f17ec1
Use the correct value when getting the encoder options from the config file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16206 a1c6a512-1295-4272-9138-f99709370657
2008-02-03 12:38:59 +00:00
Dominik Riebeling
c5b8a7b45d
Redo my previous segfault fix in a better way.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16205 a1c6a512-1295-4272-9138-f99709370657
2008-02-03 11:49:29 +00:00
Dominik Riebeling
5a38f3e9de
If getting the required files for voice file creation fails abort log window.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16204 a1c6a512-1295-4272-9138-f99709370657
2008-02-03 11:45:35 +00:00
Dominik Riebeling
91a503b23e
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16202 a1c6a512-1295-4272-9138-f99709370657
2008-02-02 21:34:39 +00:00
Dominik Riebeling
51f6fb56f1
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16201 a1c6a512-1295-4272-9138-f99709370657
2008-02-02 17:28:42 +00:00
Dominik Wenger
2d98607b36
rbutil: fix a bug in rbsettings: FS#8512 by Sander Knopper. Also remove a warning in encodersgui.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16185 a1c6a512-1295-4272-9138-f99709370657
2008-01-30 19:46:02 +00:00
Dominik Wenger
0c66bdb2b0
rbutil: fix a bug in the new settings object. Seperate the config gui from tts and encoders. (in preparation for cli interface).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16183 a1c6a512-1295-4272-9138-f99709370657
2008-01-29 21:54:43 +00:00
Dominik Riebeling
ccd8f6cd84
fix sansapatcher mingw build prerequisites.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16173 a1c6a512-1295-4272-9138-f99709370657
2008-01-26 22:19:27 +00:00
Dominik Wenger
3a54c9b58d
rbtutil: introduce a RbSettings class help code reuse, and minimises duplicated code.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16159 a1c6a512-1295-4272-9138-f99709370657
2008-01-25 00:12:25 +00:00
Dominik Riebeling
3d63b23382
add missing include
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16157 a1c6a512-1295-4272-9138-f99709370657
2008-01-24 20:02:40 +00:00
Dominik Wenger
df6c5f414f
rbutil: introduce a util function to get the systemproxy, for better reuse.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16150 a1c6a512-1295-4272-9138-f99709370657
2008-01-23 21:54:40 +00:00
Dominik Wenger
70362ee16f
rbutil: lupdate on all languages, updated german lang.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16121 a1c6a512-1295-4272-9138-f99709370657
2008-01-20 21:20:14 +00:00
Dominik Wenger
4e8d61442d
add Manifests to rbutil, sansapatcher and e200rpatcher to gain needed rights on windows vista.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16120 a1c6a512-1295-4272-9138-f99709370657
2008-01-20 21:19:37 +00:00
Dominik Wenger
45f733e12b
rbutil: correct some UI texts, and made the rbspeex config dialog a bit nicer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16115 a1c6a512-1295-4272-9138-f99709370657
2008-01-20 12:42:26 +00:00
Dominik Wenger
6b5780dae3
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16111 a1c6a512-1295-4272-9138-f99709370657
2008-01-19 18:33:33 +00:00
Dominik Wenger
62f7f9e550
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)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16075 a1c6a512-1295-4272-9138-f99709370657
2008-01-13 13:51:33 +00:00
Dominik Riebeling
d37c622630
fix abort button when rockbox-info.txt is not available.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16072 a1c6a512-1295-4272-9138-f99709370657
2008-01-13 11:53:06 +00:00
Dominik Wenger
9f686700d4
rbutil: added creation of voice files with rbutil.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16059 a1c6a512-1295-4272-9138-f99709370657
2008-01-11 23:59:12 +00:00
Dominik Wenger
43bc13e4b2
rbutil: Updated german translation. (also lupdate on all translations)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16008 a1c6a512-1295-4272-9138-f99709370657
2008-01-06 22:50:46 +00:00
Dominik Wenger
3e252cbe67
rbutil: turkish translation by Mehmet Ş. Çatalbaş (baratrion) FS#8407
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16007 a1c6a512-1295-4272-9138-f99709370657
2008-01-06 22:06:13 +00:00
Dominik Riebeling
919caf0208
allow building ipodpatcher / sansapatcher with MinGW.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16003 a1c6a512-1295-4272-9138-f99709370657
2008-01-06 11:55:55 +00:00
Dominik Riebeling
9d482ebb6c
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15962 a1c6a512-1295-4272-9138-f99709370657
2007-12-23 10:11:51 +00:00
Dominik Riebeling
01a8a7f7af
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15949 a1c6a512-1295-4272-9138-f99709370657
2007-12-17 21:35:25 +00:00
Nicolas Pennequin
646d39ec4e
Accept two rbutil patches by Clemens Werther:
...
* FS#8336: make rbutil compile on non-windows machines
* FS#8337: change target link for the "help" menu item
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15945 a1c6a512-1295-4272-9138-f99709370657
2007-12-16 18:56:45 +00:00
Dominik Riebeling
651179ca13
add some missing abort button changes and call processEvents a bit more often
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15943 a1c6a512-1295-4272-9138-f99709370657
2007-12-16 10:20:56 +00:00
Dominik Riebeling
4a2a45f400
add a custom rule for building librbspeex prior to building rbutil.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15936 a1c6a512-1295-4272-9138-f99709370657
2007-12-15 15:36:40 +00:00
Dominik Wenger
2ab4636e95
rbutil: make the sapi voice script builtin.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15933 a1c6a512-1295-4272-9138-f99709370657
2007-12-15 13:48:42 +00:00
Dominik Wenger
bebddd42c2
rbutil: reworked configuration of TTS engines to the new Style.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15932 a1c6a512-1295-4272-9138-f99709370657
2007-12-15 13:13:57 +00:00
Thom Johansen
1e489e53b8
Change some defaults and give settings widgets better properties.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15931 a1c6a512-1295-4272-9138-f99709370657
2007-12-15 09:47:34 +00:00
Dominik Wenger
fb70493f80
rbutil: Fix broken voice file urls for a few targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15929 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 22:29:18 +00:00
Dominik Wenger
ed33c89f9f
rbutil: ups again, more missing files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15928 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 20:09:44 +00:00
Dominik Wenger
37113e69df
rbutil: Oops, the missing ui file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15927 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 20:06:39 +00:00
Dominik Wenger
f5c695b43f
rbutil: added a button into talkfile dialog, to directly jump to config of tts and enc.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15926 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 19:49:11 +00:00
Dominik Wenger
815504b449
rbutil: added builtin rbspeex encoder. Reworked encoder configuration.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15925 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 19:26:54 +00:00
Dominik Wenger
4ce8fbef30
rbutilqt: added support for rbspeex encoder as external executable.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15863 a1c6a512-1295-4272-9138-f99709370657
2007-12-01 11:41:52 +00:00
Dave Chapman
658747827f
Add some brief instructions to compile sansapatcher
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15847 a1c6a512-1295-4272-9138-f99709370657
2007-11-29 17:39:59 +00:00
Barry Wardell
fd52fd78cf
Bump version for release.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15728 a1c6a512-1295-4272-9138-f99709370657
2007-11-20 23:37:22 +00:00
Magnus Holmgren
8a7c0eee8a
Hopefully fix Ipod bootloader installation on Windows with RbUtilQt, without breaking ipodpatcher. I don't have any Ipod to test with, but the change is easy to revert.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15498 a1c6a512-1295-4272-9138-f99709370657
2007-11-06 19:28:14 +00:00
Dominik Wenger
e96fe7f256
rbutilQt: bump version to 1.0.3 in preparation for a new release.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15488 a1c6a512-1295-4272-9138-f99709370657
2007-11-05 21:27:46 +00:00
Magnus Holmgren
5e37895bac
RbUtilQt: Make Sansa bootloader installation work on Windows. (Compiler warnings _are_ useful. :)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15386 a1c6a512-1295-4272-9138-f99709370657
2007-10-31 18:29:38 +00:00
Barry Wardell
4991cd377e
Bump version for release
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15227 a1c6a512-1295-4272-9138-f99709370657
2007-10-20 19:12:16 +00:00
Barry Wardell
d46cf97024
Support database rebuild disabling when USB is connected for all e200 OF versions. Some people may have to update the OF (to any version they want) using sansapatcher before it will work. This just ensures that the NVPARAMS are in a good state and we can be sure where to look for the rebuild flag.The c200 OF doesn't reboot before rebuilding the database, so our trick won't ever work there.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15225 a1c6a512-1295-4272-9138-f99709370657
2007-10-20 17:08:41 +00:00
Barry Wardell
45b830d09e
Set svn keywords.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15224 a1c6a512-1295-4272-9138-f99709370657
2007-10-20 16:00:31 +00:00
Barry Wardell
f4d39b3289
Handy script for packaging rbutil on OS X
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15220 a1c6a512-1295-4272-9138-f99709370657
2007-10-20 11:48:57 +00:00
Dominik Riebeling
152f405cce
Small clarification.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15215 a1c6a512-1295-4272-9138-f99709370657
2007-10-19 22:49:06 +00:00
Dominik Riebeling
80ad919e26
make the dialog box asking about replacing an up-to-date bootloader less confusing.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15214 a1c6a512-1295-4272-9138-f99709370657
2007-10-19 22:41:47 +00:00
Dominik Wenger
f697158de1
rbutil: fix the complete installation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15213 a1c6a512-1295-4272-9138-f99709370657
2007-10-19 22:17:52 +00:00
Dominik Wenger
04f1eaf4f0
rbutil: try to fix all Bugs from FS#7982 in the talkfile creation. Additionally fix the positon of the _dirname.talk file and uninstallation of talkfiles.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15212 a1c6a512-1295-4272-9138-f99709370657
2007-10-19 21:49:07 +00:00
Dominik Riebeling
7189d24cd8
Bump version to 1.0.2 for new rbutil release.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15190 a1c6a512-1295-4272-9138-f99709370657
2007-10-18 17:48:27 +00:00
Dominik Riebeling
7bcfa84c4a
Don't check for external rbutil.ini anymore -- doing so didn't gave a real benefit but caused trouble instead. The file is built-in anyway.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15174 a1c6a512-1295-4272-9138-f99709370657
2007-10-17 22:32:31 +00:00
Dominik Riebeling
28936603be
When portable installation is finished set progress value to 100%.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15154 a1c6a512-1295-4272-9138-f99709370657
2007-10-16 21:30:13 +00:00
Barry Wardell
080889a135
Add support for installing/replacing the bootloader in the PPBL section of the firmware partition. Allows installation of the Rockbox bootloader in place of the Sandisk one. This expects a plain bootloader binary with no header. Our Rockbox bootloader successfully boots both Rockbox and the OF when installed in this way. This makes it easy to get to a state where e200tool is required, so care is advised.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15108 a1c6a512-1295-4272-9138-f99709370657
2007-10-14 18:09:40 +00:00
Barry Wardell
a0f15c64ba
Add an icon and version text for the OS X bundle.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15098 a1c6a512-1295-4272-9138-f99709370657
2007-10-13 17:43:12 +00:00
Barry Wardell
b5e7261dba
FS#7913: mountpoint resolving on OS X.
...
Also, make rbutil build again for OS X and add /usr/local to the lib and include paths since that is most likely where libusb will be.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15096 a1c6a512-1295-4272-9138-f99709370657
2007-10-13 16:26:38 +00:00
Dominik Riebeling
abd8c39a4d
Code police and simplify function a bit.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15089 a1c6a512-1295-4272-9138-f99709370657
2007-10-12 16:54:51 +00:00
Dominik Riebeling
79d358baca
Add new "actions" menu which allows accessing the install / uninstall actions from the menu. Manual and Info tab are still missing from the menu.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15088 a1c6a512-1295-4272-9138-f99709370657
2007-10-12 16:19:35 +00:00
Dominik Wenger
611f2bc77a
rbutil: add options to create .talk files only for Folders or only for Files or for Both.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15087 a1c6a512-1295-4272-9138-f99709370657
2007-10-12 15:52:04 +00:00
Dominik Riebeling
983409383f
Fix a crash when trying to download the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15086 a1c6a512-1295-4272-9138-f99709370657
2007-10-12 06:42:00 +00:00
Barry Wardell
40f5bb3702
Bump version for new release with fixed OF loading on e200.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15075 a1c6a512-1295-4272-9138-f99709370657
2007-10-11 09:43:24 +00:00
Dominik Riebeling
fe64bf2d02
Add names for the buttons in the Quick Start tab.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15037 a1c6a512-1295-4272-9138-f99709370657
2007-10-08 20:36:52 +00:00
Dominik Riebeling
2b2c536895
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15028 a1c6a512-1295-4272-9138-f99709370657
2007-10-07 21:47:49 +00:00
Dominik Riebeling
22cf8adf01
Use i10n for numbers using QLocale.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15027 a1c6a512-1295-4272-9138-f99709370657
2007-10-07 21:26:53 +00:00
Dominik Riebeling
25441b396d
When changing cache path update the size information.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15022 a1c6a512-1295-4272-9138-f99709370657
2007-10-07 18:02:54 +00:00
Dominik Riebeling
ed96797731
Oops, I should not add typos to weblinks.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14986 a1c6a512-1295-4272-9138-f99709370657
2007-10-04 22:17:45 +00:00
Dominik Riebeling
43d577e0f3
When detecting a macpod cancel bootloader installation. Add a link to IpodConverstionToFAT32 wiki page.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14985 a1c6a512-1295-4272-9138-f99709370657
2007-10-04 22:14:01 +00:00
Dominik Riebeling
b11b4704b9
Small typographic enhancements.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14944 a1c6a512-1295-4272-9138-f99709370657
2007-10-01 21:53:33 +00:00
Dominik Riebeling
00db400819
Fix typo.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14925 a1c6a512-1295-4272-9138-f99709370657
2007-09-30 20:20:25 +00:00
Dominik Riebeling
84b865afa6
mntent.h should only be used on linux, not os x.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14902 a1c6a512-1295-4272-9138-f99709370657
2007-09-29 12:15:31 +00:00
Nicolas Pennequin
c0e34fad91
Updated french translation for rbutilqt.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14892 a1c6a512-1295-4272-9138-f99709370657
2007-09-28 19:55:10 +00:00
Dominik Riebeling
5321711dd9
The archos website fooled me by providing a wrong download, no need for that extended check. Thanks to amiconn for the clarification.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14870 a1c6a512-1295-4272-9138-f99709370657
2007-09-27 18:01:12 +00:00
Dominik Riebeling
5353473b72
Fix a warning.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14867 a1c6a512-1295-4272-9138-f99709370657
2007-09-27 08:53:08 +00:00
Dominik Riebeling
ddbb751425
Add parsing of ajbrec.ajz file header for autodetection. All archos targets should now be detectable. Fix a stupid bug in file-based detection.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14865 a1c6a512-1295-4272-9138-f99709370657
2007-09-27 08:50:47 +00:00
Dominik Riebeling
d2560a20d7
Oops, missed that when changing the default proxy to system ...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14832 a1c6a512-1295-4272-9138-f99709370657
2007-09-23 16:34:48 +00:00
Dominik Riebeling
8431da1fff
Give the configuration dialog its old size back and make sure to always start at the Device tab.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14830 a1c6a512-1295-4272-9138-f99709370657
2007-09-23 15:26:27 +00:00
Dominik Wenger
f79fbc1936
rbutil: added swift tts engine.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14829 a1c6a512-1295-4272-9138-f99709370657
2007-09-23 14:02:29 +00:00
Dominik Wenger
acc70ec58d
rbutil: added support for talkfile creation with the rockbox sapi_voice.vbs script. Also let the configure dialog remember options and paths for different tts and encoders.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14828 a1c6a512-1295-4272-9138-f99709370657
2007-09-23 13:35:45 +00:00
Dominik Riebeling
74154436a5
w32: implement "system proxy" settings. This uses the IE setting by reading its values from the registry. Make system proxy the default value if no configuration file is found.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14827 a1c6a512-1295-4272-9138-f99709370657
2007-09-23 13:12:34 +00:00