summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove an #ifdef - simulators might talk tooSteve Bavin2006-09-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11009 a1c6a512-1295-4272-9138-f99709370657
* Forgot to remove a must_boost reference. Unboost after fsyncMichael Sevakis2006-09-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11008 a1c6a512-1295-4272-9138-f99709370657
* Make sure CPU is boosted when writing recorded dataMichael Sevakis2006-09-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11007 a1c6a512-1295-4272-9138-f99709370657
* Tetrox renamed to Rockblox, to avoid trademark issuesBjörn Stenberg2006-09-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11006 a1c6a512-1295-4272-9138-f99709370657
* Tetrox renamed to Rockblox, to avoid trademark issuesBjörn Stenberg2006-09-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11005 a1c6a512-1295-4272-9138-f99709370657
* Use INSERT_LAST when creating a new playlist. Fixes B#6028.Hardeep Sidhu2006-09-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11004 a1c6a512-1295-4272-9138-f99709370657
* Fixed a division by zero in mp3 metadata parser.Miika Pekkarinen2006-09-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11003 a1c6a512-1295-4272-9138-f99709370657
* Fix a possible breakage in pdfdraftcopy. The error would kick in when page ↵Dominik Riebeling2006-09-19
| | | | | | numbers are not arabic numbers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11002 a1c6a512-1295-4272-9138-f99709370657
* Properly set list title in tagcache mode and removed one incorrectMiika Pekkarinen2006-09-19
| | | | | | | entry from tagnavi.config. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11001 a1c6a512-1295-4272-9138-f99709370657
* Improved tag browser configuration file syntax with submenus andMiika Pekkarinen2006-09-19
| | | | | | | includes (custom user menu, without overwriting by default menu). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11000 a1c6a512-1295-4272-9138-f99709370657
* Solitaire: Fixed menu colours.Jens Arnold2006-09-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10999 a1c6a512-1295-4272-9138-f99709370657
* Sudoku adapted to H10-5GB by Marianne Arnold.Jens Arnold2006-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10998 a1c6a512-1295-4272-9138-f99709370657
* Bubbles adapted to H10-5GB by Marianne Arnold.Jens Arnold2006-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10997 a1c6a512-1295-4272-9138-f99709370657
* Fixed problem with first_index being incorrectly updated when prepending ↵Hardeep Sidhu2006-09-18
| | | | | | tracks. Fixes example 1 in B#6005. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10996 a1c6a512-1295-4272-9138-f99709370657
* iCatcher/UniCatcher WPS updates by Ioannis Koutoulakis: code update to the ↵Hardeep Sidhu2006-09-18
| | | | | | new volume/battery enum system and new versions for H10 5GB, Gigabeat and X5 remote git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10995 a1c6a512-1295-4272-9138-f99709370657
* 1. removed -g from default coldfire GCCOPTS (still active for debug builds).Rani Hod2006-09-18
| | | | | | | 2. enabled GCCOPTIMIZE for all non-debug builds, e.g., logf builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10994 a1c6a512-1295-4272-9138-f99709370657
* woops, fix the errors/warningsJonathan Gordon2006-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10993 a1c6a512-1295-4272-9138-f99709370657
* viewer.rock can now remembers the last 46 viewed files and their positions, ↵Jonathan Gordon2006-09-18
| | | | | | bookmarks are in a seperate .dat now, so old bookmarks will be lost git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10992 a1c6a512-1295-4272-9138-f99709370657
* Reverted the recording timer commit, as it has at least 2 major problems. ↵Jens Arnold2006-09-18
| | | | | | (1) It uses the user timer, which interferes e.g. with backlight fading on H1x0 (and potentially other targets). Using the user timer here is a waste, as the required timing lies in the range of seconds to days. A tick task would be sufficient. (2) It draws to the LCD from within an ISR. This must not be done unless there's a mechanism to ensure it doesn't interfere with the main thread's drawing, otherwise garbage might be displayed and LCD updates might stop working. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10991 a1c6a512-1295-4272-9138-f99709370657
* Recording countdown timer: set timer in recording settings screen (max 1 ↵Martin Scarratt2006-09-18
| | | | | | week countdown), start/pause timer in recording screen by pressing the pause button. If you have a separate record button then this will override the timer and start to record. Icon at bottom right of screen indicates timer is ticking. If you are in the recording screen when the countdown is over, recording will start automatically, if not then the icon will flash to indicate you should return to the recording screen to begin recording. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10990 a1c6a512-1295-4272-9138-f99709370657
* Oops.Dominik Riebeling2006-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10989 a1c6a512-1295-4272-9138-f99709370657
* Use INSERT_LAST when creating a new playlist. This fixes a problem caused ↵Hardeep Sidhu2006-09-18
| | | | | | by a recent change in playlist code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10988 a1c6a512-1295-4272-9138-f99709370657
* Solitaire: Removed unused button definitions.Jens Arnold2006-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10987 a1c6a512-1295-4272-9138-f99709370657
* Solitaire: * Use rockbox API menu. * Fixed typo.Jens Arnold2006-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10986 a1c6a512-1295-4272-9138-f99709370657
* Solitaire: * Button assignments: Better layout for ipods, allowing ↵Jens Arnold2006-09-17
| | | | | | one-handed operation during the game. More logical shortcut buttons for Ondios. Slight changes for other targets, including working button repeat for up/down when there is no dual use. * Help text showing all possible buttons instead of forcing the user to try and find out. The text adapts to LCD resolution and selected font. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10985 a1c6a512-1295-4272-9138-f99709370657
* Solitaire: * Button assignments: Better layout for ipods, allowing ↵Jens Arnold2006-09-17
| | | | | | one-handed operation during the game. More logical shortcut buttons for Ondios. Slight changes for other targets, including working button repeat for up/down when there is no dual use. * Help text showing all possible buttons instead of forcing the user to try and find out. The text adapts to LCD resolution and selected font. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10984 a1c6a512-1295-4272-9138-f99709370657
* Adjust style.Dominik Riebeling2006-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10983 a1c6a512-1295-4272-9138-f99709370657
* Rework the config file options table: allow the fields to break ↵Dominik Riebeling2006-09-17
| | | | | | automatically, reformat the source for better readability and adjust table width. Finally include the table in the HTML output. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10982 a1c6a512-1295-4272-9138-f99709370657
* simplify the inclusion of the front image by using the default file ↵Dominik Riebeling2006-09-17
| | | | | | extensions. Fix an opt issue. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10981 a1c6a512-1295-4272-9138-f99709370657
* - set the default image file extension based on output typeDominik Riebeling2006-09-17
| | | | | | | | - don't use booktabs on html output - remove some unused packages git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10980 a1c6a512-1295-4272-9138-f99709370657
* - decrease padding and huge margins in tablesDominik Riebeling2006-09-17
| | | | | | | | | - add formatting for longtable (used in "config file options") - don't display hr's to separate floats - make the crosslinks a bit nicer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10979 a1c6a512-1295-4272-9138-f99709370657
* SWCODEC recording hang fixed. Fixed other trouble spots for codec swapping ↵Michael Sevakis2006-09-17
| | | | | | when playing. Removed call to audio_set_recording_options from fm_recording_settings on SWCODEC (Not proper to do ! My bad.). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10978 a1c6a512-1295-4272-9138-f99709370657
* Adjust to general style and fix an opt spacing issue.Dominik Riebeling2006-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10977 a1c6a512-1295-4272-9138-f99709370657
* Fix a wrong ellipsis.Dominik Riebeling2006-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10976 a1c6a512-1295-4272-9138-f99709370657
* Fix problem with bouncing back to the 'Load last bookmark' screen after ↵Magnus Holmgren2006-09-17
| | | | | | loading the last bookmark. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10975 a1c6a512-1295-4272-9138-f99709370657
* Include "config.h" to make sure priority stuff is properly included.Miika Pekkarinen2006-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10974 a1c6a512-1295-4272-9138-f99709370657
* Misc changes to xobox (basically remove some unneed tests and optimise (i ↵Antoine Cellerier2006-09-17
| | | | | | hope) the drawing function) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10973 a1c6a512-1295-4272-9138-f99709370657
* fixes FS#6007 point 3Jonathan Gordon2006-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10972 a1c6a512-1295-4272-9138-f99709370657
* fixes FS#6007 point 2Jonathan Gordon2006-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10971 a1c6a512-1295-4272-9138-f99709370657
* woops! ok, only rmember the last 10 files, some trickery can be added later ↵Jonathan Gordon2006-09-17
| | | | | | to increase this limit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10970 a1c6a512-1295-4272-9138-f99709370657
* re-implement bookmarking in viewer.rock, remebers the last 45.6(\!) files viewedJonathan Gordon2006-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10969 a1c6a512-1295-4272-9138-f99709370657
* Add hflip, vflip and 180° rotate transforms.Antoine Cellerier2006-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10968 a1c6a512-1295-4272-9138-f99709370657
* x5: No more remote LCD streaks when powering off with remote active. Will ↵Michael Sevakis2006-09-17
| | | | | | not affect hot unplugging of course. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10967 a1c6a512-1295-4272-9138-f99709370657
* FS#5992 Reworked playback.c to fix voice bugs by Steve Bavin. Fixed toMiika Pekkarinen2006-09-17
| | | | | | | | work with the new scheduler and handled properly and fast the track skipping. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10966 a1c6a512-1295-4272-9138-f99709370657
* holding left in the tree will quickly get back to root, as long as the text ↵Jonathan Gordon2006-09-17
| | | | | | is in the left-most position (like before) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10965 a1c6a512-1295-4272-9138-f99709370657
* This should fix ondios to use MENU+LEFT/RIGHT combos for horizontalShachar Liberman2006-09-16
| | | | | | | scrolling lists. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10964 a1c6a512-1295-4272-9138-f99709370657
* Get rid of build warnings of x5Peter D'Hoye2006-09-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10963 a1c6a512-1295-4272-9138-f99709370657
* Somebody found a way to nest 6 menus deep. Congratulations. Fixes FS#5970Peter D'Hoye2006-09-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10962 a1c6a512-1295-4272-9138-f99709370657
* battery_viewer: prevent div by zero if power_history highest and lowest ↵Peter D'Hoye2006-09-16
| | | | | | values are identical git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10961 a1c6a512-1295-4272-9138-f99709370657
* Don't remove the thread twice.Miika Pekkarinen2006-09-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10960 a1c6a512-1295-4272-9138-f99709370657