- 88f79be FS#8219 Update traditional and simplified chinise translations by Xinlu Huang. by Mustapha Senhaji · 17 years ago
- 21735eb 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. by Miika Pekkarinen · 17 years ago
- dcf56e9 Proper encoding by Linus Nielsen Feltzing · 17 years ago
- 6aec257 Better translation of the recording settings by Linus Nielsen Feltzing · 17 years ago
- eaf38cd Updated Danish language. Small fixes to Czech translation. Closes FS#8300. by Jonas Häggqvist · 17 years ago
- 0506ec7 Accept FS #8323 by David Bishop: always use the term bootloader by Peter D'Hoye · 17 years ago
- 760c1ba Accept FS #8313 by David Bishop: always use the term website by Peter D'Hoye · 17 years ago
- 01a8a7f 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. by Dominik Riebeling · 17 years ago
- 213d9a2 fix touchpad list code by Jonathan Gordon · 17 years ago
- f5ec3e4 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) by Jonathan Gordon · 17 years ago
- f603946 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. by Miika Pekkarinen · 17 years ago
- 646d39e Accept two rbutil patches by Clemens Werther: by Nicolas Pennequin · 17 years ago
- 1e16e0e Add a new entry for songs with playcount less than 4 but having a high score. by Miika Pekkarinen · 17 years ago
- 651179c add some missing abort button changes and call processEvents a bit more often by Dominik Riebeling · 17 years ago
- d32b31a A few svn:ignore updates. by Nicolas Pennequin · 17 years ago
- 0918990 PictureFlow improvements: by Nicolas Pennequin · 17 years ago
- ecec940 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. by Nicolas Pennequin · 17 years ago
- a2aec46 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. by Nicolas Pennequin · 17 years ago
- db1e12b 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. by Peter D'Hoye · 17 years ago
- a6d4e53 Patch "Remain in PLViewer when move_track is canceled", by Lee Kang Hyuk. Closes FS#8322. by Antoine Cellerier · 17 years ago
- 4a2a45f add a custom rule for building librbspeex prior to building rbutil. by Dominik Riebeling · 17 years ago
- 84644c3 when building on MinGW, make sure to set CC to gcc. Make ar call silent. by Dominik Riebeling · 17 years ago
- c21f590 FS#7954: Free resources when speed testing a folder. Also simplify the error handling code a little. by Magnus Holmgren · 17 years ago
- 2ab4636 rbutil: make the sapi voice script builtin. by Dominik Wenger · 17 years ago
- bebddd4 rbutil: reworked configuration of TTS engines to the new Style. by Dominik Wenger · 17 years ago
- 1e489e5 Change some defaults and give settings widgets better properties. by Thom Johansen · 17 years ago
- 893551e remove reference to non-existing variable to make rockbox compile with logf enabled by Robert Kukla · 17 years ago
- fb70493 rbutil: Fix broken voice file urls for a few targets. by Dominik Wenger · 17 years ago
- ed33c89 rbutil: ups again, more missing files. by Dominik Wenger · 17 years ago
- 37113e6 rbutil: Oops, the missing ui file. by Dominik Wenger · 17 years ago
- f5c695b rbutil: added a button into talkfile dialog, to directly jump to config of tts and enc. by Dominik Wenger · 17 years ago
- 815504b rbutil: added builtin rbspeex encoder. Reworked encoder configuration. by Dominik Wenger · 17 years ago
- ed047d9 refactor rbspeex, so we build a librbspeex.a for linking into rbutil. by Dominik Wenger · 17 years ago
- b2f7c61 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. by Marianne Arnold · 17 years ago
- c75d98d Small tweaks/corrections to system options manual section. by Thom Johansen · 17 years ago
- c8ea4cc Correct some errors, do some nitpicking and rewrite some stuff for the sound settings menu manual section. by Thom Johansen · 17 years ago
- eb947cd Another fix for file system issues when encountering disk full (like when recording) by Peter D'Hoye · 17 years ago
- 10d0344 FS #8315 and FS #8316, plus some of my own small changes. Pretty much just minor language rewrites. by Thom Johansen · 17 years ago
- 88d85c8 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. by Marianne Arnold · 17 years ago
- 0a3851e Ok, adding the hyphen again improves the pronounciation a bit (tested with espeak but probably in other engines as well). by Marianne Arnold · 17 years ago
- ed27683 Swedish language update: use a more generic phrase for the .talk clips as they aren't mp3 everywhere anymore (native speaker help from Bjorn). by Marianne Arnold · 17 years ago
- 42995a3 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. by Thom Johansen · 17 years ago
- 8c68310 Sync norsk bokmål translation, with some inspiration from the nynorsk translation. Not perfect, but better than nothing. by Thom Johansen · 17 years ago
- a7d0877 PictureFlow fixes and improvements: by Nicolas Pennequin · 17 years ago
- 303cf25 correction by Przemysław Hołubowski, closes FS#8205 by Marcoen Hirschberg · 17 years ago
- a9d73e5 A final queue_post in voice_stop via. talk_force_shutup can try stopping PCM too late and interfere PCM playback after plugins init IRAM or calling audio_get_buffer. Send the NULL message to the voice thread to ensure all messages are done. by Michael Sevakis · 17 years ago
- 7ab63e3 Fixed a few typos spotted on IRC. by Jonas Häggqvist · 17 years ago
- c16470b A couple fixes: by Nicolas Pennequin · 17 years ago
- 16be656 PictureFlow improvements by Jonas Hurrelmann: by Nicolas Pennequin · 17 years ago
- 804dc81 FS #8294, nynorsk translation update by Karl Ove Hufthammer. by Thom Johansen · 17 years ago
- f0ecbf4 Fix a file descriptor leak by Nicolas Pennequin · 17 years ago
- 34c2c1b PictureFlow improvements: by Nicolas Pennequin · 17 years ago
- df31f5f Revert previous commit (still learning to work with git...) by Marcoen Hirschberg · 17 years ago
- 0a0a78e add a bold version of 9+18x18 by Marcoen Hirschberg · 17 years ago
- dcf2441 use dB units for balance control by Marcoen Hirschberg · 17 years ago
- ec8ce3b Fix red. by Nicolas Pennequin · 17 years ago
- 90ce826 Initial commit of the PictureFlow plugin, a nice visualization for album covers. by Nicolas Pennequin · 17 years ago
- 19f487b Revert previous 'fix'. Did not actually fix the warning as I wasn't paying attention. by Dan Everton · 17 years ago
- 147980e Fix warnings in libfaad by Dan Everton · 17 years ago
- 6fafb6c Unify the Ogg Vorbis and Ogg Speex metadata parsers. by Dan Everton · 17 years ago
- 44d8097 Don't ask me how that happened. by Thom Johansen · 17 years ago
- 39e2de8 Crossfeed settings used to be stored inverted in the cfg file for legacy reasons, change that and kill some identical formatting functions while we're at it. NOTE TO CROSSFEED USERS: this will completely garble your crossfeed settings, write them down if you want to keep them. by Thom Johansen · 17 years ago
- 4c4b3a3 Exclude an unneeded file from the voice codec build. Remove non-existing feature from config-speex.h. by Thom Johansen · 17 years ago
- 06c4056 Remove X11/win32 simulator rules by Dave Chapman · 17 years ago
- 2b5f979 Reformat and code police (tabs, trailing whitespace, annoying overuse of parentheses, etc.) in libmpeg2 so I can stomach working on it. Don't call IDCT functions through pointers - I don't feel like extracting that change just for relevance sake. by Michael Sevakis · 17 years ago
- 5886efa Save some bytes and reuse the settings saving code for eq preset saving. by Dan Everton · 17 years ago
- 05007e1 More code police by Peter D'Hoye · 17 years ago
- 327d78e Code police by Peter D'Hoye · 17 years ago
- a007b55 Fix gradient selection bar in recording screen by Peter D'Hoye · 17 years ago
- dfc6093 Fix missing whitespace and correct upper limit of entries in playlist by Nils Wallménius · 17 years ago
- 485bbbd Make the "current line" value in the gradient style code zero-based, and an attempt at more understandable names and better comments. by Nicolas Pennequin · 17 years ago
- 307b8f1 lv24020lp tuner changes (Sansa e200/c200): (1) add a couple more udelays (from c200 RE-ing), (2) rename functions for clarity, and (3) add some defines for readability. Doesn't fix the c200 radio problems, but shouldn't hurt either. by Mark Arigo · 17 years ago
- d83ceef metadata writing does not belong in the spc codec by Adam Gashlin · 17 years ago
- 1114dc5 'Enable' the virtual keyboard button table in the c200 manual and correct the platform file accordingly. The latter needs to be changed when there will be an improved button assignment but the information should be given for now. by Marianne Arnold · 17 years ago
- a46ca7a OOps again, sorry :) by Mustapha Senhaji · 17 years ago
- 1269e62 Oops correct a a little mistake. by Mustapha Senhaji · 17 years ago
- 5e08c84 FS#8244 Update Czech translation by Martin Crkovsky and add it to credits. by Mustapha Senhaji · 17 years ago
- e139748 Refactor rbspeexenc code to include an encode_file() function, for later reuse by other programs. Add some more error handling. by Thom Johansen · 17 years ago
- d44c718 Correct the (C) info - I committed this on 15 June 2005 - r6715 by Dave Chapman · 17 years ago
- 52113c8 The RockboxUtilityQt wiki page has been renamed to RockboxUtility by Dave Chapman · 17 years ago
- 36ee653 Actually power off the lv24020 tuner (Sansa e200/c200). Don't clear the TUNER_POWERED flag until after writing to the device. by Mark Arigo · 17 years ago
- ea4fc14 Set proper file attributes. by Thom Johansen · 17 years ago
- 5915736 Put A52/AC3 metadata parser in its own file. Cosmetic changes in metadata.c. Remove some unneeded headers from MPC metadata parser. by Thom Johansen · 17 years ago
- b911ee8 FS #8106. Fix overflow when dithering files that clip a lot, caused by noise shaping error being calculated after clipping instead of before. by Thom Johansen · 17 years ago
- 91c35ff Attempt at fixing the statusbar showing up late in some screens and circumstances. by Thom Johansen · 17 years ago
- 6a05883 Simulate the effects of sector caching a bit. Bypass I/O yield if a byte counter hasn't reached a certain threshold. Can be dialed-in by changing a #define. by Michael Sevakis · 17 years ago
- a4d19b7 Simplify the uisimulator I/O routine and let the rockbox thread calling the functions be the background thread. Should speed things up too and lose none of the advantanges of background I/O. by Michael Sevakis · 17 years ago
- 08533e7 Minor fixes to the francais.lang file. by Mustapha Senhaji · 17 years ago
- 2db58c7 Small tweaks related to the pitch screen by Nils Wallménius · 17 years ago
- 50ea211 ASF/WMA: Check if the file is encrypted. If so, don't try to play it. by Magnus Holmgren · 17 years ago
- 7b90826 Make the ab-repeat set keys easier to use by removing a restrictive pre-condition. That also solves the awkward timing for directory skip as discussed in FS#8047. Other targets (e.g. sansa) can probably benefit from a similar change, but should be tested first. by Robert Kukla · 17 years ago
- 0b1f45a enable ab-repeat for gigabeat by Robert Kukla · 17 years ago
- aee243e MPC: Simplify the ReplayGain parsing code. by Magnus Holmgren · 17 years ago
- 4ce8fbe rbutilqt: added support for rbspeex encoder as external executable. by Dominik Wenger · 17 years ago
- 05b158f Code-police raid - cosmetic changes only. by Dave Chapman · 17 years ago
- aaacb70 Remove the mallocs for the codecdata in the m4a parser and assume a maximum size of 64 bytes (see comments in source). Also clean up the alac_set_info() function a little and make it alignment-safe. We still need to remove the seektable related mallocs. Please report if any AAC or ALAC files stop playing in Rockbox after this commit - but it is not expected to cause problems. by Dave Chapman · 17 years ago
- 95c117c Use the correct variable name - fixes warning by Dave Chapman · 17 years ago
- df40425 Fix yellows I made the other day, gcc is an dumb, IMO by Brandon Low · 17 years ago
- 8b99ad3 Fix warning when compiling the sim. by Michael Giacomelli · 17 years ago
- c21180f Delay reading the first battery level for at least 1 tick. Seems to fix the low battery shutdown problem on 3g. Reenable the low battery shutdown on 3g. by Michael Sevakis · 17 years ago