Commit graph

742 commits

Author SHA1 Message Date
Hardeep Sidhu
36c11657bf Reduced max ffw/rew step size to 255s because we are storing the value in 1 byte
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1971 a1c6a512-1295-4272-9138-f99709370657
2002-08-25 05:14:54 +00:00
Björn Stenberg
26a50afc8a global_settings are not for runtime state variables!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1967 a1c6a512-1295-4272-9138-f99709370657
2002-08-24 11:13:35 +00:00
Björn Stenberg
165f33467c Experimental code is not to be enabled by default
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1966 a1c6a512-1295-4272-9138-f99709370657
2002-08-24 11:00:55 +00:00
Justin Heiner
bd510c2d2b Damned CR/LF again. I need to get a better editor than notepad
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1964 a1c6a512-1295-4272-9138-f99709370657
2002-08-24 08:36:47 +00:00
Justin Heiner
5301881adc Update to the Custom WPS. Now actually works, can be fed any string, uses %xx instead of just %x, and more! It's #define'd out in settings.h - Needs to be enabled to use it. PLAYER ONLY
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1963 a1c6a512-1295-4272-9138-f99709370657
2002-08-24 06:57:24 +00:00
Björn Stenberg
62847edbe7 Don't display wps until there is data to display (or we'll get the annoying 'end of song list' screen.)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1961 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 22:49:32 +00:00
Björn Stenberg
f1bf9e7286 Now doesn't try to play non-mp3/m3u files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1960 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 22:15:51 +00:00
Björn Stenberg
3df58d30e1 Removed typedef
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1958 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 20:04:31 +00:00
Daniel Stenberg
c1fe36f36f prevent the "end of (song) list" getting displayed if there's an mpeg
playing or pending to get played.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1956 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 13:27:17 +00:00
Daniel Stenberg
ab9a94e289 a menu warning fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1955 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 13:04:16 +00:00
Daniel Stenberg
49984facc1 properly remember DISK_CHANGE status and return that to menu parents,
also when coming back from the USB screen set back the status bar state
before redrawing the menu.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1953 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 12:57:00 +00:00
Linus Nielsen Feltzing
d7c85e434b Removed the secret features in dbg_ports()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1952 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 12:55:17 +00:00
Daniel Stenberg
a1935f3d45 it is madness having this a separate makefile
anyway, up-to-date


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1951 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 12:52:07 +00:00
Daniel Stenberg
cd8a9a043f Menu for menu functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1950 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 12:47:59 +00:00
Daniel Stenberg
aa458aa9d8 MENU_DISK_CHANGED is the new value for telling disk content might have
changed


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1949 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 12:41:25 +00:00
Daniel Stenberg
b285076925 Remade the menu system slightly. All functions invoked from menus now use
the Menu typedef as return type, and *ALL* menus that intercept USB connect
can then return MENU_REFRESH_DIR so that the parent (any parent really) that
do file or dir-accesses knows that and can do the refresh. If no refresh
is needed by the parent, MENU_OK is returned.

Somewhat biggish commit this close to 1.3, but we need to sort out this
refresh-after-usb-connected business.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1948 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 12:32:52 +00:00
Robert Hak
ad4a92eb87 stupid tabs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1947 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 11:37:40 +00:00
Robert Hak
f27fecb076 minor style fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1946 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 11:31:19 +00:00
Markus Braun
d58dab8dd8 restore was allwas true. Set it to false when last restore request was
handled.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1945 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 11:06:14 +00:00
Daniel Stenberg
e6261734a0 two fixes at once:
1. If the WPS is popped up but the mpeg thread can't play any song, we must
   make sure to update the screen to display the "end of playlist" thing.

2. When having reached the "end of playlist" state, pressing LEFT caused a
   crash (due to a NULL pointer being used).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1942 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 08:06:39 +00:00
