1
0
Fork 0
forked from len0rd/rockbox
Commit graph

3446 commits

Author SHA1 Message Date
Jonas Häggqvist
f79ada83b1 Ooops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7462 a1c6a512-1295-4272-9138-f99709370657
2005-09-02 22:34:51 +00:00
Jonas Häggqvist
cf7ef12e33 Updated and slightly fixed Icelandic translation by Richard O'Brien
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7461 a1c6a512-1295-4272-9138-f99709370657
2005-09-02 22:26:57 +00:00
Jonas Häggqvist
0d82c9c8a6 Forgot to update the screen before splashing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7460 a1c6a512-1295-4272-9138-f99709370657
2005-09-02 22:25:25 +00:00
Jens Arnold
ac50839423 Optimised new file association handling. Fixed NULL pointer accesses. Const policed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7459 a1c6a512-1295-4272-9138-f99709370657
2005-09-02 16:50:51 +00:00
Henrik Backe
70542d7a0c added plugins/credits.pl to daily tarball
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7458 a1c6a512-1295-4272-9138-f99709370657
2005-09-02 16:28:26 +00:00
Jonas Häggqvist
7f00106982 Update to Italian by Alessio Lenzi - fixes some voice entries.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7457 a1c6a512-1295-4272-9138-f99709370657
2005-09-02 15:26:21 +00:00
Henrik Backe
b2473d58ab Fixed associate problem with file extensions (.info files matched .nfo extension)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7456 a1c6a512-1295-4272-9138-f99709370657
2005-09-02 15:05:35 +00:00
Linus Nielsen Feltzing
acf14e0569 The WPS didn't update the bitmaps when it was supposed to
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7455 a1c6a512-1295-4272-9138-f99709370657
2005-09-02 13:37:33 +00:00
Linus Nielsen Feltzing
b3050e9045 The start-in-record-screen option now has priority over the resume-on-startup option
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7454 a1c6a512-1295-4272-9138-f99709370657
2005-09-02 07:59:42 +00:00
Linus Nielsen Feltzing
c35f6a0676 Changed the cfg file option names for the trigger mode, and made OFF the default
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7453 a1c6a512-1295-4272-9138-f99709370657
2005-09-02 07:27:07 +00:00
Linus Nielsen Feltzing
5805bc3bae credits.raw is now created in the plugin build dir
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7452 a1c6a512-1295-4272-9138-f99709370657
2005-09-02 07:12:44 +00:00
Linus Nielsen Feltzing
60895bc107 Patch #1272052 by Henrik Backe - Move credits to a plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7450 a1c6a512-1295-4272-9138-f99709370657
2005-09-02 05:39:09 +00:00
Jens Arnold
58e9412bff Added universal functions for creation of numbered filenames and date+time filenames (units with RTC only). Some size optimisations within code using these new functions. Everything should behave as before, except config saving will always find the highest file number + 1 even if the sequence is non-contiguous.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7449 a1c6a512-1295-4272-9138-f99709370657
2005-09-02 01:15:35 +00:00
Jens Arnold
c7240cf844 Added missing quote.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7448 a1c6a512-1295-4272-9138-f99709370657
2005-09-01 21:15:17 +00:00
Jens Arnold
a317d74d8e Iriver: Changed the IRAM splitting between core and plugins to 48KB/48KB, and reduced the main thread stack to 8KB, same size as on archos.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7447 a1c6a512-1295-4272-9138-f99709370657
2005-09-01 20:57:33 +00:00
Magnus Holmgren
bc3dbad158 Reintroduce the cursor setting in the menus too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7446 a1c6a512-1295-4272-9138-f99709370657
2005-09-01 20:23:16 +00:00
Jens Arnold
4172a009f6 Fixed wps codec type conditional.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7444 a1c6a512-1295-4272-9138-f99709370657
2005-09-01 17:35:22 +00:00
Jens Arnold
579210df87 Restructured codec type handling a bit. Reduced code size, esp. on archos.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7443 a1c6a512-1295-4272-9138-f99709370657
2005-09-01 17:03:09 +00:00
Linus Nielsen Feltzing
d67c267090 Fixed the WPS codec type conditional, and removed unsupported formats from the format enum
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7441 a1c6a512-1295-4272-9138-f99709370657
2005-09-01 13:39:39 +00:00
Linus Nielsen Feltzing
ef197fbc99 Added possibility for conditionals for the song rating and codec type WPS tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7440 a1c6a512-1295-4272-9138-f99709370657
2005-09-01 13:19:36 +00:00
Linus Nielsen Feltzing
d887c176c1 Changed WPS image tag format, allowing for conditional image display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7439 a1c6a512-1295-4272-9138-f99709370657
2005-09-01 08:14:09 +00:00
Linus Nielsen Feltzing
6c2af7c2aa On popular demand, the arrow cursor is reintroduced
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7438 a1c6a512-1295-4272-9138-f99709370657
2005-09-01 08:04:37 +00:00
Jonas Häggqvist
68de2581ba Fake an USB connections to force reload of the file-tree after running these viewers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7434 a1c6a512-1295-4272-9138-f99709370657
2005-08-31 00:30:46 +00:00
Linus Nielsen Feltzing
517b4b7c1e Archos: Fixed broken debug builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7430 a1c6a512-1295-4272-9138-f99709370657
2005-08-30 20:51:36 +00:00
Jonas Häggqvist
eef58cd44c Italian fixed and fully translated.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7428 a1c6a512-1295-4272-9138-f99709370657
2005-08-30 14:13:03 +00:00
Jonas Häggqvist
7b350742cc Updated Italian language by Luca Burelli
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7427 a1c6a512-1295-4272-9138-f99709370657
2005-08-30 13:26:34 +00:00
Linus Nielsen Feltzing
dffcd15608 Ooops, forgot to remove the line selector for the iriver target build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7425 a1c6a512-1295-4272-9138-f99709370657
2005-08-30 11:45:56 +00:00
Linus Nielsen Feltzing
7731945238 Bumped the config block version because of the removed line selector option
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7424 a1c6a512-1295-4272-9138-f99709370657
2005-08-30 11:13:00 +00:00
Linus Nielsen Feltzing
f43216ff0b Removed the line selector option, it is now always an inverse bar (except for the Player/Studio of course)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7423 a1c6a512-1295-4272-9138-f99709370657
2005-08-30 11:10:08 +00:00
Linus Nielsen Feltzing
5efbdb76aa Improved the WPS conditionals. The WPS can now have several alternatives for the tags that can have a range of values, like the repeat mode and play status.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7422 a1c6a512-1295-4272-9138-f99709370657
2005-08-30 08:26:42 +00:00
Linus Nielsen Feltzing
196376c3c2 Added ID3 database support for individual tracks in the context menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7421 a1c6a512-1295-4272-9138-f99709370657
2005-08-30 07:52:36 +00:00
Jonas Häggqvist
0cfb5d44b3 Synced (emptied deprecated entries)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7419 a1c6a512-1295-4272-9138-f99709370657
2005-08-29 22:59:25 +00:00
Thom Johansen
c3ba660035 Synced.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7418 a1c6a512-1295-4272-9138-f99709370657
2005-08-29 22:51:43 +00:00
Jens Arnold
e840b374cf Synced again, and tweaked some translations.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7417 a1c6a512-1295-4272-9138-f99709370657
2005-08-29 22:22:06 +00:00
Jens Arnold
d6c054575b Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7416 a1c6a512-1295-4272-9138-f99709370657
2005-08-29 21:15:27 +00:00
Jens Arnold
99a0598c28 Major peakmeter rework: * Changed set/get functions for dbfs mode to bool type. * Removed performance setting, leaving (slightly adapted) high performance mode only. * Refresh rate is always 20 Hz now. * Readout doesn't do an extra (hidden) peek, should allow for slightly better clip detection. * Brought back high performance peakmeter for recording. Peakmeter stops hogging the CPU when the disk is spinning; this is enough to avoid the performance problem when saving data. * Optimisations, code cleanup and code policeing. * (iriver) Reduced CPU load of peakmeter by not calculating excessive overlaps. ** Bumped config block version, so save your settings before upgrading.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7415 a1c6a512-1295-4272-9138-f99709370657
2005-08-29 20:07:17 +00:00
Jonas Häggqvist
89a8ca4408 Updated German language from Manuel Dejonghe.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7414 a1c6a512-1295-4272-9138-f99709370657
2005-08-29 13:27:46 +00:00
Mats Lidell
39c2735672 Synced plus many improvements due to user feedback.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7413 a1c6a512-1295-4272-9138-f99709370657
2005-08-28 21:18:10 +00:00
Miika Pekkarinen
65d43a2d22 Define empty macros for cpu boosting on targets with no such a feature.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7412 a1c6a512-1295-4272-9138-f99709370657
2005-08-28 19:55:30 +00:00
Miika Pekkarinen
29aad55d97 Fixed iriver cpu boosting problems.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7410 a1c6a512-1295-4272-9138-f99709370657
2005-08-28 14:16:03 +00:00
Jonas Häggqvist
d682b73749 Updated Czech language file by Jiri Jurecek
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7409 a1c6a512-1295-4272-9138-f99709370657
2005-08-27 15:17:14 +00:00
Jens Arnold
9a3d117c78 Const policed the radio menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7408 a1c6a512-1295-4272-9138-f99709370657
2005-08-27 11:03:41 +00:00
Thom Johansen
9972416927 Synced.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7407 a1c6a512-1295-4272-9138-f99709370657
2005-08-26 23:03:13 +00:00
Jonas Häggqvist
a2224dfbfa Synced.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7405 a1c6a512-1295-4272-9138-f99709370657
2005-08-26 14:15:11 +00:00
Jonas Häggqvist
233d44ba79 Updated Islenska language by Richard O'Brien, still missing a few strings. See patch #1262000.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7404 a1c6a512-1295-4272-9138-f99709370657
2005-08-26 14:03:06 +00:00
Jonas Häggqvist
7f37a0c05f Updated French translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7403 a1c6a512-1295-4272-9138-f99709370657
2005-08-26 13:46:44 +00:00
Linus Nielsen Feltzing
0dd3d6472e Bug fix suggested by Antonius Hellman, the status could be redrawn far too often.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7402 a1c6a512-1295-4272-9138-f99709370657
2005-08-26 08:20:29 +00:00
Magnus Holmgren
e830efcac0 iriver: const police.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7400 a1c6a512-1295-4272-9138-f99709370657
2005-08-24 16:21:24 +00:00
Linus Nielsen Feltzing
4021798aec FM radio: fix by Antonius Hellman, no more crash when loading preset files with more than 32 entries
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7398 a1c6a512-1295-4272-9138-f99709370657
2005-08-24 09:13:51 +00:00
Jens Arnold
c7e4f5f259 Keyboard code cleanup & optimisation. Corrected potential overflow problem.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7397 a1c6a512-1295-4272-9138-f99709370657
2005-08-24 06:48:39 +00:00