summaryrefslogtreecommitdiff
path: root/apps (follow)
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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* Fixed the errors.Miika Pekkarinen2006-09-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10959 a1c6a512-1295-4272-9138-f99709370657
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
| | | | | | | | | | switching should be more efficient and tasks are stored in linked lists to eliminate unnecessary task switching to improve performance. Audio should no longer skip on swcodec targets caused by too CPU hungry UI thread or background threads. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10958 a1c6a512-1295-4272-9138-f99709370657
* Reverted workaround for the gcc warning. There was a change of behaviour in ↵Jens Arnold2006-09-16
| | | | | | an early development snapshot of gcc 4.1.2, which was reverted later. The workaround triggered the warning it should fix in later gcc 4.1.2 snapshots. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10957 a1c6a512-1295-4272-9138-f99709370657
* Always set random seed before inserting tracks shuffled. Fixes problem with ↵Hardeep Sidhu2006-09-15
| | | | | | shuffle always being the same when inserting immediately after startup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10956 a1c6a512-1295-4272-9138-f99709370657
* Only maintain the last insert position after the playlist has started. ↵Hardeep Sidhu2006-09-15
| | | | | | Fixes B#6004. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10955 a1c6a512-1295-4272-9138-f99709370657
* COPYING is no longer in zxboxDave Chapman2006-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10953 a1c6a512-1295-4272-9138-f99709370657
* Oops - these files shouldn't have been committed.Dave Chapman2006-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10952 a1c6a512-1295-4272-9138-f99709370657
* zxbox files in tarballsDaniel Stenberg2006-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10951 a1c6a512-1295-4272-9138-f99709370657
* Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. ↵Dave Chapman2006-09-15
| | | | | | It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10950 a1c6a512-1295-4272-9138-f99709370657
* Solitaire: * Even more 'natural' bouncing cards. * Only load the config from ↵Jens Arnold2006-09-15
| | | | | | disk once, and only save it on exit if it changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10949 a1c6a512-1295-4272-9138-f99709370657
* Ooooops, committed the wrong files. Fixed.Jens Arnold2006-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10948 a1c6a512-1295-4272-9138-f99709370657
* Tetrox adapted to H10 5GB by Marianne Arnold.Jens Arnold2006-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10947 a1c6a512-1295-4272-9138-f99709370657
* Set the iPod hardware EQ gain default to 0dBLinus Nielsen Feltzing2006-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10946 a1c6a512-1295-4272-9138-f99709370657
* Here's the quickest fix ever: by a very quick look, it seems to meShachar Liberman2006-09-14
| | | | | | | | that the horizontal scrolling key tables are mixed up all around the source. so at least let's stop the ondio from using an already used key for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10945 a1c6a512-1295-4272-9138-f99709370657
* Playlist resume no longer uses voice file buffer.Steve Bavin2006-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10944 a1c6a512-1295-4272-9138-f99709370657
* Updated Dutch (Nederlands) translationPeter D'Hoye2006-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10942 a1c6a512-1295-4272-9138-f99709370657
* Fix a possible division by zero which caused much "IO5: at 310205A0" type ↵Martin Scarratt2006-09-13
| | | | | | angst while recording git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10941 a1c6a512-1295-4272-9138-f99709370657
* Updated translations:Jonas Häggqvist2006-09-13
| | | | | | | | | * Danish by me * German by Jochen Kemnade * Italian by Alessio Lenzi git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10940 a1c6a512-1295-4272-9138-f99709370657
* fix "Filename:" text not appearing in recording screenMartin Scarratt2006-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10938 a1c6a512-1295-4272-9138-f99709370657