summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/rbutilqt.pro
AgeCommit message (Collapse)Author
2009-03-27rbutil: commit FS#9983 by Delyan Kratunov. It adds support for the Festival ↵Dominik Wenger
TTS on Linux. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20559 a1c6a512-1295-4272-9138-f99709370657
2009-01-07Portuguese translation for Rockbox Utility (FS#9702 by Rui Araújo).Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19710 a1c6a512-1295-4272-9138-f99709370657
2008-10-24Make Detect::check() return an error string instead of a boolean result and ↵Dominik Riebeling
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-24Make uninstallation class use QtCore instead of QtGui -- it doesn't use any ↵Dominik Riebeling
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-12Separate basic functionality from GUI parts by moving it into a separate ↵Dominik Riebeling
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-05Move rbutil translations into a subfolder.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18713 a1c6a512-1295-4272-9138-f99709370657
2008-09-28Completely rework the bootloader installation class:Dominik Riebeling
- 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-11Fix missing line continue character in project file.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18495 a1c6a512-1295-4272-9138-f99709370657
2008-09-11rbutil: commit japanese translation by Yoshihisa Uchida.(FS#9393)Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18493 a1c6a512-1295-4272-9138-f99709370657
2008-09-08rbutil: commit FS#9382 Hebrew translation by Tomer Shalev.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18465 a1c6a512-1295-4272-9138-f99709370657
2008-09-02commit FS#9355 by Alexander Spyridakis. Greek translation for rbutil.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18384 a1c6a512-1295-4272-9138-f99709370657
2008-08-31Let qmake check the Qt version and error out if its too old. Useful if you ↵Dominik Riebeling
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-07-20Extend rbspeex Makefile to allow easier building a universal binary needed ↵Dominik Riebeling
for rbutil. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18103 a1c6a512-1295-4272-9138-f99709370657
2008-07-14Finnish translation for rbutil by Jani Hyytiäinen (FS#9192).Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18036 a1c6a512-1295-4272-9138-f99709370657
2008-07-09rbutil/rbspeex: alway run make clean before building librbspeex for a ↵Dominik Wenger
specific arch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18005 a1c6a512-1295-4272-9138-f99709370657
2008-07-09rbutil/rbspeex fix some small mistakes.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18004 a1c6a512-1295-4272-9138-f99709370657
2008-07-09rbutil: use rbspeex new Makefile commands to build a universal lib on mac.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18003 a1c6a512-1295-4272-9138-f99709370657
2008-07-09rbutil: first fix to build a universal binary on mac.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17998 a1c6a512-1295-4272-9138-f99709370657
2008-07-06When building static, add "." to the library include path so libusb.a can be ↵Dominik Riebeling
placed in the build folder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17967 a1c6a512-1295-4272-9138-f99709370657
2008-06-30rbutil: add a "make dmg" target to build a dmg file on macDominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17890 a1c6a512-1295-4272-9138-f99709370657
2008-06-27rbutil: move some detecting code, to make detecing things nicerDominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17813 a1c6a512-1295-4272-9138-f99709370657
2008-06-25RBUtil: 1) Add Dutch languageMaurus Cuelenaere
2) Update other languages with lupdate git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17792 a1c6a512-1295-4272-9138-f99709370657
2008-06-24Move language resources to a separate file. Only build and include langs ↵Dominik Riebeling
when building release version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17787 a1c6a512-1295-4272-9138-f99709370657
2008-06-21Add System Info screen showing some values that could be helpful in case of ↵Dominik Riebeling
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-15add "tags" rule to create ctags file.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17726 a1c6a512-1295-4272-9138-f99709370657
2008-05-24Let qmake generate an install Makefile target to install the binary. Doesn't ↵Dominik Riebeling
handle translations yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17623 a1c6a512-1295-4272-9138-f99709370657
2008-05-17Make the call to link libusb statically nicer.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17555 a1c6a512-1295-4272-9138-f99709370657
2008-05-10rbutil: Detect if Rockbox is already installed, and allow Backup bevor ↵Dominik Wenger
installing a new build. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17440 a1c6a512-1295-4272-9138-f99709370657
2008-04-06create an UnZip derived class for zip file extraction to allow showing ↵Dominik Riebeling
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-03-28Rename InstallProgress form to ProgressLogger as it's a generic logger ↵Dominik Riebeling
window now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16865 a1c6a512-1295-4272-9138-f99709370657
2008-02-23Make rbutil compile on OSX 10.5Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16398 a1c6a512-1295-4272-9138-f99709370657
2008-02-21When building a static linux binary link libusb static.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16363 a1c6a512-1295-4272-9138-f99709370657
2008-02-02Don't overwrite the build pretarget libspeex with lrelease. Make sure to use ↵Dominik Riebeling
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-01-29rbutil: fix a bug in the new settings object. Seperate the config gui from ↵Dominik Wenger
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-25rbtutil: introduce a RbSettings class help code reuse, and minimises ↵Dominik Wenger
duplicated code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16159 a1c6a512-1295-4272-9138-f99709370657
2008-01-19rbutilqt: made the sapi TTS more configurable, you can now select a specific ↵Dominik Wenger
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-11rbutil: added creation of voice files with rbutil.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16059 a1c6a512-1295-4272-9138-f99709370657
2008-01-06rbutil: turkish translation by Mehmet Ş. Çatalbaş (baratrion) FS#8407Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16007 a1c6a512-1295-4272-9138-f99709370657
2007-12-17move w32-specific resources to a separate file to prevent building them on ↵Dominik Riebeling
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-16Accept two rbutil patches by Clemens Werther:Nicolas Pennequin
* 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-15add a custom rule for building librbspeex prior to building rbutil.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15936 a1c6a512-1295-4272-9138-f99709370657
2007-12-15rbutil: make the sapi voice script builtin.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15933 a1c6a512-1295-4272-9138-f99709370657
2007-12-15rbutil: reworked configuration of TTS engines to the new Style.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15932 a1c6a512-1295-4272-9138-f99709370657
2007-12-14rbutil: added builtin rbspeex encoder. Reworked encoder configuration. Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15925 a1c6a512-1295-4272-9138-f99709370657
2007-10-13Add an icon and version text for the OS X bundle.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15098 a1c6a512-1295-4272-9138-f99709370657
2007-10-13FS#7913: mountpoint resolving on OS X.Barry Wardell
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-09-23w32: add USB autodetection based on PID / VID values.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14826 a1c6a512-1295-4272-9138-f99709370657
2007-09-15Fix a qmake warning caused by some invisible character.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14710 a1c6a512-1295-4272-9138-f99709370657
2007-09-14If caching is disabled, still cache theme info and images in a temporary ↵Antoine Cellerier
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-14Device detection based on USB PIDs. This is currently linux only and ↵Dominik Riebeling
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