summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2005-06-05First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6574 a1c6a512-1295-4272-9138-f99709370657
2005-06-05Database v3 support.. works with the new format, new fields aren't getting ↵Michiel Van Der Kolk
used yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6573 a1c6a512-1295-4272-9138-f99709370657
2005-06-05iriver snake support..Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6572 a1c6a512-1295-4272-9138-f99709370657
2005-06-05(1) Replaced endian code, this is a little more readable.Tomas Salfischberger
(2) Made dict files more configurable (and relative to the rockbox path) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6570 a1c6a512-1295-4272-9138-f99709370657
2005-06-04Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC ↵Jens Arnold
icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6568 a1c6a512-1295-4272-9138-f99709370657
2005-06-04Database v3 browsing; searchengine & databox still need to get changedMichiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6563 a1c6a512-1295-4272-9138-f99709370657
2005-06-04New recording feature: Don't split every 24 hours if timesplit is off, but ↵Jens Arnold
only split when the filesize approaches the 2GB limit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6562 a1c6a512-1295-4272-9138-f99709370657
2005-06-04Blah.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6561 a1c6a512-1295-4272-9138-f99709370657
2005-06-04Recording screen rework: (1) Fixed irregular LED blinking on pause/ armed ↵Jens Arnold
trigger. All redraw & LED intervals are now generated by the peakmeter_draw_get_button() delay alone, avoiding interference of different frequencies. (2) This also fixes irregular update intervals of the whole recording screen. (3) Code cleanup, smaller binary size. (4) Fixed gain limits (symmetric analog gain increase used mic gain limit, and so did the right analog gain decrease). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6559 a1c6a512-1295-4272-9138-f99709370657
2005-06-04Bugfix: The peakmeter drew too much cpu power when recording, occasionally ↵Jens Arnold
causing the recording buffer to wrap before the first save finished (when fsinfo didn't contain a next-free-cluster hint so that an exhaustive search was necessary). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6558 a1c6a512-1295-4272-9138-f99709370657
2005-06-04Truncate logfile on open.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6556 a1c6a512-1295-4272-9138-f99709370657
2005-06-03Updated norwegian translation.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6554 a1c6a512-1295-4272-9138-f99709370657
2005-06-02iRiver remote buttons support in logo pluginJonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6550 a1c6a512-1295-4272-9138-f99709370657
2005-06-01Modified logf to use a define for the log width, and changed it to default toDaniel Stenberg
21 as that is what fits in an iriver LCD by default since the font is 6 pixels wide. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6547 a1c6a512-1295-4272-9138-f99709370657
2005-06-01Added logfdump - that writes the internal logf log to .rockbox/logf.txtDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6545 a1c6a512-1295-4272-9138-f99709370657
2005-06-01include the midi dir as wellDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6544 a1c6a512-1295-4272-9138-f99709370657
2005-05-31iRiver remote LCD is only 128x64Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6542 a1c6a512-1295-4272-9138-f99709370657
2005-05-31ASM optimisation by David Bryant.Thom Johansen
Placed various important arrays in IRAM. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6540 a1c6a512-1295-4272-9138-f99709370657
2005-05-30avoid compilation alltogether if logf is not enabledDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6539 a1c6a512-1295-4272-9138-f99709370657
2005-05-30(Optional) logf supportDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6538 a1c6a512-1295-4272-9138-f99709370657
2005-05-30Fixed RED builds.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6536 a1c6a512-1295-4272-9138-f99709370657
2005-05-30we dont need the test plugin anymoreChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6535 a1c6a512-1295-4272-9138-f99709370657
2005-05-30now everything should workChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6534 a1c6a512-1295-4272-9138-f99709370657
2005-05-30Remote LCD: added own backlight timeout stuffChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6533 a1c6a512-1295-4272-9138-f99709370657
2005-05-29Made string fit in recording screen.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6532 a1c6a512-1295-4272-9138-f99709370657
2005-05-27Adjusted MMC debug info.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6530 a1c6a512-1295-4272-9138-f99709370657
2005-05-27Added -O2 to libmad GCC flags. Gives a nice boost.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6528 a1c6a512-1295-4272-9138-f99709370657
2005-05-27Basic optimizations of the Vorbis decoder for the ihp-1x0.Pedro Vasconcelos
Capable of real-time decoding with cpu freq at 120mhz. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6527 a1c6a512-1295-4272-9138-f99709370657
2005-05-27Patch by Alexandre Bourget, fixes the hanging iriverify plugin issue when ↵Linus Nielsen Feltzing
converting already converted files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6526 a1c6a512-1295-4272-9138-f99709370657
2005-05-26Proper indentation.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6525 a1c6a512-1295-4272-9138-f99709370657
2005-05-25Aligns in the middle of code is unnecessary.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6524 a1c6a512-1295-4272-9138-f99709370657
2005-05-24initial take at logf log browserDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6519 a1c6a512-1295-4272-9138-f99709370657
2005-05-24re-link the output if librockbox.a is newerDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6518 a1c6a512-1295-4272-9138-f99709370657
2005-05-23An icon for the searchengine filesJonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6513 a1c6a512-1295-4272-9138-f99709370657
2005-05-23Remote LCD support added to the x11 simulator, take 1. The win32 simulatorDaniel Stenberg
still builds, but shows no remote LCD yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6510 a1c6a512-1295-4272-9138-f99709370657
2005-05-23Added databox and searchengineMichiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6506 a1c6a512-1295-4272-9138-f99709370657
2005-05-23Added support for IRAM.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6505 a1c6a512-1295-4272-9138-f99709370657
2005-05-22Changed keybindings, added helptext.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6504 a1c6a512-1295-4272-9138-f99709370657
2005-05-22Better pitch handling.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6503 a1c6a512-1295-4272-9138-f99709370657
2005-05-21Oops, didn't mean to commit those.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6500 a1c6a512-1295-4272-9138-f99709370657
2005-05-21Remote supportJonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6499 a1c6a512-1295-4272-9138-f99709370657
2005-05-21Enhancement by Martin Arver: The snow flakes are now tiny bitmaps for better ↵Jens Arnold
visibility on slow LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6498 a1c6a512-1295-4272-9138-f99709370657
2005-05-20Synced.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6496 a1c6a512-1295-4272-9138-f99709370657
2005-05-20Synced.Mats Lidell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6494 a1c6a512-1295-4272-9138-f99709370657
2005-05-17Cleaned up button handling: Properly ignore button releases and repeats ↵Jens Arnold
instead of excessive queue clearing. Fixes bug #1070590. Slightly more consistent button assigment in the bookmark selector. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6489 a1c6a512-1295-4272-9138-f99709370657
2005-05-17(1) Early USB detection on boot, before trying to mount the partitions. ↵Jens Arnold
Cleaner & quicker; removes the need for the extra USB check at the top of ask_resume() which caused a deadlock in screenshot mode (see patch #1110332). On Ondio, this allows to leave an MMC in the slot when booting with USB connected for instant access. (2) Ondio: Track MMC status, only ask to remove the card if required. Probe MMC status if unknown. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6488 a1c6a512-1295-4272-9138-f99709370657
2005-05-17Added the 'only return to root if current dir no longer exists' ↵Jens Arnold
functionality to the plugin handling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6487 a1c6a512-1295-4272-9138-f99709370657
2005-05-17Don't swallow button events. It's unnecessary and maybe even confusing.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6486 a1c6a512-1295-4272-9138-f99709370657
2005-05-17Save some code for Ondio.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6485 a1c6a512-1295-4272-9138-f99709370657
2005-05-17Remove stray debugging call.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6484 a1c6a512-1295-4272-9138-f99709370657