summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* menu fixDaniel Stenberg2002-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1954 a1c6a512-1295-4272-9138-f99709370657
* properly remember DISK_CHANGE status and return that to menu parents,Daniel Stenberg2002-08-23
| | | | | | | | also when coming back from the USB screen set back the status bar state before redrawing the menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1953 a1c6a512-1295-4272-9138-f99709370657
* Removed the secret features in dbg_ports()Linus Nielsen Feltzing2002-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1952 a1c6a512-1295-4272-9138-f99709370657
* it is madness having this a separate makefileDaniel Stenberg2002-08-23
| | | | | | | anyway, up-to-date git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1951 a1c6a512-1295-4272-9138-f99709370657
* Menu for menu functionsDaniel Stenberg2002-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1950 a1c6a512-1295-4272-9138-f99709370657
* MENU_DISK_CHANGED is the new value for telling disk content might haveDaniel Stenberg2002-08-23
| | | | | | | changed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1949 a1c6a512-1295-4272-9138-f99709370657
* Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg2002-08-23
| | | | | | | | | | | | | 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
* stupid tabsRobert Hak2002-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1947 a1c6a512-1295-4272-9138-f99709370657
* minor style fixesRobert Hak2002-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1946 a1c6a512-1295-4272-9138-f99709370657
* restore was allwas true. Set it to false when last restore request wasMarkus Braun2002-08-23
| | | | | | | handled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1945 a1c6a512-1295-4272-9138-f99709370657
* Missing break in the SYS_USB_CONNECTED caseLinus Nielsen Feltzing2002-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1944 a1c6a512-1295-4272-9138-f99709370657
* bad bad bad snprintf() overflow the buffer if the string passed in with aDaniel Stenberg2002-08-23
| | | | | | | %s didn't fit within the buffer! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1943 a1c6a512-1295-4272-9138-f99709370657
* two fixes at once:Daniel Stenberg2002-08-23
| | | | | | | | | | | 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
* the simulator code now deals better with playlist_next() returning NULLDaniel Stenberg2002-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1941 a1c6a512-1295-4272-9138-f99709370657
* playlist_next() now returns NULL on excessive 'step' amountsDaniel Stenberg2002-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1940 a1c6a512-1295-4272-9138-f99709370657
* Fixed a flaw in the ffw/rew logic for large vbr filesHardeep Sidhu2002-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1939 a1c6a512-1295-4272-9138-f99709370657
* OK, a (hopefully) successful attempt at getting rid of the yellows that I ↵Justin Heiner2002-08-23
| | | | | | created by removing the other yellows git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1938 a1c6a512-1295-4272-9138-f99709370657
* Forgot to #ifdef somethingJustin Heiner2002-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1937 a1c6a512-1295-4272-9138-f99709370657
* Fixed a problem with my #define CUSTOM_WPS - It didn't lower the menu items ↵Justin Heiner2002-08-23
| | | | | | to 4 from 5 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1936 a1c6a512-1295-4272-9138-f99709370657
* Added NSauzede's patch to detect USB while in a Menu. It also adds the USB ↵Justin Heiner2002-08-23
| | | | | | icon to the player while in USB mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1935 a1c6a512-1295-4272-9138-f99709370657
* Reset mp3buf_swapwrite when selecting next track that is already in buffer. ↵Hardeep Sidhu2002-08-22
| | | | | | 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
* statusbar bug fix when going to the menu from the dir browserDaniel Stenberg2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1933 a1c6a512-1295-4272-9138-f99709370657
* New measurements show ATA_SLEEP saves us 30-40 mA over ATA_STANDBY.Björn Stenberg2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1932 a1c6a512-1295-4272-9138-f99709370657
* when we want to stop the scroll and clear the screen, it is a lot betterDaniel Stenberg2002-08-22
| | | | | | | | 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
* added some peopleDaniel Stenberg2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1930 a1c6a512-1295-4272-9138-f99709370657
* when we want to open a file, we want the exact specified file name, notDaniel Stenberg2002-08-22
| | | | | | | just one that starts with our given string... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1929 a1c6a512-1295-4272-9138-f99709370657
* removed backlight-win32.c as it is not needed any moreFelix Arends2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1928 a1c6a512-1295-4272-9138-f99709370657
* this makefile works at least for the recorder, we will have to talk about a ↵Felix Arends2002-08-22
| | | | | | recorder fix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1927 a1c6a512-1295-4272-9138-f99709370657
* Bill Napier's patch slightly remodelled. This adds a setting calledDaniel Stenberg2002-08-22
| | | | | | | | | | "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
* bitswap.s is linked with librockbox as well nowFelix Arends2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1925 a1c6a512-1295-4272-9138-f99709370657
* Changed CUSTOM_WPS to be a define-only feature until it is more complete. To ↵Justin Heiner2002-08-22
| | | | | | 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
* make mp3info() better return true on bad mp3 files, also makeDaniel Stenberg2002-08-22
| | | | | | | getsonglength() return 0 if the length is unknown git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1923 a1c6a512-1295-4272-9138-f99709370657
* Check the return code from each call to mp3info(), as it might return trueDaniel Stenberg2002-08-22
| | | | | | | | | | | | 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
* fix file name pointer usage, clean the buffer faster, don't use extraDaniel Stenberg2002-08-22
| | | | | | | variable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1921 a1c6a512-1295-4272-9138-f99709370657
* typoRobert Hak2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1920 a1c6a512-1295-4272-9138-f99709370657
* various changesRobert Hak2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1919 a1c6a512-1295-4272-9138-f99709370657
* file got renamedRobert Hak2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1918 a1c6a512-1295-4272-9138-f99709370657
* Flipped a line to make it workJustin Heiner2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1917 a1c6a512-1295-4272-9138-f99709370657
* Attempt at fixing redsJustin Heiner2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1916 a1c6a512-1295-4272-9138-f99709370657
* CONFIG, API, CONTRIBUTING and CREDITS are now in ../docs/Daniel Stenberg2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1915 a1c6a512-1295-4272-9138-f99709370657
* fixed compiler errorDaniel Stenberg2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1914 a1c6a512-1295-4272-9138-f99709370657
* Added conditional Title-Artist to appease PsycoXul :-) It's bound to %hJustin Heiner2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1913 a1c6a512-1295-4272-9138-f99709370657
* faqs and plain txt are now handled differentlyRobert Hak2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1912 a1c6a512-1295-4272-9138-f99709370657
* renameing txt2plain.pl to faq2html.plRobert Hak2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1911 a1c6a512-1295-4272-9138-f99709370657
* initial creation.. file is to convert plain text to htmlRobert Hak2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1910 a1c6a512-1295-4272-9138-f99709370657
* Added %% as an available tag to the Custom WPS. Displays % when usedJustin Heiner2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1909 a1c6a512-1295-4272-9138-f99709370657
* refered to the new WPS formatingRobert Hak2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1908 a1c6a512-1295-4272-9138-f99709370657
* initial commitRobert Hak2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1907 a1c6a512-1295-4272-9138-f99709370657
* added custom_wps_format infoRobert Hak2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1906 a1c6a512-1295-4272-9138-f99709370657
* updated for new filesRobert Hak2002-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1905 a1c6a512-1295-4272-9138-f99709370657