Peter D'Hoye
|
e50cba942f
|
Give recording related menu entries a recording icon (settings and radio menus). FS #7302 with small addition by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13718 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-25 21:19:45 +00:00 |
|
Marianne Arnold
|
74aabc8381
|
Make the '%mh' wps tag (to indicate keylock status) available on the Archos targets as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13716 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-25 20:54:11 +00:00 |
|
Michael Sevakis
|
6bba70b0ec
|
current_tick really does need to be volatile since gcc can optimize away checking the value otherwise - found out the hard way. :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13715 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-25 20:46:54 +00:00 |
|
Jens Arnold
|
dfa4e6406d
|
Minesweeper enhancements (FS #7327, FS #7335, some further changes by me): * Make info splash display number of flags and number of mines. * Directions on iPod use Left/Right/Menu/Play now, with Select for flagging and long Select for exploring. Additionally, Scroll Left/Right goes left/right with wrapping to the previos/next line at the edges. * Make info splash work on Iaudios. * Swap main explore and flag buttons on recorder (and av300) to make them consistent with the other tragets and the rest of the minesweeper world. * On irivers, Rec can be used as an alternative for flagging, making one-handed playing easier on H1x0. * Removed unused macros.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13712 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-25 18:18:07 +00:00 |
|
Dan Everton
|
00dd14922b
|
When building the database and a track doesn't have an album artist tag, copy the value from the artist tag. This should make browsing through album artist in the database a bit nicer. Same as FS# 7342 but different. You may need to rebuild your database to actually see any change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13710 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-25 11:33:21 +00:00 |
|
Dan Everton
|
708ac7feb3
|
Support aART (album artist) MP4 atom.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13709 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-25 11:15:44 +00:00 |
|
Karl Kurbjun
|
a28d74e71c
|
Fix rockboy for the H100's. Thanks for fixing the HW codec players Peter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13708 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-25 04:26:23 +00:00 |
|
Peter D'Hoye
|
3490acbfbd
|
Fix red rockboy builds on archos. Somebody with more rockboy knowledge might want to check this fix ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13707 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-24 22:49:59 +00:00 |
|
Michael Sevakis
|
3bec38e442
|
SWCODEC: Get rid of unneeded pcm_mute() calls. Leave the only ones that seem to be needed for WM codecs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13704 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-24 20:36:58 +00:00 |
|
Peter D'Hoye
|
e596a80e8d
|
Yet another fine scrobbling patch by Robert Keevil that fixes FS #5495: audio_set_track_changed_event() skips first track in playlist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13701 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-24 19:20:27 +00:00 |
|
Peter D'Hoye
|
12d2d0fbc2
|
A patch by Robert Keevil that's been in the tracker way to long, fixes FS #6213: Audioscrobbler incorrectly submits last song
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13699 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-24 18:46:04 +00:00 |
|
Karl Kurbjun
|
78c45530ff
|
Sound improvements for rockboy - players now sync the sound (The gigabeat now plays at a steady 60 fps as long as the frameskip is set properly). If a new sample is not available a blank buffer is used. All devices use 44.1 kHz for gameboy sound now so no more high pitched sounds. Added a screen rotation option. Removed unscaled code for devices with a screensize smaller than the gameboy. All buttons are now configurable. Scroll wheel devices still have button configuration problems though.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13698 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-24 16:00:55 +00:00 |
|
Peter D'Hoye
|
845b8da451
|
Limit minimum db scale value when switching from linear to logaritmic peakmeter scale. Fixes FS #7325
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13696 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-24 00:17:28 +00:00 |
|
Miika Pekkarinen
|
6ecb06f97a
|
FS#7003 - Allow forward references of menus in tagnavi.config.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13685 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-22 12:48:06 +00:00 |
|
Michael Sevakis
|
ea255fbc3a
|
Prevent initial spinup when starting first file when in a stopped state on non-RTC targets. Fix some states that are dangerous on SWCODEC and could result in data loss. Had to make plugin API incopatible since specified numbered filename creation is enabled now on all non-RTC targets with recording; increase version and sort the items that looked like they had a place to go.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13683 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-22 09:34:57 +00:00 |
|
Jonathan Gordon
|
2d4ee368e3
|
Fix problems with the list when you change font size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13680 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-21 13:21:33 +00:00 |
|
Jonathan Gordon
|
0baad43a93
|
Accept FS#7313 - make the menus talk more often
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13679 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-21 12:32:10 +00:00 |
|
Marcoen Hirschberg
|
3585ee7a3f
|
change the fps calculation so setting changes are visible without delay
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13678 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-19 21:30:45 +00:00 |
|
Marcoen Hirschberg
|
95d414542c
|
move button_loop to prepare for the next commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13677 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-19 21:29:34 +00:00 |
|
Paul Louden
|
b6ede2189a
|
Clear the whole colour list on new .colours load, rather than
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13675 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-19 20:08:16 +00:00 |
|
Dave Chapman
|
62dab05cc9
|
Correct a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13674 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-19 19:03:37 +00:00 |
|
Paul Louden
|
9727d151a0
|
Fix Database to use the foreground colour, as the colours feature has
not been implemented for it yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13673 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-19 09:53:58 +00:00 |
|
Paul Louden
|
01f90d6b37
|
Forgot to change the spelling in viewers.config.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13672 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-19 04:28:06 +00:00 |
|
Paul Louden
|
f8b5913ae7
|
Make user-visible spelling "colours" rather than "colors".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13671 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-19 04:21:06 +00:00 |
|
Dave Chapman
|
f01b661116
|
Add a "Speed test folder" option for batch testing. When this option is selected, all files in the same directory as the selected file will be tested, and the results written to a numbered log file in the root. Thanks to Jens for his screen+file logging functions I stole from test_disk.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13670 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-19 00:25:36 +00:00 |
|
Paul Louden
|
5b25a6e2df
|
Added one more filetype. ??? in .colors lets you set the color for all
unknown filetypes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13669 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-18 22:41:39 +00:00 |
|
Paul Louden
|
f2061599d4
|
Fix new bug caused by my last commit. Since there was no apparent binary
saving of the short, back to long since we need it signed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13668 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-18 22:07:38 +00:00 |
|
Paul Louden
|
4cb1072cce
|
Hopefully fix FS#7323. Store colors as fb_data.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13667 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-18 18:43:11 +00:00 |
|
Jonathan Gordon
|
1b947de1ad
|
s/icons/colors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13666 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-18 13:57:05 +00:00 |
|
Jonathan Gordon
|
46e186fa61
|
extend the text editor plugin to be able to modify the .colors file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13665 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-18 13:37:57 +00:00 |
|
Brandon Low
|
2d0cb077c3
|
Shrink binsize by using shorts instead of ints for colors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13660 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-17 23:12:39 +00:00 |
|
Brandon Low
|
f8682a032e
|
Fix some bugs with the colors stuff. You can now specify folder color with the folder extension.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13659 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-17 23:10:01 +00:00 |
|
Brandon Low
|
488de5e09c
|
Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13657 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-17 21:29:24 +00:00 |
|
Brandon Low
|
74cbb0a1b2
|
Give color targets the ability to display each LCD line a different color and use this newfangled ability to provide themable colored file types. See the comments on read_color_theme_file and the sample.colors file provided for how to use this. .colors files go in themes directory for now. This separate line color function should be trivial to add to menus and wpss.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13656 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-17 21:16:34 +00:00 |
|
Antoine Cellerier
|
0b4b8f0a37
|
Fix 2 puzzle levels. Don't lose if no moves are left in puzzle mode, restart the current level. Score handling in puzzle mode is still kind of broken.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13649 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-17 10:02:39 +00:00 |
|
Marcoen Hirschberg
|
fa1a290eb1
|
gigabeat remote: hold fast-forward to get to the context menu, hold rewind to get to the root of the file tree.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13646 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-17 00:05:14 +00:00 |
|
Antoine Cellerier
|
c1dc50109d
|
Ahem ... fix compilation. I also forgot to mention that puzzle images don't look good atm so if anyone wants to draw nice ones ... feel free to do so.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13645 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-16 23:19:49 +00:00 |
|
Antoine Cellerier
|
bbb9da3f8c
|
Add "Puzzle" game type to jewels. Idea from Sam Hocevar's MonsterZ (http://sam.zoy.org/monsterz).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13644 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-16 23:12:41 +00:00 |
|
Marcoen Hirschberg
|
9e0dfa1a53
|
move the speex and vorbis ogg parsers together in ogg.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13642 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-16 22:23:07 +00:00 |
|
Dave Chapman
|
e5ee30ec97
|
Correct the (C) year
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13640 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-16 21:07:53 +00:00 |
|
Brandon Low
|
9a550524af
|
Make RTC tags display hyphens instead of nothing on non-rtc targets. This makes WPSs that use RTC tags look decent again with the new separated RTC tag style
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13639 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-16 20:33:30 +00:00 |
|
Marcoen Hirschberg
|
e097b5fd62
|
fix build for big-endian targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13638 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-16 18:40:07 +00:00 |
|
Marcoen Hirschberg
|
2175d1edf6
|
split up the metadata parser
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13637 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-16 18:19:51 +00:00 |
|
Magnus Holmgren
|
c3206a455a
|
AAC: Add support for iTunes-style gapless playback.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13636 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-16 13:00:52 +00:00 |
|
Peter D'Hoye
|
93af4feae9
|
Ignore SYS_CHARGER_DISCONNECTED event in yesno screen (other events may need to be filtered as well) as it made the auto-ROLO question close immediatly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13635 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-16 11:50:42 +00:00 |
|
Dave Chapman
|
06b32fad8d
|
Make test_codec work in the sim again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13634 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-16 07:52:07 +00:00 |
|
Marcoen Hirschberg
|
cdad9abbe1
|
change the Gigabeat remote control mapping: long-play is stop. play resumes playback, the 'speaker' button brings you to the menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13633 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-16 00:57:32 +00:00 |
|
Steve Bavin
|
da0084046b
|
Add missing voice string for 'Force mono'; thanks to James Teh.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13632 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-15 06:32:34 +00:00 |
|
Jens Arnold
|
bb12e55989
|
Mandelbrot: slight speedup on coldfire targets. Only noticeable at high iteration depths with full precision.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13631 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-14 22:50:21 +00:00 |
|
Dave Chapman
|
cee61b57c8
|
Remove some unused code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13630 a1c6a512-1295-4272-9138-f99709370657
|
2007-06-14 22:35:01 +00:00 |
|