Dominik Riebeling
c9a4537d0e
Portuguese translation for Rockbox Utility (FS#9702 by Rui Araújo).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19710 a1c6a512-1295-4272-9138-f99709370657
2009-01-07 17:36:43 +00:00
Dominik Riebeling
b208000c36
Make Detect::check() return an error string instead of a boolean result and move the handling of an occurred error to the application to make detection Gui-clean. Move detect class to base folder.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18873 a1c6a512-1295-4272-9138-f99709370657
2008-10-24 22:31:07 +00:00
Dominik Riebeling
6371460172
Make uninstallation class use QtCore instead of QtGui -- it doesn't use any GUI elements. Move class to the QtCore-only base folder.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18872 a1c6a512-1295-4272-9138-f99709370657
2008-10-24 21:23:18 +00:00
Dominik Riebeling
f958717d43
Separate basic functionality from GUI parts by moving it into a separate folder. Some files still need to get cleaned up prior moving them too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18788 a1c6a512-1295-4272-9138-f99709370657
2008-10-12 19:21:58 +00:00
Dominik Riebeling
ab424ac11c
Move rbutil translations into a subfolder.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18713 a1c6a512-1295-4272-9138-f99709370657
2008-10-05 12:40:57 +00:00
Dominik Riebeling
197c24c5d3
Completely rework the bootloader installation class:
...
- create a base class and make derived classes for each installation type.
- sort installations by type, not by player model.
- remove duplicated code for iriver (de)scrambling functionality and use the functions inside of the tools folder directly -- we already do the same for rbspeex.
- make bootloader file backup optional and allow choosing a target location.
- clean up some wording and add some more guiding messages.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18657 a1c6a512-1295-4272-9138-f99709370657
2008-09-28 17:02:36 +00:00
Dominik Riebeling
eeaa3df7d8
Fix missing line continue character in project file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18495 a1c6a512-1295-4272-9138-f99709370657
2008-09-11 17:16:18 +00:00
Dominik Wenger
990d4d9c78
rbutil: commit japanese translation by Yoshihisa Uchida.(FS#9393)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18493 a1c6a512-1295-4272-9138-f99709370657
2008-09-11 15:48:54 +00:00
Dominik Wenger
5510c60f18
rbutil: commit FS#9382 Hebrew translation by Tomer Shalev.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18465 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 21:11:55 +00:00
Dominik Wenger
c6bcb35064
commit FS#9355 by Alexander Spyridakis. Greek translation for rbutil.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18384 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 16:22:31 +00:00
Dominik Riebeling
ca588afe51
Let qmake check the Qt version and error out if its too old. Useful if you have Qt3 and Qt4 installed and forget to pick the correct one.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18369 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 12:32:27 +00:00
Dominik Riebeling
fd61460c45
Extend rbspeex Makefile to allow easier building a universal binary needed for rbutil.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18103 a1c6a512-1295-4272-9138-f99709370657
2008-07-20 15:47:47 +00:00
Dominik Riebeling
3f830cb96b
Finnish translation for rbutil by Jani Hyytiäinen (FS#9192).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18036 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 16:21:48 +00:00
Dominik Wenger
145827d2a4
rbutil/rbspeex: alway run make clean before building librbspeex for a specific arch.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18005 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 22:10:09 +00:00
Dominik Wenger
c82511ab06
rbutil/rbspeex fix some small mistakes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18004 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 21:56:41 +00:00
Dominik Wenger
6bd961d6a5
rbutil: use rbspeex new Makefile commands to build a universal lib on mac.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18003 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 21:41:41 +00:00
Dominik Wenger
34216463be
rbutil: first fix to build a universal binary on mac.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17998 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 20:36:38 +00:00
Dominik Riebeling
341f831310
When building static, add "." to the library include path so libusb.a can be placed in the build folder.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17967 a1c6a512-1295-4272-9138-f99709370657
2008-07-06 19:46:48 +00:00
Dominik Wenger
58335f8724
rbutil: add a "make dmg" target to build a dmg file on mac
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17890 a1c6a512-1295-4272-9138-f99709370657
2008-06-30 14:39:21 +00:00
Dominik Wenger
7fb11a82a1
rbutil: move some detecting code, to make detecing things nicer
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17813 a1c6a512-1295-4272-9138-f99709370657
2008-06-27 21:53:22 +00:00
Maurus Cuelenaere
863106a4dc
RBUtil: 1) Add Dutch language
...
2) Update other languages with lupdate
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17792 a1c6a512-1295-4272-9138-f99709370657
2008-06-25 12:46:01 +00:00
Dominik Riebeling
ea7d0011bc
Move language resources to a separate file. Only build and include langs when building release version.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17787 a1c6a512-1295-4272-9138-f99709370657
2008-06-24 21:44:53 +00:00
Dominik Riebeling
1876a0bcf2
Add System Info screen showing some values that could be helpful in case of problems using rbutil. Most noteable is showing the permission level of the user on windows.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17736 a1c6a512-1295-4272-9138-f99709370657
2008-06-21 10:28:10 +00:00
Dominik Riebeling
e0f7b7a830
add "tags" rule to create ctags file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17726 a1c6a512-1295-4272-9138-f99709370657
2008-06-15 20:53:51 +00:00
Dominik Riebeling
bec0a59937
Let qmake generate an install Makefile target to install the binary. Doesn't handle translations yet.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17623 a1c6a512-1295-4272-9138-f99709370657
2008-05-24 16:57:40 +00:00
Dominik Riebeling
2e1e219025
Make the call to link libusb statically nicer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17555 a1c6a512-1295-4272-9138-f99709370657
2008-05-17 14:50:51 +00:00
Dominik Wenger
acccee479a
rbutil: Detect if Rockbox is already installed, and allow Backup bevor installing a new build.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17440 a1c6a512-1295-4272-9138-f99709370657
2008-05-10 17:53:15 +00:00
Dominik Riebeling
c3969ed4c5
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.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16993 a1c6a512-1295-4272-9138-f99709370657
2008-04-06 18:12:56 +00:00
Dominik Riebeling
c70f81ff93
Rename InstallProgress form to ProgressLogger as it's a generic logger window now.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16865 a1c6a512-1295-4272-9138-f99709370657
2008-03-28 17:30:37 +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
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 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
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 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 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
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
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
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
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
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
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
a1a4575740
w32: add USB autodetection based on PID / VID values.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14826 a1c6a512-1295-4272-9138-f99709370657
2007-09-23 10:34:28 +00:00
Dominik Riebeling
e4f8b95d53
Fix a qmake warning caused by some invisible character.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14710 a1c6a512-1295-4272-9138-f99709370657
2007-09-15 12:33:38 +00:00
Antoine Cellerier
554f0c3771
If caching is disabled, still cache theme info and images in a temporary directory (which will be deleted once rbutil is closed) to prevent downling them every time the theme selection changes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14704 a1c6a512-1295-4272-9138-f99709370657
2007-09-14 22:16:22 +00:00
Dominik Riebeling
fc25266440
Device detection based on USB PIDs. This is currently linux only and requires libusb. There is also no way to figure the mount point from the USB PID so the old methods are tried for this.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14698 a1c6a512-1295-4272-9138-f99709370657
2007-09-14 20:52:38 +00:00
Dominik Riebeling
9730ca8b12
Add chinese translation to rbutil by Xinlu Huang (FS#7697).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14690 a1c6a512-1295-4272-9138-f99709370657
2007-09-14 14:52:35 +00:00