summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-23Removed the secret features in dbg_ports()Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1952 a1c6a512-1295-4272-9138-f99709370657
2002-08-23it is madness having this a separate makefileDaniel Stenberg
anyway, up-to-date git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1951 a1c6a512-1295-4272-9138-f99709370657
2002-08-23Menu for menu functionsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1950 a1c6a512-1295-4272-9138-f99709370657
2002-08-23MENU_DISK_CHANGED is the new value for telling disk content might haveDaniel Stenberg
changed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1949 a1c6a512-1295-4272-9138-f99709370657
2002-08-23Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg
the Menu typedef as return type, and *ALL* menus that intercept USB connect can then return MENU_REFRESH_DIR so that the parent (any parent really) that do file or dir-accesses knows that and can do the refresh. If no refresh is needed by the parent, MENU_OK is returned. Somewhat biggish commit this close to 1.3, but we need to sort out this refresh-after-usb-connected business. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1948 a1c6a512-1295-4272-9138-f99709370657
2002-08-23stupid tabsRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1947 a1c6a512-1295-4272-9138-f99709370657
2002-08-23minor style fixesRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1946 a1c6a512-1295-4272-9138-f99709370657
2002-08-23restore was allwas true. Set it to false when last restore request wasMarkus Braun
handled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1945 a1c6a512-1295-4272-9138-f99709370657
2002-08-23Missing break in the SYS_USB_CONNECTED caseLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1944 a1c6a512-1295-4272-9138-f99709370657
2002-08-23bad bad bad snprintf() overflow the buffer if the string passed in with aDaniel Stenberg
%s didn't fit within the buffer! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1943 a1c6a512-1295-4272-9138-f99709370657
2002-08-23two fixes at once:Daniel Stenberg
1. If the WPS is popped up but the mpeg thread can't play any song, we must make sure to update the screen to display the "end of playlist" thing. 2. When having reached the "end of playlist" state, pressing LEFT caused a crash (due to a NULL pointer being used). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1942 a1c6a512-1295-4272-9138-f99709370657
2002-08-23the simulator code now deals better with playlist_next() returning NULLDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1941 a1c6a512-1295-4272-9138-f99709370657
2002-08-23playlist_next() now returns NULL on excessive 'step' amountsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1940 a1c6a512-1295-4272-9138-f99709370657
2002-08-23Fixed a flaw in the ffw/rew logic for large vbr filesHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1939 a1c6a512-1295-4272-9138-f99709370657
2002-08-23OK, a (hopefully) successful attempt at getting rid of the yellows that I ↵Justin Heiner
created by removing the other yellows git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1938 a1c6a512-1295-4272-9138-f99709370657
2002-08-23Forgot to #ifdef somethingJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1937 a1c6a512-1295-4272-9138-f99709370657
2002-08-23Fixed a problem with my #define CUSTOM_WPS - It didn't lower the menu items ↵Justin Heiner
to 4 from 5 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1936 a1c6a512-1295-4272-9138-f99709370657
2002-08-23Added NSauzede's patch to detect USB while in a Menu. It also adds the USB ↵Justin Heiner
icon to the player while in USB mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1935 a1c6a512-1295-4272-9138-f99709370657
2002-08-22Reset mp3buf_swapwrite when selecting next track that is already in buffer. ↵Hardeep Sidhu
This should fix the track silence bug. Also, when seeking to end of file, leave some bytes at the end so that the transition to the next track is done correctly. This should fix the few seconds repeat at beginning of next song. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1934 a1c6a512-1295-4272-9138-f99709370657
2002-08-22statusbar bug fix when going to the menu from the dir browserDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1933 a1c6a512-1295-4272-9138-f99709370657
2002-08-22New measurements show ATA_SLEEP saves us 30-40 mA over ATA_STANDBY.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1932 a1c6a512-1295-4272-9138-f99709370657
2002-08-22when we want to stop the scroll and clear the screen, it is a lot betterDaniel Stenberg
to first pause the scroll (stop puts back text on screen) and then clear the screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1931 a1c6a512-1295-4272-9138-f99709370657
2002-08-22added some peopleDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1930 a1c6a512-1295-4272-9138-f99709370657
2002-08-22when we want to open a file, we want the exact specified file name, notDaniel Stenberg
just one that starts with our given string... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1929 a1c6a512-1295-4272-9138-f99709370657
2002-08-22removed backlight-win32.c as it is not needed any moreFelix Arends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1928 a1c6a512-1295-4272-9138-f99709370657
2002-08-22this makefile works at least for the recorder, we will have to talk about a ↵Felix Arends
recorder fix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1927 a1c6a512-1295-4272-9138-f99709370657
2002-08-22Bill Napier's patch slightly remodelled. This adds a setting calledDaniel Stenberg
"Show hidden files" that if enabled will show files with the hidden attribute and/or starting with a dot in the dir browser. If the setting is set to Off, files/dirs starting with a dot or that have the hidden attribute set will be... yes, hidden. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1926 a1c6a512-1295-4272-9138-f99709370657
2002-08-22bitswap.s is linked with librockbox as well nowFelix Arends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1925 a1c6a512-1295-4272-9138-f99709370657
2002-08-22Changed CUSTOM_WPS to be a define-only feature until it is more complete. To ↵Justin Heiner
include it, simply uncomment the #define CUSTOM_WPS line in wps.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1924 a1c6a512-1295-4272-9138-f99709370657
2002-08-22make mp3info() better return true on bad mp3 files, also makeDaniel Stenberg
getsonglength() return 0 if the length is unknown git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1923 a1c6a512-1295-4272-9138-f99709370657
2002-08-22Check the return code from each call to mp3info(), as it might return trueDaniel Stenberg
to indicate a bad mp3 file. TODO: when having a dir full of zero-byte mp3 files and pressing play on one using the simulator, this'll go crazy. TO CHECK: I haven't checked how the live target code behaves on this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1922 a1c6a512-1295-4272-9138-f99709370657
2002-08-22fix file name pointer usage, clean the buffer faster, don't use extraDaniel Stenberg
variable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1921 a1c6a512-1295-4272-9138-f99709370657
2002-08-22typoRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1920 a1c6a512-1295-4272-9138-f99709370657
2002-08-22various changesRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1919 a1c6a512-1295-4272-9138-f99709370657
2002-08-22file got renamedRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1918 a1c6a512-1295-4272-9138-f99709370657
2002-08-22Flipped a line to make it workJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1917 a1c6a512-1295-4272-9138-f99709370657
2002-08-22Attempt at fixing redsJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1916 a1c6a512-1295-4272-9138-f99709370657
2002-08-22CONFIG, API, CONTRIBUTING and CREDITS are now in ../docs/Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1915 a1c6a512-1295-4272-9138-f99709370657
2002-08-22fixed compiler errorDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1914 a1c6a512-1295-4272-9138-f99709370657
2002-08-22Added conditional Title-Artist to appease PsycoXul :-) It's bound to %hJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1913 a1c6a512-1295-4272-9138-f99709370657
2002-08-22faqs and plain txt are now handled differentlyRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1912 a1c6a512-1295-4272-9138-f99709370657
2002-08-22renameing txt2plain.pl to faq2html.plRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1911 a1c6a512-1295-4272-9138-f99709370657
2002-08-22initial creation.. file is to convert plain text to htmlRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1910 a1c6a512-1295-4272-9138-f99709370657
2002-08-22Added %% as an available tag to the Custom WPS. Displays % when usedJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1909 a1c6a512-1295-4272-9138-f99709370657
2002-08-22refered to the new WPS formatingRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1908 a1c6a512-1295-4272-9138-f99709370657
2002-08-22initial commitRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1907 a1c6a512-1295-4272-9138-f99709370657
2002-08-22added custom_wps_format infoRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1906 a1c6a512-1295-4272-9138-f99709370657
2002-08-22updated for new filesRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1905 a1c6a512-1295-4272-9138-f99709370657
2002-08-22Documentation for Custom WPS Display on the PlayerJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1904 a1c6a512-1295-4272-9138-f99709370657
2002-08-22Added ability to have a Custom WPS Display on the Player. See the commited ↵Justin Heiner
doc for the tag specification git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1903 a1c6a512-1295-4272-9138-f99709370657