Daniel Stenberg
3625dedcce playlist_next() now returns NULL on excessive 'step' amounts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1940 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 07:33:35 +00:00
Justin Heiner
0a3589d129 OK, a (hopefully) successful attempt at getting rid of the yellows that I created by removing the other yellows
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1938 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 02:45:39 +00:00
Justin Heiner
edf6b80547 Forgot to #ifdef something
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1937 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 02:26:22 +00:00
Justin Heiner
d6a0f6ccd9 Fixed a problem with my #define CUSTOM_WPS - It didn't lower the menu items to 4 from 5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1936 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 02:19:47 +00:00
Justin Heiner
2630245cb9 Added NSauzede's patch to detect USB while in a Menu. It also adds the USB icon to the player while in USB mode.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1935 a1c6a512-1295-4272-9138-f99709370657
2002-08-23 02:17:00 +00:00
Daniel Stenberg
634551ffeb statusbar bug fix when going to the menu from the dir browser
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1933 a1c6a512-1295-4272-9138-f99709370657
2002-08-22 22:53:12 +00:00
Daniel Stenberg
a8e89fd693 when we want to stop the scroll and clear the screen, it is a lot better
to first pause the scroll (stop puts back text on screen) and then clear
the screen.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1931 a1c6a512-1295-4272-9138-f99709370657
2002-08-22 21:45:22 +00:00
Daniel Stenberg
053d904645 Bill Napier's patch slightly remodelled. This adds a setting called
"Show hidden files" that if enabled will show files with the hidden
attribute and/or starting with a dot in the dir browser. If the setting
is set to Off, files/dirs starting with a dot or that have the hidden
attribute set will be... yes, hidden.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1926 a1c6a512-1295-4272-9138-f99709370657
2002-08-22 15:47:30 +00:00
Justin Heiner
1a8f34bfa9 Changed CUSTOM_WPS to be a define-only feature until it is more complete. To include it, simply uncomment the #define CUSTOM_WPS line in wps.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1924 a1c6a512-1295-4272-9138-f99709370657
2002-08-22 14:19:47 +00:00
Daniel Stenberg
487662a67c fix file name pointer usage, clean the buffer faster, don't use extra
variable


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1921 a1c6a512-1295-4272-9138-f99709370657
2002-08-22 07:12:45 +00:00
Justin Heiner
ad14c5b14e Flipped a line to make it work
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1917 a1c6a512-1295-4272-9138-f99709370657
2002-08-22 06:38:20 +00:00
Justin Heiner
6dd8b83507 Attempt at fixing reds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1916 a1c6a512-1295-4272-9138-f99709370657
2002-08-22 06:25:14 +00:00
Daniel Stenberg
11714aceab fixed compiler error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1914 a1c6a512-1295-4272-9138-f99709370657
2002-08-22 05:30:07 +00:00
Justin Heiner
70a203341f Added conditional Title-Artist to appease PsycoXul :-) It's bound to %h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1913 a1c6a512-1295-4272-9138-f99709370657
2002-08-22 04:03:57 +00:00
Justin Heiner
b10017e3e8 Added %% as an available tag to the Custom WPS. Displays % when used
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1909 a1c6a512-1295-4272-9138-f99709370657
2002-08-22 03:02:59 +00:00
Justin Heiner
b986a5c6b7 Added ability to have a Custom WPS Display on the Player. See the commited doc for the tag specification
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1903 a1c6a512-1295-4272-9138-f99709370657
2002-08-22 02:24:14 +00:00
Justin Heiner
7dcff6d98c Changed the previous patch to restart the same song if over 2 seconds to 3 seconds. That way you can hear a bit of the song before... well, it's just better this way *grin*
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1902 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 23:24:26 +00:00
Björn Stenberg
0c2e9f21e3 Stays in pause mode after seek
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1896 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 17:38:56 +00:00
Eric Linenberg
84cf9d446c Lee Marlow's patch to restart the same song if the back button is hit in the wps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1895 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 17:34:01 +00:00
Daniel Stenberg
82340129a6 made the main menu have a USB selection when built for simulator so that
we can simulate the USB stuff at least basicly


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1893 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 17:26:12 +00:00
Daniel Stenberg
01bc8e682a play_list() is now modified to accept a playlist index that is either
meant in the unshuffled list or in the shuffled. There's an extra
parameter giving that info (which of course only makes sense when
shuffle is enabled).

This should make resume work with play-all-dir in shuffled mode.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1889 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 15:08:01 +00:00
Mats Lidell
fa54e94a7a Ignore recorder playmode states.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1880 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 11:51:24 +00:00
Markus Braun
a2feb8b4c8 Fix for fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1879 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 11:40:34 +00:00
Markus Braun
c6c848e91b Fixed wps usb bug. Before rockbox switched not to usb mode when cable was
pluged.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1870 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 11:08:49 +00:00
Mats Lidell
6866cef936 Added icons for charcell simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1857 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 10:43:31 +00:00
Robert Hak
e2580f6f11 lets point to the docs dir
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1849 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 10:25:16 +00:00
Daniel Stenberg
a816e4624a store the correct index in the resume info when we fire up a single song in a
directory


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1838 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 08:13:58 +00:00
Markus Braun
6110c98234 Consolidated display restore code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1836 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 06:40:06 +00:00
Markus Braun
c7aaca4615 Make use of the fixed lcd_getstringsize() for prop fonts.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1835 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 06:23:23 +00:00
Markus Braun
a0300f5d7e corrected lcd margins for debug menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1831 a1c6a512-1295-4272-9138-f99709370657
2002-08-20 22:13:20 +00:00
Markus Braun
11d208ca85 calculate the string width for numerical volume display and time display in
status bar.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1828 a1c6a512-1295-4272-9138-f99709370657
2002-08-20 20:32:08 +00:00
Markus Braun
861eac8aea corrected display of values when entering a setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1827 a1c6a512-1295-4272-9138-f99709370657
2002-08-20 20:30:32 +00:00
Björn Stenberg
1b05752a3f Always remove double-height when resuming
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1826 a1c6a512-1295-4272-9138-f99709370657
2002-08-20 20:27:36 +00:00
Markus Braun
faacfea055 faster redraw of time display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1825 a1c6a512-1295-4272-9138-f99709370657
2002-08-20 20:00:44 +00:00
Markus Braun
59429dab9d Define instead of a number.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1824 a1c6a512-1295-4272-9138-f99709370657
2002-08-20 19:40:35 +00:00
Markus Braun
c41dcb9ae9 Now using lcd margins instead of a line offset for displaying status bar.
Needed to support fonts smaller than 8 pixels.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1823 a1c6a512-1295-4272-9138-f99709370657
2002-08-20 19:39:55 +00:00
Markus Braun
5e4c1d2ad8 enabled status bar in menus on recorders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1822 a1c6a512-1295-4272-9138-f99709370657
2002-08-20 19:37:00 +00:00
Björn Stenberg
65fb5f57dc status_draw() now uses lcd_update_rect()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1820 a1c6a512-1295-4272-9138-f99709370657
2002-08-20 14:33:02 +00:00
Daniel Stenberg
ef3a3e7093 use the gcc option -ffreestanding: (quote from the gcc man page)
"A freestanding environment is one in which the standard library may not
exist, and program startup may not necessarily be at "main".  The most obvious
example is an OS kernel."


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1818 a1c6a512-1295-4272-9138-f99709370657
2002-08-20 14:00:42 +00:00
Heikki Hannikainen
3c10db57c6 Use same updated method for delta calculation as powermgmt.c uses (maybe
it should go into a function after all).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1817 a1c6a512-1295-4272-9138-f99709370657
2002-08-20 13:38:14 +00:00
Justin Heiner
97e4a8fbef Added draw_screen(id3) after volume change. Fixed bug in player WPS ID3 Info screen. It needed dont_go_to_menu = true and menu_button_is_down = false.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1816 a1c6a512-1295-4272-9138-f99709370657
2002-08-20 13:10:43 +00:00
Heikki Hannikainen
bd32dee3b9 Use correct offset (0x14 instead of 0x18) when clearing the RTC user RAM space
when F2 is pressed in RTC RAM viewer.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1815 a1c6a512-1295-4272-9138-f99709370657
2002-08-20 08:43:03 +00:00
Daniel Stenberg
5e5f1e247b When shuffle is ENABLED. And you press PLAY in a dir, the selected song
is now the first song to get played. To do this, we first remember which
song that was selected, shuffle the list and then find the selected song
in the shuffled list and play that.

