summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Adding a few strings as English again.Jonas Häggqvist2005-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7471 a1c6a512-1295-4272-9138-f99709370657
* Adding a few strings as English. This is not strictly necessary, but make ↵Jonas Häggqvist2005-09-04
| | | | | | life easier for me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7469 a1c6a512-1295-4272-9138-f99709370657
* Fixed possible problem with move to next folder option enabled. PlacedMiika Pekkarinen2005-09-04
| | | | | | | | voice codec stack on iram and reduced both codec stack sizes by 0x500. Now voice codec should be much faster. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7468 a1c6a512-1295-4272-9138-f99709370657
* Updated Dutch translation by Sander Sweers.Jonas Häggqvist2005-09-03
| | | | | | | Completely reworked Hebrew translation by Liberman Shachar. It still has a few issues, but better than what's currently there. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7467 a1c6a512-1295-4272-9138-f99709370657
* Updated the Finnish language file.Miika Pekkarinen2005-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7466 a1c6a512-1295-4272-9138-f99709370657
* Updated Greek translation by XavierGrJonas Häggqvist2005-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7465 a1c6a512-1295-4272-9138-f99709370657
* Changed encoding from UTF-8 to latin1Marcoen Hirschberg2005-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7464 a1c6a512-1295-4272-9138-f99709370657
* 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
* 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
* 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
* 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
* 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: Fixed broken debug buildsLinus Nielsen Feltzing2005-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7430 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
* 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
* 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
* Define empty macros for cpu boosting on targets with no such a feature.Miika Pekkarinen2005-08-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7412 a1c6a512-1295-4272-9138-f99709370657
* Fixed iriver cpu boosting problems.Miika Pekkarinen2005-08-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7410 a1c6a512-1295-4272-9138-f99709370657
* Updated Czech language file by Jiri JurecekJonas Häggqvist2005-08-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7409 a1c6a512-1295-4272-9138-f99709370657
* Const policed the radio menu.Jens Arnold2005-08-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7408 a1c6a512-1295-4272-9138-f99709370657
* Synced.Thom Johansen2005-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7407 a1c6a512-1295-4272-9138-f99709370657