summaryrefslogtreecommitdiff
path: root/rbutil
AgeCommit message (Collapse)Author
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
2009-08-23rbutil: fix festival tts handling.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22477 a1c6a512-1295-4272-9138-f99709370657
2009-08-22rbutil: also remove the target-id from the onda targets.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22464 a1c6a512-1295-4272-9138-f99709370657
2009-08-22rbutil: use target-id from rockbox-info.txt and remove it from rbutil.iniDominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22463 a1c6a512-1295-4272-9138-f99709370657
2009-08-21Rockbox Utility: fix some typos in Dutch translationMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22460 a1c6a512-1295-4272-9138-f99709370657
2009-08-21Rockbox Utility: make chinachippatch translateable + update Dutch translationMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22450 a1c6a512-1295-4272-9138-f99709370657
2009-08-16* Onda VX747/VX767: fix target_id & MODEL_NUMBERMaurus Cuelenaere
* Add support to Rockbox Utility for Onda VX747+ & VX777 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22359 a1c6a512-1295-4272-9138-f99709370657
2009-08-16Rockbox Utility: add preliminary support for installing the bootloader (+ ↵Maurus Cuelenaere
dual boot) on ChinaChip targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22356 a1c6a512-1295-4272-9138-f99709370657
2009-08-16Add Save icon and add a note to the about dialog about the origin of the ↵Dominik Riebeling
icons. Should have been there much earlier ... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22353 a1c6a512-1295-4272-9138-f99709370657
2009-08-15Improve notification about unsupported players.Dominik Riebeling
- Display the name of a detected unsupported player when running autodetection from the configuration window. - Extend the list of known-unsupported players. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22334 a1c6a512-1295-4272-9138-f99709370657
2009-08-15Fix up some USB IDs.Dominik Riebeling
- remove e200v2 and fuze IDs as incompatible since we now have support for those in rbutil. - fix swapped IDs for e200v2 and fuze - fix a typo. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22333 a1c6a512-1295-4272-9138-f99709370657
2009-08-15Set svn:executable property.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22332 a1c6a512-1295-4272-9138-f99709370657
2009-08-15Remove resolution from system configuration as it isn't used anymore.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22331 a1c6a512-1295-4272-9138-f99709370657