1. ff2a93f Remove the 'USB' menu item from the sim system menu, press the 'u' key to display the USB screen instead, will break binary lng files and voice files for the sims only by Nils Wallménius · 17 years ago
  2. 871b9d5 Cosmetic fix - remove double colon in the target feature string by Linus Nielsen Feltzing · 17 years ago
  3. 0fa488f Correct check for the tuner feature by Linus Nielsen Feltzing · 17 years ago
  4. fc61a67 Make test_scanrate.rock build for M5. by Jens Arnold · 17 years ago
  5. 9e05bd3 It is bad to try to speak before we call talk_init() by Nils Wallménius · 17 years ago
  6. 97bdfce iPod greyscale LCD driver: * Further speedup (timeout check turned out to be unnecessary, as well as setting the LCD control register every time on Mini G2. Put lcd_write_data() in IRAM on PP5002). * Better blacklevel stability on 1st...3rd gen. * lcd_enable() function in preparation for suspend on 1st/2nd gen, and shutdown without a black line remaining. by Jens Arnold · 17 years ago
  7. e62040d fix a possible segfault upon invalid selection. by Dominik Riebeling · 17 years ago
  8. 2f6f52d Don't break if the program paths looked for contain spaces. by Jonas Häggqvist · 17 years ago
  9. edf5449 small simplification. by Dominik Riebeling · 17 years ago
  10. 36b150e rbutilQt: renamed installbl to installbootloaderwindow. by Dominik Wenger · 17 years ago
  11. c3bf746 Oops. by Dominik Riebeling · 17 years ago
  12. 5cbb826 tree browser: return native path delimiters in returned path by Dominik Riebeling · 17 years ago
  13. 8dbc7e3 add voice file installation. This also extends the ZipInstaller class a bit to handle copying the downloaded file instead of unzipping. by Dominik Riebeling · 17 years ago
  14. 965881f if no proxy type is set default to none. by Dominik Riebeling · 17 years ago
  15. 2060a5b Oops, forgot a line! by Alessio Lenzi · 17 years ago
  16. 049a9cc add plugins categories file to tarball. Should fix FS#7567. by Dominik Riebeling · 17 years ago
  17. 6bc7da7 Allow Cygwin users to generate voice files using SAPI 5. Slow, and missing some of the details from the old MakeVoices.vbs method, but better than nothing. by Steve Bavin · 17 years ago
  18. c8c80a5 Allow recording source to be set from recording context menu. Not a very nice solution for something that already was an ugly hack... by Peter D'Hoye · 17 years ago
  19. 9674316 Accept FS #7559. Update dict plugin to new locations. by Peter D'Hoye · 17 years ago
  20. 0fc30fb don't try to find the given file in the browser dialog if it doesn't exist. by Dominik Riebeling · 17 years ago
  21. f3498db increase filetypes array a bit, should now have some room for the future... But that doesn't mean that if you add a filetype, you shouldn't check this. by Peter D'Hoye · 17 years ago
  22. 0ed6fad Move voice config into the advanced build options and look for the eSpeak binary named "espeak" rather than "speak". by Jonas Häggqvist · 17 years ago
  23. 75b07e9 Fix speaking of 'Yes' for little endian players and fix a comment by Nils Wallménius · 17 years ago
  24. 0386585 Synced with last Lang V2 updates. Almost finisced, needs just some splash voice string to do. by Alessio Lenzi · 17 years ago
  25. fe5acf2 rbutilQt: fix missing sansapatcher init. by Dominik Wenger · 17 years ago
  26. ead3de3 Fix display of file path in the ID3 Info screen on hwcodec (i.e., Archos) devices, introduced by the grouping tags patch. Also correct a comment. by Magnus Holmgren · 17 years ago
  27. eecfe9f Add support for grouping tags. From FS#7362. by Dan Everton · 17 years ago
  28. ecae04a Fix the open with menu by Jonathan Gordon · 17 years ago
  29. 92abed7 iPod greyscale LCD driver: Slight speedup and correct greylevels for other targets than 1st/2nd gen. * Code cleanup. by Jens Arnold · 17 years ago
  30. d7d2e69 Fix FS#7557 - bug which caused plugins to look for their config/hiscore files in the / folder instead of their folder by Jonathan Gordon · 17 years ago
  31. 50c81a9 move talk file button to new "Accessibility" tab and add button for voice files. Add voice url to config file and some tooltips to the tab view. by Dominik Riebeling · 17 years ago
  32. e40fedc If autorock is enabled, look for autostart.rock in /.rockbox/rocks/apps/ instead of /.rockbox/rocks/. by Antoine Cellerier · 17 years ago
  33. 23ae15d Add ccache and build paths to the project file by Robert Keevil · 17 years ago
  34. ef8aedd Fix the headphone unplug autoresume menu entry by Robert Keevil · 17 years ago
  35. 2ee205a rbutilqt: use the new dirbrowser in the talkfile generation. Also little changes to the dirbrowser to run it statically and without signals. by Dominik Wenger · 17 years ago
  36. 3a4e540 Replace the file selection dialog for the mountpoint with a pure folder tree view. This fixes an issue with the selection dialog which could try opening a nonexisting folder. Only allow to select drive letters on windows. Additionally, remove an old file I forgot earlier. by Dominik Riebeling · 17 years ago
  37. 611c699 The voicefile header has grown, we need to byteswap all members - should fix FS#7550 by Linus Nielsen Feltzing · 17 years ago
  38. 7a828b1 didn't saw the warning by Kevin Ferrare · 17 years ago
  39. 9dddf3b Search viewer (plugin) : reindent correctly with spaces, add multiscreen support by Kevin Ferrare · 17 years ago
  40. 9d66a28 Fixed wavtrim so it correctly uses the chunkSize of the data chunk - this fixes the issue with Festival generated WAV files that have a text comment appended after the data chunk by Linus Nielsen Feltzing · 17 years ago
  41. b7a6781 Fix FS#7549 - plugins would only get listed once in viewers.config which meant some extensions dont appear as supported by Jonathan Gordon · 17 years ago
  42. 7316032 Fix the properties and shortucts plugins after accidently breaking them last night. by Jonathan Gordon · 17 years ago
  43. c43629f use the full resolution we get from the WMA decoder and let the DSP code do the rest by Marcoen Hirschberg · 17 years ago
  44. 0ee4403 Use correct 1/3 and 2/3 greylevels. by Jens Arnold · 17 years ago
  45. 6604277 Updated Dutch language file for lang v2 by Peter D'Hoye · 17 years ago
  46. 443a765 Oops, fix yellow and also a reminder, voice files for all swcodec needs to be rebuilt to work after the latest change by Nils Wallménius · 17 years ago
  47. 97bafd6 We only need to have bit-swapped voice files for the SH based archos targets by Nils Wallménius · 17 years ago
  48. d96bc50 Ignore wavtrim and voicefont biaries too by Nils Wallménius · 17 years ago
  49. 1fbcead Reduced battery consumption on PP5002 targets (iPod 1st/2nd gen and 3rd gen). Now rockbox battery runtime is better than OF, verified on 2nd gen :-) by Jens Arnold · 17 years ago
  50. 7730264 Fix red archos bootloaders by Nils Wallménius · 17 years ago
  51. 1ff0c35 Fix red archos sims and make some minor cleanup by Nils Wallménius · 17 years ago
  52. 7fe32b9 Only show plugins which are actually associated with the file from the "open with" menu. (plugins registered with * in the viewers.config are always shown) by Jonathan Gordon · 17 years ago
  53. fda7d72 Accept FS#5464 - organise the rocks directory. by Jonathan Gordon · 17 years ago
  54. 5b76936 Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by Stephane Doyon with some minor tweaks by me. Rerun 'configure' and do a 'make clean' before rebuilding your voice files. by Nils Wallménius · 17 years ago
  55. d755c28 Fix 'make clean' for some archos targets, make 'make clean' kill voice files and the clips generated to build them. by Nils Wallménius · 17 years ago
  56. 0149264 Hrmph. That was just weird to do that. by Michael Sevakis · 17 years ago
  57. 89b53bf e200: Make sure backlight will never get stuck off for long periods from the wheel. by Michael Sevakis · 17 years ago
  58. 47de383 Updated Swedish translation by Nils Wallménius · 17 years ago
  59. ce8e1fc Oops, this shouldn't have been added by Nils Wallménius · 17 years ago
  60. aa2b7cb Fix warning. by Michael Giacomelli · 17 years ago
  61. 98f0d77 Clean up VLC functions. by Michael Giacomelli · 17 years ago
  62. b1fa2f4 Oops remove misleading left-behind comment by Nils Wallménius · 17 years ago
  63. 1b199fa fix error with the preprocessor. by Dominik Riebeling · 17 years ago
  64. caeb220 This shouldn't have been changed by Nils Wallménius · 17 years ago
  65. 729b25c Added iPod 1st/2nd gen simulator bits. by Jens Arnold · 17 years ago
  66. 5fee03c Make test_disk and test_fps plugins compile for the simulator. by Jens Arnold · 17 years ago
  67. 5e8e956 fix a couple of typos by Nils Wallménius · 17 years ago
  68. 421411b rbutilqt: initial port of the autodetection. (use only rockbox-info.txt at the moment) by Dominik Wenger · 17 years ago
  69. b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
  70. e70f7f4 rbutilQt: added Talkfile creation. by Dominik Wenger · 17 years ago
  71. 1d9f693 Redraw the menu when stopping playback, in case the bookmarking code left something on screen. by Magnus Holmgren · 17 years ago
  72. 9d1e5e4 Clock plugin : added the repeat action to the mode/skin change button mappings by Kevin Ferrare · 17 years ago
  73. 1ea6daf Perform writeback before starting thread on another core or stack munging may not be coherent. by Michael Sevakis · 17 years ago
  74. d1af1c0 makes the slot wheels turn faster in the jackpot plugin for the bitmap targets by Kevin Ferrare · 17 years ago
  75. 5c98fc2 /me tired, forgot to add the actual plugin by Jonathan Gordon · 17 years ago
  76. ef81572 Accept FS#7486 - shortcuts plugin. by Jonathan Gordon · 17 years ago
  77. f8c6801 include the clock plugin in the daily tarball by Marcoen Hirschberg · 17 years ago
  78. 8d4d5f6 Address FS#6310 - shows an "infinite" slider when deleting/copying/moving files. by Jonathan Gordon · 17 years ago
  79. 97c4694 FS#7536 - Make the superdom score calculation more elegant - thanks to Johnathon Mihalop by Will Robertson · 17 years ago
  80. 739f0ec quick fix for FS#6007 (the first point, where a long line with a - would stop the rest of the file being viewed if your in narrow line mode) by Jonathan Gordon · 17 years ago
  81. 7c54ad6 Accept FS#7074 - choose which folders should be scanned and ignored using the /.rockbox/folder_advance_dir.txt (paths prefixed by - will be skipped, otherwise they will be scanned) by Jonathan Gordon · 17 years ago
  82. 68c83e5 Accept FS#7449 - use the menu/power button for the menu and use rec to toggle slideshow mode. by Jonathan Gordon · 17 years ago
  83. d25dc33 Oops. mvn is one's-complement, not two's. Correct the YUV calculation. by Michael Sevakis · 17 years ago
  84. 88bdae2 oops forgot to remove that by Kevin Ferrare · 17 years ago
  85. 1d91334 made the jackpot plugin use the new common sprite functions, cosmetic change to the clock plugin's code by Kevin Ferrare · 17 years ago
  86. 14d2761 Clock plugin : centered the binary plugin, moved the AM/PM mark to the right on digital display, reduced the thickness of the pseudo antialiasing for analog clock by Kevin Ferrare · 17 years ago
  87. 75e2f19 dont redraw the menu if we are about to quit anyway (noticable when backing out of the playlist menu from the wps context menu) by Jonathan Gordon · 17 years ago
  88. 88882a8 sync and commit FS#4954 - return any results found when aborting a playlist search by Jonathan Gordon · 17 years ago
  89. 721c897 clock plugin : check wether it's necessary to save the settings, correct format for japanese dates on analog screen, code a little more clear by Kevin Ferrare · 17 years ago
  90. db6af4e Set correct pixel format for iFP7xx. by Jens Arnold · 17 years ago
  91. b6da77a Add icon to process dialog button. by Dominik Riebeling · 17 years ago
  92. 217a689 defined a dummy LCD_PIXELFORMAT for the IFP7xx to allow the simulator to build by Kevin Ferrare · 17 years ago
  93. 93b2f9f Rewrote the clock plugin in a cleaner and more modular way so that it can scale on remote screens. Use left-right keys to change the type of clock displayed (analogic, digital, binary) and up/downto change the look of the clock by Kevin Ferrare · 17 years ago
  94. ffbbc60 Mpegplayer: Clear up some other cache issues. Use the better sleep loops for message sending. I still won't promise 100% trouble-free operation on dual-core since adding a thread to the COP from the CPU is a race condition anyway. by Michael Sevakis · 17 years ago
  95. 8edfff9 Flush-out cleared sections on dual core targets when loading plugins and codecs. by Michael Sevakis · 17 years ago
  96. 7f85b5b Disk poweroff for 3rd gen iPods. by Jens Arnold · 17 years ago
  97. 5490f6c Chessbox plugin: Reset computer thinking time on forced play (FS #5135) by Peter D'Hoye · 17 years ago
  98. d0bc092 skip comments when trying to parse and compare phrases! by Daniel Stenberg · 17 years ago
  99. 6ccd39d Dutch lang update by Peter D'Hoye · 17 years ago
  100. 7d80ebd I supposed to show DEV_EN on PP502x.... by Jens Arnold · 17 years ago