This will have some interesting side effects if the song ends up for example
last in the shuffled list when we consider not always doing repeat-all as
then it'll reach the end of the playlist after one song.

We could optionally put the selected song first in the playlist and then
shuffle all the rest, as that would possibly be closer to what people will
assume it will do.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1803 a1c6a512-1295-4272-9138-f99709370657
2002-08-19 12:45:01 +00:00
Björn Stenberg
43bcd823b7 Pause now works again (I broke it with my mpeg_is_playing() fix...)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1802 a1c6a512-1295-4272-9138-f99709370657
2002-08-19 12:38:27 +00:00
Felix Arends
111597ba02 fixed missing APPSVERSION definition
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1800 a1c6a512-1295-4272-9138-f99709370657
2002-08-19 12:02:34 +00:00
Björn Stenberg
f210606c8f Expanded resume options: off/ask/on
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1797 a1c6a512-1295-4272-9138-f99709370657
2002-08-19 10:57:55 +00:00
Justin Heiner
c0ea4a7d1d Added Smart(tm) ID3 displaying to the new 1 Line ID3. If no ID3 is available, it will display the filename instead
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1796 a1c6a512-1295-4272-9138-f99709370657
2002-08-19 08:11:23 +00:00
Justin Heiner
eac3cfd8a7 More of the new 1 Line ID3 for the player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1794 a1c6a512-1295-4272-9138-f99709370657
2002-08-19 07:27:04 +00:00
Justin Heiner
20955979ca Added a 1 Line ID3 display for player that displays the PlaylistPos: Artist - Title on the first line and time on the 2nd line. NOTE: WPS Display saved settings will be loaded incorrectly on the player the first time. Rearranged the WPS Settings menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1793 a1c6a512-1295-4272-9138-f99709370657
2002-08-19 07:26:07 +00:00
Justin Heiner
0d04073576 Minor change in display of previous volume display patch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1792 a1c6a512-1295-4272-9138-f99709370657
2002-08-17 00:41:36 +00:00
Justin Heiner
80743ff20c WPS in player now displays volume level while changing it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1791 a1c6a512-1295-4272-9138-f99709370657
2002-08-17 00:23:36 +00:00
Justin Heiner
152c023f95 Fixed ID3 Scrolling problem (player) when FF/RW in ID3 display mode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1790 a1c6a512-1295-4272-9138-f99709370657
2002-08-16 23:41:10 +00:00
Björn Stenberg
7113ec01b3 Fixed bad resume_index in dirs with both folders and files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1789 a1c6a512-1295-4272-9138-f99709370657
2002-08-16 15:23:57 +00:00
Björn Stenberg
52dc182b81 Fixed double-height problem and broken fwd/rew.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1788 a1c6a512-1295-4272-9138-f99709370657
2002-08-16 15:06:50 +00:00
Björn Stenberg
6224cdb166 Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1787 a1c6a512-1295-4272-9138-f99709370657
2002-08-16 14:41:47 +00:00
Daniel Stenberg
085e774675 reverted Felix Arends' mistake
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1786 a1c6a512-1295-4272-9138-f99709370657
2002-08-16 14:14:37 +00:00
Felix Arends
9ed9765bfe windows makefile for firmware
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1784 a1c6a512-1295-4272-9138-f99709370657
2002-08-16 14:08:50 +00:00
Daniel Stenberg
afc9b57c20 (while I remember this) The width padding is 4-byte aligned, nothing else...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1783 a1c6a512-1295-4272-9138-f99709370657
2002-08-16 14:07:43 +00:00
Daniel Stenberg
a847271a24 removed code within #ifdef STANDALONE since it doesn't work and isn't ever
used.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1773 a1c6a512-1295-4272-9138-f99709370657
2002-08-16 06:12:20 +00:00
Mats Lidell
a5cc9c93cf menu+left/right was broken for volume change. Patch submitted by
Magnus Holmgren.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1772 a1c6a512-1295-4272-9138-f99709370657
2002-08-16 05:16:51 +00:00
Björn Stenberg
662330eb5d Button release filter was a little too effective
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1770 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 16:55:46 +00:00
Markus Braun
cb6bafd1f2 F3 now toggles global_settings.statusbar
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1768 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 14:12:32 +00:00
Markus Braun
b70d575343 removed entry for status bar
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1767 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 14:12:12 +00:00
Linus Nielsen Feltzing
3ed34a6227 New backlight settings with always-off
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1766 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 13:56:06 +00:00
Björn Stenberg
1330bfbb7c Removed 'saving seetings' message, since writing is delayed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1765 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 13:50:14 +00:00
Björn Stenberg
70662fcad4 Save volume changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1764 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 13:49:12 +00:00
Björn Stenberg
c9d98ca927 Added delayed write for settings. Doesn't write until someone else accesses the disk.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1762 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 12:42:37 +00:00
Linus Nielsen Feltzing
5917e8157a Now we can have up to 400 files in a directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1761 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 12:28:52 +00:00
Daniel Stenberg
f769e5306f tags target added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1752 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 09:31:07 +00:00
Linus Nielsen Feltzing
b3a3885a0e Now discards stray BUTTON_REL events
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1750 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 07:35:16 +00:00
Markus Braun
e2a9fe1943 time/date setting works now with loadable and proportional fonts
code makeup


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1749 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 06:36:25 +00:00
Justin Heiner
4cbce72781 Fixed a small problem in the Player ID3 Info Screen. Also rewrote the mute function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1746 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 01:27:11 +00:00
Justin Heiner
cd822d2c6d Got rid of global mute variable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1745 a1c6a512-1295-4272-9138-f99709370657
2002-08-15 01:24:11 +00:00
Linus Nielsen Feltzing
b3bda03db0 Added Balance setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1744 a1c6a512-1295-4272-9138-f99709370657
2002-08-14 21:30:06 +00:00
Björn Stenberg
0570497e3a Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1741 a1c6a512-1295-4272-9138-f99709370657
2002-08-14 19:23:34 +00:00
Björn Stenberg
65f3e98ce0 Update last_checksum
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1731 a1c6a512-1295-4272-9138-f99709370657
2002-08-14 12:30:31 +00:00
Linus Nielsen Feltzing
41977da3d5 New MAS debug menu for players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1728 a1c6a512-1295-4272-9138-f99709370657
2002-08-14 08:04:42 +00:00
Björn Stenberg
ebb14ca5f9 Gained about 128 KB buffer space by removing malloc() and the heap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1726 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 23:13:01 +00:00
Björn Stenberg
f385e36a05 Getting a few pixels more filename display width by using a smaller cursor icon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1723 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 20:55:08 +00:00
Björn Stenberg
b3572afb5f Repaired RTC saving
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1719 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 17:33:23 +00:00
Björn Stenberg
fe604c5c63 Fixed typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1718 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 17:20:25 +00:00
Björn Stenberg
cd7691de22 Enabled saving settings to disk on player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1717 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 17:16:09 +00:00
Heikki Hannikainen
9872b66cd1 Use average of two samples at both ends of the range for calculating smoother delta values.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1716 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 16:06:29 +00:00
Björn Stenberg
677c5cc3b5 Increased default contrast to visible level
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1715 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 16:00:10 +00:00
Daniel Stenberg
6f79d250ca made the movement a bit slower to appear smoother
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1714 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 15:01:59 +00:00
Markus Braun
2ddfabc4fb battery is animated while charging
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1713 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 14:58:09 +00:00
Björn Stenberg
113fffaa86 Don't save settings on disk if it has no partition table
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1712 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 13:21:55 +00:00
Linus Nielsen Feltzing
f6f3a1395e Incremented the config block version, to force default values for the LCD contrast setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1711 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 12:47:01 +00:00
Linus Nielsen Feltzing
638184f1a2 Added LCD contrast setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1710 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 11:10:11 +00:00
Mats Lidell
ccd10acb20 Set audio icon in wps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1706 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 09:17:10 +00:00
Mats Lidell
cbb24497e2 Set param icon when in menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1705 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 09:16:18 +00:00
Mats Lidell
c0f9bec7e1 Updates status bar so volume change is visible immediately.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1704 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 09:15:21 +00:00
Justin Heiner
bd960916ca OK, this should fix it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1698 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 08:18:58 +00:00
Justin Heiner
82d5979465 2nd fix attempt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1697 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 08:13:08 +00:00
Justin Heiner
59bc319237 Attempt at fixing the reds that I created
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1696 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 08:08:48 +00:00
Justin Heiner
953a74ad11 Fixed problems in display of Keylock/Mute. Added ID3 Info screen to Player WPS. Access through Menu+ON. Navigate with LEFT/RIGHT
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1695 a1c6a512-1295-4272-9138-f99709370657
2002-08-13 07:08:58 +00:00
Björn Stenberg
e33d66a3ac Tell user when limits are reached
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1692 a1c6a512-1295-4272-9138-f99709370657
2002-08-12 22:52:19 +00:00
Robert Hak
67536fc404 Mats Lidell joins the list
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1690 a1c6a512-1295-4272-9138-f99709370657
2002-08-12 22:19:22 +00:00
Björn Stenberg
6752ee445b Added remote vol up/down as next/prev navigation keys
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1688 a1c6a512-1295-4272-9138-f99709370657
2002-08-12 18:28:51 +00:00
Björn Stenberg
6983d9d3ab Remote volume keys only worked on player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1687 a1c6a512-1295-4272-9138-f99709370657
2002-08-12 18:16:22 +00:00
Markus Braun
f8e4fedb90 corrected battery empty condition
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1686 a1c6a512-1295-4272-9138-f99709370657
2002-08-12 14:16:50 +00:00
Björn Stenberg
18239b831d Remote control support added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1685 a1c6a512-1295-4272-9138-f99709370657
2002-08-12 12:44:18 +00:00
Markus Braun
1cf6fa07d5 now uses battery_level_safe() to determine when to blink
inserted "free" spaces


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1684 a1c6a512-1295-4272-9138-f99709370657
2002-08-12 12:31:36 +00:00
Heikki Hannikainen
cccb8d0a64 Sync the charger debug view of deltas with the charger code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1683 a1c6a512-1295-4272-9138-f99709370657
2002-08-12 12:21:22 +00:00
Heikki Hannikainen
77e05c6803 info menu: show 'charging' instead of charge percentage while charging,
the percentage is incorrect anyway, and an indication of charging is good.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1681 a1c6a512-1295-4272-9138-f99709370657
2002-08-12 11:08:50 +00:00
Björn Stenberg
5ba6f01bde Code makeup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1680 a1c6a512-1295-4272-9138-f99709370657
2002-08-12 08:47:09 +00:00
Markus Braun
f150d997ba fixed display of 100% volume level
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1678 a1c6a512-1295-4272-9138-f99709370657
2002-08-12 07:14:46 +00:00
Björn Stenberg
102665958a Removed warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1676 a1c6a512-1295-4272-9138-f99709370657
2002-08-11 22:08:23 +00:00
Björn Stenberg
fe122f1b93 Redraw status bar immediately after volume change
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1674 a1c6a512-1295-4272-9138-f99709370657
2002-08-11 17:00:18 +00:00
Robert Hak
7c38da34e3 added blank
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1671 a1c6a512-1295-4272-9138-f99709370657
2002-08-11 12:02:15 +00:00
Robert Hak
bbb4c9ea47 initial entry
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1670 a1c6a512-1295-4272-9138-f99709370657
2002-08-11 11:59:40 +00:00
Björn Stenberg
71f71ef837 Removed warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1667 a1c6a512-1295-4272-9138-f99709370657
2002-08-11 09:20:53 +00:00
Björn Stenberg
cd225736f9 First version of loadable fonts patch by Alex Gitelman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1666 a1c6a512-1295-4272-9138-f99709370657
2002-08-11 09:17:47 +00:00
Björn Stenberg
cbc717941d Added key repeat for up/down on recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1660 a1c6a512-1295-4272-9138-f99709370657
2002-08-10 09:04:55 +00:00
Björn Stenberg
fe97b578eb Added another LEFT exit. Split some long lines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1659 a1c6a512-1295-4272-9138-f99709370657
2002-08-10 08:57:47 +00:00
Robert Hak
50fc3ce551 added BUTTON_LEFT as an exit to a few entrys
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1658 a1c6a512-1295-4272-9138-f99709370657
2002-08-10 08:52:11 +00:00
Björn Stenberg
d23591dd57 Killed warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1656 a1c6a512-1295-4272-9138-f99709370657
2002-08-10 07:45:35 +00:00
Justin Heiner
8b6d699d49 Added mute function to MENU/F1+UP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1651 a1c6a512-1295-4272-9138-f99709370657
2002-08-09 19:22:01 +00:00
Justin Heiner
6e06a198b8 Added global_settings.muted
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1650 a1c6a512-1295-4272-9138-f99709370657
2002-08-09 19:21:00 +00:00
Björn Stenberg
5853ef3738 Ignore partition types, just try to mount all partitions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1648 a1c6a512-1295-4272-9138-f99709370657
2002-08-09 15:23:32 +00:00
Markus Braun
2012acf0a8 changed display format for time/date setting menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1646 a1c6a512-1295-4272-9138-f99709370657
2002-08-09 13:50:58 +00:00
Markus Braun
3181f68eff Added a time/date setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1645 a1c6a512-1295-4272-9138-f99709370657
2002-08-09 12:38:45 +00:00
Markus Braun
9bf86f75fa Volume is shown numerical after a change
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1642 a1c6a512-1295-4272-9138-f99709370657
2002-08-09 11:57:31 +00:00
Markus Braun
ded1ef158a Battery blinks if >BATTERY_LEVEL_DANGEROUS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1641 a1c6a512-1295-4272-9138-f99709370657
2002-08-09 11:56:54 +00:00
Daniel Stenberg
7cdf5c8cab player sim uses big font now, adjust the cursor routine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1634 a1c6a512-1295-4272-9138-f99709370657
2002-08-09 09:13:00 +00:00
Björn Stenberg
a2f9fb6a33 Support double negative wrap (with a half nelson)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1632 a1c6a512-1295-4272-9138-f99709370657
2002-08-09 08:54:46 +00:00
Björn Stenberg
523c51a944 Allow reverse playlist wrap in repeat mode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1626 a1c6a512-1295-4272-9138-f99709370657
2002-08-08 21:12:09 +00:00
Björn Stenberg
b47e64ed6a Changed #ifdef from ARCHOS_RECORDER to HAVE_*
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1625 a1c6a512-1295-4272-9138-f99709370657
2002-08-08 20:44:25 +00:00
Björn Stenberg
514a3fbbbe Prevent negative playlist.index
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1623 a1c6a512-1295-4272-9138-f99709370657
2002-08-08 19:10:09 +00:00
Björn Stenberg
c960330ebf Fixed indexing bug in build_playlist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1622 a1c6a512-1295-4272-9138-f99709370657
2002-08-08 19:03:14 +00:00
Björn Stenberg
03894b810e mpeg_prev/next sets mpeg in play mode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1619 a1c6a512-1295-4272-9138-f99709370657
2002-08-08 15:38:15 +00:00
Björn Stenberg
d76116a211 Fix for double-slash fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1614 a1c6a512-1295-4272-9138-f99709370657
2002-08-08 13:58:53 +00:00
Björn Stenberg
079b2d1865 Moved globals back into dirbrowse() now that dirlist hack is gone.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1612 a1c6a512-1295-4272-9138-f99709370657
2002-08-08 12:06:38 +00:00
Björn Stenberg
75864367e2 Removed peek_next_track()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1611 a1c6a512-1295-4272-9138-f99709370657
2002-08-08 12:05:17 +00:00
Linus Nielsen Feltzing
e10fc4c86c Now adjusts if the cursor goes off-screen on status bar changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1609 a1c6a512-1295-4272-9138-f99709370657
2002-08-08 10:46:10 +00:00
Linus Nielsen Feltzing
1cbe4c2e05 Removed the extra slash between the dir and filename for relative paths
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1608 a1c6a512-1295-4272-9138-f99709370657
2002-08-08 10:29:14 +00:00
Linus Nielsen Feltzing
1e02e98d4a Compensates the starting position for non-mp3 files in the playlist build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1606 a1c6a512-1295-4272-9138-f99709370657
2002-08-08 06:42:02 +00:00
Linus Nielsen Feltzing
e03366d54e Made the time display fit on Players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1605 a1c6a512-1295-4272-9138-f99709370657
2002-08-08 05:56:34 +00:00
Björn Stenberg
c1d9b15607 Removing scroll acceleration for the release (don't worry, I've saved the patch)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1603 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 20:51:37 +00:00
Markus Braun
b1cb534856 Using TIME_AFTER() macro to prevent wrap problem
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1595 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 13:36:52 +00:00
Markus Braun
709382c801 Power plug is shown when charger is attached and blinking when charging is enabled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1594 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 13:05:13 +00:00
Björn Stenberg
44ca763237 Initialize current_mode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1593 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 12:45:02 +00:00
Björn Stenberg
ef1d4d2d17 Set loop setting true, since we always loop
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1592 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 12:44:41 +00:00
Heikki Hannikainen
aa5d5f0c7e fix warning (battery_level() in powermgmt.h now)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1590 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 11:41:31 +00:00
Heikki Hannikainen
c175548c04 battery_level moved to powermgmt.h, fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1587 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 11:24:09 +00:00
Heikki Hannikainen
6b84bb4cf4 info now indicates non-safe battery level
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1586 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 11:23:36 +00:00
Markus Braun
80be3c319e Moved rtc config bit for status bar from 0x12 to 0xe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1583 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 10:50:46 +00:00
Markus Braun
de8fbf00a8 Added status bar to file browser and wps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1582 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 10:35:26 +00:00
Linus Nielsen Feltzing
a93801da31 Now uses button_get_w_tmo()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1578 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 07:46:24 +00:00
Linus Nielsen Feltzing
921484de87 Now uses button_get_w_tmo()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1577 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 07:23:45 +00:00
Linus Nielsen Feltzing
8abcf1bd20 Changed playlist API again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1575 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 06:04:24 +00:00
Linus Nielsen Feltzing
7b95b82e2e Made the time display fit on the Player screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1574 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 05:38:44 +00:00
Daniel Stenberg
5c507e94f0 C99 code breaks compiling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1571 a1c6a512-1295-4272-9138-f99709370657
2002-08-06 18:38:14 +00:00
Eric Linenberg
9b7de87653 rushed it. missed one little bug
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1569 a1c6a512-1295-4272-9138-f99709370657
2002-08-06 18:24:20 +00:00
Eric Linenberg
8415ab9a74 added support for players for high speed browsing, but will not be much faster than the default
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1567 a1c6a512-1295-4272-9138-f99709370657
2002-08-06 18:16:54 +00:00
Eric Linenberg
9e91b95c7a added a speedup for browsing long directories
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1565 a1c6a512-1295-4272-9138-f99709370657
2002-08-06 18:11:00 +00:00
Linus Nielsen Feltzing
4a4f17f416 Now builds a RAM-based playlist when playing a directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1561 a1c6a512-1295-4272-9138-f99709370657
2002-08-06 13:10:51 +00:00
Linus Nielsen Feltzing
517ea2fa18 API changes due to the RAM-based playlists
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1560 a1c6a512-1295-4272-9138-f99709370657
2002-08-06 13:10:25 +00:00
Linus Nielsen Feltzing
d8cc285034 RAM-based playlists added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1559 a1c6a512-1295-4272-9138-f99709370657
2002-08-06 13:09:48 +00:00
Heikki Hannikainen
6eb4254dfa Added battery charger for the recorder and a power management debugger.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1547 a1c6a512-1295-4272-9138-f99709370657
2002-08-06 10:52:51 +00:00
Daniel Stenberg
82a1cad9b8 no longer stop playback when trying to 'exit' the root directory, the
player version can't stop playback in the dir browser now but requires a
switch into the wps. The Recorder version however now stops playback when
OFF is pressed in the dir browser.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1545 a1c6a512-1295-4272-9138-f99709370657
2002-08-06 09:25:45 +00:00
Linus Nielsen Feltzing
82f0b79a9b Removed powermgmt.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1544 a1c6a512-1295-4272-9138-f99709370657
2002-08-06 08:21:42 +00:00
Linus Nielsen Feltzing
76759e0c56 Now calls rtc_init()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1543 a1c6a512-1295-4272-9138-f99709370657
2002-08-06 08:14:08 +00:00
Daniel Stenberg
801778d0e8 up-to-date with CREDITS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1537 a1c6a512-1295-4272-9138-f99709370657
2002-08-05 14:16:48 +00:00
Daniel Stenberg
02d4731cfa join the party!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1527 a1c6a512-1295-4272-9138-f99709370657
2002-08-02 13:20:39 +00:00
Daniel Stenberg
360ae3ebdc Magnus Holmgren's fix that now enables us to toggle shuffle on/off from the
menu and it'll "take effect" immediately when needing to reload the playlist.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1526 a1c6a512-1295-4272-9138-f99709370657
2002-08-02 13:20:03 +00:00
Linus Nielsen Feltzing
8fa021785b Scrolling menus by Justin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1515 a1c6a512-1295-4272-9138-f99709370657
2002-08-02 07:59:25 +00:00
Daniel Stenberg
63e9bedfc4 added Markus Braun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1513 a1c6a512-1295-4272-9138-f99709370657
2002-08-01 13:33:40 +00:00
Daniel Stenberg
f4fb02651e Markus Braun's progressbar now in use in the Recorder WPS display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1511 a1c6a512-1295-4272-9138-f99709370657
2002-08-01 13:29:59 +00:00
Daniel Stenberg
af6ceba2a3 support for relative paths in playlists by Brian King <brking@charter.net>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1506 a1c6a512-1295-4272-9138-f99709370657
2002-08-01 11:37:26 +00:00
Linus Nielsen Feltzing
217023ff67 show_info() now updates the display continuously
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1494 a1c6a512-1295-4272-9138-f99709370657
2002-07-30 09:00:11 +00:00
Linus Nielsen Feltzing
17cf49a8c4 Now updates the backlight timer and scroll speed after loading the settings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1493 a1c6a512-1295-4272-9138-f99709370657
2002-07-30 07:56:16 +00:00
Linus Nielsen Feltzing
95c58003c3 Now handles key repeat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1492 a1c6a512-1295-4272-9138-f99709370657
2002-07-30 07:50:53 +00:00
Linus Nielsen Feltzing
650c5e81c3 Volume changes now handles repeated keys
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1486 a1c6a512-1295-4272-9138-f99709370657
2002-07-29 09:08:38 +00:00
Linus Nielsen Feltzing
d0abfe86e0 Experimental disk save by Yves. #define SAVE_TO_DISK to try it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1484 a1c6a512-1295-4272-9138-f99709370657
2002-07-28 16:09:44 +00:00
Linus Nielsen Feltzing
b92c0cf3eb Removed the boot count and brushed up the info screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1483 a1c6a512-1295-4272-9138-f99709370657
2002-07-28 15:57:59 +00:00
Linus Nielsen Feltzing
95b56673e8 Removed the boot count
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1482 a1c6a512-1295-4272-9138-f99709370657
2002-07-28 15:56:58 +00:00
Linus Nielsen Feltzing
7ad3ba07e5 Fixed silly handling of menu key
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1476 a1c6a512-1295-4272-9138-f99709370657
2002-07-27 22:45:52 +00:00
Linus Nielsen Feltzing
eb896e7f3e Fixed key repeat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1475 a1c6a512-1295-4272-9138-f99709370657
2002-07-27 22:45:29 +00:00
Linus Nielsen Feltzing
d21f8b9ba3 Added battery level to the info screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1473 a1c6a512-1295-4272-9138-f99709370657
2002-07-27 21:29:33 +00:00
Linus Nielsen Feltzing
d07f61014f Now handles key repeat again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1472 a1c6a512-1295-4272-9138-f99709370657
2002-07-27 21:29:07 +00:00
Linus Nielsen Feltzing
ce35495aec Forgot to delete obsolete code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1471 a1c6a512-1295-4272-9138-f99709370657
2002-07-27 21:02:36 +00:00
Linus Nielsen Feltzing
f140b200ba The new button handling filtered out the USB_CONNECTED message
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1470 a1c6a512-1295-4272-9138-f99709370657
2002-07-27 20:55:39 +00:00
Linus Nielsen Feltzing
1d3e677f63 No more blank screens
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1469 a1c6a512-1295-4272-9138-f99709370657
2002-07-27 20:17:43 +00:00
Linus Nielsen Feltzing
a552f4c99d Menus now also exits with F1 on recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1468 a1c6a512-1295-4272-9138-f99709370657
2002-07-27 19:53:26 +00:00
Linus Nielsen Feltzing
5d6817de66 Removed debugging code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1466 a1c6a512-1295-4272-9138-f99709370657
2002-07-27 19:50:44 +00:00
Linus Nielsen Feltzing
2b934027d8 Better keylock and button handling, with visual feedback
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1465 a1c6a512-1295-4272-9138-f99709370657
2002-07-27 19:42:58 +00:00
Linus Nielsen Feltzing
b3d0b6ea2a Better button and play status handling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1464 a1c6a512-1295-4272-9138-f99709370657
2002-07-27 19:41:58 +00:00
Linus Nielsen Feltzing
42faf56472 New and improved ID3 and track change handling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1455 a1c6a512-1295-4272-9138-f99709370657
2002-07-26 14:32:24 +00:00
Linus Nielsen Feltzing
d5d38f120b Changed AVC to Auto Volume
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1454 a1c6a512-1295-4272-9138-f99709370657
2002-07-26 14:32:07 +00:00
Linus Nielsen Feltzing
5ca6b77a5f Better detection of track changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1451 a1c6a512-1295-4272-9138-f99709370657
2002-07-25 23:14:06 +00:00
Linus Nielsen Feltzing
d731cdd0db Automatic Volume Control for Recorder by Heikki Hannikainen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1447 a1c6a512-1295-4272-9138-f99709370657
2002-07-25 15:55:22 +00:00
Linus Nielsen Feltzing
51782eb436 Safer dir reread after USB mode, by Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1445 a1c6a512-1295-4272-9138-f99709370657
2002-07-25 11:33:32 +00:00
Linus Nielsen Feltzing
09fe394c3f Fixed button_get() problems
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1439 a1c6a512-1295-4272-9138-f99709370657
2002-07-24 19:42:46 +00:00
Linus Nielsen Feltzing
1b210531e1 Removed the no longer needed hold setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1437 a1c6a512-1295-4272-9138-f99709370657
2002-07-24 16:58:31 +00:00
Linus Nielsen Feltzing
ebfff5a43d Better handling of key-up event in show_info() and show_credits()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1436 a1c6a512-1295-4272-9138-f99709370657
2002-07-24 16:57:21 +00:00
Linus Nielsen Feltzing
ae9c3f5dc8 Player volume is now on MENU+LEFT/RIGHT. Key lock on MENU+STOP on Player and F1+DOWN on Recorder. No visual indication of key lock on Recorder yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1435 a1c6a512-1295-4272-9138-f99709370657
2002-07-24 16:39:11 +00:00
Linus Nielsen Feltzing
c0ab48b88b Killed simulator compiler error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1429 a1c6a512-1295-4272-9138-f99709370657
2002-07-24 11:35:23 +00:00
Linus Nielsen Feltzing
6795ab3f40 set_bool() now handles key-up events better
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1428 a1c6a512-1295-4272-9138-f99709370657
2002-07-24 11:25:59 +00:00
Linus Nielsen Feltzing
39dede951b show_info() now displays buffer size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1425 a1c6a512-1295-4272-9138-f99709370657
2002-07-23 22:33:13 +00:00
Linus Nielsen Feltzing
226a5649af Now uses ON+LEFT and ON+RIGHT for volume control
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1424 a1c6a512-1295-4272-9138-f99709370657
2002-07-23 22:24:26 +00:00
Linus Nielsen Feltzing
d9e13762e6 Better MAS debug for Players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1421 a1c6a512-1295-4272-9138-f99709370657
2002-07-23 15:14:02 +00:00
Linus Nielsen Feltzing
adfbc11960 Now leaves the WPS when the music is stopped
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1418 a1c6a512-1295-4272-9138-f99709370657
2002-07-23 12:18:47 +00:00
Linus Nielsen Feltzing
a3e473987d Removed DEBUGF() call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1416 a1c6a512-1295-4272-9138-f99709370657
2002-07-23 08:43:15 +00:00
Linus Nielsen Feltzing
10e5e5c7b0 Correct volume display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1414 a1c6a512-1295-4272-9138-f99709370657
2002-07-23 08:35:35 +00:00
Jerome Kuptz
ceef544fe0 primitive hold mode enabled for wps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1413 a1c6a512-1295-4272-9138-f99709370657
2002-07-23 06:21:35 +00:00
Linus Nielsen Feltzing
50ba8da88c Ooops. I accidentally reverted some earlier patches. Now they are back.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1411 a1c6a512-1295-4272-9138-f99709370657
2002-07-22 23:16:36 +00:00
Linus Nielsen Feltzing
87bc1f4284 Removed simulator warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1409 a1c6a512-1295-4272-9138-f99709370657
2002-07-22 22:59:06 +00:00
Linus Nielsen Feltzing
fe689a8541 First crude status display for Players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1408 a1c6a512-1295-4272-9138-f99709370657
2002-07-22 22:45:20 +00:00
Linus Nielsen Feltzing
97f94b4fac Added status_init() call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1407 a1c6a512-1295-4272-9138-f99709370657
2002-07-22 22:44:03 +00:00
Linus Nielsen Feltzing
ebab62b000 Removed a warning on the recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1406 a1c6a512-1295-4272-9138-f99709370657
2002-07-22 22:42:56 +00:00
Linus Nielsen Feltzing
7c64830317 First version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1405 a1c6a512-1295-4272-9138-f99709370657
2002-07-22 22:41:32 +00:00
Linus Nielsen Feltzing
b81adc40c0 Now rescans the dir when sort_case is changed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1403 a1c6a512-1295-4272-9138-f99709370657
2002-07-22 16:44:06 +00:00
Linus Nielsen Feltzing
a70f367e3c Added Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1402 a1c6a512-1295-4272-9138-f99709370657
2002-07-22 16:39:46 +00:00
Linus Nielsen Feltzing
c132c48677 Loudness, Superbass and sorting patch by Heikki Hannikainen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1401 a1c6a512-1295-4272-9138-f99709370657
2002-07-22 16:39:17 +00:00
Linus Nielsen Feltzing
6f75d1739f Slightly improved shuffle algorithm. Patch by Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1397 a1c6a512-1295-4272-9138-f99709370657
2002-07-22 15:36:39 +00:00
Jerome Kuptz
facc2cd663 Patch to fix 'corrupted' text on scroll in wps. Patch by Hardeep
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1395 a1c6a512-1295-4272-9138-f99709370657
2002-07-22 04:21:46 +00:00
Jerome Kuptz
d579c70e54 Enables the menu button for recorder and player while in WPS. Patch by Lee Marlow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1394 a1c6a512-1295-4272-9138-f99709370657
2002-07-21 19:47:24 +00:00
Linus Nielsen Feltzing
c04f2ac9fd Absolute playlists with backslashes now work
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1392 a1c6a512-1295-4272-9138-f99709370657
2002-07-20 22:47:25 +00:00
Björn Stenberg
b76bd063fb 100% battery level would draw indicator line outside screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1389 a1c6a512-1295-4272-9138-f99709370657
2002-07-20 13:41:23 +00:00
Björn Stenberg
c7100372e1 Added contributors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1382 a1c6a512-1295-4272-9138-f99709370657
2002-07-18 11:25:21 +00:00
Linus Nielsen Feltzing
3a62b56740 Now uses MAX_PATH
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1378 a1c6a512-1295-4272-9138-f99709370657
2002-07-17 23:23:57 +00:00
Björn Stenberg
529e166888 New vastly improved random algorithm: Mersenne Twister
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1377 a1c6a512-1295-4272-9138-f99709370657
2002-07-17 23:07:45 +00:00
Björn Stenberg
bd44e60197 New sort: Dirs first, then files. And case insensitive.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1376 a1c6a512-1295-4272-9138-f99709370657
2002-07-17 11:25:04 +00:00
Björn Stenberg
ad7de31660 Fixing the bugs introduced by last commit.
Using attributes for M3U and MP3 instead of checking filenames.
Chops extensions only on display, not in cache.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1374 a1c6a512-1295-4272-9138-f99709370657
2002-07-16 15:30:23 +00:00
Björn Stenberg
761d6840b6 MP3/M3U filter update: Now filters out hidden files and directories and also cuts the extension off of m3u and mp3 files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1373 a1c6a512-1295-4272-9138-f99709370657
2002-07-16 14:40:27 +00:00
Björn Stenberg
afa0c097f0 Removed warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1368 a1c6a512-1295-4272-9138-f99709370657
2002-07-16 11:21:59 +00:00
Björn Stenberg
77eb0e1328 Added crude battery indicator line at bottom of WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1366 a1c6a512-1295-4272-9138-f99709370657
2002-07-16 10:58:14 +00:00
Björn Stenberg
761cd95f23 Allow LBA-less partitions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1364 a1c6a512-1295-4272-9138-f99709370657
2002-07-16 08:48:16 +00:00
Linus Nielsen Feltzing
8c57ad9c38 Adjusted a few buffer sizes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1360 a1c6a512-1295-4272-9138-f99709370657
2002-07-15 22:46:38 +00:00