summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* my name was forgotten :)Jose Maria Garcia-Valdecasas Bernal2004-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4403 a1c6a512-1295-4272-9138-f99709370657
* Updated some links and explained how to add sound to video filesJose Maria Garcia-Valdecasas Bernal2004-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4402 a1c6a512-1295-4272-9138-f99709370657
* Multimedia scrambling was wrong: Checksum is for xor:ed dataBjörn Stenberg2004-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4401 a1c6a512-1295-4272-9138-f99709370657
* Patch #917313, changes in muting and timing handlingLinus Nielsen Feltzing2004-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4400 a1c6a512-1295-4272-9138-f99709370657
* Fixed the font problem reported by Mark Bright, cleaning up some code in the ↵Linus Nielsen Feltzing2004-03-17
| | | | | | process git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4399 a1c6a512-1295-4272-9138-f99709370657
* Fixed player build problem caused by the button bar changesLinus Nielsen Feltzing2004-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4398 a1c6a512-1295-4272-9138-f99709370657
* Oooops! Forgot to update the radio code for the button bar changesLinus Nielsen Feltzing2004-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4397 a1c6a512-1295-4272-9138-f99709370657
* Patch #889885 by Benjamin Metzler, fixes a bug with bookmarks in the root ↵Linus Nielsen Feltzing2004-03-17
| | | | | | directory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4396 a1c6a512-1295-4272-9138-f99709370657
* close the a tag for the "rules"Daniel Stenberg2004-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4395 a1c6a512-1295-4272-9138-f99709370657
* F3 now shows the correct quick screen againLinus Nielsen Feltzing2004-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4394 a1c6a512-1295-4272-9138-f99709370657
* The tree view is now correctly restored after a button bar changeLinus Nielsen Feltzing2004-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4393 a1c6a512-1295-4272-9138-f99709370657
* - Entry for voice added, it sometimes should be different from display string.Jörg Hohensohn2004-03-17
| | | | | | | - IDs for spoken numbers and units (upcoming). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4392 a1c6a512-1295-4272-9138-f99709370657
* First shot at a nice little button bar at the bottom of the recorder LCD. ↵Linus Nielsen Feltzing2004-03-16
| | | | | | Enable Button Bar in the Display settings. Only the dir browser uses it at the moment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4391 a1c6a512-1295-4272-9138-f99709370657
* Added note about the V2 picture showing an FM recorderLinus Nielsen Feltzing2004-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4390 a1c6a512-1295-4272-9138-f99709370657
* Added comment about flashed RockboxLinus Nielsen Feltzing2004-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4389 a1c6a512-1295-4272-9138-f99709370657
* Increased the maximum battery capacityLinus Nielsen Feltzing2004-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4388 a1c6a512-1295-4272-9138-f99709370657
* Updated download pageBjörn Stenberg2004-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4387 a1c6a512-1295-4272-9138-f99709370657
* Cosmetic changeLinus Nielsen Feltzing2004-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4386 a1c6a512-1295-4272-9138-f99709370657
* Added pictures of the different modelsLinus Nielsen Feltzing2004-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4385 a1c6a512-1295-4272-9138-f99709370657
* Updated download pageBjörn Stenberg2004-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4384 a1c6a512-1295-4272-9138-f99709370657
* Second step of the voice-UI: Option values are spoken, if they are ↵Jörg Hohensohn2004-03-15
| | | | | | translatable strings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4383 a1c6a512-1295-4272-9138-f99709370657
* killed an overlooked warningJörg Hohensohn2004-03-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4382 a1c6a512-1295-4272-9138-f99709370657
* First step of the voice-UI: the menus can talk. You need a "voicefont" file ↵Jörg Hohensohn2004-03-14
| | | | | | in .rockbox to use this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4381 a1c6a512-1295-4272-9138-f99709370657
* Updated download pageBjörn Stenberg2004-03-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4380 a1c6a512-1295-4272-9138-f99709370657
* Skipping unknown ID3V2 frames didn't work as expected with global unsynch. ↵Linus Nielsen Feltzing2004-03-13
| | | | | | This fixes bug report #887332. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4379 a1c6a512-1295-4272-9138-f99709370657
* The .ucl flasher now tells if the bootloader is not up to date. I hope that ↵Jörg Hohensohn2004-03-13
| | | | | | eases to phase out the old one with the flat battery problem. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4378 a1c6a512-1295-4272-9138-f99709370657
* Bumped the settings block revision number, to force a reset of the settings ↵Linus Nielsen Feltzing2004-03-13
| | | | | | for those who still experience the dir buffer full error git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4377 a1c6a512-1295-4272-9138-f99709370657
* Some 2.2 changes, plus a step-by-step guide to the dir-buffer-full problemLinus Nielsen Feltzing2004-03-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4376 a1c6a512-1295-4272-9138-f99709370657
* OK, no HIGHEST_IRQ_LEVEL defined for the sim. I use a number again, the code ↵Jörg Hohensohn2004-03-13
| | | | | | here is pointless anyhow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4375 a1c6a512-1295-4272-9138-f99709370657
* We had a few set_irq_level(15) left in the code, instead of the new ↵Jörg Hohensohn2004-03-13
| | | | | | set_irq_level(HIGHEST_IRQ_LEVEL). Only one was really used, in system_reboot(), creating a (unlikely) race condition. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4374 a1c6a512-1295-4272-9138-f99709370657
* nice hint by Jens Arnold: using RAS Down Mode for the DRAM makes the box ↵Jörg Hohensohn2004-03-13
| | | | | | 10-15% faster git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4373 a1c6a512-1295-4272-9138-f99709370657
* Finally killed the nasty bug that caused all the dir-buffer-full errors for ↵Linus Nielsen Feltzing2004-03-13
| | | | | | the newbies git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4372 a1c6a512-1295-4272-9138-f99709370657
* Jens Arnold is a contributorDaniel Stenberg2004-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4371 a1c6a512-1295-4272-9138-f99709370657
* First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing2004-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4370 a1c6a512-1295-4272-9138-f99709370657
* Added Matthias WientapperLinus Nielsen Feltzing2004-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4369 a1c6a512-1295-4272-9138-f99709370657
* Ninja-cool metronome plugin by Matthias Wientapper, for both Player and RecorderLinus Nielsen Feltzing2004-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4368 a1c6a512-1295-4272-9138-f99709370657
* Feature for recording: Delayed file open avoids disk spinup as long as the ↵Jörg Hohensohn2004-03-11
| | | | | | buffer lasts. So for short clips the internal mic can be used without disturbance. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4367 a1c6a512-1295-4272-9138-f99709370657
* option to hold power, for FM+V2Jörg Hohensohn2004-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4366 a1c6a512-1295-4272-9138-f99709370657
* patch #910193 by Jens Arnold: smaller and faster descramble/RoLoJörg Hohensohn2004-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4365 a1c6a512-1295-4272-9138-f99709370657
* Released 2.2Björn Stenberg2004-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4364 a1c6a512-1295-4272-9138-f99709370657
* Released 2.2Björn Stenberg2004-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4363 a1c6a512-1295-4272-9138-f99709370657
* radio_load_presets() no longer loads more than MAX_PRESETS from the presets fileLinus Nielsen Feltzing2004-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4361 a1c6a512-1295-4272-9138-f99709370657
* Moved Create Directory to the ON+Play menuLinus Nielsen Feltzing2004-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4360 a1c6a512-1295-4272-9138-f99709370657
* You can't open() a directory as a file (at least not for writing)Linus Nielsen Feltzing2004-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4359 a1c6a512-1295-4272-9138-f99709370657
* - no second ata_hard_reset() call, saves ~2.5 seconds flash boot time ↵Jörg Hohensohn2004-03-10
| | | | | | | | | (please test) - Jens' new assembler code in copy_read_sectors(), but still disabled git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4358 a1c6a512-1295-4272-9138-f99709370657
* Old recorders can have black bumpers tooLinus Nielsen Feltzing2004-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4357 a1c6a512-1295-4272-9138-f99709370657
* added CPU FrequencyDaniel Stenberg2004-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4356 a1c6a512-1295-4272-9138-f99709370657
* bumper color and adjusted footnote 1Daniel Stenberg2004-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4355 a1c6a512-1295-4272-9138-f99709370657
* added dimensions and weightDaniel Stenberg2004-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4354 a1c6a512-1295-4272-9138-f99709370657
* A small clarificationLinus Nielsen Feltzing2004-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4353 a1c6a512-1295-4272-9138-f99709370657