summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-17(1) Early USB detection on boot, before trying to mount the partitions. Clean...Jens Arnold1-5/+0
2005-05-17Added the 'only return to root if current dir no longer exists' functionality...Jens Arnold1-4/+3
2005-05-17Save some code for Ondio.Jens Arnold1-1/+1
2005-05-16Forgot to add the 'not always back to root' feature for menu and quickscreens...Jens Arnold1-3/+3
2005-05-16Browser enhancements: (all) Only go back to the root dir after USB mode if th...Jens Arnold1-13/+13
2005-05-14Bugfixes: (all) Don't try to build the directory list when showdir() returns ...Jens Arnold1-16/+23
2005-05-05Hotswap support in file browser: Don't reload the root dir if not in the root...Jens Arnold1-3/+10
2005-05-02Bugfix: Correctly compose path to _dirname.talk for dirs located in the root....Jens Arnold1-1/+2
2005-04-26Restructurizing database code, seperating database code from dbtree code,Michiel Van Der Kolk1-3/+3
2005-04-26ID3DB: Reload database when returning from USB mode. Fixed reload_root issue ...Jens Arnold1-1/+13
2005-04-07Temp fix to allow playlist creation with .ogg, .wav and .wma filesLinus Nielsen Feltzing1-0/+6
2005-04-06Connected my brainLinus Nielsen Feltzing1-1/+1
2005-04-06Added the IS_SYSEVENT() macroLinus Nielsen Feltzing1-1/+1
2005-04-06Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARG...Linus Nielsen Feltzing1-1/+2
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-6/+6
2005-03-31Better #ifdef for the RoLo functionalityLinus Nielsen Feltzing1-2/+2
2005-03-31RoLo now works on the iRiverLinus Nielsen Feltzing1-5/+1
2005-03-11Fix for bug #1161173 by Mark A Hillebrand, disabled Follow Playlist in ID3 da...Linus Nielsen Feltzing1-0/+7
2005-02-16Turn off the RTC alarm if it's gone off. Best not to have alarm events unles...Christi Scarborough1-1/+3
2005-02-12long policyJean-Philippe Bernardy1-3/+3
2005-02-10iRiver: Allow shutdown when chargingLinus Nielsen Feltzing1-0/+2
2005-02-05fix compiler warningsChristi Scarborough1-1/+3
2005-02-05Bugfix: Resume does not prompt if the unit has woken due to the RTC alarmChristi Scarborough1-1/+5
2005-02-04New Recording Option: Show recording screen on startupChristi Scarborough1-1/+15
2005-02-03fixes an issue with LANG_PLAYINDICES_PLAYLIST id.Jose Maria Garcia-Valdecasas Bernal1-1/+1
2005-01-28MMC hotswap enabled for OndioJörg Hohensohn1-0/+11
2005-01-26Changed several places to use button_clear_queue() to empty the button queue....Jens Arnold1-1/+1
2005-01-25Fixed another cause of 'stuck in subdir' bug.Björn Stenberg1-2/+1
2005-01-21Don't show browser before resume.Björn Stenberg1-11/+13
2005-01-20Added music playing from ID3 browser.Björn Stenberg1-19/+21
2005-01-20Fixed crash when changing between id3 and file mode in wps.Björn Stenberg1-0/+1
2005-01-19Added a virtual 'Artists,Albums,Songs' root folder in ID3 browserBjörn Stenberg1-1/+1
2005-01-18Fixed plugin-browser-shows-id3db bugBjörn Stenberg1-2/+2
2005-01-18Repaired broken exit from plugin/font/language browserBjörn Stenberg1-18/+10
2005-01-18Repaired broken resumeBjörn Stenberg1-3/+3
2005-01-18Added support for very large tables in ID3 database.Björn Stenberg1-70/+132
2005-01-17Minor tweaks to compile on win32.Björn Stenberg1-6/+6
2005-01-17Added ID3 database support. Still very early.Björn Stenberg1-803/+418
2005-01-13Removed remnants of buttonbar code for units without recorder keypad.Jens Arnold1-1/+3
2005-01-02Prevent entering the menu when returning from a subroutine with MODE-repeat e...Jens Arnold1-0/+4
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn1-0/+7
2004-12-07Patch #911756 by Steve Cundari, bookmark follows repositioned MP3 fileLinus Nielsen Feltzing1-1/+22
2004-10-24Leave sub-browsers after returning from usb mode, to avoid confusing display ...Jens Arnold1-2/+16
2004-10-24Fixes: (1) Selecting previous file/dir via remote in browser works again (typ...Jens Arnold1-7/+23
2004-10-21Improvement for talking filenames: While loading the directory, already cache...Jörg Hohensohn1-37/+128
2004-10-14Proper fix for TREE_RUN trailing release eventBjörn Stenberg1-4/+5
2004-10-12Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can ...Linus Nielsen Feltzing1-11/+15
2004-10-11Ignore leftover release events when starting secondary file browser.Björn Stenberg1-0/+4
2004-10-09Removed button bar for devices with no F buttons (Ondio)Jens Arnold1-0/+2
2004-10-06patch #978765 by Carsten Tschach, new option for voice filenames: every file ...Jörg Hohensohn1-36/+82