Brandon Low
|
f3bc1efc49
|
First commit of reworking voice to be mroe stable on swcodec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9758 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-22 14:40:13 +00:00 |
|
Jens Arnold
|
b5991b27ca
|
Fixed busy loop, and implemented a simpler kind of cursor blinking that also ensures blinking always starts with 'cursor visible' after button actions. Removed redraw variable, since we now always redraw.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9757 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-22 13:06:57 +00:00 |
|
Zakk Roberts
|
a1db431d50
|
Updated vkeyboard. For players that require the user to scroll the cursor off the keyboard in order to edit the line itself (iPods, iAudio..), the line is now inverted when in line-edit mode. For all models: blinking line cursor.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9756 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-22 09:43:43 +00:00 |
|
Dave Chapman
|
9f34872df0
|
Make the get_image_id() function more robust, and catch a parsing error when parsing the %x tags. This prevents Rockbox crashing when presented with an incorrect %x|filename.bmp| WPS line.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9755 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-22 09:02:59 +00:00 |
|
Karl Kurbjun
|
65c15eb50b
|
Better video update, add options to startup menu, change default screensize
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9754 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-22 03:48:15 +00:00 |
|
Dominik Riebeling
|
8b2a563dfb
|
Adjust pitch screen to match currently changed behaviour.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9753 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-21 15:06:46 +00:00 |
|
Zakk Roberts
|
35d36585c8
|
Fix yellow builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9752 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-21 06:20:02 +00:00 |
|
Zakk Roberts
|
8a0ea50ee2
|
Updated pitch screen again. *Back to old behavior of only coming up on ON+UP/DOWN (Archos) or PLAY+UP/DOWN (iriver) - fixes FS#4928. *Button mappings changed: Up/Down = +/- 0.1%; holding Up/Down = +/- 2%; Left/Right = 'temporary' +/- 2% (old behavior). *SWCODEC: pcmbuf_set_low_latency, now you can hear pitch adjustments quicker. *Broke pitchscreen code into two parts; one to draw and one to deal with buttons.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9751 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-21 06:11:24 +00:00 |
|
Jens Arnold
|
375b225fac
|
Ipod mini: Correct placement of odd bubble rows.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9750 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-21 05:58:38 +00:00 |
|
Jens Arnold
|
62aaf1d734
|
Use correct macros to check for iriver architecture.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9749 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 21:05:04 +00:00 |
|
Jens Arnold
|
d43e719d59
|
SH1: Better placement of the C library routine references (gcc 3.4.x -Os and -O2 proof).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9748 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 19:48:02 +00:00 |
|
Karl Kurbjun
|
29ab31e8f1
|
Optimizations for doom: coldfire asm drawspan routine = not much, fixed point multiply changes = not much, H300 asm lcd update = some, IRAM sound updates and simplifications = more
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9747 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 19:39:56 +00:00 |
|
Dominik Riebeling
|
9e9921b087
|
Add missing screenshots for player. Remove an unnecessary paragraph break.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9746 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 19:15:03 +00:00 |
|
Dominik Riebeling
|
953411fddc
|
Remove the choice table for archos, it's useless since device specific manuals. Leave the file alone for now to reuse it later in an all-devices table.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9745 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 18:54:13 +00:00 |
|
Dominik Riebeling
|
a18bd164d9
|
some updates to tagcache section
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9744 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 16:44:26 +00:00 |
|
Hardeep Sidhu
|
d9f11ac41d
|
Repeat mode should be an integer, not a boolean. Fixes bug #2955.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9743 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 15:41:24 +00:00 |
|
Daniel Stenberg
|
76c1cde007
|
use 'ar' and 'ranlib' and not the variables that may be set to the
cross-compiled versions!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9742 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 11:56:51 +00:00 |
|
Daniel Stenberg
|
db80a3981d
|
removed langv1 remainders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9741 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 08:29:55 +00:00 |
|
Frank Dischner
|
54d757b0c5
|
Prevent scroll wheel on mini 1g from over-scrolling when scrolling very fast.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9740 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 07:44:58 +00:00 |
|
Hardeep Sidhu
|
c7f304e1b9
|
Stop playback and exit viewer if last track in current playlist is removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9739 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 07:30:28 +00:00 |
|
Hardeep Sidhu
|
24f0a374c6
|
Fixed problem with forced reload of dircached filenames when playlist is sorted
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9738 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 05:56:34 +00:00 |
|
Hardeep Sidhu
|
f635f4a824
|
Set playing to true immediately when audio_play() is called. Fixes a bug when selecting tracks from playlist viewer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9737 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 05:33:53 +00:00 |
|
Brandon Low
|
37faaab0ee
|
Fix a crossfade problem (not initializing quite right), and a end of track problem (should solve some problemwith last bits of audio not playing).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9736 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 02:30:59 +00:00 |
|
Hardeep Sidhu
|
195a9f2766
|
No need to force a sync of control file until playlist has started. This should improve tagcache playlist creation performance on Archos devices (esp. Ondio). Also fixed a small bug in playlist_set_current.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9735 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-20 01:43:16 +00:00 |
|
Daniel Stenberg
|
3215ed2e85
|
use tag cache
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9734 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-19 22:14:45 +00:00 |
|
Miika Pekkarinen
|
f9bfd73a24
|
Fixed: Generate chunked playlist correctly, don't sort <All tracks>
entry and don't return a NULL file pointer and crash.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9733 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-19 18:56:59 +00:00 |
|
Frank Dischner
|
5d9eccd85b
|
Fix button driver for ipod mini 1G.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9732 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-19 18:06:56 +00:00 |
|
Thom Johansen
|
1903fab9c5
|
Remove old stereo width setting description, and add description of the new stereo width functionality.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9731 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-19 15:38:26 +00:00 |
|
Miika Pekkarinen
|
0471249d8f
|
Oops, forgot to commit this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9730 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-19 11:20:51 +00:00 |
|
Miika Pekkarinen
|
991665bcdf
|
More usable playlist generation, added "<All tracks>" entry to tag
browser.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9729 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-19 11:03:37 +00:00 |
|
Hardeep Sidhu
|
b79c9a6145
|
Allow insert shuffled option for directories when playlist is empty. Based on patch #3011 by Jonathan Gordon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9728 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-19 02:22:23 +00:00 |
|
Brandon Low
|
4b36096b93
|
Have the codec thread stop the pcm if we need to spin up the disk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9727 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-19 00:23:08 +00:00 |
|
Brandon Low
|
56d6f3ecfc
|
Fix playback if the user does a very fast seek->skip press
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9726 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 23:43:54 +00:00 |
|
Brandon Low
|
2c9b1717e6
|
Fix end of playlist handling. I think.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9725 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 19:52:10 +00:00 |
|
Brandon Low
|
1344ccd3c1
|
Revert previous, it is broken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9724 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 19:51:37 +00:00 |
|
Dominik Riebeling
|
c08d7f1802
|
Small updates to the plugins section. Fix some fixme's in Cofiguration and Main Menu sections. (FS#5171, FS#5176 by Mark Bright)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9723 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 19:37:26 +00:00 |
|
Brandon Low
|
426dc212c6
|
Make seeking synchronous. It's better this way
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9722 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 19:08:15 +00:00 |
|
Miika Pekkarinen
|
fa893c6b88
|
Performance optimizations for tagcache commit. Still more left to be done.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9721 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 18:56:56 +00:00 |
|
Brandon Low
|
2b18727a8a
|
Fix dir skipping with new playback arch. Enable dir skipping on ipod with a couple of difficult combos (select|right/left) or short-long left / short-long right. The latter causes stuck in pause sometimes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9720 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 18:33:09 +00:00 |
|
Frank Dischner
|
359189efe3
|
Fix bug with fonts containing missing glyphs before default glyph. Also, allow fonts with trailing space on BITMAP line.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9719 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 17:24:14 +00:00 |
|
Brandon Low
|
ed44e19c3f
|
Should fix a bug with track skipping backwards following track skip forward, play, seek backward
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9718 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 16:53:24 +00:00 |
|
Brandon Low
|
7df187f20e
|
Save empty resume information if the playlist has ended
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9717 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 16:45:44 +00:00 |
|
Hardeep Sidhu
|
095ad1a39c
|
Minor fix for insert_shuffle when playlist is empty
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9716 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 16:44:51 +00:00 |
|
Hardeep Sidhu
|
d0de1aafac
|
Fixed problem with auto change directory not working when browsing plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9715 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 16:24:12 +00:00 |
|
Zakk Roberts
|
cf6ad10b9f
|
Jewels: switch back to Sysfixed font after exiting the Playback menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9714 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 03:17:16 +00:00 |
|
Zakk Roberts
|
6314e6d78c
|
Add Equalizer image for 320x240x16 LCD (iPod 5G).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9713 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-18 02:52:29 +00:00 |
|
Dominik Riebeling
|
d879a2a66c
|
Replace the Sudoku screenshot for Nano with a new one without KDE gear.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9712 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-17 21:50:28 +00:00 |
|
Magnus Holmgren
|
4b3a00703d
|
Fix the use of equalizer pre-cut in combination with replaygain.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9711 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-17 21:04:57 +00:00 |
|
Brandon Low
|
7f5fb7bbd9
|
Fix red builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9710 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-17 20:55:53 +00:00 |
|
Brandon Low
|
5286c7ddb8
|
Add copy and adjust helper for mp3entry struct as it is 1) not copy safe and 2) nonobvious that its not copy safe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9709 a1c6a512-1295-4272-9138-f99709370657
|
2006-04-17 20:32:25 +00:00 |
|