summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/rbutil.ini
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Revert r30869 "Remove buildserver_modelname value."Dominik Riebeling1-0/+53
The buildserver_modelname is still in use, and the commit missed some parts on removal, causing segfaults on start. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30884 a1c6a512-1295-4272-9138-f99709370657
2011-10-30Remove buildserver_modelname value.Dominik Riebeling1-53/+0
Since changing the manual URL creation to be template based this value isn't used anymore. It's also pretty much the same as configure_modelname, so remove it completely. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30869 a1c6a512-1295-4272-9138-f99709370657
2011-10-30Rockbox Utility: Preliminary support for Clip Zip and Fuze+.Dominik Riebeling1-5/+38
Add as disabled targets with disabled bootloader support. As soon as they are available in the build system this will allow installing except for bootloaders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30863 a1c6a512-1295-4272-9138-f99709370657
2011-10-28Fix manual URL in Rockbox Utility (FS#12346)Dominik Riebeling1-7/+7
Targets with special case URL for the manual (i.e. targets that share the manual with another target, f.e. h100 series) have been forgotten during the target renaming. Update those names and convert the manual URL handling to be template based. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30848 a1c6a512-1295-4272-9138-f99709370657
2011-10-19Rockbox Utility: add GoGear SA9200 as disabled target.Dominik Riebeling1-0/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30807 a1c6a512-1295-4272-9138-f99709370657
2011-07-10Add USB ID for Ipod Nano 5G to list of incompatible devices.Dominik Riebeling1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30136 a1c6a512-1295-4272-9138-f99709370657
2011-05-07SAPI voice creating: add slovak to languages.Dominik Riebeling1-1/+2
Extend sapi_voice.vbs with slovak (FS#10904). Additionally add it to the list of supported languages in Rockbox Utility and fix the country code used for slovenscina (by myself). Author: Peter Lecky Flyspray: FS#10904 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29830 a1c6a512-1295-4272-9138-f99709370657
2011-04-02Use template pattern for genlang url.Dominik Riebeling1-1/+1
Instead of hard coding the query part of the genlang url store the full url as template and replace parts as done for other urls as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29669 a1c6a512-1295-4272-9138-f99709370657
2011-03-20Fix MTP detection only working on e200v1.Dominik Riebeling1-1/+1
Autodetection only showed an MTP device error for e200v1 and an unspecified error for all other players (except if the detected player is an Ipod, in which case the error indicates a WinPod). Consider all non-Ipod errors as MTP error. Fix wrong MTP USB ID for e200v1 which made that detection fail even for e200v1. Should fix FS#11563. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29621 a1c6a512-1295-4272-9138-f99709370657
2011-02-27Rockbox Utility voicefile generation: add Latvian to supported languages.Dominik Riebeling1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29436 a1c6a512-1295-4272-9138-f99709370657
2011-02-23Rockbox Utility: Move the USB ID for the HDD16x0 into the right place.Robert Menes1-3/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29385 a1c6a512-1295-4272-9138-f99709370657
2011-02-22Enable installation for the GoGear HDD16x0 and HDD63x0.Robert Menes1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29382 a1c6a512-1295-4272-9138-f99709370657
2011-02-04Replace list of languages with map.Dominik Riebeling1-38/+38
- Use ISO codes as keys for voice languages instead of enumeration. - Instead of trying to select a suitable voicefile language from the UI language use the ISO codes stored as UI language and match against the mapping. - Always store the selected UI language. Fixes the voicefile creation language lookup to fail if the language used is the system language. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29207 a1c6a512-1295-4272-9138-f99709370657
2011-02-01Fix sansac200v2 not showing up in device selection.Dominik Riebeling1-8/+9
When adding new targets it's necessary to also add them to the [platforms] section since that is used to determine which devices to show and in which order. Sort Sansa players while at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29184 a1c6a512-1295-4272-9138-f99709370657
2010-12-30Rockbox Utility: Add in support to install Rockbox on the PhilipsRobert Menes1-0/+28
GoGear HDD16x0, HDD18x0, and HDD63x0 series. Currently disabled for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28936 a1c6a512-1295-4272-9138-f99709370657
2010-12-09fix rbutil.ini entries for MPIOs as pointed out by Michael LeslieMarcin Bukat1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28781 a1c6a512-1295-4272-9138-f99709370657
2010-12-08Add MPIO HD300 to rbutil.iniMarcin Bukat1-0/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28779 a1c6a512-1295-4272-9138-f99709370657
2010-09-01Remove Ipod Video 64MB handling.Dominik Riebeling1-12/+1
Since the builds for the Ipod Video 32MB and 64MB are now unified there is no need to handle them separately in Rockbox Utility anymore. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27966 a1c6a512-1295-4272-9138-f99709370657
2010-07-29rbutil: c200v2Rafaël Carré1-0/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27621 a1c6a512-1295-4272-9138-f99709370657
2010-06-07Distinguish between release and current build when installing fonts.Dominik Riebeling1-1/+4
As with the voice file installation changed in r26637 the same issue exists for fonts. While the fonts package rarely changes and therefore this shouldn't have had a negative impact in the past use the correct font package anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26667 a1c6a512-1295-4272-9138-f99709370657
2010-06-06Sort rbutil.ini general section and rename voice_url for clarity.Dominik Riebeling1-8/+17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26638 a1c6a512-1295-4272-9138-f99709370657
2010-06-06Distinguish between release and current build when installing voice files.Dominik Riebeling1-2/+4
Check the installed Rockbox and install release voice file if a release is found. Fixes wrong voice file getting installed for releases, which especially showed up with the recent lang file cleanup. This is likely to be the cause for FS#11362. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26637 a1c6a512-1295-4272-9138-f99709370657
2010-06-06Transmit installed build revision and release version to theme site.Dominik Riebeling1-1/+1
To allow the theme site handling different versions of the theme syntax transmit the revision number and release number (whatever applies) to the server. A later update to the theme site can then return a theme list with themes compatible, and include the correct download links. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26625 a1c6a512-1295-4272-9138-f99709370657
2010-06-04rbutil: add mpio hd200 as disabled target (all untested)Dominik Wenger1-0/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26561 a1c6a512-1295-4272-9138-f99709370657
2010-06-02Move constructing the themes info download link to rbutil.ini.Dominik Riebeling1-0/+1
Instead of constructing the download link with fixed script name put a template into the system info file. That way changing the download link doesn't require changing the code anymore. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26495 a1c6a512-1295-4272-9138-f99709370657
2010-05-11rbutil: fix fuzev2 firmware filename. Thanks to kisak for spotting it.Dominik Wenger1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25955 a1c6a512-1295-4272-9138-f99709370657
2010-05-05rbutil: fix fuzev2 entry.Dominik Wenger1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25829 a1c6a512-1295-4272-9138-f99709370657
2010-05-05rbutil: add fuzev2Rafaël Carré1-0/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25824 a1c6a512-1295-4272-9138-f99709370657
2010-04-10Fix Ipod Mini manual.Dominik Riebeling1-2/+1
With r24009 the manual used for Ipod Mini was changed from 2G to 1G, resulting in Rockbox Utility not finding it anymore. Update manual name for both Minis. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25562 a1c6a512-1295-4272-9138-f99709370657
2010-03-31Add Gigabeat S to Rockbox Utility.Dominik Riebeling1-0/+12
This adds the Beast as disabled target. Note that bootloader installation isn't implemented yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25412 a1c6a512-1295-4272-9138-f99709370657
2010-03-25Packard Bell Vibe 500: correct the path to a proper one in rbutil (proper ↵Szymon Dziok1-1/+1
directory on the file server to the bootloader) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25335 a1c6a512-1295-4272-9138-f99709370657
2010-03-24adjust the bootloader paths to the changed locations.Dominik Wenger1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25326 a1c6a512-1295-4272-9138-f99709370657
2010-03-24add Packard Bell Vibe 500 to RBUtil.Szymon Dziok1-0/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25325 a1c6a512-1295-4272-9138-f99709370657
2010-03-24add clipv2 and clip+ to rbutil.Dominik Wenger1-0/+28
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25324 a1c6a512-1295-4272-9138-f99709370657
2010-02-02Disable D2 in rbutil as discussed in IRC.Dominik Riebeling1-0/+1
Bootloader installation for the D2 is still not end-user ready for the upcoming release. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24467 a1c6a512-1295-4272-9138-f99709370657
2010-01-29Adjust to the buildserver now using ipod4g instead of ipod4gray.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24372 a1c6a512-1295-4272-9138-f99709370657
2010-01-29Change several platform names to match configure names.Dominik Riebeling1-22/+22
Rbutil's (internal) platform names are now identical to the configure model names except for the cases where further differentiation is needed. In those cases the platform name is now the configure name with an additional postfix, separated by a dot. This makes it possible getting the configure name from the platform name. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24371 a1c6a512-1295-4272-9138-f99709370657
2010-01-24rbutil: rename a few more targets.Dominik Wenger1-15/+15
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24330 a1c6a512-1295-4272-9138-f99709370657
2010-01-21rbutil: mark e200v2 and fuze as stable (remove "Unstable")Rafaël Carré1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24305 a1c6a512-1295-4272-9138-f99709370657
2009-12-23Rename player sections to match the platform section.Dominik Riebeling1-42/+42
- The platforms section holds all players that should be considered as available. Correct mismatches. - Correct a couple of buildserver and configure modelnames that still used old values. Fixes several supported players not showing up in the configuration. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24101 a1c6a512-1295-4272-9138-f99709370657
2009-12-07Rename targets to be consistent in all places. (FS #10819). Take 2.Björn Stenberg1-29/+29
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23883 a1c6a512-1295-4272-9138-f99709370657
2009-11-22rbutilqt: activate Unstable Clip supportRafaël Carré1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23699 a1c6a512-1295-4272-9138-f99709370657
2009-11-01rbutil: Fix Cowon D2 bootloaderfile had no slash prefix.Tomer Shalev1-1/+1
Also remove filename itseld as it is not being considered. The output patched firmware filename is taken from the original firmware file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23468 a1c6a512-1295-4272-9138-f99709370657
2009-10-30Fix cowon D2 bootloader file pathTomer Shalev1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23430 a1c6a512-1295-4272-9138-f99709370657
2009-10-29rbutil: Update bootloader name for cowon d2Tomer Shalev1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23413 a1c6a512-1295-4272-9138-f99709370657
2009-10-29FS#10728 - Cowon D2: Add support for D2 in rbutilTomer Shalev1-1/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23410 a1c6a512-1295-4272-9138-f99709370657
2009-10-19Updated location of Gigabeat F/X bootloaderBjörn Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23257 a1c6a512-1295-4272-9138-f99709370657
2009-10-13rbutil: YH820 Unstable supportRafaël Carré1-2/+1
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 Chapman1-3/+11
changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23142 a1c6a512-1295-4272-9138-f99709370657
2009-09-23rbutil: correct url to samsung bootloaders.Dominik Wenger1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22806 a1c6a512-1295-4272-9138-f99709370657