Thomas Martitz
ce1c189d50
Document the sorting setting in the Config file options appendix.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20162 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 23:58:26 +00:00
Thomas Martitz
f18eadd62d
Reword the new sorting section a bit, and fix it to actually say "As digits"
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20161 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 23:57:36 +00:00
Jens Arnold
90666941f2
Fix rockboy on the recorders.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20160 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 23:52:23 +00:00
Dominik Riebeling
062139550d
Make the example table follow the same look as the other tables in the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20159 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 23:25:20 +00:00
Thomas Martitz
1413e363c8
Power ain't cancel anymore.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20158 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 22:13:42 +00:00
Thomas Martitz
127fb96195
Document the new sorting feature in our fine manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20157 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 22:12:26 +00:00
Michael Giacomelli
912b24f078
Make tremor check for very long ogg tags and truncate them if they're larger then 10000 characters rather then seg faulting. Fixes FS#9866.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20156 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 21:36:13 +00:00
Thomas Martitz
d13f1a485f
Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respects numbers within strings, and gives a more intuitive
...
sorting. This also adds a setting, so that the sorting can be used in the file browser. The implementation is very generic, and can possibly
be used in other places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20155 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 17:55:59 +00:00
Maurus Cuelenaere
e6c023cb64
Fix Onda VX747 bootloader build
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20154 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 16:52:57 +00:00
Alexander Levin
a4837027c5
Make clock menu capitalizing consistent (FS#9939). There is an ongoing
...
discussion about using sentence case (FS#9948) but for now consistence
is better.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20153 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 10:39:02 +00:00
Alexander Levin
ca5e04e179
Correct the BBX clause (no visual changes)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20152 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 10:22:14 +00:00
Jens Arnold
6421f94c0d
Silence warning from 'ar' if the archive had to be created.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20151 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 09:04:15 +00:00
Antonius Hellmann
76be948199
Correct comment and log message for failed AlbumArt bitmap loading.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20150 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 07:46:08 +00:00
Antonius Hellmann
5355f34c55
Bugfix: If AlbumArt bitmap loading fails, dont try loading it over and over again, but simply ignore AlbumArt in this case.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20149 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 07:39:57 +00:00
Dominik Riebeling
a4cd1d9dab
Fix automated install using the wrong release information.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20148 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 23:24:00 +00:00
Dominik Riebeling
10c1fef096
Fix automated install not aborting when bootloader installation was canceled 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-28 23:11:26 +00:00
Alexander Levin
f437d78f0c
Add cyrillic glyphs to 12-Adobe-Helvetica.bdf -- the font used in the
...
Rockbox's default theme (FS#9967)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20146 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 22:48:24 +00:00
Alexander Levin
9bb83429d1
Mention the .link files as a supported file type (FS#9927)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20145 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 22:04:58 +00:00
Dominik Riebeling
b14fe221ab
Use reference for version map instead of copy in prototype.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20144 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 20:48:55 +00:00
Thomas Martitz
6a67539780
Remove some unused code. bufopen for TYPE_ID3 can only return 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-28 20:08:30 +00:00
Frank Gevaerts
ec602b7e75
send the USB broadcast events at a less busy time
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20142 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 19:39:28 +00:00
Alexander Levin
69a5349369
Correct the bounding box of the symbol 8223 in some fonts (part of FS#9931)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20141 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 17:18:34 +00:00
Frank Gevaerts
3b141d9c80
Also broadcast transfer information for use by fancy USB screens
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20140 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 16:25:07 +00:00
Frank Gevaerts
afedfcf44e
Leave "usb mode" when all LUNs are ejected again
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20139 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 15:16:54 +00:00
Frank Gevaerts
b6a1af2a9b
Adds the possibility to show nice "do not disconnect" screens/icons on the 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-28 14:47:18 +00:00
Alexander Levin
027b023241
Welcome #108
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20137 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 13:47:32 +00:00
Tom Ross
92fa6eab56
Fix building of sims for targets with remotes in OS X.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20136 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 07:57:36 +00:00
Tom Ross
cf7a71c302
r20124 broke codecs on targets without IRAM such as Gigabeat F. Behavior 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-27 23:15:59 +00:00
Steve Bavin
b61f0c6884
FS#9964 take 2. Including the whole patch is a good idea.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20133 a1c6a512-1295-4272-9138-f99709370657
2009-02-27 21:25:17 +00:00
Steve Bavin
6eea66fbc1
FS#9964 - Fix simulator file i/o when the --root option is used.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20132 a1c6a512-1295-4272-9138-f99709370657
2009-02-27 21:15:52 +00:00
Jonas Häggqvist
5c1c43f39b
Small fixup of Brazilian Portuguese, no translation done.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20131 a1c6a512-1295-4272-9138-f99709370657
2009-02-27 20:56:54 +00:00
Jonas Häggqvist
6d638922e1
Make genlang output errors on STDERR. FS#9668 by Tomer Shalev.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20130 a1c6a512-1295-4272-9138-f99709370657
2009-02-27 20:00:45 +00:00
Jonas Häggqvist
1ab0a50bc1
Language updates:
...
- 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-27 19:46:07 +00:00
Frank Gevaerts
e1d80522cf
Newer glibc has letoh16 and friends, so use them if available
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20128 a1c6a512-1295-4272-9138-f99709370657
2009-02-27 19:07:38 +00:00
Jonathan Gordon
79967c7a49
Fix screens not redrawing the statusbar when they should.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20126 a1c6a512-1295-4272-9138-f99709370657
2009-02-27 08:24:39 +00:00
Tom Ross
353ebd0967
Small bit from my GSoC work: Unify the way the simulator accesses voice 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-27 07:57:29 +00:00
Tom Ross
5d190bc13c
Mac doesn't handle placing variables in specific sections very well. 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-27 07:30:41 +00:00
Tom Ross
736f956700
The built-in ld on OS X does not understand the --version flag so use -v 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-27 06:02:40 +00:00
Maurus Cuelenaere
4ae4e2307d
Ingenic Jz4740 RTC: actually write date to RTC
...
Touchscreen DAPs: add timescreen keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20122 a1c6a512-1295-4272-9138-f99709370657
2009-02-26 22:58:10 +00:00
Jonas Häggqvist
73639e8e2e
Fix FS#9945 - Paste operation doesn't detect disk full (and possibly other errors).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20121 a1c6a512-1295-4272-9138-f99709370657
2009-02-26 22:55:04 +00:00
Maurus Cuelenaere
dfd32efc63
Onda VX747: redo keymap (which fixes the not-working emulated touchscreen 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-26 22:05:34 +00:00
Karl Kurbjun
5e058e0bfe
Clean up warnings
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20119 a1c6a512-1295-4272-9138-f99709370657
2009-02-26 21:43:14 +00:00
Karl Kurbjun
9e1d00c9fb
Get the M:Robe 500 main build booting again, fix a bug and commit the rest 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-26 21:24:40 +00:00
Thomas Martitz
b0232e0402
Correct the preprocessor condition introduced in r20112, also include FS#9958 by Alexander Levin.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20117 a1c6a512-1295-4272-9138-f99709370657
2009-02-26 21:24:29 +00:00
Karl Kurbjun
1e3f529921
Get the M:Robe 500 main build booting again, fix a bug and commit the rest 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-26 21:23:10 +00:00
Maurus Cuelenaere
38436038a9
Ingenic Jz4740:
...
* 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-26 21:15:40 +00:00
Maurus Cuelenaere
935fad7fd1
Small fix for touchscreen-capable DAP's in display_logf()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20114 a1c6a512-1295-4272-9138-f99709370657
2009-02-26 21:07:27 +00:00
Thomas Martitz
19f3d60cc0
Remove SCROLL_WHEEL and use HAVE_SCROLLWHEEL instead. This also activates 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-26 20:52:16 +00:00
Thomas Martitz
bb45f0ea6c
Archos and other low mem don't have playback in chessbox, so don't show the menu there
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20112 a1c6a512-1295-4272-9138-f99709370657
2009-02-26 17:46:01 +00:00
Thomas Martitz
15dbde1ab7
Accept the first patch at FS#9953 - Add Playback Control to more plugins, by Joshua Simmons
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20111 a1c6a512-1295-4272-9138-f99709370657
2009-02-26 17:10:27 +00:00