summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2003-04-15Patch #721701Linus Nielsen Feltzing1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3558 a1c6a512-1295-4272-9138-f99709370657
2003-04-14Added screen_dump() for future useLinus Nielsen Feltzing1-1/+70
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3554 a1c6a512-1295-4272-9138-f99709370657
2003-04-14patch #721027Linus Nielsen Feltzing1-0/+30
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3553 a1c6a512-1295-4272-9138-f99709370657
2003-04-14Fixed the garbled display when deleting the last file in a directory (bug ↵Linus Nielsen Feltzing1-0/+16
#680811) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3549 a1c6a512-1295-4272-9138-f99709370657
2003-04-13patch #720791Linus Nielsen Feltzing1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3548 a1c6a512-1295-4272-9138-f99709370657
2003-04-13Localized the on+play VBRFix menu entryLinus Nielsen Feltzing2-0/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3546 a1c6a512-1295-4272-9138-f99709370657
2003-04-13VBRFix should now work on all VBR files, with or without Xing headers and ↵Linus Nielsen Feltzing1-45/+68
ID3 tags git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3545 a1c6a512-1295-4272-9138-f99709370657
2003-04-11In syncLinus Nielsen Feltzing1-0/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3537 a1c6a512-1295-4272-9138-f99709370657
2003-04-11Patch #719641Linus Nielsen Feltzing1-11/+22
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3536 a1c6a512-1295-4272-9138-f99709370657
2003-04-11Patch #719947Linus Nielsen Feltzing1-0/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3535 a1c6a512-1295-4272-9138-f99709370657
2003-04-11Patch #719824Linus Nielsen Feltzing1-9/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3534 a1c6a512-1295-4272-9138-f99709370657
2003-04-11now up to dateUwe Freese1-132/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3533 a1c6a512-1295-4272-9138-f99709370657
2003-04-11Fixed buggy open() return code check in settings_load_config(). (Christian ↵Björn Stenberg1-1/+1
Determann) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3531 a1c6a512-1295-4272-9138-f99709370657
2003-04-11Separated the date and the time in the recording file namesLinus Nielsen Feltzing1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3529 a1c6a512-1295-4272-9138-f99709370657
2003-04-11Better handling of next/prevLinus Nielsen Feltzing3-2/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3528 a1c6a512-1295-4272-9138-f99709370657
2003-04-10cosmetics for MSVC (Win32 uisimulator): except in declarations, please dont ↵Jörg Hohensohn1-4/+18
assign structs like: my_struct = { 1, 2, 3 }; MSVC won't take it, sorry Linus git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3527 a1c6a512-1295-4272-9138-f99709370657
2003-04-10Some code-police work, plus localized strings in vbrfixLinus Nielsen Feltzing2-54/+58
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3524 a1c6a512-1295-4272-9138-f99709370657
2003-04-09The I/O port screen didn't updateLinus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3523 a1c6a512-1295-4272-9138-f99709370657
2003-04-09Stop playing immediately when skipping to next or previous track.Björn Stenberg1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3522 a1c6a512-1295-4272-9138-f99709370657
2003-04-09Clear resume when a playlist has endedBjörn Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3520 a1c6a512-1295-4272-9138-f99709370657
2003-04-08Improved responsiveness for dirplay, plus fixed a bug that could cause a ↵Linus Nielsen Feltzing1-8/+11
file handle leak, and sometimes playlist loading problems git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3518 a1c6a512-1295-4272-9138-f99709370657
2003-04-03Now VBRFix correctly handles all types of files, with or without ID3 tagsLinus Nielsen Feltzing1-32/+61
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3514 a1c6a512-1295-4272-9138-f99709370657
2003-04-03Now inserts a xing header if there is no room for itLinus Nielsen Feltzing1-4/+110
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3513 a1c6a512-1295-4272-9138-f99709370657
2003-04-03splash() could draw the line outside the frame bufferLinus Nielsen Feltzing1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3512 a1c6a512-1295-4272-9138-f99709370657
2003-04-02updates by Olivier PlamontRobert Hak1-123/+138
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3511 a1c6a512-1295-4272-9138-f99709370657
2003-04-02update by quelsarukRobert Hak1-64/+145
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3510 a1c6a512-1295-4272-9138-f99709370657
2003-04-02Reordered items so Delete is never the default item.Björn Stenberg1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3509 a1c6a512-1295-4272-9138-f99709370657
2003-04-01Make sure that no music is playing before starting VBRFix (it uses the MP3 ↵Linus Nielsen Feltzing1-0/+6
buffer) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3506 a1c6a512-1295-4272-9138-f99709370657
2003-04-01Recorded files shorter than 3 hours now show correct average bitrate even ↵Linus Nielsen Feltzing1-20/+72
without VBRFix. Moved some code around. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3505 a1c6a512-1295-4272-9138-f99709370657
2003-04-01Oooops, I checked in the wrong version.Linus Nielsen Feltzing1-5/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3504 a1c6a512-1295-4272-9138-f99709370657
2003-04-01Displays 0 VBR bitrate as ? instead of 0kbit/sLinus Nielsen Feltzing1-1/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3503 a1c6a512-1295-4272-9138-f99709370657
2003-03-25Finally, S/PDIF monitoring worksLinus Nielsen Feltzing1-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3499 a1c6a512-1295-4272-9138-f99709370657
2003-03-24Only queue mp3 files.Björn Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3497 a1c6a512-1295-4272-9138-f99709370657
2003-03-24No VBRfix for non-mp3 files. Fixed delete confirmation.Björn Stenberg1-4/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3496 a1c6a512-1295-4272-9138-f99709370657
2003-03-21The create_playlist() function didn't correctly handle fd == 0, and didn't ↵Linus Nielsen Feltzing1-3/+2
force a directory reload git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3490 a1c6a512-1295-4272-9138-f99709370657
2003-03-19paulheu updatesRobert Hak1-14/+28
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3487 a1c6a512-1295-4272-9138-f99709370657
2003-03-19added comments that certain strings are no longer usedRobert Hak1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3482 a1c6a512-1295-4272-9138-f99709370657
2003-03-18make use of the splash screen, kill displays we don't need anymoreRobert Hak1-34/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3480 a1c6a512-1295-4272-9138-f99709370657
2003-03-18remove debug lineRobert Hak1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3479 a1c6a512-1295-4272-9138-f99709370657
2003-03-18When you use splash() and a centered output, it will now put the text inDaniel Stenberg1-6/+36
a centered "box" on the screen and will not clear the rest of the screen. This makes a neat "windows-effect", as can be seen on these demo-shots: http://www.contactor.se/~dast/splash3.png http://www.contactor.se/~dast/splash2.png http://www.contactor.se/~dast/splash.png Needless to say, current code that "pops-up" information should be moved to use splash() instead... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3476 a1c6a512-1295-4272-9138-f99709370657
2003-03-17The keyboard input didn't terminate the on-screen stringLinus Nielsen Feltzing1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3472 a1c6a512-1295-4272-9138-f99709370657
2003-03-17use splash() when a new language is loadedDaniel Stenberg1-17/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3466 a1c6a512-1295-4272-9138-f99709370657
2003-03-17Hey, how come no one reported this? The credits were rolling using thatDaniel Stenberg1-0/+2
boring old monospace font! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3465 a1c6a512-1295-4272-9138-f99709370657
2003-03-17power-splash, this should be able to replace most cases where we "splash"Daniel Stenberg2-16/+95
messages for a brief period git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3464 a1c6a512-1295-4272-9138-f99709370657
2003-03-17adjust the splash timer if the wrong key is pressed many timesDaniel Stenberg1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3463 a1c6a512-1295-4272-9138-f99709370657
2003-03-17Hey Linus! Here it is!Daniel Stenberg2-0/+64
Added splash(). Shows a message on screen during a given period, waiting for the given keymask. This function word-wraps the input message itself to show it as nicely as possible. Multi platform function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3462 a1c6a512-1295-4272-9138-f99709370657
2003-03-17Spinup time was not accessible in disk info debugHardeep Sidhu1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3461 a1c6a512-1295-4272-9138-f99709370657
2003-03-17Don't reload_dir after page up/down.Hardeep Sidhu1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3460 a1c6a512-1295-4272-9138-f99709370657
2003-03-17Check paused state after pitch screenBjörn Stenberg1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3458 a1c6a512-1295-4272-9138-f99709370657
2003-03-17wps-display() now tries to inform the user if the LCD is too old for full ↵Linus Nielsen Feltzing1-5/+12
line progress bar on the Player git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3456 a1c6a512-1295-4272-9138-f99709370657