summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/rbutilqt.pro
AgeCommit message (Expand)AuthorFilesLines
2009-05-02Cleanup and un-gui ZipInstaller class:Dominik Riebeling1-2/+2
2009-04-29Move Settings class to base.Dominik Riebeling1-2/+2
2009-04-29rbutil: ups, forgot to update the .pro file.Dominik Wenger1-6/+6
2009-04-29rbutil: completely rework how tts and encoders are configured. (FS#10070)Dominik Wenger1-9/+4
2009-04-27Rename installzip.{cpp,h} to better reflect the actual class name.Dominik Riebeling1-2/+2
2009-03-31Rename ThemeInstall class files to actually match the class name.Dominik Riebeling1-3/+3
2009-03-27rbutil: commit FS#9983 by Delyan Kratunov. It adds support for the Festival T...Dominik Wenger1-0/+1
2009-01-07Portuguese translation for Rockbox Utility (FS#9702 by Rui Araújo).Dominik Riebeling1-1/+3
2008-10-24Make Detect::check() return an error string instead of a boolean result and m...Dominik Riebeling1-2/+2
2008-10-24Make uninstallation class use QtCore instead of QtGui -- it doesn't use any G...Dominik Riebeling1-2/+2
2008-10-12Separate basic functionality from GUI parts by moving it into a separate fold...Dominik Riebeling1-22/+23
2008-10-05Move rbutil translations into a subfolder.Dominik Riebeling1-10/+10
2008-09-28Completely rework the bootloader installation class:Dominik Riebeling1-16/+22
2008-09-11Fix missing line continue character in project file.Dominik Riebeling1-3/+3
2008-09-11rbutil: commit japanese translation by Yoshihisa Uchida.(FS#9393)Dominik Wenger1-0/+2
2008-09-08rbutil: commit FS#9382 Hebrew translation by Tomer Shalev.Dominik Wenger1-0/+2
2008-09-02commit FS#9355 by Alexander Spyridakis. Greek translation for rbutil.Dominik Wenger1-0/+2
2008-08-31Let qmake check the Qt version and error out if its too old. Useful if you ha...Dominik Riebeling1-0/+8
2008-07-20Extend rbspeex Makefile to allow easier building a universal binary needed fo...Dominik Riebeling1-12/+3
2008-07-14Finnish translation for rbutil by Jani Hyytiäinen (FS#9192).Dominik Riebeling1-0/+1
2008-07-09rbutil/rbspeex: alway run make clean before building librbspeex for a specifi...Dominik Wenger1-0/+1
2008-07-09rbutil/rbspeex fix some small mistakes.Dominik Wenger1-1/+1
2008-07-09rbutil: use rbspeex new Makefile commands to build a universal lib on mac.Dominik Wenger1-0/+13
2008-07-09rbutil: first fix to build a universal binary on mac.Dominik Wenger1-2/+2
2008-07-06When building static, add "." to the library include path so libusb.a can be ...Dominik Riebeling1-0/+1
2008-06-30rbutil: add a "make dmg" target to build a dmg file on macDominik Wenger1-0/+4
2008-06-27rbutil: move some detecting code, to make detecing things nicerDominik Wenger1-2/+4
2008-06-25RBUtil: 1) Add Dutch languageMaurus Cuelenaere1-0/+1
2008-06-24Move language resources to a separate file. Only build and include langs when...Dominik Riebeling1-1/+6
2008-06-21Add System Info screen showing some values that could be helpful in case of p...Dominik Riebeling1-4/+7
2008-06-15add "tags" rule to create ctags file.Dominik Riebeling1-0/+5
2008-05-24Let qmake generate an install Makefile target to install the binary. Doesn't ...Dominik Riebeling1-0/+4
2008-05-17Make the call to link libusb statically nicer.Dominik Riebeling1-4/+3
2008-05-10rbutil: Detect if Rockbox is already installed, and allow Backup bevor instal...Dominik Wenger1-2/+4
2008-04-06create an UnZip derived class for zip file extraction to allow showing progre...Dominik Riebeling1-2/+4
2008-03-28Rename InstallProgress form to ProgressLogger as it's a generic logger window...Dominik Riebeling1-1/+1
2008-02-23Make rbutil compile on OSX 10.5Barry Wardell1-0/+2
2008-02-21When building a static linux binary link libusb static.Dominik Riebeling1-1/+9
2008-02-02Don't overwrite the build pretarget libspeex with lrelease. Make sure to use ...Dominik Riebeling1-4/+4
2008-01-29rbutil: fix a bug in the new settings object. Seperate the config gui from tt...Dominik Wenger1-0/+4
2008-01-25rbtutil: introduce a RbSettings class help code reuse, and minimises duplicat...Dominik Wenger1-2/+4
2008-01-19rbutilqt: made the sapi TTS more configurable, you can now select a specific ...Dominik Wenger1-0/+6
2008-01-11rbutil: added creation of voice files with rbutil.Dominik Wenger1-5/+14
2008-01-06rbutil: turkish translation by Mehmet Ş. Çatalbaş (baratrion) FS#8407Dominik Wenger1-0/+2
2007-12-17move w32-specific resources to a separate file to prevent building them on ot...Dominik Riebeling1-8/+3
2007-12-16Accept two rbutil patches by Clemens Werther:Nicolas Pennequin1-1/+2
2007-12-15add a custom rule for building librbspeex prior to building rbutil.Dominik Riebeling1-0/+5
2007-12-15rbutil: make the sapi voice script builtin.Dominik Wenger1-0/+7
2007-12-15rbutil: reworked configuration of TTS engines to the new Style.Dominik Wenger1-3/+7
2007-12-14rbutil: added builtin rbspeex encoder. Reworked encoder configuration. Dominik Wenger1-4/+10