Commit graph

19334 commits

Author SHA1 Message Date
Jonathan Gordon
34299a756c fix the delay between exiting a plugin and having the statusbar drawn. Does plugin_load() really need to clear both displays?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19691 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 23:39:16 +00:00
Marc Guay
33c21a0765 Try it again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19690 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 23:25:32 +00:00
Marc Guay
8089269c55 Revert 19687
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19689 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 23:13:59 +00:00
Marc Guay
3bd338f551 Now in UTF-8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19688 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 22:32:08 +00:00
Marc Guay
80cd9ae75c Switch the Credits lang back to Version and add a new one for Version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19687 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 22:30:58 +00:00
Michael Sevakis
40c7551013 Unless I'm severely mistaken, we can drop a thread slot now since mpegplayer creates one less thread.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19686 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 10:57:12 +00:00
Michael Sevakis
42d88cbafa Better just do some cache maintenence there for good luck.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19685 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 10:48:50 +00:00
Michael Sevakis
2054627caa Have the codec thread do callbacks instead of messing with the stack which is much simpler and safer. Remove threads array from plugin API since it now serves no purpose. Up minimum API version and sort.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19684 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 10:31:19 +00:00
Jonathan Gordon
45aa9a22f9 temporarilty disable the statusbar in the keyboard because it doesnt use viewports and this is the easier fix than reworking the screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19683 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 10:25:41 +00:00
Jonathan Gordon
1c924dbf08 fix red and yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19682 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 10:13:17 +00:00
Jonathan Gordon
8b9fdb540c redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE event every time get_action() is called. The event wont be as realiable (timewise) as before, but seems to work better
This also fixes FS#9761.
Also set the lcd font back to the ui font from the debug screens which use sysfont


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19681 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 09:59:11 +00:00
Jonathan Gordon
e74cc6d9da "fix" FS#9757 by handing the statusbar redraw event more correctly... the eqscreen needs to be converted to viewports to display the statusbar.
fix the colour chooser screen to work with the bar redraw also


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19680 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 07:50:25 +00:00
Michael Sevakis
6920a5be44 rockdoom: Mixing 512 samples in an interrupt handler is too much. Gigabeast FIFOs are very tight and it will channel swap and crackle. It's better to minimize time in the audio callback anyway so change it to 128. It should probably even be 64. Use faster saturation code too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19679 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 02:29:58 +00:00
Michael Giacomelli
96474e3b4d fix typo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19678 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 00:09:09 +00:00
Michael Sevakis
fde75551a7 Update copyright headers for 2009 since they're new files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19677 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 00:06:45 +00:00
Michael Sevakis
e2876ee4e2 Gigabeat S: Get timer API working. metronome will work now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19676 a1c6a512-1295-4272-9138-f99709370657
2009-01-05 00:00:29 +00:00
Michael Giacomelli
6d5823f964 Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19673 a1c6a512-1295-4272-9138-f99709370657
2009-01-04 23:33:15 +00:00
Andrew Mahone
d32ebec9da remove extra include of core bmp.c from a previous attempt at pluginlib scaler
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19672 a1c6a512-1295-4272-9138-f99709370657
2009-01-04 21:49:34 +00:00
Andrew Mahone
4eedc93357 build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, and use it in the test greylib scaler plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19671 a1c6a512-1295-4272-9138-f99709370657
2009-01-04 21:22:05 +00:00
Alessio Lenzi
b93874fefc Updated italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19670 a1c6a512-1295-4272-9138-f99709370657
2009-01-04 20:14:09 +00:00
Magnus Holmgren
c54ddbd78c MP4/AAC: Add support for album artist tags written by Foobar2000. Closes FS#9723.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19669 a1c6a512-1295-4272-9138-f99709370657
2009-01-04 17:41:17 +00:00
Bertrik Sikken
4c00b666a7 Group source files common to all current as3525 targets under '#if CONFIG_CPU == AS3525'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19668 a1c6a512-1295-4272-9138-f99709370657
2009-01-04 15:48:33 +00:00
Jonathan Gordon
de4d030653 minor code reshuffle to not call viewport_set_default so often
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19667 a1c6a512-1295-4272-9138-f99709370657
2009-01-04 05:36:23 +00:00
Michael Giacomelli
870c58619d Remove executable property that somehow got set
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19666 a1c6a512-1295-4272-9138-f99709370657
2009-01-04 01:39:57 +00:00
Michael Giacomelli
76c093d39c Commit utility to dump the OF from a rockboxed Gigabeat S. Searches the partition for deleted nk.bin and restores it. Should work if run immediately after install the bootloader, but may not work later. Current version asks the user to md5sum the file, but probably should do it automatically.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19665 a1c6a512-1295-4272-9138-f99709370657
2009-01-04 01:34:37 +00:00
Björn Stenberg
985b53e500 Cleaner solution to plugin-included core files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19664 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 22:40:29 +00:00
Björn Stenberg
fc2a59b6d5 List sscanf.c in SOURCES instead of doom.make
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19663 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 19:50:58 +00:00
Robert Menes
87229949d9 FS# 9752 by Melba Sitjar: Added missing strings to Tagalog language.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19662 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 17:57:05 +00:00
Nils Wallménius
f501cda42d Fix remaining red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19661 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 15:55:20 +00:00
Marc Guay
60359bfffe Change System->Version to System->Credits. Closes FS#9620.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19660 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 14:20:56 +00:00
Marc Guay
4ea961ae33 Fix links and spacing in Quick Screen section.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19659 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 14:16:50 +00:00
Jonathan Gordon
89646dd90c fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19658 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 14:00:23 +00:00
Nils Wallménius
071e3ef691 Fix some reds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19657 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 13:41:54 +00:00
Jonathan Gordon
4b472de39b a few more button/statusbar fixes...
* hopefully fix the last of the plugins which dont handle the enw SYS event.
* fix FS#9750 - WPS's which dont specify (or force the wps on) wernt showing the statusbar at all
* lamp, battery_bench, *_flash button handling fixes
* plugins using the core menu code will again show the statusbar



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19656 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 13:27:19 +00:00
Nils Wallménius
3681ff197d Reorder of user_settings, cleaned out some unused settings grouped settings depending on the same preprocessor defines together a bit more to make it more readable, updated some comments. Plugin api bump and the wps token for 12/24 hour clock setting is now excluded for non rtc targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19655 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 12:48:06 +00:00
Michael Sevakis
d14f79dc7b Gigabeat S: Ensure a few more clocks are stopped for things we aren't using at the moment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19654 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 07:29:26 +00:00
Marc Guay
fe42f8c59a Fix typo in r19651.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19653 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 01:43:10 +00:00
Marc Guay
380402c5ed Apply some KISS philosophy to dealing with versioning in the manuals as per discussion with gevaerts.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19652 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 01:41:20 +00:00
Marc Guay
82678fb17a Tighten up the quick screen button description.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19651 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 01:31:14 +00:00
Marc Guay
14483f8715 Add the customisable quick screen to the manual. Closes FS#9524.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19650 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 01:21:25 +00:00
Marc Guay
b06b9be2e1 Add the virtual keyboard paging keys. Closes FS#8839.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19649 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 01:05:58 +00:00
Bertrik Sikken
48249d3678 Sansa Clip: simplify keymap for button_context_right_is_inc. This fixes moving around in the graphical equalizer
screen.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19648 a1c6a512-1295-4272-9138-f99709370657
2009-01-03 00:14:59 +00:00
Frank Gevaerts
e986b6212a merge r19537 from the 3.1 branch (use correct version numbers)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19647 a1c6a512-1295-4272-9138-f99709370657
2009-01-02 22:44:52 +00:00
Marc Guay
4607feb48f Fix the InGame menu keymaps. Closes FS#9672.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19646 a1c6a512-1295-4272-9138-f99709370657
2009-01-02 22:17:34 +00:00
Marc Guay
00112a75cf Remove old sentence from Main Menu -> System section. Closes FS#9705.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19645 a1c6a512-1295-4272-9138-f99709370657
2009-01-02 21:54:06 +00:00
Marc Guay
612725d4b7 Remove reference to 3.0 from the installation chapter. Closes FS#9704.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19644 a1c6a512-1295-4272-9138-f99709370657
2009-01-02 21:45:45 +00:00
Bertrik Sikken
32c2f455d1 static/const/#include/tab police on various files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19643 a1c6a512-1295-4272-9138-f99709370657
2009-01-02 21:43:52 +00:00
Jens Arnold
87f88d25ba Speed up Player build a bit by not building a useless sysfont.o.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19642 a1c6a512-1295-4272-9138-f99709370657
2009-01-02 12:47:11 +00:00
Nils Wallménius
74e245b6b9 Small binsize optimization and likely a tiny speedup too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19641 a1c6a512-1295-4272-9138-f99709370657
2009-01-02 11:21:58 +00:00
Jonathan Gordon
7555f34cb3 fix FS#9743: plugins using rb->do_menu() were dropped 8 pixels..
please oh please let this be the last fix :p


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19640 a1c6a512-1295-4272-9138-f99709370657
2009-01-02 07:15:46 +00:00