1. abf3435 Slightly less hacky sim queue_send(), fixes simulator crashes FS#7051 and FS#7245. by Steve Bavin · 17 years ago
  2. f7f8ee1 Oops again by Nils Wallménius · 17 years ago
  3. 0836058 Oops, forgot one check by Nils Wallménius · 17 years ago
  4. 0bfa3e7 Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuff for flash storage targets as they make no sense by Nils Wallménius · 17 years ago
  5. 3b3fd49 don't show the proxy password in configuration dialog as cleartext. by Dominik Riebeling · 17 years ago
  6. ab88fb3 Simplify PP502x clock handling code. The code is almost identical between PP502x models, so combine it where possible. Binaries produces are unchanged. by Barry Wardell · 17 years ago
  7. 2fc1949 PP502x: Clock setup cleanup. by Barry Wardell · 17 years ago
  8. 5df9fc5 rbutilQt: the progressloggergui now uses little icons along the text. by Dominik Wenger · 17 years ago
  9. c3a72f1 Use the dap macro, rather than explicitly writing Ipod. by Jonas Häggqvist · 17 years ago
  10. 98e6073 vu_meter: Use the fixedpoint lib (moving flog there) by Robert Keevil · 17 years ago
  11. aea433c Stop the red. Move some stuff into #ifndef SIMULATOR block. by Michael Sevakis · 17 years ago
  12. c687f8c FS#2735 - stats plugin now shows the number of files in the biggest directory by Jonathan Gordon · 17 years ago
  13. 60b01fa Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but it shouldn't have been. lcd_enabled() was only available as a real function on gigabeat but others can use that too. Markup lcd.h a bit because I got a bit lost in it. by Michael Sevakis · 17 years ago
  14. e95d7a0 Accept FS#7437 - add the delete option to the wps context menu so the currently playing file can be deleted. tested with a 130mb file on my sansa and it didnt cause problems by Jonathan Gordon · 17 years ago
  15. fe142f1 not to self: should recompile after adding comments... by Jonathan Gordon · 17 years ago
  16. 42e4222 working volume control in the sim by Jonathan Gordon · 17 years ago
  17. 1bc3b7f PP5002: Clock setup cleanup. * Switch to 80MHz when boosted like on the other PP targets. * Prepare sleep mode by adding CPUFREQ_SLEEP. This is already confirmed working, but a lot of functions in rockbox will probably hang because the microsecond timer isn't running in this mode. by Jens Arnold · 17 years ago
  18. 1dc5435 Fix FS#7311 '64 bit simulator crashes when using the menus in some plugins.' by resolving a naming conflict between the plugins' private settings structs and the global 'settings' struct by Nils Wallménius · 17 years ago
  19. ec2d2c4 Hopefully fix the problems with voice not cancelling its CPU boost. by Michael Sevakis · 17 years ago
  20. 44a8713 FS#4955 - convbdf segfaults on very large fonts was simply due to a too small by Daniel Stenberg · 17 years ago
  21. 9bba398 Unify the 3 copies of the PP502x IRQ handler, and don't schedule button interrupts to the COP. by Jens Arnold · 17 years ago
  22. 5c7b46e Converted the menus to the new API in the clock plugin and started to port to remote display by Kevin Ferrare · 17 years ago
  23. 93b3fb3 FS#6266 - flush PCM buffers if the user skips while paused. FixesFS#5747. by Steve Bavin · 17 years ago
  24. f48d0ef Removed duplicated code for menu items definition, made the plugin use the action API by Kevin Ferrare · 17 years ago
  25. 47bc31a PP502x: Add some important information about CPU/COP_CTL register to the header gleaned from a PP5022C. Maybe it's all wrong. :P by Michael Sevakis · 17 years ago
  26. df4f56b plugins code cleanup : moved the duplicated fixed point table loockup based sinus/cosinus functions to fixedpoint.c, removed the bmp size definition in the clock.c|-(useless as the size is already defined in a .h generated with every bitmaps ...) by Kevin Ferrare · 17 years ago
  27. 4e8b171 Interrupt driven ADC reading on the 2nd gen. by Jens Arnold · 17 years ago
  28. 35274ce code police, no functional changes by Peter D'Hoye · 17 years ago
  29. 4f28129 Add platform file for Ipod 1G / 2G. Now only the front image is missing for building the manual. by Dominik Riebeling · 17 years ago
  30. c4a732a Add Ipod 1G/2G and resort the platform section a bit. by Dominik Riebeling · 17 years ago
  31. a4a3cd9 First version of a 1st/2nd gen ADC driver. 1st gen is untested yet. by Jens Arnold · 17 years ago
  32. aaf9239 Update... by Peter D'Hoye · 17 years ago
  33. f358d4a rbutilQt: fix Dialogs, so they are modal. by Dominik Wenger · 17 years ago
  34. 2e2f92c H1x0, H300: Get rid of the adc tick, and use the same concept as the iAudio ADC driver. by Jens Arnold · 17 years ago
  35. 09b2e58 Gigabeat needs to be power-cycled after bootloader installation. by Dominik Riebeling · 17 years ago
  36. a52d172 Put links to the manual on the manual tab. Downloading the manual isn't finished yet. by Dominik Riebeling · 17 years ago
  37. e2dca3e add link to homepage to about window. by Dominik Riebeling · 17 years ago
  38. a690ebb Trim a little bulk off the scheduler for dual core. Shouldn't change bin size on single except for a small function call avoidance. by Michael Sevakis · 17 years ago
  39. 0df8d1f I poke on genlang by Daniel Stenberg · 17 years ago
  40. bfb8e85 Adapt the recording settings chapter to the new way of setting recording directory, make some small tweaks, closes FS#7485 by Nils Wallménius · 17 years ago
  41. 5398ed6 removed as FS#6031 points out it being messed up by Daniel Stenberg · 17 years ago
  42. e1147b8 RTC (real time clock) support for Rockboy. The time in games like Pokemon Gold/Silver should now stay synced on RTC-capable targets. Other targets will lose track of time when the player is turned off. User's can edit the .rtc file in an attempt to resync the RTC. The clock should stay synced when entering and leaving the menu. I've tested this over the past two weeks and it seems to work well. by Tom Ross · 17 years ago
  43. 206a5d3 move iriver checksums to its own file to remove unneeded inclusion and kill warnings. Tiny whitespace cleanup. by Dominik Riebeling · 17 years ago
  44. f119dc0 Add -W to CFLAGS in Makefile and fix generated warnings. Also close a file handle which was being left open by Dave Chapman · 17 years ago
  45. 33bc6f3 Yet more warning fixes - ipodpatcher should now be warning-free in rbutilqt by Dave Chapman · 17 years ago
  46. 0be3036 Fix some more warnings (these only occurred on Mac OS X, so I missed them on Linux/x86). by Dave Chapman · 17 years ago
  47. 2cc80f5 Add -W to CFLAGS in Makefile and fix the generated warnings. by Dave Chapman · 17 years ago
  48. 3b1119b Fix some cosmetic bugs in error messages. These generated warnings when compiling ipodpatcher with -O2. by Dave Chapman · 17 years ago
  49. 6139eed fix a warning. by Dominik Riebeling · 17 years ago
  50. 7da683a Add myself to maintainers list for Italian translation. by Alessio Lenzi · 17 years ago
  51. d77a7ea linux: respect http_proxy value for "system" proxy settings. by Dominik Riebeling · 17 years ago
  52. 82373b2 support for translating rbutil. Translation files (*.qm) can be in the binary folder or in the resource :/lang. Incomplete german translation available for testing. by Dominik Riebeling · 17 years ago
  53. 917e0ac rbutilQt: changed the progress/error logger, there is now an abstract interface and a progressloggergui implementation of it. by Dominik Wenger · 17 years ago
  54. c414f46 small simplification, whitespace cleanup and dos2unix. by Dominik Riebeling · 17 years ago
  55. 57fbb39 fix line endings. by Dominik Riebeling · 17 years ago
  56. f52c178 Revert r14050 (apart from the non-related whitespace changes) and fix the S3C2440 (Gigabeat F/X) problems introduced by my r14041 commit in a slightly different way: Introduce a mad_iram.h file and centralise all IRAM-related decisions in there (similar to how Tremor does it). Now checks for CPU type (S3C2440) instead of target (TOSHIBA_GIGABEAT_F) and there is also a .ibss variable in syth_full_arm.S which shouldn't go in IRAM on S3C2440 targets. Closes FS#7500 by Dave Chapman · 17 years ago
  57. 3d45dfb Add myself to MAINTAINERS on anything I (semi-)regularly work on or probably will have a regular part in maintaining. by Michael Sevakis · 17 years ago
  58. a39cf4f Use the wheel to aim on the sansa by Jonathan Gordon · 17 years ago
  59. ffb121c iPod 1st..3rd gen: Interrupt driven button driver for 100% smooth wheel operation. by Jens Arnold · 17 years ago
  60. 604e44d iPod 1st..3rd gen: Fix CPU scaling instability on PP5002 * Add some new info to pp5002.h and sort it by port address. by Jens Arnold · 17 years ago
  61. 62c8e2d Stop Gigabeat bootloader from panicing. by Michael Sevakis · 17 years ago
  62. a2b14a5 Fixed the metronome plugin crashing on target. Fixes <a href='http://www.rockbox.org/tracker/task/7421'>FS#7421</a> by Kevin Ferrare · 17 years ago
  63. f68ab0d Fix mp3 playback on the gigabeat by not putting code in IRAM. Someone actually familar with the gigabeat port should check this. by Michael Giacomelli · 17 years ago
  64. e64f7e3 Add a new timeout API to the kernel. Enable only for e200 right now since it's the only user. Use that as the one-shot delay for SD card inserts. by Michael Sevakis · 17 years ago
  65. 4f08483 Least but not last by Kevin Ferrare · 17 years ago
  66. f3114f3 How should I say ... oops ? by Kevin Ferrare · 17 years ago
  67. 81aac2a Use multi-screen api for metronome plugin, and made it run in the simulator by implementing the timer functions by Kevin Ferrare · 17 years ago
  68. 9b11f81 Corrected a typo introduced my name by Kevin Ferrare · 17 years ago
  69. e90999f rbutilQt: Font and Doom installation. Also some fixes to the signals in the installers. by Dominik Wenger · 17 years ago
  70. b853fa2 Change the format again - this should hopefully be both human and machine readable. by Dave Chapman · 17 years ago
  71. 8a52d70 FS#6403: Fix the spelling of LANG_ID3_FREQUENCY. Shouldn't break old .lng files since we are not changing the order of the strings. by Barry Wardell · 17 years ago
  72. 66b5190 FS #6705 - ARM optimisations for libmad by Tomasz Malesinski. Modified slightly by me to not put code in IRAM for PP502x (it's slower), and for the mpegplayer version of libmad for PP5002 (there isn't enough room). On my ipod Color, it increases a 320kbps MP3 test file from 169% realtime to 188% realtime. Reported speedup on the ipod 3G was from 118% to 155% realtime for a 192kbps MP3. by Dave Chapman · 17 years ago
  73. 488b3db rbutilQt: bootloader installation routines for iriver players. Bootloader routines are now completed. They need heavy testing. by Dominik Wenger · 17 years ago
  74. 999676b rbutilqt: added sansapatcher to bootloader installation. now only iriver bootloaders are missing. by Dominik Wenger · 17 years ago
  75. cb3412a Fix wrong button in dual-boot description in H10 manual. by Barry Wardell · 17 years ago
  76. 0a1b248 Get the last errors? by Michael Sevakis · 17 years ago
  77. 5832b59 Fix warnings and errors. Remove some added stuff that wasn't needed afterall. by Michael Sevakis · 17 years ago
  78. 58fc279 Scroll on main and remote with a single thread. Change the way system messages are defined before running out is an issue (which requires a full update of rockbox on the player). by Michael Sevakis · 17 years ago
  79. 885cdfd fixed the speed problem on bitmaps LCD for the jackpot plugin and added the remote key bindings for h1x0 and x5 by Kevin Ferrare · 17 years ago
  80. ffa978d rbutil: nicer image for the Talk files button. (FS#7484) Thanx to Dave Hooper by Dominik Wenger · 17 years ago
  81. 64f36a1 rbutilQt: first attempt for bootloader installation. Sansa and irivers are still missing. by Dominik Wenger · 17 years ago
  82. 794c968 Make 'View HW Info' work on PP5002 targets and move clock estimation there. * Shorter way to write the wait for userabort. by Jens Arnold · 17 years ago
  83. 35735c66 Initial attempt at a --convert option to convert HFS formatted ipods (Macpods) to FAT32 format. This needs testing (as well as the existing --format feature) before adding as an option in the interactive mode and fully documenting. by Dave Chapman · 17 years ago
  84. 018d555 Sound working on iPod 2nd gen, but very unstable (applies also to 3rd gen). Freezes most of the time. Reverting the >66MHz unlock makes it a bit better, but also not stable. Using the C FIQ has the same effect. by Jens Arnold · 17 years ago
  85. 6f13f4c Cosmetics (remove tab and trailing spaces) by Antoine Cellerier · 17 years ago
  86. 092c178 rbutilqt: reworked and renamed the installrb class/files to generic installzip, so it can be used for things like Fonts. by Dominik Wenger · 17 years ago
  87. cebd767 Grayscale library: Tuned frame frequency for the 2nd/3rd gen LCD. by Jens Arnold · 17 years ago
  88. 41534a9 2nd gen: Correct LCD inversion state on init. * Fine tuned default contrast. by Jens Arnold · 17 years ago
  89. a09f34e Oops. by Jens Arnold · 17 years ago
  90. 56278c5 Forgot to set properties. by Jens Arnold · 17 years ago
  91. 021c086 iPod 2nd gen: * Fake battery voltage of 4.00V so rockbox doesn't shutdown (ADC is not yet implemented). * Fix button hold polarity for main rockbox. * Implement backlight inversion (the 1st/2nd gen backlight works in a way that makes the LCD look inverted when active). * Fix default contrast and clean up target tree. by Jens Arnold · 17 years ago
  92. b701322 Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. by Jens Arnold · 17 years ago
  93. 90eacb2 G1/G2 bootloader working (always in verbose mode for now). Corrected fatal error help text for G1..G3. by Jens Arnold · 17 years ago
  94. ee7caed fixes bug that prevented playback of WavPack files containing over 1000 bytes of RIFF header data by Dave Bryant · 17 years ago
  95. 5e8dad8 Fix FS#7490 (%px tag causes divide by zero errors). by Nicolas Pennequin · 17 years ago
  96. b7ea98f Further G1/G2 work. Bootloader compiles now, but probably won't work. by Jens Arnold · 17 years ago
  97. 9382e55 Preparations for iPod G1 and G2. Does not even compile properly yet. * Sorted target cases in configure by menu number. by Jens Arnold · 17 years ago
  98. 3deb270 Fix red bootloader builds. * Fix non-working PP5022 bootloaders. Also define correct IRAM size for PP5022/PP5024 bootloaders. by Jens Arnold · 17 years ago
  99. 31848ac dos2unix files and add a missing line in the header comment. by Dominik Riebeling · 17 years ago
  100. 992ffc8 rbutilqt: forgot the new files. by Dominik Wenger · 17 years ago