summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 'make reconf' is now a first stab at re-running configure with the same setupDaniel Stenberg2009-01-09
| | | | | | | that generated the existing Makefile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19739 a1c6a512-1295-4272-9138-f99709370657
* Fix some missing spaces.Dominik Riebeling2009-01-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19736 a1c6a512-1295-4272-9138-f99709370657
* Fix the Quick Screen description. Thanks to fml2. Closes FS#9769.Marc Guay2009-01-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19734 a1c6a512-1295-4272-9138-f99709370657
* Fix Quickscreen ACTION_QS_DOWNINV button to reverse direction of down entry ↵Dominik Riebeling2009-01-09
| | | | | | which was broken with r17315. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19733 a1c6a512-1295-4272-9138-f99709370657
* revert part of r19705 which caused fS#9773Jonathan Gordon2009-01-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19732 a1c6a512-1295-4272-9138-f99709370657
* 19421 missed a few commas in robotfindskitten Adam Gashlin2009-01-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19731 a1c6a512-1295-4272-9138-f99709370657
* Replace some nasty hard-coded offsets with labelsDave Chapman2009-01-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19730 a1c6a512-1295-4272-9138-f99709370657
* Fix test_codec for r19704 (prefix removed from plugin API).Jens Arnold2009-01-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19729 a1c6a512-1295-4272-9138-f99709370657
* Fix cygwin sim build.Björn Stenberg2009-01-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19728 a1c6a512-1295-4272-9138-f99709370657
* Language updates:Jonas Häggqvist2009-01-08
| | | | | | | | - Brazilian Portuguese by Adilson Xavier (FS#9762). - Walloon by Stéphane Quertinmont (FS#9748, FS#9756). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19727 a1c6a512-1295-4272-9138-f99709370657
* The simulator background logic is now reversed, such that it defaults to ↵Jonas Häggqvist2009-01-08
| | | | | | being enabled. Use --nobackground to disable it (FS#9626). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19726 a1c6a512-1295-4272-9138-f99709370657
* rockboxdev.sh now respects the environment variables RBDEV_DOWNLOAD, ↵Jonas Häggqvist2009-01-08
| | | | | | RBDEV_PREFIX and RBDEV_BUILD to enable setting download, install and build directories without editing the script. FS#9657 by Eric Shattow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19725 a1c6a512-1295-4272-9138-f99709370657
* Add some more bootloader install progress messages and call processEvents() ↵Dominik Riebeling2009-01-08
| | | | | | more often before performing player disk accesses. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19724 a1c6a512-1295-4272-9138-f99709370657
* Commit patch by JdGordon to fix FS#9531 (which applied to all targets) - ↵Marianne Arnold2009-01-08
| | | | | | correctly resume shuffled playlists. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19723 a1c6a512-1295-4272-9138-f99709370657
* When checking the installed bootloader make sure to properly close the ↵Dominik Riebeling2009-01-08
| | | | | | device afterwards. Fixes "No Sansa found" issues on windows as reported in the forums. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19722 a1c6a512-1295-4272-9138-f99709370657
* threads_exit should be volatile being polled in a loop on a sim thread and ↵Michael Sevakis2009-01-08
| | | | | | be written by the GUI thread. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19721 a1c6a512-1295-4272-9138-f99709370657
* revert r19638 which was just bad...Jonathan Gordon2009-01-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19720 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow. Don't know how I missed that testing sim build. :\Michael Sevakis2009-01-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19719 a1c6a512-1295-4272-9138-f99709370657
* Allow sims to shut down normally from panic code.Michael Sevakis2009-01-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19718 a1c6a512-1295-4272-9138-f99709370657
* Fix red.Michael Sevakis2009-01-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19717 a1c6a512-1295-4272-9138-f99709370657
* Clean up panicf and introduce system_exception_wait to do further target ↵Michael Sevakis2009-01-08
| | | | | | tasks and wait for a button when an unrecoverable error has occurred (panic, UIE, etc.). Returning from that function should reboot or don't return from it. Move UIE and __div0 for ARM to its own file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19716 a1c6a512-1295-4272-9138-f99709370657
* remove unneeded LCD_DEPTH test in lib/resize.h, add some comments explaining ↵Andrew Mahone2009-01-08
| | | | | | the core-file imports git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19715 a1c6a512-1295-4272-9138-f99709370657
* Sansa AMS : use SD controller status to notify end of data transferRafaël Carré2009-01-08
| | | | | | | Retry blocks transfer if a problem happened Remove unneeded blocking API from DMA code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19714 a1c6a512-1295-4272-9138-f99709370657
* AS3514: Simplify as there isn't a need to track the current source and sync ↵Michael Sevakis2009-01-08
| | | | | | mixer levels. Gang them when adjusting volume. Any inputs not currently in use will be muted or off anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19713 a1c6a512-1295-4272-9138-f99709370657
* cleanup for core-file-in-pluginlib compilation:Andrew Mahone2009-01-08
| | | | | | | | | | | | | | | | wrapper C files in pluginlib renamed to the same name as the core files they wrap pluginlib-only init functions for resize and bmp moved into the wrapper files, and declared in the associated header files API() macro removed entirely, in favor of a core-only header file that redefines core function names to use a plugin_api pointer some unnecessary uses of PLUGIN in apps/recorder/bmp.c removed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19712 a1c6a512-1295-4272-9138-f99709370657
* fix m200v4 simulator.Dominik Wenger2009-01-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19711 a1c6a512-1295-4272-9138-f99709370657
* Portuguese translation for Rockbox Utility (FS#9702 by Rui Araújo).Dominik Riebeling2009-01-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19710 a1c6a512-1295-4272-9138-f99709370657
* rbutil: fix compiling on mac.Dominik Wenger2009-01-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19708 a1c6a512-1295-4272-9138-f99709370657
* remove some useless/unused stuff from gwps.cJonathan Gordon2009-01-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19705 a1c6a512-1295-4272-9138-f99709370657
* Removed the sim_ prefix from the plugin api.Björn Stenberg2009-01-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19704 a1c6a512-1295-4272-9138-f99709370657
* Fix some wierdness with the debug menus... Jonathan Gordon2009-01-07
| | | | | | | | | Set the current viewport back to NULL after the list is finished drawing, Screens should be setting it before they start drawing so this probably only effects the debug menus. Also change how the statusbars are handled there to make things easier. (this change also forces the bars back on (if enabled) in the simple list widget.. hopefully this doesnt cause problems later) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19703 a1c6a512-1295-4272-9138-f99709370657
* Bump Rockbox Utility version to 1.0.9.Dominik Riebeling2009-01-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19701 a1c6a512-1295-4272-9138-f99709370657
* Fix Gigabeat bootloader file getting placed in the wrong location since the ↵Dominik Riebeling2009-01-06
| | | | | | rewrite (FS#9766). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19700 a1c6a512-1295-4272-9138-f99709370657
* Changed lang message for credits item in Rockbox Mainmenu/System and updated ↵Alessio Lenzi2009-01-06
| | | | | | italian translation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19699 a1c6a512-1295-4272-9138-f99709370657
* A couple of small fixes for the gigabeat s manual.Nils Wallménius2009-01-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19698 a1c6a512-1295-4272-9138-f99709370657
* Rewrote the H100 blind description to use better wording and to beRobert Menes2009-01-06
| | | | | | | | | more in line with other descriptions from other DAPs. Also did some touchups on the H300 description, along with some tiny little edits to use better puncuation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19697 a1c6a512-1295-4272-9138-f99709370657
* Oops, the previous commit included the wrong version of the svg. This is ↵Dave Chapman2009-01-06
| | | | | | the one used to generate the accompanying pdf git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19696 a1c6a512-1295-4272-9138-f99709370657
* Make the Gigabeat S manual build again. The gigabeats-front.pdf image still ↵Dave Chapman2009-01-06
| | | | | | needs more work - I resized the SVG to get this far, but something still isn't right. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19695 a1c6a512-1295-4272-9138-f99709370657
* Remove the BOM from english.langMarc Guay2009-01-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19694 a1c6a512-1295-4272-9138-f99709370657
* fix the delay between exiting a plugin and having the statusbar drawn. Does ↵Jonathan Gordon2009-01-05
| | | | | | plugin_load() really need to clear both displays? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19691 a1c6a512-1295-4272-9138-f99709370657
* Try it again.Marc Guay2009-01-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19690 a1c6a512-1295-4272-9138-f99709370657
* Revert 19687Marc Guay2009-01-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19689 a1c6a512-1295-4272-9138-f99709370657
* Now in UTF-8Marc Guay2009-01-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19688 a1c6a512-1295-4272-9138-f99709370657
* Switch the Credits lang back to Version and add a new one for Version.Marc Guay2009-01-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19687 a1c6a512-1295-4272-9138-f99709370657
* Unless I'm severely mistaken, we can drop a thread slot now since mpegplayer ↵Michael Sevakis2009-01-05
| | | | | | creates one less thread. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19686 a1c6a512-1295-4272-9138-f99709370657
* Better just do some cache maintenence there for good luck.Michael Sevakis2009-01-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19685 a1c6a512-1295-4272-9138-f99709370657
* Have the codec thread do callbacks instead of messing with the stack which ↵Michael Sevakis2009-01-05
| | | | | | is much simpler and safer. Remove threads array from plugin API since it now serves no purpose. Up minimum API version and sort. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19684 a1c6a512-1295-4272-9138-f99709370657
* temporarilty disable the statusbar in the keyboard because it doesnt use ↵Jonathan Gordon2009-01-05
| | | | | | viewports and this is the easier fix than reworking the screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19683 a1c6a512-1295-4272-9138-f99709370657
* fix red and yellowJonathan Gordon2009-01-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19682 a1c6a512-1295-4272-9138-f99709370657
* redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE ↵Jonathan Gordon2009-01-05
| | | | | | | | | | event every time get_action() is called. The event wont be as realiable (timewise) as before, but seems to work better This also fixes FS#9761. Also set the lcd font back to the ui font from the debug screens which use sysfont git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19681 a1c6a512-1295-4272-9138-f99709370657