1
0
Fork 0
forked from len0rd/rockbox
Commit graph

1222 commits

Author SHA1 Message Date
Daniel Stenberg
078f328544 When you use splash() and a centered output, it will now put the text in
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-18 16:04:58 +00:00
Linus Nielsen Feltzing
55fc6df874 The keyboard input didn't terminate the on-screen string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3472 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 23:16:20 +00:00
Daniel Stenberg
8aafcf88f8 use splash() when a new language is loaded
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3466 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 21:17:08 +00:00
Daniel Stenberg
e51cbc5579 Hey, how come no one reported this? The credits were rolling using that
boring old monospace font! ;-)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3465 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 21:16:23 +00:00
Daniel Stenberg
87cd59f7e3 power-splash, this should be able to replace most cases where we "splash"
messages for a brief period


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3464 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 21:14:46 +00:00
Daniel Stenberg
7ab2ff550d adjust the splash timer if the wrong key is pressed many times
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3463 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 19:37:01 +00:00
Daniel Stenberg
2517523c30 Hey Linus! Here it is!
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-17 19:32:12 +00:00
Hardeep Sidhu
9354c9c988 Spinup time was not accessible in disk info debug
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3461 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 19:27:45 +00:00
Hardeep Sidhu
bed4b0fb68 Don't reload_dir after page up/down.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3460 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 19:20:30 +00:00
Björn Stenberg
fd15b3aa41 Check paused state after pitch screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3458 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 13:49:52 +00:00
Linus Nielsen Feltzing
ed2312eec6 wps-display() now tries to inform the user if the LCD is too old for full line progress bar on the Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3456 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 00:57:39 +00:00
Linus Nielsen Feltzing
001226c7e1 patch #702874 by Craig Sather, fixes a pause bug in WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3447 a1c6a512-1295-4272-9138-f99709370657
2003-03-15 12:09:09 +00:00
Mats Lidell
1609d6b486 Synched.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3439 a1c6a512-1295-4272-9138-f99709370657
2003-03-13 14:30:15 +00:00
Björn Stenberg
c12936973d Fix yellow win32sim build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3438 a1c6a512-1295-4272-9138-f99709370657
2003-03-12 21:40:47 +00:00
Björn Stenberg
d7a55e1868 Changed ON+PLAY screen to a menu, unified player & recorder and moved the code to a separate file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3436 a1c6a512-1295-4272-9138-f99709370657
2003-03-12 20:21:30 +00:00
Björn Stenberg
074ca2eeb6 Bug fix: Menu returned wrong value if USB was connected during menu->f2/f3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3435 a1c6a512-1295-4272-9138-f99709370657
2003-03-12 20:06:51 +00:00
Björn Stenberg
72f75f36a5 Removed CPU Sleep setting. It's now permanently enabled.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3434 a1c6a512-1295-4272-9138-f99709370657
2003-03-12 15:30:59 +00:00
Mats Lidell
cad6f24a50 Synched with recorder: Starts editing at the end of the string.
Bug with long strings fixed (Strings longer than newchars was
truncated.)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3431 a1c6a512-1295-4272-9138-f99709370657
2003-03-11 15:05:04 +00:00
Björn Stenberg
c38c70194f Fix: Too many arguments to snprintf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3429 a1c6a512-1295-4272-9138-f99709370657
2003-03-11 11:33:50 +00:00
Uwe Freese
7b26ebd9de better translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3428 a1c6a512-1295-4272-9138-f99709370657
2003-03-11 10:26:44 +00:00
Björn Stenberg
10abfec207 Doubleslash eradication
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3427 a1c6a512-1295-4272-9138-f99709370657
2003-03-11 09:57:46 +00:00
Björn Stenberg
e86629158e Old danish update by Rune Wiinberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3426 a1c6a512-1295-4272-9138-f99709370657
2003-03-11 08:31:56 +00:00
Linus Nielsen Feltzing
8ef97f8db5 Patch #701103, invert option added to .cfg, plus changed AVC handling when saving .cfg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3424 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 20:56:20 +00:00
Linus Nielsen Feltzing
d5de319399 Killed sim warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3422 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 20:47:21 +00:00
Mats Lidell
393d16f06c Synched.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3421 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 20:19:16 +00:00
Uwe Freese
6a260a58d5 english string was overwritten with translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3420 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 19:09:00 +00:00
Linus Nielsen Feltzing
6475aa0c85 Experimental Xing header generation added. Use with caution
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3418 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 18:05:01 +00:00
Björn Stenberg
c5aaab4a36 Added .cfg file writing. Patch by Christian Determann.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3415 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 16:31:02 +00:00
Björn Stenberg
5a208d5ae5 Added wps tag %pv - current playing volume.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3414 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 15:56:14 +00:00
Björn Stenberg
aa2972d41b Added cursor movement (Alexander Eickhoff's patch, minus some cosmetics.)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3411 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 15:09:27 +00:00
Björn Stenberg
22cbe938fe Don't allow renaming to ''.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3409 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 14:54:23 +00:00
Björn Stenberg
d0b4e2a9bd Kill silly warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3408 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 14:45:03 +00:00
Björn Stenberg
118316b0ea Now only shows extensions in mode Show files: All
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3407 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 14:31:43 +00:00
Björn Stenberg
ae12ec721f Added new channels modes and invert setting in cfg-loader. Patch by Christian Determann.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3406 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 14:07:36 +00:00
Björn Stenberg
7ebebafe0e Treat empty id3 strings as non-existing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3405 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 14:02:52 +00:00
Daniel Stenberg
9963c4570b renamed string.c to misc.c and added a misc.h for the num2max5() function,
and included that header file in recording.c


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3403 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 12:19:49 +00:00
Linus Nielsen Feltzing
dece2cca81 Gain adjustments now use key repeats
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3402 a1c6a512-1295-4272-9138-f99709370657
2003-03-10 11:23:57 +00:00
Uwe Freese
3a5ddf566e corrected a wrong translation, bug 699278
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3400 a1c6a512-1295-4272-9138-f99709370657
2003-03-08 18:36:39 +00:00
Björn Stenberg
6a2b9367dd The simulators can't use the mp3 buffer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3399 a1c6a512-1295-4272-9138-f99709370657
2003-03-07 15:09:23 +00:00
Björn Stenberg
728868a863 I am silly. We need the dedicated buffer for ram playlists (dir play). Now only uses the mp3 buffer when loading a list from disk.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3398 a1c6a512-1295-4272-9138-f99709370657
2003-03-07 14:38:51 +00:00
Björn Stenberg
050cc90801 Wrong declaration order.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3396 a1c6a512-1295-4272-9138-f99709370657
2003-03-07 09:29:14 +00:00
Björn Stenberg
f75a774b14 Use mp3buf for playlist loading instead of a dedicated buffer. Speeds up loading and saves 16 KB ram.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3395 a1c6a512-1295-4272-9138-f99709370657
2003-03-07 09:24:56 +00:00
Daniel Stenberg
d3d290545b Mike Holden's patch #687181 to correct the bad screen update when deleting
a file.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3394 a1c6a512-1295-4272-9138-f99709370657
2003-03-07 08:10:10 +00:00
Daniel Stenberg
70720e719d Craig Sather's patch #696996 that corrects various things for the %pf
progress bar for players.

All details on this fix was mentioned by Craig here:

http://sourceforge.net/tracker/index.php?func=detail&aid=696996&group_id=44306&atid=439120


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3390 a1c6a512-1295-4272-9138-f99709370657
2003-03-05 23:01:55 +00:00
Daniel Stenberg
2e638cf8d5 CP: no tabs, 4-level indent.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3381 a1c6a512-1295-4272-9138-f99709370657
2003-03-04 15:20:51 +00:00
Uwe Freese
5bfa9b7548 avoid min+hour to be out of range after changing the batteries
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3375 a1c6a512-1295-4272-9138-f99709370657
2003-03-03 14:23:39 +00:00
Uwe Freese
4846ce8654 export MEM variable in firmware and apps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3371 a1c6a512-1295-4272-9138-f99709370657
2003-03-03 13:17:49 +00:00
Uwe Freese
62fe3a6d59 new translations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3370 a1c6a512-1295-4272-9138-f99709370657
2003-03-03 11:01:15 +00:00
Mats Lidell
46736bca31 Synched.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3367 a1c6a512-1295-4272-9138-f99709370657
2003-03-02 23:08:41 +00:00
Robert Hak
2d42f9e4e3 updates by monter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3364 a1c6a512-1295-4272-9138-f99709370657
2003-03-01 09:45:35 +00:00