summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Move rockbox.desktop to a better place.Frank Gevaerts2012-07-25
| | | | Change-Id: I987c015ed067e47c5fbbbc9eea1a7ddbbce186ba
* Initial rockbox.desktop file for Linux DE'sJonathan Gordon2012-07-25
| | | | | | | Need to manually copy to /usr/share/applications/ and move a icon into /usr/share/icons to work. Change-Id: I4ad900fec8c89bd4352ba908ba8e36f94e02ae5a
* Revert my previous commit disabling the internal ROM clock during normalMichael Giacomelli2012-07-22
| | | | | | | | | | | operation. The interal ROM clock seems to be needed to reboot the player, so disabling it is too dangerous. Hopefully this will prevent problems where crashes during the abort handler resulted in a stock player that needed the battery to drain in order to reboot. Change-Id: I7d1e64743dde15b64d718ad3255dada3d570736f
* lists: Support '\t' in list item text to indent the line containing it.Jonathan Gordon2012-07-19
| | | | | | | Change-Id: I1583371228ed477b504c135f81cb59a0c3c931e6 Reviewed-on: http://gerrit.rockbox.org/296 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info> Tested-by: Jonathan Gordon <rockbox@jdgordon.info>
* Fixing data abort (pc in strchr). when scrolling a big playlist very fast.Purdea Andrei2012-07-19
| | | | | | | Change-Id: Ibe00a11592a18d320682cce755e48ce701ff5b4a Reviewed-on: http://gerrit.rockbox.org/281 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Tested-by: Thomas Martitz <kugel@rockbox.org>
* fix database toolThomas Martitz2012-07-18
| | | | Change-Id: I48702c3213aae7e2c64ea0e1f197e61368393759
* FS#12716 - Updated Russian translationJames Hunt2012-07-18
| | | | | | Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: Ib98ab5b2c4c1750ce83208a36355e41ec3500f1e
* Fix warnings and errors in sdl builds.Thomas Martitz2012-07-18
| | | | Change-Id: Ia8fb00739fb2083d57257d0a3b08cbab9e5a18ff
* Call call_storage_idle_notifys() to make storage idle callbacks work inThomas Martitz2012-07-18
| | | | | | the sim. Change-Id: I40cdf0fd8881a6041b116a687602e231097ba732
* fix erroneous button read in yesno screen and missed buttons in action.c.Thomas Martitz2012-07-18
| | | | | | | | | If two yesno screens directly follow each other the button release of the first one was incorrectly accepted in the second one. The fix exposed another problem in action.c if action_wait_for_release() is called when no button is actually pressed. The next press was silently eaten. Change-Id: Iaa5f246f7ea1fd775606620a989cdaec74a9305e
* FS#12715 - Translation for basque completedAsier Arsuaga2012-07-16
| | | | | | Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: I31aff123f414e04482b3c9f8af3fe481dab7284d
* hm60x: Fix gpio pin direction.Andrew Ryabinin2012-07-13
| | | | Change-Id: I22324a3bd080a23d3606e6bc8e55881d072bf615
* hm60x: Fix not working backlight on some hm-601's.Andrew Ryabinin2012-07-13
| | | | Change-Id: I3e1e92f28537b6fb915a0f9d5960fbf5e217825b
* rk27xx codec: simplify startupMarcin Bukat2012-07-11
| | | | Change-Id: I8b610363e67ec640664aa0d03488e430ec461244
* rk27xx: implement system_exception_wait()Marcin Bukat2012-07-11
| | | | Change-Id: If55cfdf7ef91e732ac0aae6ad9fde24b8918e1b8
* rk27xx codec: Fix volume settingMarcin Bukat2012-07-10
| | | | Change-Id: If57e0225fed4a9f87dff9661b21b2e06fa3d341e
* WPSLIST: fix default font for 400x240x16 targetMarcin Bukat2012-07-10
| | | | Change-Id: I70dbab7e52311f031bf1f353cff2f8e8245b3a47
* rk27generic: fix charging_state()Marcin Bukat2012-07-10
| | | | Change-Id: Iefa7fa4f9b2e535e2ab9004ffe8eeb8adf203f4b
* rk27xx: support entering rkusb mode on rk2706AMarcin Bukat2012-07-10
| | | | | | | | | We know about two different bootroms. First can be found in rk2706A, the second in rk2706B and rk2705. This two versions are very similar but memory addresses are different. It seems it is possible to distinguish bootrom version by reading SCU_ID register. Change-Id: I01681b5e3a82930ae74a5cce6ab0244d7cd333d2
* rk27xx: disable watchdog on startupMarcin Bukat2012-07-09
| | | | | | | Some versions of nand loader enable watchdog which resets player just after reaching main menu. Change-Id: Ia008bccb40570ab102c0558cd2768f125ae826d7
* cabbiev2 for rk27xx generic design targetMarcin Bukat2012-07-09
| | | | Change-Id: I2052869b14125b90e8202e81e4e8391376e9c341
* WPSLIST: add backdrop and cabbiev2 fms for 128x128x2Marcin Bukat2012-07-09
| | | | Change-Id: I671fed88cb2f963168f6bd6eb65b91a26eede638
* Correct rds viewport placement in cabbiev2 fms 160x128x2Marcin Bukat2012-07-09
| | | | Change-Id: I15d59d16f256d35c294ffefe80aaf98134bc3ade
* Backdrop for cabbiev2 128x128x2Marcin Bukat2012-07-09
| | | | Change-Id: I6feda3244d4304d7117db1c77327f779c60dca33
* cabbiev2 fms for 128x128x2 targetsMarcin Bukat2012-07-09
| | | | Change-Id: Ic269bd5bbc04d1386152f7ac3fb330f504fd4d46
* Dutch (nl) translation update of RockboxUtilityBertrik Sikken2012-07-07
| | | | Change-Id: Iebe5253dae409377432d1fd9653294bbcb537e88
* skin_engine: Make pressing the setting bar touch region workJonathan Gordon2012-07-06
| | | | | | might need some tweaking, but works. Change-Id: I0784cd4fe9996531da6cc275491ff3b4e83cdbcf
* skin_engine: Allow the %St() (setting) skin tag be used as a barJonathan Gordon2012-07-05
| | | | | | %St(<setting name>) or %St(<bar tags>, setting, <setting name>) Change-Id: I71396d683634d4d1ad2357018c4029ecb4229677
* Fix fast_readline to handle windows line endings (\r\n)Jonathan Gordon2012-07-05
| | | | Change-Id: I3561eff9bc4e244a84ef4afee26a40432d1073dd
* skin_engine: Fix a obscure parser bugJonathan Gordon2012-07-05
| | | | | | | | Tag params where a [] group is followed (but not immediatly) by a * will not parse correctly. e.g [si]iii|s* will attempt to find an 'i' after the second s instead of looping s's Change-Id: I3982f726b6539818f8332334b263b673259f98ef
* fix build warningsJonathan Gordon2012-07-05
| | | | Change-Id: Id5f0e84834f1cb74a317bb5653fdb6f665233345
* skin_engine: Automatically create touch regions for skin barsJonathan Gordon2012-07-05
| | | | | | | | | | | | | | | | | skin bars now automatically create the touch region the same size as the bar on touchscreen targets. This means touches will magically "just work" for reveresed bars (rtl or otherwise). ~5% padding is added on all 4 sides of the region rectangle but this may need to be tweaked. Please consider the 'progressbar' and 'volume' touchregion actions to be deprecated. Kudos to my new wife for figuring out the bleedingly obvious way to do this! Change-Id: I997a7bcaa70fce9885808aae27953c7676e9c2ff
* Expand the range of the WPA Pro quant table. Fixes FS#12704.Michael Giacomelli2012-07-03
| | | | Change-Id: I5495c4d7d165cac15016d3233b85bbe5497ea3e1
* Mark "unfinished" but OK strings as finished for Dutch rbutil translation.Frank Gevaerts2012-07-03
| | | | Change-Id: I9edba3458d62b8c0f66e11420b15da1f9799725b
* Manual: make sure output folder exists to fix -j.Dominik Riebeling2012-07-03
| | | | Change-Id: Ic8a36f8e4e39bf03cb88204d90e89c822e51034e
* Use -Wl,--start-group and -Wl,--end-group for linking the simulator.Frank Gevaerts2012-07-03
| | | | | | This makes linking always work regardless of symbol order. Change-Id: I620f55cbfaaff498d4ca095a99e1412f5fbad4e5
* Update german translation.Dominik Riebeling2012-07-03
| | | | | | lupdate all other translations and drop obsolete string. Change-Id: I74d2ae8dd3c973aeaf35a41f8d32081729c13298
* make the bar tag help slightly betterJonathan Gordon2012-07-03
| | | | Change-Id: I86db333e633273ca359ac244aa95f04980201283
* Fix Ipod Classic target name.Dominik Riebeling2012-07-01
| | | | Change-Id: I8647f67daa000c889dcf0ec07368130498e3b8ea
* Add the ipod 6g (classic) to builds.pmFrank Gevaerts2012-07-01
| | | | | | This should have been done ages ago Change-Id: I53b258981b139c0bb73777c83938645333ca8780
* Add version information to Windows file properties.Dominik Riebeling2012-07-01
| | | | | | | | Windows can show the version in the file properties. This requires an additional entry in its resource. Restructure global version defines since the former requires a different format than used previously. Change-Id: I2bf261a02ea8e0af6dc081568960debfb779d396
* Remove Ipod Classic from list of unsupported targets.Dominik Riebeling2012-07-01
| | | | | | The classic is now a disabled target. Add the missing USB ID as well. Change-Id: Ic10d1c2602e6b00d0d92614d12072ef911cc7e22
* Do some minor cleanup.Dominik Riebeling2012-07-01
| | | | | | | | | - Move a GUI-only implementation class around. - Make some strings non-translatable which don't make sense translating. - Rename internal state in installation class. There is no current build anymore. Change-Id: I7384c5601de36bc48f858fe5c7b009653d439d94
* Handle no selected themes properly.Dominik Riebeling2012-07-01
| | | | | | | When installing themes without any themes selected show a notice in the log and continue instead of stopping. Change-Id: Ieeb03e4656b041ce1dda25b2c44b6b6f0aa0ca80
* Be more specific on bootloader uninstallation errors.Dominik Riebeling2012-07-01
| | | | | | | | When Rockbox Utility can't figure if the installed bootloader is a Rockbox bootloader don't tell the user that it can't uninstall the bootloader but be more specific stating that no Rockbox bootloader has been found. Change-Id: I8e1eae4bdba30da87d10d2dc11fb9d48e176de2a
* Move check for existing bootloader to ipodpatcher.Dominik Riebeling2012-07-01
| | | | | | | | | | | Bootloader handling is different on nano2g compared to the other supported Ipod models. Since ipodpatcher handles this internally make ipodpatcher also provide a way to check this when using from Rockbox Utility to avoid duplicating the (already existing) checks in the latter. Fixes wrong "bootloader already installed" message on nano2g. Change-Id: Ibc658d775fbac7cf9a7e329d445fe97828a455d8
* Install widget: fallback to development build.Dominik Riebeling2012-07-01
| | | | | | | | | If neither an old selected build nor a release is available fallback to selecting the development build. Remove some old code that was not supposed to be be kept. Change-Id: I883535bd8e7981e68bc3fac3bcd5f375e1237242
* Fix nano2g bootloader uninstallation.Dominik Riebeling2012-07-01
| | | | | | | Check the correct image when looking for the Ipod firmware version. On nano2g this is a different image. Change-Id: Ic7981363399d44e03247a81277522bc1d271090a
* hm60x: Add support for HM-601 slims with new lcds.Andrew Ryabinin2012-06-30
| | | | Change-Id: I02d5c85e70686c842f1379aba24ff045b260a4ff
* Backup dialog: check if the backup file already exists.Dominik Riebeling2012-06-30
| | | | | | | | | Give the user a chance to cancel the backup if the selected file already exists. Since the filename is automatically generated from the installation version information this can happen when trying to create a second backup of the installation. Change-Id: Iee34e576c4b3b94a4ccf99836741806b52a8affd