summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-07Fixed voice prompts from id3 dbHardeep Sidhu1-14/+37
2006-05-05Enabled playlist functions on tracks in tagcacheHardeep Sidhu1-7/+3
2006-04-30Fix problem with loading bookmarks from the root folder (causing the simulato...Magnus Holmgren1-2/+2
2006-04-15Proper chunked browsing support when dirbuffer limit is reached.Miika Pekkarinen1-5/+5
2006-04-10Major improvement in playlist creation speed with tagcache. Fixed alsoMiika Pekkarinen1-2/+3
2006-04-10Enabled the quickscreen for iAudio X5. Globally, REC enters the menu and hold...Zakk Roberts1-7/+7
2006-04-04Initial support for the advanced conditional fully configurable tagcacheMiika Pekkarinen1-4/+3
2006-04-03Do not crash when resuming playback.Miika Pekkarinen1-0/+5
2006-04-03Fixed wrong break; placement causing the tree to call the context menu with t...Jens Arnold1-2/+1
2006-04-02Patch #2711 by Alexander Spyridakis with some changes by me: adds load/save o...Hristo Kovachev1-0/+3
2006-04-01Thorough .lang rework: Removed all deprecated strings, combined string which ...Jens Arnold1-19/+5
2006-03-29Add support for loadable vkeyboard layoutsFrank Dischner1-0/+1
2006-03-27Fixed a crash when selecting database mode in the menuLinus Nielsen Feltzing1-0/+2
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen1-14/+17
2006-03-19Added 'Party Mode': Unstoppable playbackBjörn Stenberg1-2/+4
2006-03-04Fixed a crash in the playlist creation, plus revised the output during the cr...Linus Nielsen Feltzing1-22/+27
2006-02-07Fixed a few warningsHristo Kovachev1-1/+2
2006-02-05Added a cache for playlist control commands. On non-dircache systems, behavi...Hardeep Sidhu1-0/+1
2006-02-02Fix typos - tests for HAVE_LCD_COLOR should use #ifdef, not #ifDave Chapman1-3/+3
2006-02-02Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...Dave Chapman1-0/+13
2006-02-01Patch #1421483 - AIFF codec by Jvo StuderDave Chapman1-1/+3
2005-12-05kill gcc4 warningsDaniel Stenberg1-10/+11
2005-11-22Adapted and commited Markus Kaufhold's remote hold icon on statusbar patch fo...Kevin Ferrare1-2/+2
2005-11-22Added multi-screen support for quickscreen (mostly rewritten from scratch) an...Kevin Ferrare1-2/+5
2005-11-21Fixed crash with early USB. The USB screen already uses some of the new GUI c...Jens Arnold1-3/+0
2005-11-19iPod: First attempt to implement sensible button mappings. Changes to all ta...Dave Chapman1-5/+1
2005-11-18Missing file headers put back. Code within 80 cols. Code policed indentingDaniel Stenberg1-1/+2
2005-11-18generic multi-screen support for yes/no screens (like the one when reseting s...Kevin Ferrare1-35/+6
2005-11-17Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough1-3/+6
2005-11-16show/hide icons now works properly in playlist viewerKevin Ferrare1-1/+5
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman1-0/+1
2005-11-09Replaced the common for(i = 0; i < NB_SCREENS; i++) loop with a macro that ju...Jens Arnold1-13/+13
2005-11-09Fixed the icon for unknown file types on the archos Player, and the bug when ...Kevin Ferrare1-1/+3
2005-11-02Correctly clear the screen(s) after a dircache build - this fixes the I04 err...Dave Chapman1-1/+6
2005-11-02*** empty log message ***Kevin Ferrare1-19/+14
2005-11-01Changed back the copyright's name in onplay.c (silly UTF-8, sorry Björn ! ...Kevin Ferrare1-10/+0
2005-10-31Initial check-in of AAC codec. Currently only recognises the .mp4 extension ...Dave Chapman1-0/+1
2005-10-31Corrected a small bug about status bar not refreshing the clock in menus on a...Kevin Ferrare1-1/+5
2005-10-30Partial menus support on remote (only browsing is working, changing option is...Kevin Ferrare1-2/+0
2005-10-29Some changes to the remote code : some one lines function turned into macros ...Kevin Ferrare1-10/+13
2005-10-28Changed some fn names, also corrected a bug with fonts and made the filetree ...Kevin Ferrare1-1/+1
2005-10-28H1x0: Fixed the non-working Stop in the file browser. Ondios: Added the same ...Jens Arnold1-5/+5
2005-10-28Initial multi screen support by Kévin Ferrare (Patch #1318081)Linus Nielsen Feltzing1-620/+322
2005-10-20Now correctly interrupting the dircache rebuilding.Miika Pekkarinen1-1/+1
2005-10-19Eliminated the warnings.Miika Pekkarinen1-2/+2
2005-10-19Do a transparent dircache rebuilding even if the rebuilding wasMiika Pekkarinen1-2/+21
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen1-5/+22
2005-09-22First version of ALAC (Apple Lossless) decoderDave Chapman1-0/+1
2005-09-14The database is now always synched when entering USB mode or shutting down, a...Linus Nielsen Feltzing1-14/+16
2005-09-02Optimised new file association handling. Fixed NULL pointer accesses. Const p...Jens Arnold1-29/+32