summaryrefslogtreecommitdiff
path: root/rbutil
AgeCommit message (Collapse)Author
2009-10-13Add the left brace again that was unintentionally lost.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23165 a1c6a512-1295-4272-9138-f99709370657
2009-10-13Fix building Rockbox Utility when using newer versions of libspeex.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23164 a1c6a512-1295-4272-9138-f99709370657
2009-10-13rbutil: rework and rename the "dont overwrite talkfiles" option so it really ↵Dominik Wenger
generates only new Talkfiles. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23162 a1c6a512-1295-4272-9138-f99709370657
2009-10-13rbutil: split tts.cpp/h into individual files.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23158 a1c6a512-1295-4272-9138-f99709370657
2009-10-13Fix Nano2G bootloader installation - no longer assume that the OSOS image is ↵Dave Chapman
the first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23154 a1c6a512-1295-4272-9138-f99709370657
2009-10-13rbutil: YH820 Unstable supportRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23153 a1c6a512-1295-4272-9138-f99709370657
2009-10-13ipodpatcher and rbutil support for the Nano2G - FS#10609 with a few further ↵Dave Chapman
changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23142 a1c6a512-1295-4272-9138-f99709370657
2009-10-12rbutil: store the voice language in the correct setting.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23141 a1c6a512-1295-4272-9138-f99709370657
2009-10-11mkamsboot: allow the version string to be overridden from the commandline - ↵Dave Chapman
e.g. "make APPVERSION=v1.1 mkamsboot". git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23097 a1c6a512-1295-4272-9138-f99709370657
2009-10-10Rework configuration dialog for TTS / Encoder values.Dominik Riebeling
The generated dialogs for encoder and TTS configuration didn't scale well and were missing icons. Use a grid layout so buttons are aligned properly now, remove the fixed width for buttongs (which breaks immediately if a label text is getting too long, especially when using a translation). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23075 a1c6a512-1295-4272-9138-f99709370657
2009-10-10Don't put the complete HTML source in the trace when checking for a new ↵Dominik Riebeling
version. The recognized filenames is enough. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23071 a1c6a512-1295-4272-9138-f99709370657
2009-10-10mkamsboot: support Fuze OF v 1.02.28Rafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23067 a1c6a512-1295-4272-9138-f99709370657
2009-10-09Update german rbutil translation.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23052 a1c6a512-1295-4272-9138-f99709370657
2009-10-09mkamsboot: build and package (dmg) an universal OSX binaryRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23034 a1c6a512-1295-4272-9138-f99709370657
2009-10-08Add Czech translation to the resources too.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23018 a1c6a512-1295-4272-9138-f99709370657
2009-10-08Czech translation for Rockbox Utility (FS#10662 by Pavel Rzehák).Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23017 a1c6a512-1295-4272-9138-f99709370657
2009-10-08If available, use the systems libspeex when linking rbspeex(enc|dec) and ↵Dominik Riebeling
rbutil dynamically. This is similar to FS#9233 but utilizes pkg-config. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23016 a1c6a512-1295-4272-9138-f99709370657
2009-10-08Don't warn if the archive has to be created.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23013 a1c6a512-1295-4272-9138-f99709370657
2009-10-05Add some more options to rbutil deploy script.Dominik Riebeling
- Allow building the source tarball only - Allow building the binary only - Allow building the binary dynamically linked. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22964 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Add command line option for adding additional files to the build folder.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22928 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Rework rbutil deployment script.Dominik Riebeling
- When building from trunk or a tag, retrieve the sources to build from svn. - Create a source archive as well. - Default to building from trunk instead of using a local source copy. - Disable creation of a source tarball when building from a local source tree. - Build in the systems temporary folder when building with sources from svn. - Display a short summary of the files created on success. - Disable the use of ccache when building. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22923 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Add config option to disable ccache during build.Dominik Riebeling
When building releases in a temporary folder using ccache doesn't help, as the path of the source files is also used for identification. Disabling ccache makes it not cache objects that are likely to be never needed again (i.e. the next build will use a different file). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22922 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Add command line option to specify project file for deploying out-of-tree.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22898 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Handle which not returning anything when searching for qmake.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22895 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Refactor rbutil deploy script.Dominik Riebeling
- refactor some duplicated code. - fix a wrong exit() call. - improve build failure detection and abort on errors instead of going on. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22894 a1c6a512-1295-4272-9138-f99709370657
2009-09-25Clean up a few source strings.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22833 a1c6a512-1295-4272-9138-f99709370657
2009-09-25Add special handling for ipodvideo64mb when detecting the player via ↵Dominik Riebeling
rockbox-info.txt. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22831 a1c6a512-1295-4272-9138-f99709370657
2009-09-25Query RAM size when scanning for Ipods. Return the target string for Video ↵Dominik Riebeling
64MB when apropriate amount of RAM is detected. Makes Rockbox Utility detect it correctly for first time installs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22829 a1c6a512-1295-4272-9138-f99709370657
2009-09-23rbutil: correct url to samsung bootloaders.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22806 a1c6a512-1295-4272-9138-f99709370657
2009-09-23Samsung YH920 & YH925 are in the unstable categoryRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22804 a1c6a512-1295-4272-9138-f99709370657
2009-09-23rbutil: correct dependencies by setting DEPENDPATH.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22803 a1c6a512-1295-4272-9138-f99709370657
2009-09-20Always format error message using ANSI functions to get rid of type-punning ↵Dominik Riebeling
when building with rbutil. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22759 a1c6a512-1295-4272-9138-f99709370657
2009-09-20Substract the correct number of minutes when calculating the durations ↵Dominik Riebeling
seconds part. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22752 a1c6a512-1295-4272-9138-f99709370657
2009-09-20Fix short version of qmake command option. Add display of building time.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22751 a1c6a512-1295-4272-9138-f99709370657
2009-09-20rbutil: bump version in preparation for release.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22749 a1c6a512-1295-4272-9138-f99709370657
2009-09-19rbutil: mark e200v2 and fuze as unstable.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22743 a1c6a512-1295-4272-9138-f99709370657
2009-09-19rbutil: dont output a error if rbutil follows a http redirect.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22739 a1c6a512-1295-4272-9138-f99709370657
2009-09-18rbutil: check for new Versions at startup.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22734 a1c6a512-1295-4272-9138-f99709370657
2009-09-16rbutil: change some more URLs to match new locations.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22713 a1c6a512-1295-4272-9138-f99709370657
2009-09-16rbutil: fix URL to the font pack.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22706 a1c6a512-1295-4272-9138-f99709370657
2009-09-16rbutil: fix URL to build-info for dailies and releases. And hide targets ↵Dominik Wenger
which are not in the stable or unstable category. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22705 a1c6a512-1295-4272-9138-f99709370657
2009-09-14Fix ccpmp.bin backup in ChinaChippatcher (thanks to Aaron DeMille)Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22699 a1c6a512-1295-4272-9138-f99709370657
2009-09-06rbutil: correct several name entrys in the rbutil.ini file.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22640 a1c6a512-1295-4272-9138-f99709370657
2009-09-05Make mkamsboot Makefile operate silent per default.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22629 a1c6a512-1295-4272-9138-f99709370657
2009-09-04rbutil: modify buildsystem so you can build outside of the rbutilqt ↵Dominik Wenger
directoy. (similar to the normal buildsystem). Attention: Spaces in the path will cause errors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22624 a1c6a512-1295-4272-9138-f99709370657
2009-09-04Explicitly set CC to prevent make trying to use cc instead. Fixes build ↵Dominik Riebeling
issues on w32. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22623 a1c6a512-1295-4272-9138-f99709370657
2009-08-30rbutil: correct debug output.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22563 a1c6a512-1295-4272-9138-f99709370657
2009-08-30rbutil: correct usb-id reading on windows.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22562 a1c6a512-1295-4272-9138-f99709370657
2009-08-29rbutil: dont write logfile if user aborts filename selection.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22544 a1c6a512-1295-4272-9138-f99709370657
2009-08-23rbutil: add a option to ignore specific files for .talk file generation.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22478 a1c6a512-1295-4272-9138-f99709370657