summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2007-08-01Let recording create filenames based on the recording source, closes FS #921 ↵Peter D'Hoye
(yes, he waited 4 years for his feature request to make it) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14125 a1c6a512-1295-4272-9138-f99709370657
2007-08-01Fix some places for USB_NONE. Still some more complex cases left though.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14122 a1c6a512-1295-4272-9138-f99709370657
2007-08-01Accept FS#2821 - add some colour to the snow pluginJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14118 a1c6a512-1295-4272-9138-f99709370657
2007-08-01Make the statusbar setting use a temp variable so it doesnt look wierd when ↵Jonathan Gordon
changing it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14117 a1c6a512-1295-4272-9138-f99709370657
2007-08-01Oops againNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14112 a1c6a512-1295-4272-9138-f99709370657
2007-08-01Oops, forgot one checkNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14111 a1c6a512-1295-4272-9138-f99709370657
2007-08-01Disable 'Disk spindown' and 'Anti skip buffer' settings and some related ↵Nils Wallménius
stuff for flash storage targets as they make no sense git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14110 a1c6a512-1295-4272-9138-f99709370657
2007-07-31vu_meter: Use the fixedpoint lib (moving flog there)Robert Keevil
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14103 a1c6a512-1295-4272-9138-f99709370657
2007-07-31FS#2735 - stats plugin now shows the number of files in the biggest directoryJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14101 a1c6a512-1295-4272-9138-f99709370657
2007-07-31Accept FS#7437 - add the delete option to the wps context menu so the ↵Jonathan Gordon
currently playing file can be deleted. tested with a 130mb file on my sansa and it didnt cause problems git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14099 a1c6a512-1295-4272-9138-f99709370657
2007-07-31Fix FS#7311 '64 bit simulator crashes when using the menus in some plugins.' ↵Nils Wallménius
by resolving a naming conflict between the plugins' private settings structs and the global 'settings' struct git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14095 a1c6a512-1295-4272-9138-f99709370657
2007-07-31Hopefully fix the problems with voice not cancelling its CPU boost.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14094 a1c6a512-1295-4272-9138-f99709370657
2007-07-31Converted the menus to the new API in the clock plugin and started to port ↵Kevin Ferrare
to remote display git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14091 a1c6a512-1295-4272-9138-f99709370657
2007-07-31FS#6266 - flush PCM buffers if the user skips while paused. FixesFS#5747.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14090 a1c6a512-1295-4272-9138-f99709370657
2007-07-31Removed duplicated code for menu items definition, made the plugin use the ↵Kevin Ferrare
action API git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14089 a1c6a512-1295-4272-9138-f99709370657
2007-07-31plugins code cleanup : moved the duplicated fixed point table loockup based ↵Kevin Ferrare
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 ...) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14087 a1c6a512-1295-4272-9138-f99709370657
2007-07-30RTC (real time clock) support for Rockboy. The time in games like Pokemon ↵Tom Ross
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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14071 a1c6a512-1295-4272-9138-f99709370657
2007-07-29Revert r14050 (apart from the non-related whitespace changes) and fix the ↵Dave Chapman
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 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14057 a1c6a512-1295-4272-9138-f99709370657
2007-07-29Use the wheel to aim on the sansaJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14055 a1c6a512-1295-4272-9138-f99709370657
2007-07-29iPod 1st..3rd gen: Fix CPU scaling instability on PP5002 * Add some new info ↵Jens Arnold
to pp5002.h and sort it by port address. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14053 a1c6a512-1295-4272-9138-f99709370657
2007-07-29Fixed the metronome plugin crashing on target. Fixes <a ↵Kevin Ferrare
href='http://www.rockbox.org/tracker/task/7421'>FS#7421</a> git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14051 a1c6a512-1295-4272-9138-f99709370657
2007-07-29Fix mp3 playback on the gigabeat by not putting code in IRAM. Someone ↵Michael Giacomelli
actually familar with the gigabeat port should check this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14050 a1c6a512-1295-4272-9138-f99709370657
2007-07-29Least but not lastKevin Ferrare
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14048 a1c6a512-1295-4272-9138-f99709370657
2007-07-29How should I say ... oops ?Kevin Ferrare
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14047 a1c6a512-1295-4272-9138-f99709370657
2007-07-29Use multi-screen api for metronome plugin, and made it run in the simulator ↵Kevin Ferrare
by implementing the timer functions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14046 a1c6a512-1295-4272-9138-f99709370657
2007-07-28FS#6403: Fix the spelling of LANG_ID3_FREQUENCY. Shouldn't break old .lng ↵Barry Wardell
files since we are not changing the order of the strings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14042 a1c6a512-1295-4272-9138-f99709370657
2007-07-28FS #6705 - ARM optimisations for libmad by Tomasz Malesinski. Modified ↵Dave Chapman
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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14041 a1c6a512-1295-4272-9138-f99709370657
2007-07-28fixed the speed problem on bitmaps LCD for the jackpot plugin and added the ↵Kevin Ferrare
remote key bindings for h1x0 and x5 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14034 a1c6a512-1295-4272-9138-f99709370657
2007-07-27Make 'View HW Info' work on PP5002 targets and move clock estimation there. ↵Jens Arnold
* Shorter way to write the wait for userabort. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14031 a1c6a512-1295-4272-9138-f99709370657
2007-07-27Grayscale library: Tuned frame frequency for the 2nd/3rd gen LCD.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14026 a1c6a512-1295-4272-9138-f99709370657
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14021 a1c6a512-1295-4272-9138-f99709370657
2007-07-27fixes bug that prevented playback of WavPack files containing over 1000 ↵Dave Bryant
bytes of RIFF header data git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14019 a1c6a512-1295-4272-9138-f99709370657
2007-07-27Fix FS#7490 (%px tag causes divide by zero errors).Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14018 a1c6a512-1295-4272-9138-f99709370657
2007-07-26Preparations for iPod G1 and G2. Does not even compile properly yet. * ↵Jens Arnold
Sorted target cases in configure by menu number. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14016 a1c6a512-1295-4272-9138-f99709370657
2007-07-26Set properties for the files I added.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14003 a1c6a512-1295-4272-9138-f99709370657
2007-07-26Fix a bug where targets which have a software keylock couldnt seek in the ↵Jonathan Gordon
wps easily. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14001 a1c6a512-1295-4272-9138-f99709370657
2007-07-26MP4: Add support for comment and year tags.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13998 a1c6a512-1295-4272-9138-f99709370657
2007-07-26fix red for maze pluginKevin Ferrare
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13997 a1c6a512-1295-4272-9138-f99709370657
2007-07-26code cleanup and remote support for maze pluginKevin Ferrare
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13996 a1c6a512-1295-4272-9138-f99709370657
2007-07-26FS#5809:Jonathan Gordon
add playback menu to text editor, make the filename saving in rockpaint a bit better, automatically adds .bmp if its not there git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13993 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Oops, forgot to trim down the lines before my previous commit.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13988 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Implement feature request FS#7476: Add a "song progress percentage" WPS tag ↵Nicolas Pennequin
(%px) that can be used in a conditional to create custom progress meters. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13987 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Remove the hack which read the ipod hardware revision from flash in the ↵Dave Chapman
bootloader and passed it to Rockbox via a fixed address in SDRAM. Rockbox now remaps flash and so can just read the value itself. Also clean up the debug menu a little - only display the hw revision for ipods, and add the lcd_type variable to indicate the type of LCD (0 or 1) for ipod Color/Photo. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13986 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Opps fixed some e200 qnd h10 entries.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13985 a1c6a512-1295-4272-9138-f99709370657
2007-07-25FS#7478 (heavily modified by me).Jonathan Gordon
Dice now saves your config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13984 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Fix the bug where holding left no longer stopped at the browser root.Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13983 a1c6a512-1295-4272-9138-f99709370657
2007-07-25FS#6879 Case convertion for francais language by Simon Descarpentries and ↵Mustapha Senhaji
reworked by me. In bonus few voices strings changed to be as short as possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13982 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Correct plugin API versions, thanks to scorche.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13981 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Redo my previous commit. Highscore is only shown if there is room on the top ↵Jonathan Gordon
line for it, and also only if the current score is less than the high score. Also fix the annoying bug where "resume game" was selected in the menu after dying git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13980 a1c6a512-1295-4272-9138-f99709370657
2007-07-25fixed yellow, forgot to increase the plugin API versionKevin Ferrare
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13979 a1c6a512-1295-4272-9138-f99709370657