Commit graph

4707 commits

Author SHA1 Message Date
Björn Stenberg
8eca851145 Try mounting all partitions after USB disconnect, just as on boot.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4729 a1c6a512-1295-4272-9138-f99709370657
2004-06-10 15:03:09 +00:00
Linus Nielsen Feltzing
8fc5b78200 Added MAS read/write functions to the plugin API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4728 a1c6a512-1295-4272-9138-f99709370657
2004-06-10 13:48:53 +00:00
Linus Nielsen Feltzing
183e1463bb Removed vbr_fix, as it now is a plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4727 a1c6a512-1295-4272-9138-f99709370657
2004-06-10 13:36:09 +00:00
Linus Nielsen Feltzing
a6142ab7ab Finally, the archos directory sandbox works in the same way for both X11 and win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4726 a1c6a512-1295-4272-9138-f99709370657
2004-06-10 13:29:52 +00:00
Jörg Hohensohn
5fc1b64ae0 supporting 4:2:2 vertical subsampling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4725 a1c6a512-1295-4272-9138-f99709370657
2004-06-10 06:48:24 +00:00
Linus Nielsen Feltzing
9bcc351dd2 Ooops! I wrote garbage to the MAS when stopping the recording.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4724 a1c6a512-1295-4272-9138-f99709370657
2004-06-09 11:01:22 +00:00
Daniel Stenberg
963f31a6a1 scott's entry #79, edited my me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4723 a1c6a512-1295-4272-9138-f99709370657
2004-06-09 06:33:59 +00:00
Björn Stenberg
00f67d61ce Othelo removed due to legal issues.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4722 a1c6a512-1295-4272-9138-f99709370657
2004-06-08 11:14:37 +00:00
Linus Nielsen Feltzing
3405d13020 The /recordings directory is now automatically created in the radio screen as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4721 a1c6a512-1295-4272-9138-f99709370657
2004-06-04 12:34:29 +00:00
Linus Nielsen Feltzing
313f67651f We now put ID3v2.3 tags in the recorded files instead of ID3v2.4, because some auido editing tools can't handle ID3v2.4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4720 a1c6a512-1295-4272-9138-f99709370657
2004-06-04 11:49:15 +00:00
Linus Nielsen Feltzing
4f0659c120 Now uses the record-pause icon instead of the ordinary pause icon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4719 a1c6a512-1295-4272-9138-f99709370657
2004-06-04 11:20:09 +00:00
Linus Nielsen Feltzing
ccd589746a Removed unused variables
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4718 a1c6a512-1295-4272-9138-f99709370657
2004-06-04 10:45:38 +00:00
Linus Nielsen Feltzing
ce3482cbf5 The MAS3587F data sheet was wrong about having to validate the pause bit setting by writing to d0:7f1. When I removed the validation, the MAS doesn't give us corrupt frames when pausing, or at the end of the recording.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4717 a1c6a512-1295-4272-9138-f99709370657
2004-06-04 10:40:26 +00:00
Jens Arnold
6a2d3e8681 Synced
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4716 a1c6a512-1295-4272-9138-f99709370657
2004-06-03 19:10:25 +00:00
Linus Nielsen Feltzing
f487ebe376 The Play button now acts as a Pause button during recording instead of opening a new file. The new-file feature is moved to the F3 button.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4715 a1c6a512-1295-4272-9138-f99709370657
2004-06-03 12:10:40 +00:00
Linus Nielsen Feltzing
748b3899e6 Removed obsolete sokoban string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4714 a1c6a512-1295-4272-9138-f99709370657
2004-06-03 08:29:09 +00:00
Linus Nielsen Feltzing
f84e93edfe binlang and genlang couldn't handle deprecated strings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4713 a1c6a512-1295-4272-9138-f99709370657
2004-06-03 08:23:05 +00:00
Jens Arnold
2adfd88965 Adapted to new grayscale framework
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4712 a1c6a512-1295-4272-9138-f99709370657
2004-06-02 23:54:18 +00:00
Jens Arnold
ca2bb463d3 Major rework of the grayscale framework:
* api change - all drawing functions now use draw mode, foreground and
  background shades set globally by separate functions
* There are now 4 draw modes for all drawing functions, no more separate
  functions for inverse drawing
* Significant speedup of 1-bit bitmap (and font) drawing (2..3 times)
* Some more speed tweaks
* Additional functions for horizontal and vertical lines
* Copied describing comments to the header file for easier reference
* The safety net against an uninitialized grayscale buffer is gone


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4711 a1c6a512-1295-4272-9138-f99709370657
2004-06-02 23:53:27 +00:00
Linus Nielsen Feltzing
0600cb13f1 Typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4710 a1c6a512-1295-4272-9138-f99709370657
2004-05-29 12:42:49 +00:00
Hardeep Sidhu
853ee1c0f3 Fixed bug in .rock extension check when scanning plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4709 a1c6a512-1295-4272-9138-f99709370657
2004-05-27 01:43:23 +00:00
Hardeep Sidhu
9d13207495 Added filetypes.c to VC project. Fixed compiler warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4708 a1c6a512-1295-4272-9138-f99709370657
2004-05-27 01:38:10 +00:00
Jens Arnold
7115cf1d50 Improved drawing speed by drawing whole columns at once (Matthias)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4707 a1c6a512-1295-4272-9138-f99709370657
2004-05-26 23:49:42 +00:00
Daniel Stenberg
052d21a667 * removed some more unused stuff in the simulator makefile
* made the scan for the rockbox source dir a bit cooler, now it can detect
  it even when you create and use a build directory that is on the same level
  as the rockbox dir itself which might make it easier for people that builds
  from (repeatly updated) daily tarballs
