summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-28Fix automated install not aborting when bootloader installation was canceled ↵Dominik Riebeling
during prerequisite confirmation. Add info to the log window when cancelled or skipped. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20147 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Add cyrillic glyphs to 12-Adobe-Helvetica.bdf -- the font used in the Alexander Levin
Rockbox's default theme (FS#9967) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20146 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Mention the .link files as a supported file type (FS#9927)Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20145 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Use reference for version map instead of copy in prototype.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20144 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Remove some unused code. bufopen for TYPE_ID3 can only return ↵Thomas Martitz
ERR_BUFFER_FULL (or a valid id of course) and no other error anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20143 a1c6a512-1295-4272-9138-f99709370657
2009-02-28send the USB broadcast events at a less busy timeFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20142 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Correct the bounding box of the symbol 8223 in some fonts (part of FS#9931)Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20141 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Also broadcast transfer information for use by fancy USB screensFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20140 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Leave "usb mode" when all LUNs are ejected againFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20139 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Adds the possibility to show nice "do not disconnect" screens/icons on the ↵Frank Gevaerts
USB screen. A proof-of-concept for the actual screen is at FS#9969 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20138 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Welcome #108Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20137 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Fix building of sims for targets with remotes in OS X.Tom Ross
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20136 a1c6a512-1295-4272-9138-f99709370657
2009-02-27r20124 broke codecs on targets without IRAM such as Gigabeat F. Behavior ↵Tom Ross
should be identical to r20123 on all sim builds and targets and apply a more correct fix for OS X. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20135 a1c6a512-1295-4272-9138-f99709370657
2009-02-27FS#9964 take 2. Including the whole patch is a good idea.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20133 a1c6a512-1295-4272-9138-f99709370657
2009-02-27FS#9964 - Fix simulator file i/o when the --root option is used.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20132 a1c6a512-1295-4272-9138-f99709370657
2009-02-27Small fixup of Brazilian Portuguese, no translation done.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20131 a1c6a512-1295-4272-9138-f99709370657
2009-02-27Make genlang output errors on STDERR. FS#9668 by Tomer Shalev.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20130 a1c6a512-1295-4272-9138-f99709370657
2009-02-27Language updates:Jonas Häggqvist
- Danish by me. - Hungarian by Imre Herceg (FS#9862). - Walloon by Stéphane Quertinmont (FS#9837). - Serbian by Ivan Pesic (FS#9816). - Brazilian Portuguese by Adilson Vicente Xavier (FS#9774). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20129 a1c6a512-1295-4272-9138-f99709370657
2009-02-27Newer glibc has letoh16 and friends, so use them if availableFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20128 a1c6a512-1295-4272-9138-f99709370657
2009-02-27Fix screens not redrawing the statusbar when they should.Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20126 a1c6a512-1295-4272-9138-f99709370657
2009-02-27Small bit from my GSoC work: Unify the way the simulator accesses voice ↵Tom Ross
strings. In the future this will allow plugin menus to be translated and voiced. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20125 a1c6a512-1295-4272-9138-f99709370657
2009-02-27Mac doesn't handle placing variables in specific sections very well. ↵Tom Ross
Building the sim on OS X is now possible once again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20124 a1c6a512-1295-4272-9138-f99709370657
2009-02-27The built-in ld on OS X does not understand the --version flag so use -v ↵Tom Ross
instead and parse the output into something somewhat useful. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20123 a1c6a512-1295-4272-9138-f99709370657
2009-02-26Ingenic Jz4740 RTC: actually write date to RTCMaurus Cuelenaere
Touchscreen DAPs: add timescreen keymap git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20122 a1c6a512-1295-4272-9138-f99709370657
2009-02-26Fix FS#9945 - Paste operation doesn't detect disk full (and possibly other ↵Jonas Häggqvist
errors). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20121 a1c6a512-1295-4272-9138-f99709370657
2009-02-26Onda VX747: redo keymap (which fixes the not-working emulated touchscreen ↵Maurus Cuelenaere
buttons). Also make check for & CONTEXT_REMOTE conditional in keymap-touchscreen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20120 a1c6a512-1295-4272-9138-f99709370657
2009-02-26Clean up warningsKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20119 a1c6a512-1295-4272-9138-f99709370657
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest ↵Karl Kurbjun
of Cat's work to get sound working. The code is messy right now, but it plays a file (test.raw) in a normal build when you go into the debug ports screen. Take 1. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20118 a1c6a512-1295-4272-9138-f99709370657
2009-02-26Correct the preprocessor condition introduced in r20112, also include ↵Thomas Martitz
FS#9958 by Alexander Levin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20117 a1c6a512-1295-4272-9138-f99709370657
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest ↵Karl Kurbjun
of Cat's work to get sound working. The code is messy right now, but it plays a file (test.raw) in a normal build when you go into the debug ports screen. Take 2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20116 a1c6a512-1295-4272-9138-f99709370657
2009-02-26Ingenic Jz4740:Maurus Cuelenaere
* Add initial RoLo support * Don't enable IRAM in plugins for now * Initial try at getting PCM working (doesn't crash anymore at least) * Replace hard-coded constant with #define in usb-jz4740 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20115 a1c6a512-1295-4272-9138-f99709370657
2009-02-26Small fix for touchscreen-capable DAP's in display_logf()Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20114 a1c6a512-1295-4272-9138-f99709370657
2009-02-26Remove SCROLL_WHEEL and use HAVE_SCROLLWHEEL instead. This also activates ↵Thomas Martitz
the little protection against accidental rotations (by pressing buttons on or near the wheel) on e200 and fuze, which is good. Also add a secondary button for right rotation for e200 and fuze, and use home button on the fuze. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20113 a1c6a512-1295-4272-9138-f99709370657
2009-02-26Archos and other low mem don't have playback in chessbox, so don't show the ↵Thomas Martitz
menu there git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20112 a1c6a512-1295-4272-9138-f99709370657
2009-02-26Accept the first patch at FS#9953 - Add Playback Control to more plugins, ↵Thomas Martitz
by Joshua Simmons git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20111 a1c6a512-1295-4272-9138-f99709370657
2009-02-26made 'make' in tools/database work againDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20109 a1c6a512-1295-4272-9138-f99709370657
2009-02-25Reference the manual Album Art section, rather than the wiki page.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20108 a1c6a512-1295-4272-9138-f99709370657
2009-02-25fix the obligatory yellowFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20107 a1c6a512-1295-4272-9138-f99709370657
2009-02-25make audio_get_buffer() properly invalidate the buffer (FS#9935, fix by ↵Frank Gevaerts
Nicolas Pennequin) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20106 a1c6a512-1295-4272-9138-f99709370657
2009-02-25Enable USB mass storage on PP5020, PP5022 and PP5024 targetsFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20105 a1c6a512-1295-4272-9138-f99709370657
2009-02-25Don't use inverted button behaviour on H10 when using Rockbox USB (as ↵Frank Gevaerts
opposed to the OF diskmode) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20104 a1c6a512-1295-4272-9138-f99709370657
2009-02-25Work around sudo not changing $HOME thus the configuration file ending up in ↵Dominik Riebeling
the invoking user $HOME with root permissions, leading to an unwriteable configuration file if running as user. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20103 a1c6a512-1295-4272-9138-f99709370657
2009-02-25DBOP_DIN is 16bit wide.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20102 a1c6a512-1295-4272-9138-f99709370657
2009-02-25fix FS#9796 - playlist resume from plugins didnt workJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20101 a1c6a512-1295-4272-9138-f99709370657
2009-02-24Check configuration for validity in the configuration dialog.Dominik Riebeling
If the configuration is invalid display information about the issues and don't accept the values. Fixes issue reported in FS#9944. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20100 a1c6a512-1295-4272-9138-f99709370657
2009-02-24Rearrange a bit, so that it checks for the build dir after downloading, ↵Thomas Martitz
makes it a bit more obvious that redownloading isn't needed, but only deletion of the build dir. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20099 a1c6a512-1295-4272-9138-f99709370657
2009-02-24remove SERIALIZE_WRITES. The reason for it (the SD bug) is gone, so there's ↵Frank Gevaerts
no point in keeping this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20098 a1c6a512-1295-4272-9138-f99709370657
2009-02-24Cleanup play_hop() slightly and remove redundant/uneeded checks, reclaim a ↵Thomas Martitz
tiny bit of binsize git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20097 a1c6a512-1295-4272-9138-f99709370657
2009-02-23Show the watermark in the "Show buffering thread" screen (in bytes).Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20096 a1c6a512-1295-4272-9138-f99709370657
2009-02-23Now that filling is supposed to be reliable we can safely calculate the ↵Thomas Martitz
watermark at the end of buffering, not after every single track. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20095 a1c6a512-1295-4272-9138-f99709370657