summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Ooops.Jonas Häggqvist2005-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7462 a1c6a512-1295-4272-9138-f99709370657
* Updated and slightly fixed Icelandic translation by Richard O'BrienJonas Häggqvist2005-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7461 a1c6a512-1295-4272-9138-f99709370657
* Forgot to update the screen before splashing.Jonas Häggqvist2005-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7460 a1c6a512-1295-4272-9138-f99709370657
* Optimised new file association handling. Fixed NULL pointer accesses. Const ↵Jens Arnold2005-09-02
| | | | | | policed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7459 a1c6a512-1295-4272-9138-f99709370657
* added plugins/credits.pl to daily tarballHenrik Backe2005-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7458 a1c6a512-1295-4272-9138-f99709370657
* Update to Italian by Alessio Lenzi - fixes some voice entries.Jonas Häggqvist2005-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7457 a1c6a512-1295-4272-9138-f99709370657
* Fixed associate problem with file extensions (.info files matched .nfo ↵Henrik Backe2005-09-02
| | | | | | extension) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7456 a1c6a512-1295-4272-9138-f99709370657
* The WPS didn't update the bitmaps when it was supposed toLinus Nielsen Feltzing2005-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7455 a1c6a512-1295-4272-9138-f99709370657
* The start-in-record-screen option now has priority over the ↵Linus Nielsen Feltzing2005-09-02
| | | | | | resume-on-startup option git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7454 a1c6a512-1295-4272-9138-f99709370657
* Changed the cfg file option names for the trigger mode, and made OFF the defaultLinus Nielsen Feltzing2005-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7453 a1c6a512-1295-4272-9138-f99709370657
* credits.raw is now created in the plugin build dirLinus Nielsen Feltzing2005-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7452 a1c6a512-1295-4272-9138-f99709370657
* Adjusted the file size calculation when prerecordingLinus Nielsen Feltzing2005-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7451 a1c6a512-1295-4272-9138-f99709370657
* Patch #1272052 by Henrik Backe - Move credits to a pluginLinus Nielsen Feltzing2005-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7450 a1c6a512-1295-4272-9138-f99709370657
* Added universal functions for creation of numbered filenames and date+time ↵Jens Arnold2005-09-02
| | | | | | 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
* Added missing quote.Jens Arnold2005-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7448 a1c6a512-1295-4272-9138-f99709370657
* Iriver: Changed the IRAM splitting between core and plugins to 48KB/48KB, ↵Jens Arnold2005-09-01
| | | | | | 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
* Reintroduce the cursor setting in the menus too.Magnus Holmgren2005-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7446 a1c6a512-1295-4272-9138-f99709370657
* Coldfire: Made the MACSR register part of the thread context to allow easier ↵Jens Arnold2005-09-01
| | | | | | handling in the codecs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7445 a1c6a512-1295-4272-9138-f99709370657
* Fixed wps codec type conditional.Jens Arnold2005-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7444 a1c6a512-1295-4272-9138-f99709370657
* Restructured codec type handling a bit. Reduced code size, esp. on archos.Jens Arnold2005-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7443 a1c6a512-1295-4272-9138-f99709370657
* Corrected the codec format tableLinus Nielsen Feltzing2005-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7442 a1c6a512-1295-4272-9138-f99709370657
* Fixed the WPS codec type conditional, and removed unsupported formats from ↵Linus Nielsen Feltzing2005-09-01
| | | | | | the format enum git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7441 a1c6a512-1295-4272-9138-f99709370657
* Added possibility for conditionals for the song rating and codec type WPS tagsLinus Nielsen Feltzing2005-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7440 a1c6a512-1295-4272-9138-f99709370657
* Changed WPS image tag format, allowing for conditional image displayLinus Nielsen Feltzing2005-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7439 a1c6a512-1295-4272-9138-f99709370657
* On popular demand, the arrow cursor is reintroducedLinus Nielsen Feltzing2005-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7438 a1c6a512-1295-4272-9138-f99709370657
* we have to use the new ROMbox link address here, tooJörg Hohensohn2005-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7437 a1c6a512-1295-4272-9138-f99709370657
* for strange reason Rombox was disabled on the FM recorder buildJörg Hohensohn2005-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7436 a1c6a512-1295-4272-9138-f99709370657
* Moved the declaration of the ofr variableLinus Nielsen Feltzing2005-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7435 a1c6a512-1295-4272-9138-f99709370657
* Fake an USB connections to force reload of the file-tree after running these ↵Jonas Häggqvist2005-08-31
| | | | | | viewers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7434 a1c6a512-1295-4272-9138-f99709370657
* Archos: Even more NULL pointer accesses removedLinus Nielsen Feltzing2005-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7433 a1c6a512-1295-4272-9138-f99709370657
* Fixed broken sim buildsLinus Nielsen Feltzing2005-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7432 a1c6a512-1295-4272-9138-f99709370657
* Archos: Removed NULL pointer accesses when changing tracksLinus Nielsen Feltzing2005-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7431 a1c6a512-1295-4272-9138-f99709370657
* Archos: Fixed broken debug buildsLinus Nielsen Feltzing2005-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7430 a1c6a512-1295-4272-9138-f99709370657
* Archos: Trap UserBrk in the gdb debuggerLinus Nielsen Feltzing2005-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7429 a1c6a512-1295-4272-9138-f99709370657
* Italian fixed and fully translated.Jonas Häggqvist2005-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7428 a1c6a512-1295-4272-9138-f99709370657
* Updated Italian language by Luca BurelliJonas Häggqvist2005-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7427 a1c6a512-1295-4272-9138-f99709370657
* Patch #1161046 by Bryan Vandyke - id3v2 frames with size 0 may cause rockbox ↵Linus Nielsen Feltzing2005-08-30
| | | | | | to miss tags git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7426 a1c6a512-1295-4272-9138-f99709370657
* Ooops, forgot to remove the line selector for the iriver target buildLinus Nielsen Feltzing2005-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7425 a1c6a512-1295-4272-9138-f99709370657
* Bumped the config block version because of the removed line selector optionLinus Nielsen Feltzing2005-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7424 a1c6a512-1295-4272-9138-f99709370657
* Removed the line selector option, it is now always an inverse bar (except ↵Linus Nielsen Feltzing2005-08-30
| | | | | | for the Player/Studio of course) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7423 a1c6a512-1295-4272-9138-f99709370657
* Improved the WPS conditionals. The WPS can now have several alternatives for ↵Linus Nielsen Feltzing2005-08-30
| | | | | | 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
* Added ID3 database support for individual tracks in the context menuLinus Nielsen Feltzing2005-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7421 a1c6a512-1295-4272-9138-f99709370657
* Change ROMbox to use BootBox-suitable start address. This will "break" it ↵Jörg Hohensohn2005-08-30
| | | | | | until the BootBox "rollout", with v2.5. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7420 a1c6a512-1295-4272-9138-f99709370657
* Synced (emptied deprecated entries)Jonas Häggqvist2005-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7419 a1c6a512-1295-4272-9138-f99709370657
* Synced.Thom Johansen2005-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7418 a1c6a512-1295-4272-9138-f99709370657
* Synced again, and tweaked some translations.Jens Arnold2005-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7417 a1c6a512-1295-4272-9138-f99709370657
* Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and ↵Jens Arnold2005-08-29
| | | | | | SWCODEC, respectively. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7416 a1c6a512-1295-4272-9138-f99709370657
* Major peakmeter rework: * Changed set/get functions for dbfs mode to bool ↵Jens Arnold2005-08-29
| | | | | | 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
* Updated German language from Manuel Dejonghe.Jonas Häggqvist2005-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7414 a1c6a512-1295-4272-9138-f99709370657
* Synced plus many improvements due to user feedback.Mats Lidell2005-08-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7413 a1c6a512-1295-4272-9138-f99709370657