Jonathan Gordon
1d2952df80
FS#7916 - Adapt graphical EQ to smaller screens (Fixes FS#9517)
...
This version still isnt ideal, but untill someone has time to do it properly (viewports, get rid of some hardcoded values) this will do.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19051 a1c6a512-1295-4272-9138-f99709370657
2008-11-09 10:28:04 +00:00
Nils Wallménius
6f73ebeb9d
Introduce 'features' for button light and button light brighness, delete a couple of empty strings in translations, some neccesary reordering of strings to match them correctly
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19037 a1c6a512-1295-4272-9138-f99709370657
2008-11-08 20:13:29 +00:00
Jonathan Gordon
a22749b5c6
FS#9525 - The list for the quickscreen items chooser turned out to not really be usable so try this instead.
...
Settings in the menus will now have a context menu where you can reset the setting and if its OK to put it on the quickscreen there will be options there to put it on it.
Also, ban last.fm and cuesheet support settings from the QS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19013 a1c6a512-1295-4272-9138-f99709370657
2008-11-05 09:30:20 +00:00
Jonathan Gordon
edcacaa787
FS#9515 - customisable quickscreen. Allows you to choose which setting you want displayed on the quickscreen.
...
Allows almost every available setting. (change the options in settings > general settings > quickscreen items)
Not every setting will work perfectly, some might need aditional handling if the change doesnt take effect straight away (let us know which are problematic so they can be fixed)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18984 a1c6a512-1295-4272-9138-f99709370657
2008-11-03 11:11:07 +00:00
Rafaël Carré
603a9c7c7d
Clip: add backlight and buttonlight code
...
Revive lcd_enable() as well, and use it in _backlight_on/off()
Don't update the lcd framebuffer if the display is off
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18952 a1c6a512-1295-4272-9138-f99709370657
2008-10-31 22:02:41 +00:00
Mustapha Senhaji
944e23f1a4
Fix one bad description entry for the languages concerned.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18945 a1c6a512-1295-4272-9138-f99709370657
2008-10-31 14:52:09 +00:00
Dave Chapman
74b935c893
Make the e200v2 simulator compile - an easy job as the apps/ code is identical to the e200v1.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18902 a1c6a512-1295-4272-9138-f99709370657
2008-10-28 17:49:35 +00:00
Nils Wallménius
ca34981b4d
Forgot description for the new lang string
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18765 a1c6a512-1295-4272-9138-f99709370657
2008-10-10 21:30:08 +00:00
Nils Wallménius
da01219ca2
Search In Playlist
...
* Add a title to the list of search results.
* Fix drawing of the statusbar.
* Avoid splashing in every iteration of the search loop if no new hits,
gives about 10x speedup on h300 when searching for a string that gives
30 hits in a playlist of 3000 tracks.
* Boost cpu when searching, ~doubles the search speed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18764 a1c6a512-1295-4272-9138-f99709370657
2008-10-10 21:19:56 +00:00
Alessio Lenzi
524dab4140
Added missing Album Hart voice string and synced italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18757 a1c6a512-1295-4272-9138-f99709370657
2008-10-09 19:15:24 +00:00
Peter D'Hoye
528fe442fc
New recording setting to configure how mono recordings are made. Previously, this was always L+R, which was kinda silly if your signal was on L only. This setting allows for L, R or L+R. SWCODEC only for now, to be added for HWCODEC (although that will only be L and L+R probably)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18745 a1c6a512-1295-4272-9138-f99709370657
2008-10-08 22:18:16 +00:00
Frank Gevaerts
34148b9a21
add the multivolume feature to LANG_DISK_NAME_MMC, to enable building multivolume builds on non sansa/ondio
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18721 a1c6a512-1295-4272-9138-f99709370657
2008-10-06 19:48:01 +00:00
Jonathan Gordon
ff21c63b2b
fix the button on the "X to abort " splash for the gigabeat f/s
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18620 a1c6a512-1295-4272-9138-f99709370657
2008-09-24 07:41:43 +00:00
Jonathan Gordon
d34ab4af8a
Display the expected album art size in the info screen
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18576 a1c6a512-1295-4272-9138-f99709370657
2008-09-23 11:20:08 +00:00
Steve Bavin
4bb8fd286b
Something horrible happened with binsize, so revert FS#8894 completely (for now).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18449 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 09:00:41 +00:00
Steve Bavin
f6982346a1
Add timestretching from FS#8894, as written by Stephane Doyon based on work by Nicolas Pitre. Shouldn't affect playback unless it's explicitly enabled, but let me know if it does. Currently has a dedicated setting, but maybe inclusion of the code will inspire someone to integrate this with the pitch screen...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18446 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 08:27:51 +00:00
Nils Wallménius
b87715f670
Fix typo in the voice id for '5' reported in FS#9370 by John Zhou
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18434 a1c6a512-1295-4272-9138-f99709370657
2008-09-06 15:32:05 +00:00
Mustapha Senhaji
c582976f25
French language update. In bonus, few improvements and fixes by Clément Pit-Claudel (taken from FS#9141).
...
Remove an empty line from the english file, while I was here.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18328 a1c6a512-1295-4272-9138-f99709370657
2008-08-21 14:56:34 +00:00
Dave Chapman
9ffc30bec0
Ensure every phrase has a "user:" line - currently they are all empty.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18308 a1c6a512-1295-4272-9138-f99709370657
2008-08-17 14:06:44 +00:00
Nils Wallménius
16d32d59ab
Separate the feature for remote lcd inversion from main lcd inversion to fix a small manual bug
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18251 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 11:51:09 +00:00
Nils Wallménius
e18c0804de
Fix the feature on which one deprecated string depends. It got accidentally changed in the recsreen ui remake and could mess up the string order in translations for targets with recording but without agc
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18226 a1c6a512-1295-4272-9138-f99709370657
2008-08-09 14:28:35 +00:00
Nils Wallménius
cffd24e992
Deprecate unused sysfont string
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18210 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 12:09:08 +00:00
Peter D'Hoye
496e1f7e85
First step of the recording screen redesign. The screen is split into a fixed top part containing essential data and the peakmeters/triggerbar, and a bottom part that is in fact a list. The list contains the items that can be changed, and also some stuff that isn't important enough to be on the top part, like the filename. That filename is now shown completely. If the font is too big to have 6 lines on the display, sysfont is used.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18202 a1c6a512-1295-4272-9138-f99709370657
2008-08-06 20:12:44 +00:00
Bertrik Sikken
d86255b4a9
Fix FS#9237 (Mismatch in voiced and displayed buffer size).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18190 a1c6a512-1295-4272-9138-f99709370657
2008-08-03 22:02:11 +00:00
Jonas Häggqvist
e5130f6ef3
Add a Rockbox header, and a list detailing who contributed to all language files. Please try to keep this updated.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18158 a1c6a512-1295-4272-9138-f99709370657
2008-07-30 21:23:22 +00:00
Stéphane Doyon
9dfc1c5e95
Typo in feature name.
...
I doubt it matters, for an empty string, but why not.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18056 a1c6a512-1295-4272-9138-f99709370657
2008-07-15 18:03:08 +00:00
Stéphane Doyon
91bfc4ca95
Voice the playlist catalog.
...
See FS#6323.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18050 a1c6a512-1295-4272-9138-f99709370657
2008-07-15 15:33:23 +00:00
Stéphane Doyon
3eb76d053d
talk.c helper functions to voice a filename, in a more generic way
...
than from tree.c
Voice a file or dir's thumbnail from path components,
or spell last path component. Ability to prefix the thumbnail or
spelling with some talk ids.
This is the talk_file patch from FS#6323, just refactored a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18048 a1c6a512-1295-4272-9138-f99709370657
2008-07-15 14:55:31 +00:00
Thom Johansen
4a7e0c7949
Rename and rework the "Study Mode" menu into the "Skip Length" setting. Update manual. Bump plugin API thanks to having changed global_settings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18041 a1c6a512-1295-4272-9138-f99709370657
2008-07-14 20:39:30 +00:00
Marcoen Hirschberg
b4476ba975
include these string for all targets, not just the gigabeat
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17848 a1c6a512-1295-4272-9138-f99709370657
2008-06-28 18:10:16 +00:00
Marcoen Hirschberg
2fb70bcabb
implement smooth seeking acceleration for audio playback and mpegplayer
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17843 a1c6a512-1295-4272-9138-f99709370657
2008-06-28 17:55:53 +00:00
Michael Sevakis
c541e04632
Gigabeat F/X:
...
Allow chaning of touchpad sensitivity in the System settings menu. Some
units are dodgey at "Normal" senitivity and some at "High". "High" can make
some units difficult to navigate and may even require a settings reset so try
it and don't use "High" again if it doesn't work out :-). Defaults to "Normal"
which behaves like older builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17656 a1c6a512-1295-4272-9138-f99709370657
2008-05-29 21:27:44 +00:00
Magnus Holmgren
41cfc4d838
Update Swedish translation and fix a small typo in english.lang...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17634 a1c6a512-1295-4272-9138-f99709370657
2008-05-26 18:43:21 +00:00
Steve Bavin
5f8bd63cba
FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playback Settings optiona and removed duplicate options.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17603 a1c6a512-1295-4272-9138-f99709370657
2008-05-22 08:02:48 +00:00
Mark Arigo
b4275d4941
Philips GoGear SA9200 port. Working bootloader and normal builds, including sound. No touchpad now, buttons limited to using vol+/vol-/power for up/down/select. Rockbox USB is enabled since the OF is MTP only...read the warnings on the PortalPlayerUsb wiki page.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17591 a1c6a512-1295-4272-9138-f99709370657
2008-05-21 03:55:17 +00:00
Peter D'Hoye
a3524029bf
Accept FS #8994 : add another recording filesplit option: stop recording and shutdown
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17531 a1c6a512-1295-4272-9138-f99709370657
2008-05-15 22:47:07 +00:00
Andree Buschmann
ca035910c6
Added feature switch for LANG_ACCESSORY_SUPPLY as this is only used for some targets yet.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17447 a1c6a512-1295-4272-9138-f99709370657
2008-05-10 21:25:48 +00:00
Nils Wallménius
27bb9986f6
Add a Gigabeat S specific string and use a wildcard where the F and S use the same string
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17437 a1c6a512-1295-4272-9138-f99709370657
2008-05-10 06:41:07 +00:00
Will Robertson
8a3c77e31e
Initial work on a Gigabeat S manual. Still a bit to do.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17429 a1c6a512-1295-4272-9138-f99709370657
2008-05-09 07:08:18 +00:00
Stéphane Doyon
7e86e5d866
Polish voicing of quickscreen: make it like in FS#6171: announce
...
"quickscreen" on entering, announce when leaving, say option name
when changing values in case the user isn't entirely familiar with
the layout...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17358 a1c6a512-1295-4272-9138-f99709370657
2008-05-04 15:02:46 +00:00
Stéphane Doyon
ab0f7e17ef
Accept FS#6188: study mode.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17355 a1c6a512-1295-4272-9138-f99709370657
2008-05-04 13:47:58 +00:00
Jonathan Gordon
ea664e0647
Viewported quickscreen (take 2 :D) (FS#8553)
...
- no customization support
- no top item
- much better use of the screen
- deprecates 20 odd lang strings (the QS can now use the regular lang strings and user font)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17315 a1c6a512-1295-4272-9138-f99709370657
2008-05-03 12:30:40 +00:00
Peter D'Hoye
bcb442d0a2
Fix wrong description
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17229 a1c6a512-1295-4272-9138-f99709370657
2008-04-23 22:29:01 +00:00
Nils Wallménius
ac1b30ef73
Nicer handling of unset clock in the 'Rockbox Info' screen
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17199 a1c6a512-1295-4272-9138-f99709370657
2008-04-20 21:01:39 +00:00
Andree Buschmann
850a11250a
Adding new setting to System Settings <Accessory Power Supply -- off by default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17193 a1c6a512-1295-4272-9138-f99709370657
2008-04-20 18:28:25 +00:00
Will Robertson
735790fde0
Some general housekeeping. Fixed a few yellows, made the volume buttons work in lists. ROLO now works also thanks to rob's work on the D2.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17139 a1c6a512-1295-4272-9138-f99709370657
2008-04-16 08:30:30 +00:00
Robert Kukla
4c86e34517
m:robe 100 - enable setting for buttonlight brightness
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17134 a1c6a512-1295-4272-9138-f99709370657
2008-04-15 23:38:45 +00:00
Nils Wallménius
5d4c7d7aaa
Fix typo in description of LANG_PLAYLISTS (basically FS#8496 minus the unrelated changes in the patch).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17016 a1c6a512-1295-4272-9138-f99709370657
2008-04-07 11:23:58 +00:00
Nils Wallménius
95d8590659
FS#8741 fix two text/voice inconsistencies in English
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16743 a1c6a512-1295-4272-9138-f99709370657
2008-03-22 14:18:07 +00:00
Miika Pekkarinen
19c6e66c13
Implement the playback event handling as a system-wide multi-purpose event system. Unified mpeg.c and playback.c audio event handling. Converted ata_idle_notify to use the new event handling system also.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16682 a1c6a512-1295-4272-9138-f99709370657
2008-03-16 13:55:16 +00:00