summaryrefslogtreecommitdiff
path: root/apps/tree.c
AgeCommit message (Collapse)Author
2003-01-09The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding ↵Björn Stenberg
down PLAY on it while playing other music. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3040 a1c6a512-1295-4272-9138-f99709370657
2002-12-18Killed a dozen global variablesBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3015 a1c6a512-1295-4272-9138-f99709370657
2002-12-18Removed clearing of resume info after STOP and USB.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3014 a1c6a512-1295-4272-9138-f99709370657
2002-12-02correction to make 'playlists' display option workRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2895 a1c6a512-1295-4272-9138-f99709370657
2002-11-30updateing a build failure (ata_power_off) and first attempt to add 'playlist ↵Robert Hak
only' file display git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2894 a1c6a512-1295-4272-9138-f99709370657
2002-10-28Removed some unnecessary LCD updatesLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2755 a1c6a512-1295-4272-9138-f99709370657
2002-10-16resume ask once option addedRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2672 a1c6a512-1295-4272-9138-f99709370657
2002-10-15The player firmware now autodetects the LCD type. No need for two player ↵Linus Nielsen Feltzing
versions anymore git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2658 a1c6a512-1295-4272-9138-f99709370657
2002-10-12removed button_set_repeat/release() calls since we don't really need to do itRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2594 a1c6a512-1295-4272-9138-f99709370657
2002-10-11Retrieve the first_index from playlist when updating resume settings instead ↵Hardeep Sidhu
of incorrectly using start_index git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2575 a1c6a512-1295-4272-9138-f99709370657
2002-10-11Enable status bar in usb mode.Markus Braun
Moved usb_display_info() to screens.c Added functions queue_wait_w_tmo() and usb_wait_for_disconnect_w_tmo(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2574 a1c6a512-1295-4272-9138-f99709370657
2002-10-08Minor bug fixBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2536 a1c6a512-1295-4272-9138-f99709370657
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2535 a1c6a512-1295-4272-9138-f99709370657
2002-10-08Added new icons for .cfg and .txt filesBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2522 a1c6a512-1295-4272-9138-f99709370657
2002-10-08Renamed .eq files .cfgBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2521 a1c6a512-1295-4272-9138-f99709370657
2002-10-06Store the first index of the playlist and use it when calculating the next ↵Hardeep Sidhu
index in repeat off mode so that shuffled dirplay works correctly when "play selected" is enabled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2514 a1c6a512-1295-4272-9138-f99709370657
2002-09-30Gilles Roux's text viewerDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2452 a1c6a512-1295-4272-9138-f99709370657
2002-09-29ON+UP/DOWN now acts as pgup/pgdn in dir browser on recorder.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2443 a1c6a512-1295-4272-9138-f99709370657
2002-09-29Quickscreen now stays up after a quick key press only, not if key is held downBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2442 a1c6a512-1295-4272-9138-f99709370657
2002-09-24Only show scrollbar when needed. (Björn Fischer)Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2406 a1c6a512-1295-4272-9138-f99709370657
2002-09-24Merged 'mp3 filter' and 'show hidden files' into a single filter option.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2405 a1c6a512-1295-4272-9138-f99709370657
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and ↵Björn Stenberg
lcd_getstringsize. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2403 a1c6a512-1295-4272-9138-f99709370657
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ↵Björn Stenberg
a new file: screens.c. typedef Menu replaced with a bool. All code now calls usb_screen() for usb handling. Nearly all code now deals with USB connect/disconnect properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2401 a1c6a512-1295-4272-9138-f99709370657
2002-09-24Added a flag icon for language files.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2398 a1c6a512-1295-4272-9138-f99709370657
2002-09-24visual feedback on language loadingDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2395 a1c6a512-1295-4272-9138-f99709370657
2002-09-24use the language load function for .lng files, oooh this is fun! ;-)Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2389 a1c6a512-1295-4272-9138-f99709370657
2002-09-24New mpeg_status() function replaces mpeg_is_playing()Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2379 a1c6a512-1295-4272-9138-f99709370657
2002-09-20New full ISO-8859-1 system font.Björn Stenberg
Added font loading from dir browser. Changed default font location to /.rockbox/default.fnt. Code-policed font code. Removed old font tools. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2347 a1c6a512-1295-4272-9138-f99709370657
2002-09-18New language/string handlingBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2327 a1c6a512-1295-4272-9138-f99709370657
2002-09-17Fixed follow playlist bug when current track was in root directory.Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2315 a1c6a512-1295-4272-9138-f99709370657
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg
propfont and loadable font code. New font file format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2269 a1c6a512-1295-4272-9138-f99709370657
2002-09-09Go to current song (instead of root) when exiting wps after resume and ↵Hardeep Sidhu
browse current enabled. Also, if current file is at end of directory listing, show more files on the screen when exiting wps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2247 a1c6a512-1295-4272-9138-f99709370657
2002-09-09Hardeep's browse current file patch. When hitting stop while playing, you ↵Eric Linenberg
will be on the current song, also this is configurable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2239 a1c6a512-1295-4272-9138-f99709370657
2002-09-06Custom EQ files can now be loaded (*.eq). Docs coming soon :)Justin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2197 a1c6a512-1295-4272-9138-f99709370657
2002-09-06Bjorn (Fisher)'s patch to skip the FAT volume ID being shown.Robert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2194 a1c6a512-1295-4272-9138-f99709370657
2002-09-05The beginnings of loadable EQ's from the tree. Ifdef'd as CUSTOM_EQJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2177 a1c6a512-1295-4272-9138-f99709370657
2002-09-03Added dir filter toggle (mp3/m3u) to F2 quick-set screen.Björn Stenberg
Added UpArrow and DownArrow icons. Simplified dir reload handling in tree.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2158 a1c6a512-1295-4272-9138-f99709370657
2002-09-03Changed Player Tree-Icon display to not show any icon for unknown filesJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2155 a1c6a512-1295-4272-9138-f99709370657
2002-09-03Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir ↵Björn Stenberg
browser and wps. Fixed minor propfont issues in lcd.c. Exported icons outside of icons.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2154 a1c6a512-1295-4272-9138-f99709370657
2002-09-03Added Randy Wood's ROLOBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2149 a1c6a512-1295-4272-9138-f99709370657
2002-09-03Smarter handling of custom charsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2147 a1c6a512-1295-4272-9138-f99709370657
2002-09-03Now we have file type icons on the player, thanks to Justin HeinerLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2144 a1c6a512-1295-4272-9138-f99709370657
2002-09-02Renamed "wps.config" to "default.wps".Björn Stenberg
Added *.wps loading from dir browser. Added ugly 'wps' icon. :-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2131 a1c6a512-1295-4272-9138-f99709370657
2002-09-01Fixed build errorsBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2113 a1c6a512-1295-4272-9138-f99709370657
2002-09-01Added repeat for ENTER and EXITBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2108 a1c6a512-1295-4272-9138-f99709370657
2002-08-31USB Related: Justin Heiner
Consolidated some more of the USB code in the WPS. Have backlight turn offf when USB Connected. menu.c: LINE_X was set wrong for player. settings_menu.c / wps-display.c: Added 1 Line ID3+. Has progress bar & Kbps. Renamed some of the WPS options to be more readable. wps.c / wps-display.c Fixed problem with FF/REW when 'Remaining Time' is on. Added %pb to the WPS mix. Player progress bar thingy. Thanks to whoever fixed my PLAYER_PROGRESS function :-) Changed how volume changes on player (works better now). General cleanup of Custom WPS code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2091 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Added scrollbar to tree view and menus.Markus Braun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2084 a1c6a512-1295-4272-9138-f99709370657
2002-08-28syntax error fixDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2036 a1c6a512-1295-4272-9138-f99709370657
2002-08-28allow mp2 and mpa as valid file extensions and rename TREE_ATTR_MP3 to ↵Dave Chapman
TREE_ATTR_MPA git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2035 a1c6a512-1295-4272-9138-f99709370657
2002-08-26Added configurable disk spindown. The disk will also now not spin down while ↵Björn Stenberg
you are running around in the dir browser or pressing buttons in the wps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1987 a1c6a512-1295-4272-9138-f99709370657