Kevin Ferrare
011a325e32
Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13943 a1c6a512-1295-4272-9138-f99709370657
2007-07-20 17:06:55 +00:00
Michael Sevakis
930278bcc0
mpegplayer: Refine the earlier additions and be more explicit about a message intent by renaming it.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13938 a1c6a512-1295-4272-9138-f99709370657
2007-07-20 03:56:59 +00:00
Michael Giacomelli
bab671eb4d
Fix nasty bug that causes low bitrate files to crash because of an incorrect assumption about MDCT window sizes on my part. Clears the way for further low bitrate fixes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13937 a1c6a512-1295-4272-9138-f99709370657
2007-07-20 03:41:09 +00:00
Kevin Ferrare
40ea9d09e7
Fixes red hopefully
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13936 a1c6a512-1295-4272-9138-f99709370657
2007-07-20 03:03:29 +00:00
Kevin Ferrare
21cc9a6d76
Dice plugin now works on remote and uses the action api ; cleaned up the code a little bit as well
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13935 a1c6a512-1295-4272-9138-f99709370657
2007-07-20 02:47:37 +00:00
Marianne Arnold
b2585ce3de
'Fix' the 2 pixels that weren't in the right magic magenta transparent colour and showed as pink dot...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13934 a1c6a512-1295-4272-9138-f99709370657
2007-07-19 23:50:33 +00:00
Jens Arnold
66bb96b4f3
Make the audio thread debug screen leavable on H10 (and potentially other targets where ACTION_STD_CANCEL is a two-part acion).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13933 a1c6a512-1295-4272-9138-f99709370657
2007-07-19 23:40:28 +00:00
Jens Arnold
f888509dad
Slight speedup for iAudio remote LCD update when the CPU isn't boosted.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13932 a1c6a512-1295-4272-9138-f99709370657
2007-07-19 21:24:47 +00:00
Michael Sevakis
b8bd1ee557
MpegPlayer: Add a simple messaging scheme for sending stream commands. Remove the need to disable FIQ when adding to PCM buffer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13931 a1c6a512-1295-4272-9138-f99709370657
2007-07-19 19:32:29 +00:00
Nils Wallménius
9511526410
include the files in firmware/drivers/tuner in the tarballs
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13930 a1c6a512-1295-4272-9138-f99709370657
2007-07-19 15:14:07 +00:00
Jonathan Gordon
ca0cc784bc
Fix the problem where settings stopped saving automatically
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13929 a1c6a512-1295-4272-9138-f99709370657
2007-07-19 09:17:25 +00:00
Kevin Ferrare
9fe6e0214f
Demystify plugin would have crashed ...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13928 a1c6a512-1295-4272-9138-f99709370657
2007-07-19 04:28:10 +00:00
Kevin Ferrare
e68a2e6c41
Remote keys support for the demystify plugin (added remote_directions to the plugins actions), updated key bindings in manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13927 a1c6a512-1295-4272-9138-f99709370657
2007-07-19 03:49:43 +00:00
Kevin Ferrare
f074b4635b
Cleaned up the demistify plugin a litle bit, switched the key handling to the action API
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13926 a1c6a512-1295-4272-9138-f99709370657
2007-07-18 11:18:52 +00:00
Dave Chapman
e6a3f7d731
Cosmetic changes - update a comment and add more info to a DEBUGF
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13925 a1c6a512-1295-4272-9138-f99709370657
2007-07-18 09:43:12 +00:00
Nils Wallménius
4102ed56f0
Revert cosmetic change and staticing of the rolo_restart() function, because it would break rolo for gigabeat if anyone ever implemented it (because ICODE_ATTR is defined to be null for gigabeats).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13924 a1c6a512-1295-4272-9138-f99709370657
2007-07-17 14:53:44 +00:00
Michael Sevakis
fb102bab70
Fix my mistakes in some bits in the WM8751 header. Looks like adaptive boost has been turned on by mistake anyway. Correct that and make sure it is turned on intentionally with the #define. Organize a little bit in there.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13923 a1c6a512-1295-4272-9138-f99709370657
2007-07-17 00:23:56 +00:00
Daniel Stenberg
8219912d91
simplified the codec specification part in configure
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13922 a1c6a512-1295-4272-9138-f99709370657
2007-07-16 22:25:41 +00:00
Michael Sevakis
3ea6ebab47
Fix sim errors
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13921 a1c6a512-1295-4272-9138-f99709370657
2007-07-16 22:10:09 +00:00
Michael Sevakis
84501494ce
Forgot to add a file as usual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13920 a1c6a512-1295-4272-9138-f99709370657
2007-07-16 21:16:52 +00:00
Michael Sevakis
8552eff9e4
Make the SPC codec run like it used to on Coldfire before -Os crushed it. Build as a lib using the old -O option. Should not impact ARM targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13919 a1c6a512-1295-4272-9138-f99709370657
2007-07-16 21:03:25 +00:00
Nils Wallménius
76fa0f7e30
Make a private function static where possible, add a comment, make a small cosmetic change
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13918 a1c6a512-1295-4272-9138-f99709370657
2007-07-16 19:26:07 +00:00
Peter D'Hoye
c74e9a0755
Better keep those buffers a multiple of 32 bit, extends the number of unicode characters to 5 which is better too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13917 a1c6a512-1295-4272-9138-f99709370657
2007-07-16 18:42:14 +00:00
Michael Sevakis
f58dc4b227
Fix a typo that would cause incorrect enums.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13916 a1c6a512-1295-4272-9138-f99709370657
2007-07-16 15:25:06 +00:00
Dominik Riebeling
3ce7f0ecf3
fix warnings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13915 a1c6a512-1295-4272-9138-f99709370657
2007-07-16 10:21:20 +00:00
Dominik Riebeling
7564ad8efa
- fix an endless autodetection loop when no user configuration is present
...
- don't try to load the manual if a proxy is set -- wx' html view doesn't honor the proxy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13914 a1c6a512-1295-4272-9138-f99709370657
2007-07-16 10:18:20 +00:00
Peter D'Hoye
ad9db0c145
Reserve more bytes to display unicode in the recording trigger settings menu. Fixes FS #7192
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13913 a1c6a512-1295-4272-9138-f99709370657
2007-07-16 00:14:26 +00:00
Jonas Häggqvist
97db2ab9a6
Fix the Makefile (and hopefully the OS X Makefile as well) after the talkfile commit and let talkfile.cpp build on non-Windows. Also fix incorrect meaning of DESTDIR in the Makefile.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13912 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 22:19:24 +00:00
Jonas Häggqvist
8f3e56e5be
Add an icon for talkfile button. Taken from gnome-icon-theme (GPL licensed).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13911 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 22:15:28 +00:00
Nils Wallménius
497a1f07bd
Clean out unused code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13910 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 19:55:30 +00:00
Michael Sevakis
e9d62762e5
Fix yellow.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13909 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 18:40:15 +00:00
Michael Sevakis
a16035d3dd
Hopefully get the rest of the quirks out of the debug menus and save some size too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13908 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 18:25:39 +00:00
Dominik Wenger
d4b484663c
rbutil: Oops, forgot the new files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13907 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 18:16:53 +00:00
Dominik Wenger
1ad4b2c809
rbutil: first attempt to talk file creator. also pushed version to 3.2.6
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13906 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 18:15:59 +00:00
Dominik Wenger
798e0d5525
rbutil: Oops: his name is Hooper not Hopper. Sorry.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13905 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 11:22:26 +00:00
Dominik Wenger
8c964e1be3
rbutil: fix unzipping (FS#7439) Thanks to Dave Hopper.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13904 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 11:13:18 +00:00
Jonathan Gordon
3d73b8eb16
Use the multi-screen api in the usb and time screens
...
usb screen forces the status bar to display (fixes FS#700)
time screen is now usable on the lcd remotes (need keymaps for the m5/x5)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13903 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 10:30:11 +00:00
Jonathan Gordon
f22dd51956
unused variable
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13902 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 06:53:17 +00:00
Jonathan Gordon
9dca6aafb3
convert the last of the menus in text_editor to the new api
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13901 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 06:45:12 +00:00
Jonathan Gordon
b43bf7e639
e200 doesnt have multiple batt capacities, so remove the option.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13900 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 03:56:04 +00:00
Michael Sevakis
ba0a9c418c
Hrm. Commit the other needed change too. :)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13899 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 01:16:15 +00:00
Michael Sevakis
d219491e58
Gigabeat: Add the funky foreground color support for transparent bitmaps.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13898 a1c6a512-1295-4272-9138-f99709370657
2007-07-15 01:06:04 +00:00
Michael Sevakis
6c21dc5e62
Remove a change that wasn't supposed to stick around.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13897 a1c6a512-1295-4272-9138-f99709370657
2007-07-14 22:08:20 +00:00
Michael Sevakis
dc051248be
e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen got broken again and was ignoring cancellation and not drawing the lines.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13896 a1c6a512-1295-4272-9138-f99709370657
2007-07-14 22:00:50 +00:00
Dominik Wenger
a42a346789
rbutil: fix the manual url for h100 and h120.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13895 a1c6a512-1295-4272-9138-f99709370657
2007-07-14 20:41:02 +00:00
Dominik Wenger
5309d73628
rbutil caches no the preview images of the themes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13894 a1c6a512-1295-4272-9138-f99709370657
2007-07-14 20:28:21 +00:00
Peter D'Hoye
8235efbf1a
Dutch language file update
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13893 a1c6a512-1295-4272-9138-f99709370657
2007-07-14 19:01:26 +00:00
Dominik Wenger
703429604e
rbutil: fix compilation in cygwin
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13892 a1c6a512-1295-4272-9138-f99709370657
2007-07-14 16:54:54 +00:00
Peter D'Hoye
74ad216ad3
More battery updates, this time for gigabeat. FS #7433 from Johnathon Mihalop
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13891 a1c6a512-1295-4272-9138-f99709370657
2007-07-14 15:24:01 +00:00
Jonathan Gordon
e2014a9794
unused param
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13890 a1c6a512-1295-4272-9138-f99709370657
2007-07-14 15:11:44 +00:00