- 3a45faa More Simulator tweaking. Back to the counter but with 0 delay. Forget the semaphore; it makes for too much kernel thread yielding. by Michael Sevakis · 17 years ago
- b0a1ed1 Fix rockbox warnings. sramfile is a static array so will never be NULL. by Michael Sevakis · 17 years ago
- e847054 Fix a warning. by Michael Sevakis · 17 years ago
- 0107dfc UISIMULATOR: Give the host OS some needed context switching hints (which _is_ supposed to work on Linux - but I can't tell on VMWare - and does on Windows). I guess I'll know for sure soon. Give sleep() even more genuine behavior. Add some button driver sync with the rockbox threads that should have been there for some time - this is basically interrupt-like processing as any thread not in the kernel pool should be considered. Make the screendump work again by posting the request. Perhaps help out shutting down for some users but not in the way I'd prefer - to think about. by Michael Sevakis · 17 years ago
- 424750e Make sleep(0) in the sim behave more like on target. by Jens Arnold · 17 years ago
- 6e79715 Add functions to read and write the AUPD (flash update) image. "--read-aupd aupd.bin" will read (and decrypt) the AUPD image, and "--write-aupd aupd.bin" will write (and encrypt) an image. Also fix a bug in the "diskmove" function which corrupted the AUPD image when a bootloader was installed. So in order to manipulate the aupd image, you need to restore a clean firmware partition, and install the bootloader with this version of ipodpatcher. Decryption functions based on the description and sample code at http://ipodlinux.org/Flash_Decryption by Dave Chapman · 17 years ago
- 6c24189 Figure out the version of ld (binutils) and display it on stdout, so that by Daniel Stenberg · 17 years ago
- 4bb2eee Add missing files following the C200 commit by Dave Chapman · 17 years ago
- 174ce90 Fix some warnings in sim kernel. by Michael Sevakis · 17 years ago
- f64ebb1 Sim I/O and threading that runs more like on target. Tweakable if any genuine slowness imitation is required for any one of them. One point of concern is the sim shutdown on an OS other than Linux just because terminating threads in a manner other than having the do it themselves is kind of dirty IMHO. by Michael Sevakis · 17 years ago
- 69b4654 Allow the volume keys to be used in lists. Fix the sim buttons. by Mark Arigo · 17 years ago
- e14a760 Make the uisim build for the Sansa c200. by Mark Arigo · 17 years ago
- aebeabd Stop libmad from crashing on 64 bit simulators. by Jens Arnold · 17 years ago
- b69556f Ooops, rror ;) by Jens Arnold · 17 years ago
- aa88545 Better (and consistent between .lng and .voice) translation for 'playlist'. by Jens Arnold · 17 years ago
- 7b198cc Disable 'initialized field overwritten' warnings for gcc >= 4.2 by Nils Wallménius · 17 years ago
- 2ee454a FS#7713 a slight cleanup of configure by Akio Idehara by Nils Wallménius · 17 years ago
- 6b5da8c Use /tmp for temporary directories instead of /home/bjst by Björn Stenberg · 17 years ago
- 7094512 Update of Dutch language file by Peter D'Hoye · 17 years ago
- cc4541f Credits: better counter when scrolling manually by Peter D'Hoye · 17 years ago
- ad479ba Updated italian translation. by Alessio Lenzi · 17 years ago
- 8e75734 mention the brace placement for functions by Daniel Stenberg · 17 years ago
- db4753e usb stack: add support for standard request get string by Christian Gmeiner · 17 years ago
- dbc6b4e Sansa c200 port. Rockbox works with sound. Several features are disabled including some lcd options, FM radio, recording, and all plugins. Loading the OF from the Rockbox bootloader does not work. by Mark Arigo · 17 years ago
- 4f3bcbb Move files that will be common to the Sansa e200 and c200 by Mark Arigo · 17 years ago
- 8a7ae9f Added audio formats for Scansoft, Loquendo and VoiceWare. by Alessio Lenzi · 17 years ago
- 2c30bd9 try #2 by Christian Gmeiner · 17 years ago
- 1a8f7c5 fix usb detection for usb stack by Christian Gmeiner · 17 years ago
- bc35acf Commit FS#7692 - LCD garbled top two lines by Jesse Lockwood and Jonathan Backer. Works on mine and others' older models without trouble and provides a genuine fix for the garbled display lines issue troubling newer ones. by Michael Sevakis · 17 years ago
- af53382 More efficient version of the fix. by Jens Arnold · 17 years ago
- fcab061 Hopefully stop the crashes on database init on ARM (and SH1) targets when comment tags using UTF-16 are present. by Jens Arnold · 17 years ago
- 24006ff stop non-live settings from beign accepted even if cancel was chosen by Jonathan Gordon · 17 years ago
- 19d141a Fix USB detection on the Player. by Jens Arnold · 17 years ago
- 94f6f41 Add missing translation by Jens Arnold · 17 years ago
- e267bc7 get experimental usb stack compiling by Christian Gmeiner · 17 years ago
- 4f7097a Fix some tabs (one caused a voice string to not be used). by Jens Arnold · 17 years ago
- 9305893 More FILES updating. by Jonas Häggqvist · 17 years ago
- 2829aef Only replace those abbreviations if they're capitalised. by Jens Arnold · 17 years ago
- fcf1f98 Remove debug line. by Jens Arnold · 17 years ago
- df9a166 Voice file building: * Make correct_string() work as intended by passing the missing 2 parameters. * SAPI: Add query for TTS engine vendor. * Add several string corrections (mostly but not exclusively for German). * Make the pool filenames include TTS options and encoder options in their MD5 hash value, allowing to properly build voice files where those settings differ per target using the same pool. by Jens Arnold · 17 years ago
- 75c39b0 Fix a few voice strings, and adjust a few others. by Jens Arnold · 17 years ago
- d8e6b43 Include some more stuff in the tarballs. by Jonas Häggqvist · 17 years ago
- 53c6ea6 Include split up shortcuts plugin in tarball by Nils Wallménius · 17 years ago
- 1238d0d Fix a few errors that I missed. The translation is missing a few strings to be completely in sync. by Jonas Häggqvist · 17 years ago
- fd32e1c Add Brazillian Portuguese translation by Adilson Vicente Xavier. Update sapi_voices.vbs accordingly. by Jonas Häggqvist · 17 years ago
- 3fbd241 fix sub-string comparison by Robert Kukla · 17 years ago
- 95101c1 dont bother waiting for a usb connection if we arnt getting usb power (speeds up the e200 bootloader by about 1.25s) by Jonathan Gordon · 17 years ago
- 1672350 FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value. by Dave Chapman · 17 years ago
- 946a815 Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcuts plugin into two, one for adding and one for viewing. Removes hard-coded file extension and allows to link from one shortcut file to another. by Peter D'Hoye · 17 years ago
- 9b3be37 fix warning by Daniel Stenberg · 17 years ago
- 8701494 added two keys, and made NUM_KEYS work without needing a fixed number by Daniel Stenberg · 17 years ago
- 0ec2e24 SAPI voice file building: * Properly UTF-8 decode the passed string (algorithm borrowed from rockbox' unicode.c). Languages with non-ASCII characters work now. * Get rid of the hand-codec hextodec function (that could have written much simpler anyway) and store the windows LCIDs as hex constants. by Jens Arnold · 17 years ago
- 6714681 bump version number for first bugfix release. by Dominik Riebeling · 17 years ago
- 72fafe4 Fix FS#7698, UTF-16 comments not read correctly. Also ignore more iTunes comments. by Magnus Holmgren · 17 years ago
- d64975f update german translation a bit. Still incomplete. by Dominik Riebeling · 17 years ago
- b9dbd4e - rework language selection a bit: use language string as key instead of language file basename. Display the language string in the selection list too. This makes it possible to distinguish between two variants of the same language without adjusting the language name. by Dominik Riebeling · 17 years ago
- a449a3a make sure closing the application aborts the remaining HttpGet objects. Should fix the crash upon exit. by Dominik Riebeling · 17 years ago
- ec5b48d Make the credits scrolling changes a bit more user friendly, use actions and some code cleanup by Peter D'Hoye · 17 years ago
- e79128d Ooops. by Jens Arnold · 17 years ago
- 429ab0d SAPI voice file generation: Added speed adjustment. TTS parameter: /speed:<n>, SAPI5: allowed range -10..+10 (0 == default), SAPI4: words per minute (allowed range and default depend on engine). by Jens Arnold · 17 years ago
- 5dbea46 SAPI voice file generation: * Added language matching and voice selection (use TTS option /voice:<name> to select; voices with spaces in the name need the options quotes). * Added SAPI4 support (use TTS option /sapi4; voice file generation takes hours...) by Jens Arnold · 17 years ago
- 09d66ac For some strange reason my last project file adjusting didn't seem to work correctly. Restucture a bit and rename debug configuration to "dbg" seems to help. by Dominik Riebeling · 17 years ago
- ad4b886 Mac OS X only - automatically unmount the FAT32 partition before attempting to open the disk device for writing. This step can be removed from the manual when the next sansapatcher version is released. by Dave Chapman · 17 years ago
- c5550c9 Normal build defaults to release. Disable debug output for that case. To create a debug build (with debug output enabled) use "qmake -config debug". by Dominik Riebeling · 17 years ago
- 9dbcc38 Add short explanation on how to build rbutilqt. by Dominik Riebeling · 17 years ago
- a0cc369 rbutil: added a main .pro file. by Dominik Wenger · 17 years ago
- 53986b3 rbutil: removed the wx version of rbutil. by Dominik Wenger · 17 years ago
- e73f287 Fix FS#7679 - modifying files with dircahce enabled doesnt change the access time/date in dircache by Jonathan Gordon · 17 years ago
- 74b1665 Accept FS#7695 - updated Norwegian Nynorsk lang update by Jonathan Gordon · 17 years ago
- b2e651d - check for specific files / folders case-insensitive by Dominik Riebeling · 17 years ago
- 20444c4 Fix warning. by Jens Arnold · 17 years ago
- 72b7447 Add first time detection for some archos devices and gigabeat based on player-specific files. by Dominik Riebeling · 17 years ago
- 5ccf180 Accept patch from FS#7174 by Mauricio Peccorini with canges by me and Igor Kuzmin, chessbox now saves played games in a pgn file called .rockbox/rocks/games/chessbox.pgn by Nils Wallménius · 17 years ago
- c00652b use the getmntend api here too. by Dominik Riebeling · 17 years ago
- 84f8f3d Fix autodetection based on rockbox-info.txt which I broke when fixing X5 detection. Replace mountpoint detection to use getmntent api on linux. by Dominik Riebeling · 17 years ago
- 58b9a12 Accept patch in FS#6869 by Justin Foell, increases maximum settable battery capacity to 1200 mAh for ipod color and 4g, closes FS#6422 by Nils Wallménius · 17 years ago
- a514c60 Apparently, negative exponents are possible when decoding exponential VLC. Should fix occasional glitches that happened in files of all bitrates. by Michael Giacomelli · 17 years ago
- f2ed1e4 Make clip generation progress indicator work reliably. by Jens Arnold · 17 years ago
- f225f04 Mac OS X only - automatically unmount the FAT32 partition before attempting to open the disk device for writing. This step can be removed from the manual when the next ipodpatcher version is released. by Dave Chapman · 17 years ago
- aea7790 Add options to create Universal binaries on Mac OS X by Dave Chapman · 17 years ago
- 2c4438a Make genlang ignore leading and trailing whitespace in source and desc lines (not the strings). If this behavior is unwanted, feel free to revert. by Jonas Häggqvist · 17 years ago
- e065171 Fix a cosmetic error in a desc: line that propagated from English to other translations. by Jonas Häggqvist · 17 years ago
- 005699f Add support for building voices with the swift engine from cepstral.com. Patch FS#7689 by Mario Lang. by Jonas Häggqvist · 17 years ago
- 499d27d Accept FS #7687: Define the key for toggling pitch screen mode for Sansa by Peter D'Hoye · 17 years ago
- 2268591 Update german translation. by Marianne Arnold · 17 years ago
- 080522f Voice file generation: * Significant speedup of SAPI5 voice generation by running lame and wavtrim from inside the VB script instead of the perl script, avoiding the large overhead of process generation within cygwin. Added proper synchronisation between perl script and VB script as the pipes are buffered. * Make wavtrim work as intended (threashold wasn't passed). * Set correct SVN properties for the VB script. by Jens Arnold · 17 years ago
- 80e91c1 Francais language update: by Mustapha Senhaji · 17 years ago
- f735b15 Update the 'Enabling Speech Support' paragraph in the manual. Hopefully the rename and copy part can soon be replaced... by Marianne Arnold · 17 years ago
- fd3b0d9 Fix FS #7685 by using the backlight helper functions. Some code policing and cleaning. Still contains a potential crash although this version does not crash atm. by Peter D'Hoye · 17 years ago
- 4a346f4 Added a couple of missed accent in voice strings and minor adjustement. by Alessio Lenzi · 17 years ago
- 9fa2869 Add Alex Parker to CREDITS by Paul Louden · 17 years ago
- 30573a3 Oops, applied the 'clean' patch instead of the one modified to meet the by Paul Louden · 17 years ago
- e8f07bc Fix the manual to reflect the change made in my previous commit. by Paul Louden · 17 years ago
- 9931d56 Accept FS#6920, swap the 'A' and 'Select' button functions while in the WPS. by Paul Louden · 17 years ago
- 7db65ab Fix a possible crash when entering the talkfile window without correct settings. Thanks to Nico_P. by Dominik Riebeling · 17 years ago
- 720610b remove unused vars by Christian Gmeiner · 17 years ago
- 7e7d0db * remove more debug * add basic way to detect IN transfers.. more will follow by Christian Gmeiner · 17 years ago
- 87a8f41 TTS configuration: default to the first profile found. by Dominik Riebeling · 17 years ago
- a8aa84c Corrected some voice strings as requested in <a href="http://www.rockbox.org/tracker/task/7611">FS #7611</a>. Ope fixed. by Alessio Lenzi · 17 years ago
- e140612 Update Dutch language file by Peter D'Hoye · 17 years ago