* now outputs the found rockbox source code dir found


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4706 a1c6a512-1295-4272-9138-f99709370657
2004-05-26 11:18:40 +00:00
Daniel Stenberg
5c9c16f32f Simplied the directory usage. This script now checks for (or asks if it
doesn't find it) the Rockbox source code root directory. All the directories
are then assumed to be placed "correctly" within that source tree.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4705 a1c6a512-1295-4272-9138-f99709370657
2004-05-26 11:07:16 +00:00
Linus Nielsen Feltzing
4bd2702cad Patch #958658, metronome uses plugin_register_timer now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4704 a1c6a512-1295-4272-9138-f99709370657
2004-05-26 06:56:18 +00:00
Linus Nielsen Feltzing
e0ff615a26 Speelig Mistaake
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4703 a1c6a512-1295-4272-9138-f99709370657
2004-05-25 13:30:00 +00:00
Andreas Stemmer
b76d38c036 Added a missing alt-Tag
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4702 a1c6a512-1295-4272-9138-f99709370657
2004-05-24 11:01:24 +00:00
Andreas Stemmer
a1f7dd5fdc Added a few missing alt-Tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4701 a1c6a512-1295-4272-9138-f99709370657
2004-05-24 11:00:53 +00:00
Linus Nielsen Feltzing
9bb53c7100 Added viewers.config
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4700 a1c6a512-1295-4272-9138-f99709370657
2004-05-24 09:52:27 +00:00
Linus Nielsen Feltzing
dde9599888 Added buildzip.pl
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4699 a1c6a512-1295-4272-9138-f99709370657
2004-05-24 09:51:22 +00:00
Daniel Stenberg
32ffc904de stuff to include in tarballs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4698 a1c6a512-1295-4272-9138-f99709370657
2004-05-24 08:28:29 +00:00
Jörg Hohensohn
480c2fa215 removed a bit of obsolete stuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4697 a1c6a512-1295-4272-9138-f99709370657
2004-05-23 15:41:28 +00:00
Jens Arnold
d5f1c6e6f8 Voiced new onplay menu entry
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4696 a1c6a512-1295-4272-9138-f99709370657
2004-05-23 09:03:19 +00:00
Jens Arnold
0b8436fa3b Synced
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4695 a1c6a512-1295-4272-9138-f99709370657
2004-05-23 08:14:26 +00:00
Jens Arnold
9ecd449fac Added missing (empty) voice: lines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4694 a1c6a512-1295-4272-9138-f99709370657
2004-05-23 08:14:01 +00:00
Jörg Hohensohn
9592ebb879 now supports images with restart markers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4693 a1c6a512-1295-4272-9138-f99709370657
2004-05-23 06:23:02 +00:00
Björn Stenberg
bdaf5884ca Moved genre list and access function to id3.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4692 a1c6a512-1295-4272-9138-f99709370657
2004-05-22 01:38:41 +00:00
Björn Stenberg
1c6ba0adac Improved ff/rw max step calculation (patch #882931 by Craigh Sather)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4691 a1c6a512-1295-4272-9138-f99709370657
2004-05-22 01:09:47 +00:00
Linus Nielsen Feltzing
dfb5c6ed61 Spelling error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4690 a1c6a512-1295-4272-9138-f99709370657
2004-05-21 23:37:08 +00:00
Jens Arnold
9efa470863 Removed 2 unused entries, and corrected a typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4689 a1c6a512-1295-4272-9138-f99709370657
2004-05-21 23:11:53 +00:00
Jens Arnold
cc9bb412ee Default viewer for .ucl is rockbox_flash.rock
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4688 a1c6a512-1295-4272-9138-f99709370657
2004-05-21 23:05:50 +00:00
Jörg Hohensohn
267d8ebd89 After much debating, it has been decided to name talkbox clips "_dirname.talk". Please either bulk-rename your clips, or delete and re-generate them with an updated script.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4687 a1c6a512-1295-4272-9138-f99709370657
2004-05-21 22:26:25 +00:00
Linus Nielsen Feltzing
4b3d553b3b Now the next-song WPS feature works
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4686 a1c6a512-1295-4272-9138-f99709370657
2004-05-21 22:17:23 +00:00
Linus Nielsen Feltzing
e85acf10c8 The USB monitoring started before the ATA thread, leading to badness when Rockbox was started from flash with the USB cable inserted
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4685 a1c6a512-1295-4272-9138-f99709370657
2004-05-21 21:49:04 +00:00
Daniel Stenberg
ef0fe8538b wiki link added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4684 a1c6a512-1295-4272-9138-f99709370657
2004-05-21 21:36:37 +00:00
Björn Stenberg
e08a97b64f Added Scott's V2/FM battery faq
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4683 a1c6a512-1295-4272-9138-f99709370657
2004-05-21 21:15:21 +00:00
Björn Stenberg
0d53b48e0d Set up default viewers.config
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4682 a1c6a512-1295-4272-9138-f99709370657
2004-05-21 21:01:20 +00:00
Jens Arnold
9ca74798b6 Fix: scrolling left/right with even pixel counts caused an address error if the buffer width was odd. Some more tweaks and cleanups.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4681 a1c6a512-1295-4272-9138-f99709370657
2004-05-21 20:48:35 +00:00
Björn Stenberg
a4f39a6361 Default idle-poweroff set to 10 minutes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4680 a1c6a512-1295-4272-9138-f99709370657
2004-05-21 20:36:48 +00:00