1. f928c8f Turned out that setting the viewer iconset to empty properly chooses the default iconset, and the problem with the default viewer iconset on greyscale targets was that there was a file too much in icons/. The defaults are copied from elsewhere, and differ between grey/mono and colour targets. The extraneous file overwrote the default when building the .zip. by Jens Arnold · 17 years ago
  2. 580eee5 Make rbutil compile on OSX 10.5 by Barry Wardell · 17 years ago
  3. f352281 Fix preprocessor directive by Dominik Riebeling · 17 years ago
  4. a4de1b8 rbutil: fix segfault for mac and wrong proxy default. by Dominik Wenger · 17 years ago
  5. d03514a When applying the system proxy values really use the values. by Dominik Riebeling · 17 years ago
  6. 9ce0261 Oops, I should try compiling things before committing... by Dave Chapman · 17 years ago
  7. 7d18935 Add support to tcctool for the Samsung YP-K3. Also rename the YP-P2 option to the shorter ypp2. by Dave Chapman · 17 years ago
  8. 68f9e6b When starting playback, prevent the codec from starting to decode too early, which would cause rebuffering (slowing things down) and incorrect playlist index. Hopefully fixes a bunch of playback-related bugs, such as FS#8520, FS#8525, FS#8555 and possibly FS#8511. by Magnus Holmgren · 17 years ago
  9. 620da59 Third time's the charme - even if it's just in comments, no mention of the weather etc. necessary. by Marianne Arnold · 17 years ago
  10. a12eefb Copy and paste mishap in the DancePuffDuo section: statusbar was already defined but the selector type setting was missing. by Marianne Arnold · 17 years ago
  11. bc357da Small fixes for icon behaviour on the Player: Read viewer icon numbers from viewers.config, and correct the icon selection in icons.c. Now viewer supported filetypes get the mirrored question mark icon instead of no icon at all. by Jens Arnold · 17 years ago
  12. 01bf4d3 Themes need to specify backdrop, colours, icon sets and selector type bar if they differ from the new default cabbiev2. Add the necessary strings to WPSLIST so that all shipped themes include them in their cfg files to prevent black text on the dark cabbiev2 background. Define black on 'rockboxblue' for themes with colour screen versions but no colours defined before; set the selector type to 'bar (inverse)' for most of them and use the text only RWPS for Rockboxed - it would have used the cabbiev2.rwps before which would look on a H3x0 with remote due to a different font size and the graphics. by Marianne Arnold · 17 years ago
  13. fcd52cf Slightly more efficient way to decide which settings to save. by Jens Arnold · 17 years ago
  14. e7e3172 "viewers iconset:" must not be empty, so revert that change to wpsbuild.pl and make iCatcher specify /.rockbox/icons/viewers.bmp. Thanks to Jens for pointing this out. by Dave Chapman · 17 years ago
  15. 3716179 Add empty strings for "backdrop:", "iconset:" and "viewers iconset:" for iCatcher, and adapt wpsbuild.pl to accept empty strings. Also change wpslist to allow any number of spaces (including 0) between the : and the value. NOTE: The other bundled themes (and third-party themes) should be changed to specify values for everything set by CabbieV2. by Dave Chapman · 17 years ago
  16. db70f8d Save empty filename settings when necessary. Fixes the inability to save the 'no backdrop' setting due to the new default. by Jens Arnold · 17 years ago
  17. a32de4f TAB/whitespace policing - no functional changes by Dave Chapman · 17 years ago
  18. b68a762 Fix a bug introduced r16373 - the .cfg files for the bundled themes no longer included the fg/bg colours for any target. by Dave Chapman · 17 years ago
  19. 69b7141 Fix line selector default for non-colour targets. Type 3 made the selector vanish completely on greyscale and mono targets, as there is no type 3 on those... by Jens Arnold · 17 years ago
  20. fbfda7e Identify info endianness is already handled in the ATA driver. by Jens Arnold · 17 years ago
  21. 1bc02a2 Opps. by Michael Giacomelli · 17 years ago
  22. b2366c8 Default to helvR10 for new ports that do not yet have a default theme defined. by Michael Giacomelli · 17 years ago
  23. aa26962 Make cabbiev2 the default theme. Should not have any impact if you have already selected a theme. Please report any bugs in FS#8443. by Michael Giacomelli · 17 years ago
  24. 875937a The sims look funny for me unless I set a default line selector type. Since no one else has complained this probably doesn't matter on the actual device. by Michael Giacomelli · 17 years ago
  25. f75d8ac Remove font_file from the settings struct on the Archos Player - it isn't used. by Dave Chapman · 17 years ago
  26. 6431cd3 - Attempt to generate the usb serial number from the disk serial number by Frank Gevaerts · 17 years ago
  27. 66cfed1 Make the build script ignore color-only options on grayscale targets. Also, change how backdrop files are entered in preperation for setting a default theme. by Michael Giacomelli · 17 years ago
  28. f5c1262 fix usb string descriptors by Frank Gevaerts · 17 years ago
  29. 9dbe7f2 Improve usb descriptor handling. This should fix any cache and/or alignment related problem. by Frank Gevaerts · 17 years ago
  30. a0b5780 Remove sector 0 write protection from the ATA and MMC drivers. The one in the ATA driver makes it impossible to change sector 0 from within rockbox USB mode, and nobody reported having seen that sector 0 panic for a loong time. Afaik it dates back to when ATA and filesystem write support were developed. by Jens Arnold · 17 years ago
  31. 77970e4 comment typo fixes by Frank Gevaerts · 17 years ago
  32. 523af27 Only allow high-speed usb if USE_HIGH_SPEED is defined. It still causes data corruption (full speed should be safe) by Frank Gevaerts · 17 years ago
  33. 766587e Give 5g owner's some immediate relief from playback trouble introduced in r16105 without reverting all the "spinlock" changes. A highly localized version of the patches in FS#8568. More permanent and correct measures are being worked out. by Michael Sevakis · 17 years ago
  34. fcd6cf2 Make high speed work. Does not fix any other bugs yet, so still be careful about pressing buttons while connecting, or making screenshots. by Frank Gevaerts · 17 years ago
  35. 6bd2eb0 Fix building on FreeBSD (FS#8622). by Dominik Riebeling · 17 years ago
  36. 932ef00 When failing to auto-load a bookmark, don't show the 'Nothing to resume' message. The selected file will (hopefully) be played instead. by Magnus Holmgren · 17 years ago
  37. 5f540c7 When building a static linux binary link libusb static. by Dominik Riebeling · 17 years ago
  38. e744dd4 fix wrong LBA range check with sectorsizes larger than 512 bytes by Frank Gevaerts · 17 years ago
  39. 7001936 Significantly speed up SAPI4 voice file creation. Still rather slow compared to SAPI5, but doesn't take hours anymore. by Jens Arnold · 17 years ago
  40. 0742759 Major USB stack improvements. It now works at nearly the maximum speed for a full speed connection, and does seem stable. by Frank Gevaerts · 17 years ago
  41. 6af732d 2 small fixes: * List SAPI5 voices with their actual names, noth with their descriptio. * Actually use the passed speed for SAPI4. by Jens Arnold · 17 years ago
  42. 66827f3 Added PP5020 serial port registers by Linus Nielsen Feltzing · 17 years ago
  43. 9d99f97 bump version to m1.0.4 by Dominik Wenger · 17 years ago
  44. c643b85 FS#8588: disable USB device again when USB is disconnected on PortalPlayer targets. Previously, the USB device was left on after USB disconnection causing extra battery drain. This alleviates this problem somewhat, although it seems like battery drain may still be higher after a USB disconnection, so we're still missing something. by Barry Wardell · 17 years ago
  45. 1a39029 Fix a small typo by Will Robertson · 17 years ago
  46. bc46214 Bring the IMX31 serial driver in line with the CONTRIBUTING guidelines. by Will Robertson · 17 years ago
  47. ed4a635 fix make bin. other partial make options may still be broken though by Jonathan Gordon · 17 years ago
  48. cd76e03 oops japanese and korean are not for the player by Daniel Stenberg · 17 years ago
  49. 3304890 fix the Makefile to provide the correct include path so that SOURCES work by Daniel Stenberg · 17 years ago
  50. 8308d1b fixed the mrobe 100 accidental change and corrected the compiler target setup by Daniel Stenberg · 17 years ago
  51. 65068e2 A first tiny set of changes for the Creative Zen Vision:M. Work done by by Daniel Stenberg · 17 years ago
  52. 332a140 added lang/Makefile by Daniel Stenberg · 17 years ago
  53. fae6e9b set svn:keywords property by Daniel Stenberg · 17 years ago
  54. b5e6873 fix missing quotes by Daniel Stenberg · 17 years ago
  55. 8ebbe99 FS#8482 take two. Make the language files built first, so that the largest by Daniel Stenberg · 17 years ago
  56. 43141cb Small fix for the Mini's cabbiev2.wps: don't refer to a non-existent 10th volume bitmap. This version uses the same graphics as the 160x128x2 one whose author confirmed that there should only be 9 bitmaps. by Marianne Arnold · 17 years ago
  57. 265c1c4 make the warnings gcc-style to be trapped by the scripts easier by Daniel Stenberg · 17 years ago
  58. bd8d7a5 Make genlang shut up about the non-error of not putting quotes around "none" in the voice. Also make it print slightly nicer errors/warnings. by Jonas Häggqvist · 17 years ago
  59. 9425cf6 eeek, revert the FS#8482 commit again as it broke the bootloaders and the by Daniel Stenberg · 17 years ago
  60. e2f5f21 Give the Gigabeat S bootloader the ability to untar a tarball. by Nicolas Pennequin · 17 years ago
  61. 4a06c87 FS#8482: by Daniel Stenberg · 17 years ago
  62. 8c81e78 Fix up incomplete reversal. by Jens Arnold · 17 years ago
  63. 4b7077f Bulgarian should work on the Player - no need to exclude it. by Jonas Häggqvist · 17 years ago
  64. 8133842 Exclude languages that don't work on the Player's charcell display when building for the Player. Also include commented out functionality to exclude langauges on all targets (such as very incomplete languages in case of release). by Jonas Häggqvist · 17 years ago
  65. 4b8d490 FS#8617 Massive update of bulgarian translation by Hristo Kovachev. by Mustapha Senhaji · 17 years ago
  66. 025d1e2 Fixed red, forgot to commit header changes. by Miika Pekkarinen · 17 years ago
  67. 83020c3 A few fixes to problems in deutsch.lang as revealed by rasher's page. There are a very few more things I'm unsure how to deal with them at the moment, so let's start with the easy things. by Marianne Arnold · 17 years ago
  68. 9eec03f FS#8565 - fix for runtime data causing extra spin ups. Included a debug menu update also. by Miika Pekkarinen · 17 years ago
  69. 8140705 revert done by Christian Gmeiner · 17 years ago
  70. a999556 revert my work, suggested by amiconn by Christian Gmeiner · 17 years ago
  71. d085ead the last one... sorry for trouble by Christian Gmeiner · 17 years ago
  72. 433a7d4 fix yellow by Christian Gmeiner · 17 years ago
  73. b9c9ca6 fix red by Christian Gmeiner · 17 years ago
  74. 78fa347 FS#8611: move hw_info for pp targets into target tree by Christian Gmeiner · 17 years ago
  75. 8215b34 Plugins now enabled and working for the Gigabeat S. by Will Robertson · 17 years ago
  76. df71f4c Accept FS#8612 by Alexander Levin include 2008 in the manual copyright notice by Nils Wallménius · 17 years ago
  77. e70bf1a Add the 'rocks' build target to the helptext by Nils Wallménius · 17 years ago
  78. 8bf16ae FS#8613 Update the bulgarian translation by Nicolay Jordanov and add him to the credits. by Mustapha Senhaji · 17 years ago
  79. 5df1273 a very basic power_off function by Christian Gmeiner · 17 years ago
  80. 55e7f11 I need to overwork this - sorry by Christian Gmeiner · 17 years ago
  81. 868fcce Shutdown needs about 2 seconds, but it seems to work :) by Christian Gmeiner · 17 years ago
  82. b650bc5 fix compiling of debug menu for tcc780x by Christian Gmeiner · 17 years ago
  83. 98e896c Remove duplicate as reported on IRC. by Jens Arnold · 17 years ago
  84. 746ff30 Revert LCD changes - make sure the backlight remains on as a visible sign that the unit has powered off by Robert Keevil · 17 years ago
  85. 500ebe4 Update Swedish translation. by Magnus Holmgren · 17 years ago
  86. 15581e8 Fix red by Robert Keevil · 17 years ago
  87. 5d6994e Prevent the screen flashing white when shutting down colour ipods - fixes FS#7755 by Robert Keevil · 17 years ago
  88. ca3cb1e FS#8273 by Przemyslaw Holubowski - H10 RTC alarm bugfixes by Linus Nielsen Feltzing · 17 years ago
  89. 3fd2e52 Do not waste RAM in the ATA driver. The identify info is a single sector. by Jens Arnold · 17 years ago
  90. addb522 D2: Further work-in-progress on the NAND driver. by Rob Purchase · 17 years ago
  91. e319f68 rbutil:check if a Sapi voice is selected. by Dominik Wenger · 17 years ago rbutil_m1.0.4
  92. b30181a rbutil: fix bug with wrong downloadURL for h10. by Dominik Wenger · 17 years ago
  93. 8f0c790 Make encoder name conversion functions static to the base class. by Dominik Riebeling · 17 years ago
  94. 22a5c60 Commit FS#8567, the manual now uses the same 'features' system as the lang/voice creation does. Building the manual now requires gcc to parse the features list and 'make manual' must now be used instead of just 'make'. Rerun configure in your manual build dirs. by Nils Wallménius · 17 years ago
  95. d098f7a Fix a broken tag support table by Nils Wallménius · 17 years ago
  96. c479b99 FS #8340 by David Bishop. Remove contractions from the manual, as this seems to be common practice in this format and makes it easier to read for non-native english speakers. New manual work should try to adhere to this. by Thom Johansen · 17 years ago
  97. 09fc078 FS#8604 - A snippet about ignoring directories during database initializing by Robert Kukla · 17 years ago
  98. 06971be Return value of audiohw_set_xxx_vol is never used and most of the time we have a return 0; --> kick it by Christian Gmeiner · 17 years ago
  99. c3213e4 Fix the red. by Karl Kurbjun · 17 years ago
  100. 94bd1f7 Make the gigabeat LCD initialization work properly without the original firmware. by Karl Kurbjun · 17 years ago