summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-19Fix non-integer display_zoom for charcell.Frank Gevaerts
Change-Id: I2d41b5cc9cbceae05ba6cde4182896df9c5fb860
2012-06-19CHARCELL doesn't have sbs support, so disable it properly.Frank Gevaerts
This actually fixes a nullpointer dereference. Change-Id: Ie3e153d72bcacdce46bfe5a514ff77aebdfd7225
2012-06-19Filter LaTeX output for errors.Dominik Riebeling
Pipe the output of LaTeX through a Perl script and filter out information that is irrelevant in deciding if building the manual actually worked. Format errors in a similar way to gcc output to allow existing scripts catching it. Enabling verbose output during the make run will not remove parts of the output but only do some reflowing. The full log is always available in the manual subfolder. Change-Id: I15d35b4d3c73fafe2a4357168ca8ada51355f221 Reviewed-on: http://gerrit.rockbox.org/247 Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com> Tested-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
2012-06-19Change display_zoom from int to double.Frank Gevaerts
The main reason for this is to be able to downscale the sdl app, which when used for designing themes for android tends not to fit on laptop screens these days. Change-Id: Ib52731dbebcdd03a572be7754c157471165eb2df
2012-06-19brickmania: adapt to 96x96 screen of sansa clip zipBertrik Sikken
Change-Id: I298e989f4b1ae274eb9a28d97c453cc473609176
2012-06-19Fix link order of mkzenboot and usb_benchmark to make them compile with gcc ↵Bertrik Sikken
(Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Change-Id: I433a36074cacc4b0a97f88af5fe26d0084c1fc25
2012-06-19Fix Czech phrase for LANG_DEPTH_3D (assume the translation didn't change, ↵Bertrik Sikken
only the targets) Change-Id: Ic7c974c4c641cf0e0356bc92cc9785ac1d472c14
2012-06-19FS#12701 - June update of Czech languageMarek Salaba
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: I56c500c97b8dcb92f0aff0409319299579cbb631
2012-06-19rknanoutils: more reverse engineering of the BOOT format.Amaury Pouly
I found out that the file has a number of "entries", in 3 categories. The third category seem to contain bootable files. In the RKnano firmware file I have, these entries are named "NandBoot1" and "NandBoot2". They seem to use the same format as the stage3 of the RKnanoFW format but we do not understand this format precisely for now anyway. Change-Id: I72d77e609cdeeb802af793c010d6788bf36cd7e2
2012-06-18Set size policy for build details group.Dominik Riebeling
The contents of the build details group change and might become larger than the current size of the group box. Set its size policy to expanding, so it resizes automatically instead of text being cut off at the bottom. Change-Id: Iab7947046a9676ac76115766872daad3ac6763e4
2012-06-18Simplify manual installer setup a bit.Dominik Riebeling
Change-Id: Idbef76cee2ddc6537696b5d234d9e33c4a3bd621
2012-06-18Extend ServerInfo unit test for manual URL.Dominik Riebeling
Change-Id: I599adf7d692e95310fe12bca8fe0c69695aa4784
2012-06-18Move constructing manual URL to ServerInfo class.Dominik Riebeling
Change-Id: I4d2605b2389b4378e8311fc82057974e0eb238e6
2012-06-18Not quite a fix for FS#12693 yet, but at least invalidate the playlist file ↵Bertrik Sikken
descriptors after closing and removing Change-Id: Ia43eb517d154d24a6bd581fa3aa69c99a28228ae
2012-06-18Remove #ifdef USB_FULL_INIT from sim_tasks.c to make usb_wait_for_disconnect ↵Bertrik Sikken
work Change-Id: I5976da266c60501820a359be8e3e40a3edb738c7
2012-06-17Add support for installing release candidate builds.Dominik Riebeling
Release candidates are now a third option in the installation window. Quick start will still install the latest release. Change-Id: I64e05160817263c5c4cb40cbdb4942149983e0ff
2012-06-17Fix cabbiev2 on iaudio x5 remoteMarcin Bukat
Change-Id: I00c597ac5ac40865f943b6c2f488196727bad13c
2012-06-17Make ServerInfo parsing slightly more robust.Dominik Riebeling
- Don't assume the list of release targets to be the same as the list of release-candidate targets. - Don't try to construct a download URL for releases with an empty release version. Change-Id: Icc3098a9db9e3d00261c32f4b9c2999ecc716380
2012-06-17Implement unit test for ServerInfo input parsing.Dominik Riebeling
Change-Id: I9e28c94ca72c7644a154e40a258d9f00df5f5edd
2012-06-17Support release-candidate entry format for releases.Dominik Riebeling
The release-candiate entries provide both version and URL instead of only a version entry and requiring the URL to be constructed separately. Since it's easy to identify the format support both for release entries for improved flexibility -- if the server URLs ever change the server only needs to get updated to use the extended format. Change-Id: If5c669b72d7acd6ac648c5f42dd844ae36904df6
2012-06-17Read release candidate information from build-info.Dominik Riebeling
Change-Id: I73ac0922f25dd247588f945eba1e78f4026d747d
2012-06-17Move download URL construction to ServerInfo.Dominik Riebeling
Centralize creating the URLs so it's not duplicated in two places. This also allows to change the representation on the server more easily, since it only requires changes in one place. Currently only changes URLs for Rockbox builds. Change-Id: I87277cd61f8b164bdbcd914c9873d674661a786c
2012-06-15Clarify Quick Start tab descriptions.Dominik Riebeling
Make it more clear that the Quick Start buttons will install a release version. Fixes FS#12612. Change-Id: I4c649cd43a0e10f326af62bcd6b6adc0dd7e8cd5
2012-06-15hosted: disable USING_STORAGE_CALLBACK againThomas Martitz
6b8330d was not the correct fix. In fact, it prevents settings from being written as there's no DISK_EVENT_SPINUP event, so they were only saved on proper shutdown. Change-Id: Iad26366f2821ed6adf445c391d461563c5782a71
2012-06-15touchscreen: Don't hide selection by default. Fixes FS#12675.Thomas Martitz
Change-Id: Ic7e22ce6280d4105c38f7588717f4cf34c1bb5a3
2012-06-15WPSLIST: Add some more forgotten wps entries.Thomas Martitz
Fixes cabbiev2 for clip/clip+ (FS#12698) and others. Change-Id: I1ff71db145ac9662551e50029a605776abb5af36
2012-06-15Bring back iAudio M3 cabbiev2 supportAkio Idehara
This patch brings back iAudio M3 cabbiev2 (128x96x2) support again. Change-Id: Ibb9ccc6f0d0acde5b99e2c41e08da3999129f817 Reviewed-on: http://gerrit.rockbox.org/274 Reviewed-by: Thomas Martitz <kugel@rockbox.org>
2012-06-14Remove mountpoint when storing folders to talk.Dominik Riebeling
When using Rockbox Utility some later time the mountpoint might have changed. This would invalidate the list of folders to voice even if the folders are still present on the player. Remove the mountpoint part before storing the folders, and add it when loading the settings. Change-Id: Ic4ed98b205d20f6a0b3a1e1da396bbdcd02c255e
2012-06-14Save all settings in talkfile dialog.Dominik Riebeling
Save settings that haven't been and rename the configuration file value for the talked folder. Since the folder was replaced with a list we can't use the old value anymore so there's no need to keep a name that's not really suitable anymore. Solves FS#12634. Change-Id: I8db2a536409b94c45f28db9418a11f11f57dfacb
2012-06-14Remove extraneous "extern int display_zoom" declarations.Frank Gevaerts
One extern declaration of a variable should be enough for everyone! Change-Id: Idd4f4e05abaa5bb82693134a262d4023e1be6bd6
2012-06-13Fix keymap entry for the Clip series in the stopwatch pluginMichael Giacomelli
Change-Id: If3ee1cb06957e52cf826dc66b6d276b4371ea798
2012-06-14Fix stop watch plugin from inserting 0 second laps if a new lap is started ↵Michael Giacomelli
with the timer off. Change-Id: I3d23d6dd47bb3b78a51d8a42b052403f7bf7665c Reviewed-on: http://gerrit.rockbox.org/276 Reviewed-by: Michael Giacomelli <mgiacomelli@gmail.com> Tested-by: Michael Giacomelli <mgiacomelli@gmail.com>
2012-06-14Allow building android with java 1.7.Frank Gevaerts
* Specify source and target java versions for android build * Specify algorithms for jarsigner Change-Id: I59d743b9e5484ac93b6f9361b1c41f9862964b0f
2012-06-13Update "sidebar" image in Rockbox Utility dialogs.Dominik Riebeling
Replace the old image shown on the left side in various dialogs with a more recent one. For the curious, this image has been taken at DevCon2012 and shows the collected players to be used for building a tower. Change-Id: If4303cc69bed3ac12bba04988427065926f1043c
2012-06-13Rework talkfile creation window.Dominik Riebeling
Support selecting multiple folders by replacing the provided path with a tree view that allows selecting multiple entries. The view is limited to the selected mountpoint (i.e. the player) so this removes the possibility of generating talk files for files that are not on the player. However, since Rockbox Utility disables most functionality without an attached player this isn't too much of a problem. Creating a standalone application for talkfile creation that is not limited to the player is possible as well. Change-Id: Ic68e7556f2e2e5b9c121aaba759a42a4d1d9d53a
2012-06-13Talkfile: show folder to talk.Dominik Riebeling
Currently it's not possible to pass multiple folders for talking. Show the folder to talk to give a useful feedback when calling it multiple times. Change-Id: I0f3d1014ee3867cc81122e485fc36353ec0f55ff
2012-06-13Improve voice creation window a bit.Dominik Riebeling
- Make the window slightly smaller. There isn't too much information to be displayed, and Qt will enlarge the window if necessary anyway. - Rename the "wavtrim threshold" field, since "wavtrim" is not really descriptive for non-developers. Change-Id: I89622b3f1bca8bcd7326b447d28859412107287f
2012-06-12Remove encoder display from voice / talk dialogs.Dominik Riebeling
The encoder is fixed depending on the selected target, so there is no real benefit in displaying it in voice and talkfile generation dialogs. Change-Id: I1389800d04fcdac558b243368acfee6b1b64afc9
2012-06-12Move include to proper place and do some code police.Dominik Riebeling
Change-Id: I74a32e44ead18651a22a3a5038415808cbde6c39
2012-06-11Define GCCNUM properly. Case matters!Frank Gevaerts
Change-Id: I5c7e9879f95f454e2811edfeaaa7cedc395646c1
2012-06-11Fix YP-R0 build.Frank Gevaerts
YP-R0 never used sigaltstack threading, although it was (inadvertently) defined. Due to the new handling of ifdefs in 268b725 this definition started to be used, so remove it. Change-Id: Ib5247741fc6dcfb66022d50c269812dfc3c4e214
2012-06-11Fix libmad compilation on MIPS with newer gcc. FS#12013Huan Zhang
Since gcc 4.4 the MIPS port no longer recognizes the "h" asm constraint. It was necessary to remove this constraint in order to avoid generating unpredictable code sequences. We can achieve the same effect using 128-bit types. See also:GCC 4.4 release notes at http://gcc.gnu.org/gcc-4.4/ Change-Id: I713cdf57cde1a989ad960aa441ab1ccf51f1cdc6
2012-06-11The threading model should be set from configure, not config.h.Frank Gevaerts
Change-Id: If87bbd4a02825df20e5fe29c4ada85bf5ba25e99
2012-06-11Add the Android/MIPS targetFrank Gevaerts
Change-Id: Iec1d2f08c8a43e486ab1696566a718b18598ff95
2012-06-11Rearrange #ifdefs a bit, so SIGALTSTACK overrides CPU-specific threading.Frank Gevaerts
Change-Id: Ie3661f53bd7576d965fcc52facb532199b87c017
2012-06-10Update the rknano utils.Amaury Pouly
This is mostly based on reverse engineer of the _RKUpgrade.dll from the SAM3xx upgrader. Change-Id: I37f4503899c7198ce463130b2ff994da9ca7dc4b
2012-06-10wpsbuild.pl: Remove superflous debug statement.Thomas Martitz
Change-Id: Ic32a6737053ca98d9db479488125b2c6bbd13384
2012-06-10FS#12691 - Simplified Chinese translation updateLi Jie
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: Id32dc25e0b6473ed2e8f354d3b85d55e97964257
2012-06-10wpsbuild: Rewrite to fix various issues and support .fmsThomas Martitz
wpsbuild.pl is enhanced to produce fallback themes that were previously hardcoded in buildzip.pl. It also recognizes resolution strings as regular expressions now so you can specify resolution dependant settings as <setting>.<regex>: <value> (needed to support single themes on multiple resolutions). The WPSBUILD syntax completely changed as well and it includes the fallback themes as well. Ultimately wpsbuild is also able to install .fms files. Change-Id: Idf5994f17b9750983d7bc3ef583540a8cdae1dde
2012-06-10cabbiev2: Add logo.xcf to image sources.Thomas Martitz
logo.xcf contains the grey logo found on many main backdrops. Change-Id: I532ff1f71baabfe8aa9cfb23aac9c16e3c5dcc14