summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2004-03-21Use same path buffer when recursively creating playlistHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4427 a1c6a512-1295-4272-9138-f99709370657
2004-03-21Adds USB detection on changed bootfile questionHenrik Backe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4426 a1c6a512-1295-4272-9138-f99709370657
2004-03-21First try to get a better transition from a cancelled clip to a new one, by ↵Jörg Hohensohn
maintaining the frame sync. Doesn't seem to have much effect, though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4425 a1c6a512-1295-4272-9138-f99709370657
2004-03-21Bah, missed the actual battery level. :-)Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4424 a1c6a512-1295-4272-9138-f99709370657
2004-03-21Bug fix: Don't show battery level -1.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4423 a1c6a512-1295-4272-9138-f99709370657
2004-03-21To many bookmarks could be delete when unique only was setHenrik Backe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4422 a1c6a512-1295-4272-9138-f99709370657
2004-03-21Fixed delete of bookmark. Responsiveness of bookmark select dialougeHenrik Backe
also improved. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4421 a1c6a512-1295-4272-9138-f99709370657
2004-03-21Patch 882053, mangled bookmark seetings in cfg fileHenrik Backe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4420 a1c6a512-1295-4272-9138-f99709370657
2004-03-21voice for the sleep timer settingJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4419 a1c6a512-1295-4272-9138-f99709370657
2004-03-21non-spoken voice entries are removed, allows to make a voice-file without ↵Jörg Hohensohn
ballast git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4418 a1c6a512-1295-4272-9138-f99709370657
2004-03-20Overlooked to "voice" the set_int() function, this is why many numerical ↵Jörg Hohensohn
setting remained silent. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4416 a1c6a512-1295-4272-9138-f99709370657
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at ↵Jörg Hohensohn
runtime), needs new voicefont at the new location ".rockbox/langs/english.voice" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4414 a1c6a512-1295-4272-9138-f99709370657
2004-03-19patch #908634 appliedJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4413 a1c6a512-1295-4272-9138-f99709370657
2004-03-19minor bugfixJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4412 a1c6a512-1295-4272-9138-f99709370657
2004-03-19Spanish language syncedJose Maria Garcia-Valdecasas Bernal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4410 a1c6a512-1295-4272-9138-f99709370657
2004-03-19Synced.Mats Lidell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4408 a1c6a512-1295-4272-9138-f99709370657
2004-03-17Patch #917313, changes in muting and timing handlingLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4400 a1c6a512-1295-4272-9138-f99709370657
2004-03-17Fixed the font problem reported by Mark Bright, cleaning up some code in the ↵Linus Nielsen Feltzing
process git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4399 a1c6a512-1295-4272-9138-f99709370657
2004-03-17Fixed player build problem caused by the button bar changesLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4398 a1c6a512-1295-4272-9138-f99709370657
2004-03-17Oooops! Forgot to update the radio code for the button bar changesLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4397 a1c6a512-1295-4272-9138-f99709370657
2004-03-17Patch #889885 by Benjamin Metzler, fixes a bug with bookmarks in the root ↵Linus Nielsen Feltzing
directory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4396 a1c6a512-1295-4272-9138-f99709370657
2004-03-17F3 now shows the correct quick screen againLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4394 a1c6a512-1295-4272-9138-f99709370657
2004-03-17The tree view is now correctly restored after a button bar changeLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4393 a1c6a512-1295-4272-9138-f99709370657
2004-03-17- Entry for voice added, it sometimes should be different from display string.Jörg Hohensohn
- IDs for spoken numbers and units (upcoming). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4392 a1c6a512-1295-4272-9138-f99709370657
2004-03-16First shot at a nice little button bar at the bottom of the recorder LCD. ↵Linus Nielsen Feltzing
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
2004-03-15Second step of the voice-UI: Option values are spoken, if they are ↵Jörg Hohensohn
translatable strings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4383 a1c6a512-1295-4272-9138-f99709370657
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file ↵Jörg Hohensohn
in .rockbox to use this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4381 a1c6a512-1295-4272-9138-f99709370657
2004-03-13The .ucl flasher now tells if the bootloader is not up to date. I hope that ↵Jörg Hohensohn
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
2004-03-13Bumped the settings block revision number, to force a reset of the settings ↵Linus Nielsen Feltzing
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
2004-03-13Finally killed the nasty bug that caused all the dir-buffer-full errors for ↵Linus Nielsen Feltzing
the newbies git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4372 a1c6a512-1295-4272-9138-f99709370657
2004-03-12First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4370 a1c6a512-1295-4272-9138-f99709370657
2004-03-12Ninja-cool metronome plugin by Matthias Wientapper, for both Player and RecorderLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4368 a1c6a512-1295-4272-9138-f99709370657
2004-03-11radio_load_presets() no longer loads more than MAX_PRESETS from the presets fileLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4361 a1c6a512-1295-4272-9138-f99709370657
2004-03-11Moved Create Directory to the ON+Play menuLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4360 a1c6a512-1295-4272-9138-f99709370657
2004-03-08loops have not been OK, were showing one frame more than availableJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4351 a1c6a512-1295-4272-9138-f99709370657
2004-03-08Wallisertitsch language syncedJose Maria Garcia-Valdecasas Bernal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4350 a1c6a512-1295-4272-9138-f99709370657
2004-03-08my underrun checks have not been precisely correctJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4348 a1c6a512-1295-4272-9138-f99709370657
2004-03-05for upcoming release: no diagnostic screen unless underruns happenedJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4339 a1c6a512-1295-4272-9138-f99709370657
2004-03-02Patch #877947 by Benjamin Metzler, limits the number of bookmarks in the ↵Linus Nielsen Feltzing
Most Recent Bookmarks file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4334 a1c6a512-1295-4272-9138-f99709370657
2004-03-02Patch #881188 by Craigh Sather, fixes battery display updates in WPSLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4326 a1c6a512-1295-4272-9138-f99709370657
2004-03-01repairing a stupid mistake! Thanks Uwe :)Jose Maria Garcia-Valdecasas Bernal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4325 a1c6a512-1295-4272-9138-f99709370657
2004-03-01Log scale for the VU meter, patch #897248 by Lee PilgrimLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4323 a1c6a512-1295-4272-9138-f99709370657
2004-03-01Squeezed the disk timing info to fit the Player LCDLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4322 a1c6a512-1295-4272-9138-f99709370657
2004-02-27czech language syncedJose Maria Garcia-Valdecasas Bernal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4321 a1c6a512-1295-4272-9138-f99709370657
2004-02-25french synced with english.lang v1.101Jose Maria Garcia-Valdecasas Bernal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4318 a1c6a512-1295-4272-9138-f99709370657
2004-02-25dutch language based on english.lang v1.101Jose Maria Garcia-Valdecasas Bernal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4317 a1c6a512-1295-4272-9138-f99709370657
2004-02-25deutsch.lang based on english.lang v1.101Jose Maria Garcia-Valdecasas Bernal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4316 a1c6a512-1295-4272-9138-f99709370657
2004-02-21same treatment like for video plugin: mp3_play_init() removedJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4313 a1c6a512-1295-4272-9138-f99709370657
2004-02-21mp3_play_init() removed, this was resetting the sound settings. Playback is ↵Jörg Hohensohn
the normal state anyhow, we could remove this function from the plugin API. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4312 a1c6a512-1295-4272-9138-f99709370657
2004-02-19spanish language synced againJose Maria Garcia-Valdecasas Bernal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4311 a1c6a512-1295-4272-9138-f99709370657