Dominik Riebeling
9d482ebb6c
w32: when utilizing IE values for system proxy also honor the ProxyEnable value. In the configuration dialog, display a note when system proxy is disabled.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15962 a1c6a512-1295-4272-9138-f99709370657
2007-12-23 10:11:51 +00:00
Will Robertson
383a32a7ae
Gigabeat S now uses the shared ARM MMU code rather than the (mostly duplicated) private code. No functional change.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15961 a1c6a512-1295-4272-9138-f99709370657
2007-12-23 03:47:28 +00:00
Mustapha Senhaji
0fb794df81
Update the french translation with one minor fix for one string.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15960 a1c6a512-1295-4272-9138-f99709370657
2007-12-22 12:45:51 +00:00
Mustapha Senhaji
ec987373dd
FS#8354 Update the finnish translation by Jani Kinnunen.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15959 a1c6a512-1295-4272-9138-f99709370657
2007-12-22 12:39:57 +00:00
Alessio Lenzi
a99b6ed80c
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15958 a1c6a512-1295-4272-9138-f99709370657
2007-12-21 20:47:37 +00:00
Steve Bavin
de741cd534
FS#6960 - Add random selection option to database, by Mark Reiche. This satisfies FS#6915.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15957 a1c6a512-1295-4272-9138-f99709370657
2007-12-21 13:31:50 +00:00
Mustapha Senhaji
88f79becd2
FS#8219 Update traditional and simplified chinise translations by Xinlu Huang.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15956 a1c6a512-1295-4272-9138-f99709370657
2007-12-19 01:15:30 +00:00
Miika Pekkarinen
21735eb91b
Preserve song statistics when moving files or altering metadata. Conditions required to apply: song length must not change AND either filenames (with path) must match or two of the following tags matches: artist, album, title. IMPORTANT: Currently dircache enabled and DB loaded to RAM is required for reliable operation of this feature.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15955 a1c6a512-1295-4272-9138-f99709370657
2007-12-18 21:50:29 +00:00
Linus Nielsen Feltzing
dcf56e9744
Proper encoding
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15954 a1c6a512-1295-4272-9138-f99709370657
2007-12-18 14:42:46 +00:00
Linus Nielsen Feltzing
6aec257fdf
Better translation of the recording settings
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15953 a1c6a512-1295-4272-9138-f99709370657
2007-12-18 14:32:08 +00:00
Jonas Häggqvist
eaf38cd233
Updated Danish language. Small fixes to Czech translation. Closes FS#8300.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15952 a1c6a512-1295-4272-9138-f99709370657
2007-12-18 13:09:29 +00:00
Peter D'Hoye
0506ec7e8f
Accept FS #8323 by David Bishop: always use the term bootloader
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15951 a1c6a512-1295-4272-9138-f99709370657
2007-12-17 22:27:19 +00:00
Peter D'Hoye
760c1ba5f0
Accept FS #8313 by David Bishop: always use the term website
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15950 a1c6a512-1295-4272-9138-f99709370657
2007-12-17 22:21:34 +00:00
Dominik Riebeling
01a8a7f7af
move w32-specific resources to a separate file to prevent building them on other platforms. Use an alias in the resource file to remove the need of copying the file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15949 a1c6a512-1295-4272-9138-f99709370657
2007-12-17 21:35:25 +00:00
Jonathan Gordon
213d9a2ca1
fix touchpad list code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15948 a1c6a512-1295-4272-9138-f99709370657
2007-12-17 04:23:34 +00:00
Jonathan Gordon
f5ec3e49e0
remove the duplicated gui_list struct and only duplicate the members which are actually different on each screen. should translate to a smaller bin and easier code (users shouldnt notice any difference)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15947 a1c6a512-1295-4272-9138-f99709370657
2007-12-17 02:37:21 +00:00
Miika Pekkarinen
f6039466fb
Added file modify time field to the DB. Now metadata changes should be detected with database autoupdate enabled. Runtime statistics are not yet preserved. Preserving statistics over moving of files and altering metadata is going to be implemented next. IMPORTANT: Export database before upgrading.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15946 a1c6a512-1295-4272-9138-f99709370657
2007-12-16 21:10:26 +00:00
Nicolas Pennequin
646d39ec4e
Accept two rbutil patches by Clemens Werther:
...
* FS#8336: make rbutil compile on non-windows machines
* FS#8337: change target link for the "help" menu item
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15945 a1c6a512-1295-4272-9138-f99709370657
2007-12-16 18:56:45 +00:00
Miika Pekkarinen
1e16e0e1c0
Add a new entry for songs with playcount less than 4 but having a high score.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15944 a1c6a512-1295-4272-9138-f99709370657
2007-12-16 13:51:39 +00:00
Dominik Riebeling
651179ca13
add some missing abort button changes and call processEvents a bit more often
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15943 a1c6a512-1295-4272-9138-f99709370657
2007-12-16 10:20:56 +00:00
Nicolas Pennequin
d32b31aabb
A few svn:ignore updates.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15942 a1c6a512-1295-4272-9138-f99709370657
2007-12-16 02:31:07 +00:00
Nicolas Pennequin
0918990a93
PictureFlow improvements:
...
* Track listing when selecting an album. Press select to go back to album view. Playing tracks from the list isn't implemented yet
* Added a "zoom" setting
Code changes:
* Switched to a state machine approach
* Some inlining and const changes
* Various optimizations and cosmetic tweaks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15941 a1c6a512-1295-4272-9138-f99709370657
2007-12-16 02:18:54 +00:00
Nicolas Pennequin
ecec94043d
Check that the pointer isn't NULL before dereferencing it, just to be safe and to allow using bufgetdata to know how much data is available. Also remove a few trailing spaces.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15940 a1c6a512-1295-4272-9138-f99709370657
2007-12-16 01:38:56 +00:00
Nicolas Pennequin
a2aec46f04
Fix the crashes observed on the H10 5GB during the caching process. It was a classic case of out of bounds access after resizing, more visible on the H10 because it has a small screen size and we use the screen size as buffer size.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15939 a1c6a512-1295-4272-9138-f99709370657
2007-12-16 01:22:35 +00:00
Peter D'Hoye
db1e12bac0
Quick fix to prevent freezing of H10 (possibly others too) when left at the disk full message. Needs more investigation to find the cause of the freeze.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15938 a1c6a512-1295-4272-9138-f99709370657
2007-12-15 23:51:13 +00:00
Antoine Cellerier
a6d4e531a3
Patch "Remain in PLViewer when move_track is canceled", by Lee Kang Hyuk. Closes FS#8322.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15937 a1c6a512-1295-4272-9138-f99709370657
2007-12-15 17:14:04 +00:00
Dominik Riebeling
4a2a45f400
add a custom rule for building librbspeex prior to building rbutil.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15936 a1c6a512-1295-4272-9138-f99709370657
2007-12-15 15:36:40 +00:00
Dominik Riebeling
84644c3b93
when building on MinGW, make sure to set CC to gcc. Make ar call silent.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15935 a1c6a512-1295-4272-9138-f99709370657
2007-12-15 15:11:53 +00:00
Magnus Holmgren
c21f59090e
FS#7954: Free resources when speed testing a folder. Also simplify the error handling code a little.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15934 a1c6a512-1295-4272-9138-f99709370657
2007-12-15 13:54:58 +00:00
Dominik Wenger
2ab4636e95
rbutil: make the sapi voice script builtin.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15933 a1c6a512-1295-4272-9138-f99709370657
2007-12-15 13:48:42 +00:00
Dominik Wenger
bebddd42c2
rbutil: reworked configuration of TTS engines to the new Style.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15932 a1c6a512-1295-4272-9138-f99709370657
2007-12-15 13:13:57 +00:00
Thom Johansen
1e489e53b8
Change some defaults and give settings widgets better properties.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15931 a1c6a512-1295-4272-9138-f99709370657
2007-12-15 09:47:34 +00:00
Robert Kukla
893551e4ed
remove reference to non-existing variable to make rockbox compile with logf enabled
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15930 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 23:14:25 +00:00
Dominik Wenger
fb70493f80
rbutil: Fix broken voice file urls for a few targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15929 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 22:29:18 +00:00
Dominik Wenger
ed33c89f9f
rbutil: ups again, more missing files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15928 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 20:09:44 +00:00
Dominik Wenger
37113e69df
rbutil: Oops, the missing ui file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15927 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 20:06:39 +00:00
Dominik Wenger
f5c695b43f
rbutil: added a button into talkfile dialog, to directly jump to config of tts and enc.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15926 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 19:49:11 +00:00
Dominik Wenger
815504b449
rbutil: added builtin rbspeex encoder. Reworked encoder configuration.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15925 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 19:26:54 +00:00
Dominik Wenger
ed047d9db1
refactor rbspeex, so we build a librbspeex.a for linking into rbutil.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15924 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 16:04:38 +00:00
Marianne Arnold
b2f7c61f84
Manual: apply FS#8309 by David Bishop (replace all occurences of 'folder/folders' with 'directory/directories') for consistency. Additionally tried to get rid of some unnecessary ones here and there but phrasing can definitely be improved further.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15923 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 02:03:58 +00:00
Thom Johansen
c75d98d549
Small tweaks/corrections to system options manual section.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15922 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 00:29:46 +00:00
Thom Johansen
c8ea4cc3ce
Correct some errors, do some nitpicking and rewrite some stuff for the sound settings menu manual section.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15921 a1c6a512-1295-4272-9138-f99709370657
2007-12-14 00:10:41 +00:00
Peter D'Hoye
eb947cdde1
Another fix for file system issues when encountering disk full (like when recording)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15920 a1c6a512-1295-4272-9138-f99709370657
2007-12-13 23:36:22 +00:00
Thom Johansen
10d0344e29
FS #8315 and FS #8316 , plus some of my own small changes. Pretty much just minor language rewrites.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15919 a1c6a512-1295-4272-9138-f99709370657
2007-12-13 22:51:27 +00:00
Marianne Arnold
88d85c8a9f
Manual: Edit the H10 platform files and the fmradio.tex to reflect the recent changes and include the radio chapter in the H10 manuals (reported missing by Alex Fournelle in IRC). Filled out the preset howtos below the button table to make it compile even though it's also missing Sansa specific info (but still compiled). In the long run a rewrite of the chapter would be better.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15918 a1c6a512-1295-4272-9138-f99709370657
2007-12-13 18:59:15 +00:00
Marianne Arnold
0a3851e6b8
Ok, adding the hyphen again improves the pronounciation a bit (tested with espeak but probably in other engines as well).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15917 a1c6a512-1295-4272-9138-f99709370657
2007-12-13 15:19:28 +00:00
Marianne Arnold
ed27683cbc
Swedish language update: use a more generic phrase for the .talk clips as they aren't mp3 everywhere anymore (native speaker help from Bjorn).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15916 a1c6a512-1295-4272-9138-f99709370657
2007-12-13 14:03:24 +00:00
Thom Johansen
42995a3515
Fill in some volume/bass/treble values for some targets. Shorten the EQ section a bit and stop using a table for describing the bands, since that wastes a ton of space.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15915 a1c6a512-1295-4272-9138-f99709370657
2007-12-13 01:11:26 +00:00
Thom Johansen
8c68310995
Sync norsk bokmål translation, with some inspiration from the nynorsk translation. Not perfect, but better than nothing.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15914 a1c6a512-1295-4272-9138-f99709370657
2007-12-12 01:48:00 +00:00
Nicolas Pennequin
a7d08774dc
PictureFlow fixes and improvements:
...
* Reduced popping effect (FS#8303)
* Scale the empty slide to average album width
* Introduced some visual settings
* Fix FS#8298 but make the criteria a screen height of less than 100 px so that only the c200 gets 50x50 slides
The scaling code is added as a lib function with a basic test plugin that's not compiled by default.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15913 a1c6a512-1295-4272-9138-f99709370657
2007-12-11 18:54:50 +00:00