Linus Nielsen Feltzing
|
ade5d7b848
|
First step in revamping the USB event handling, paving the way for the upcoming SYS_POWER_OFF event
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4951 a1c6a512-1295-4272-9138-f99709370657
|
2004-07-26 16:06:59 +00:00 |
|
Jörg Hohensohn
|
b1403ee024
|
New way of defining menus and options allows to declare them static const, which saves the code to runtime-assemble them. Rockbox just got 6 KB smaller.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4931 a1c6a512-1295-4272-9138-f99709370657
|
2004-07-23 23:01:20 +00:00 |
|
Linus Nielsen Feltzing
|
3a203ec68d
|
Patch #911298 by Steve Cundari, adds hour display to WPS and bookmarks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4878 a1c6a512-1295-4272-9138-f99709370657
|
2004-07-14 10:18:11 +00:00 |
|
Linus Nielsen Feltzing
|
5347b1c60f
|
Fixed the margins on the bookmark prompts, fixes bug #887512
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4809 a1c6a512-1295-4272-9138-f99709370657
|
2004-06-27 09:51:42 +00:00 |
|
Linus Nielsen Feltzing
|
32e27d93e8
|
The status bar now keeps track of the mpeg status, instead of having to call status_set_playmode() all the time
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4805 a1c6a512-1295-4272-9138-f99709370657
|
2004-06-27 01:05:40 +00:00 |
|
Linus Nielsen Feltzing
|
0907631464
|
Cleaned up the generate_bookmark_file_name function. Now it doesn't change the in argument, a bug which crashed the file browser if trying to generate a bookmark file name in the root dir.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4786 a1c6a512-1295-4272-9138-f99709370657
|
2004-06-22 06:23:14 +00:00 |
|
Henrik Backe
|
215300d511
|
Another lcd_setmargin fix for bookmark select.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4539 a1c6a512-1295-4272-9138-f99709370657
|
2004-04-21 19:06:48 +00:00 |
|
Jörg Hohensohn
|
f2d8b0e975
|
voice UI updates: nicer month setting, bookmark browser, Rockbox info screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4487 a1c6a512-1295-4272-9138-f99709370657
|
2004-04-12 12:29:44 +00:00 |
|
Henrik Backe
|
dd264a8c42
|
Restore lcd margins after selecting bookmark
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4464 a1c6a512-1295-4272-9138-f99709370657
|
2004-04-04 16:44:40 +00:00 |
|
Henrik Backe
|
0e90bc3f09
|
To many bookmarks could be delete when unique only was set
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4422 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-21 13:42:18 +00:00 |
|
Henrik Backe
|
48ac52c7d1
|
Fixed delete of bookmark. Responsiveness of bookmark select dialouge
also improved.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4421 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-21 13:35:54 +00:00 |
|
Jörg Hohensohn
|
fa97f161ab
|
Third step of the voice-UI: numerical settings are spoken (composed at runtime), needs new voicefont at the new location ".rockbox/langs/english.voice"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4414 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-19 22:15:53 +00:00 |
|
Linus Nielsen Feltzing
|
689eef3342
|
Patch #889885 by Benjamin Metzler, fixes a bug with bookmarks in the root directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4396 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-17 09:41:51 +00:00 |
|
Linus Nielsen Feltzing
|
77936e6ec5
|
First shot at a nice little button bar at the bottom of the recorder LCD. Enable Button Bar in the Display settings. Only the dir browser uses it at the moment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4391 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-16 13:44:56 +00:00 |
|
Jörg Hohensohn
|
4f36ea8fbf
|
First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4381 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-14 21:33:53 +00:00 |
|
Linus Nielsen Feltzing
|
10b92c44b3
|
First step towards context sensitive and configurable menus, by Brent Coutts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4370 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-12 10:20:33 +00:00 |
|
Linus Nielsen Feltzing
|
19480d51cd
|
Patch #877947 by Benjamin Metzler, limits the number of bookmarks in the Most Recent Bookmarks file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4334 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-02 13:50:35 +00:00 |
|
Hardeep Sidhu
|
107ebc5ba9
|
Modified playlist handling to allow for multiple playlists to be edited at the same time. Added support in playlist viewer for viewing/editing playlists on disk (accessed via ON+PLAY->Playlist->View on a playlist). Added menu in playlist viewer for changing a few settings and saving playlist. Added File Options menu in playlist viewer ON+PLAY menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4276 a1c6a512-1295-4272-9138-f99709370657
|
2004-01-26 17:05:21 +00:00 |
|
Björn Stenberg
|
c9a97763ef
|
Allow any non-play button to cancel auto-bookmark
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4245 a1c6a512-1295-4272-9138-f99709370657
|
2004-01-16 00:21:43 +00:00 |
|
Björn Stenberg
|
e99f3b2b13
|
Removed warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4228 a1c6a512-1295-4272-9138-f99709370657
|
2004-01-14 00:38:45 +00:00 |
|
Björn Stenberg
|
a108ec2ebd
|
Added Benjamin Metzlers bookmarking feature (patch #669440)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4227 a1c6a512-1295-4272-9138-f99709370657
|
2004-01-14 00:13:04 +00:00 |
|