summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-25Add clix screenshots to the manual.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22510 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Fully fill the table headers with colorAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22509 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Change the manual tabe colours so that we have a darker blue for the header, ↵Alex Parker
then white and light blue alternating for the rows. As decided upon after a lengthy IRC discussion :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22508 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Add the ability to set the header row colour to button tables and wps tag ↵Alex Parker
tables. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22507 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Correct order of odd and even row colours in the rowcolors command, and set ↵Alex Parker
colours to alternate white asnd 15% blue with a white header for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22506 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Fix one row breaking across two lines (for colours) issue for ipod and sansa ↵Alex Parker
brickmania manual entry git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22505 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Remove enumerate package as it isn't needed, and breaks texlive.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22504 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Introduce a new environment 'rbtabular' to make all the tables look the ↵Alexander Levin
same. See comments in preable.tex. Next step will be to define btnmap and tagmap via this environment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22503 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Add stdint.h to the codeclib when compiled outside of rockbox so that ↵Michael Giacomelli
int32_t is typedef'ed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22502 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Introduce names for header and row color in the tables so that they are the ↵Alexander Levin
same throughout the manual and can be changed easily git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22501 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Meizu M6SP: initial LCD driver (compiles but is untested)Bertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22500 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Fix a problem spotted in FS#10543. For F_CHOICE_SETTING, an invalid value ↵Thomas Martitz
would (which may happen if the values changed e.g. due to the statusbar at bottom addition) lead to the correspong 0 value, instead of leaving the setting untouched. Fix it by not calling atoi() for F_CHOICE_SETTING (they don't have int-like values). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22499 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Fix FS#10556 so that we now include the wps tags for the hold switch and ↵Nils Wallménius
remote hold switch for other targets than the iriver h100 and h300, introduce a new feature for remote_button_hold git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22498 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Make sure that skin_buffer.c #includes its own skin_buffer.hBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22497 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Update the french translation.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22496 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Samsung YH925: Correct a typo in the battery calibration.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22495 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Add coloured rows to the other tables in the manual (button maps already done).Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22494 a1c6a512-1295-4272-9138-f99709370657
2009-08-24I'm making a right mess of this - hopefully the original typo is now fixed ↵Alex Parker
without me introducing any more of my own... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22493 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Ooops, missed one (French typos).Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22492 a1c6a512-1295-4272-9138-f99709370657
2009-08-24A couple more French typos (thanks to Clément Pit-Claudel).Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22491 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Fix typo in French translation (thanks to Clément Pit-Claudel).Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22490 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Bubbles: Change the saving message slightly to include saving scores.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22489 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Bubbles: Have one quit item that doesn't save anything ("Quit without ↵Thomas Martitz
Saving") and one that saves everything again, partly reverting r22143 and picking up Hilton Shumway's suggestion about naming it "Quit without Saving". git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22488 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Bubbles: Don't remove the savegame before actually resuming the saved game, ↵Thomas Martitz
as per dev mailing list discussion around the changes in r22143. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22487 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Move the "Status/Scrollbar" menu to Theme Settings, and add the ↵Thomas Martitz
F_THEMESETTING flag to the settings it was missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22486 a1c6a512-1295-4272-9138-f99709370657
2009-08-24Slightly change parts of the previous commit to reuse existing code, and ↵Thomas Martitz
enforce enum statusbar_values instead of just int, git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22485 a1c6a512-1295-4272-9138-f99709370657
2009-08-23Fix redraw issues when the statusbar setting was changed with an UI ↵Thomas Martitz
viewport. Now the old statusbar area is cleared upon changing the setting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22484 a1c6a512-1295-4272-9138-f99709370657
2009-08-23Add alternate line colouring to button map tables to better distinguish Alex Parker
rows. Also increase the width of three column button tables slightly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22483 a1c6a512-1295-4272-9138-f99709370657
2009-08-23Fixed "gcc: no input files" message.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22482 a1c6a512-1295-4272-9138-f99709370657
2009-08-23Add gigabeat remote keymaps for pictureflow to the manual.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22481 a1c6a512-1295-4272-9138-f99709370657
2009-08-23Call the oddly labelled button on the gigabeat remote "Menu" in the Alex Parker
manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22480 a1c6a512-1295-4272-9138-f99709370657
2009-08-23Extend beastpatcher command line.Dominik Riebeling
- prepare for building without included bootloader binary - allow specifying a bootloader.bin file on the command line git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22479 a1c6a512-1295-4272-9138-f99709370657
2009-08-23rbutil: add a option to ignore specific files for .talk file generation.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22478 a1c6a512-1295-4272-9138-f99709370657
2009-08-23rbutil: fix festival tts handling.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22477 a1c6a512-1295-4272-9138-f99709370657
2009-08-23Add remote keymappings to the Gigabeat F/X and Gigabeat S manuals.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22476 a1c6a512-1295-4272-9138-f99709370657
2009-08-23Add remote button definitions for the gigabeat remote in preparation for Alex Parker
adding remote keys to the gigabeat manuals. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22475 a1c6a512-1295-4272-9138-f99709370657
2009-08-23hopefully get the widecabbie theme going again... temporary fix only thoughJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22474 a1c6a512-1295-4272-9138-f99709370657
2009-08-23Correct a couple of manual button actions for the H100 remote.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22473 a1c6a512-1295-4272-9138-f99709370657
2009-08-23Change the "Rename failed" message to a splash.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22472 a1c6a512-1295-4272-9138-f99709370657
2009-08-23Bound the progress slider into the currently used viewport (which should be ↵Thomas Martitz
the ui viewport at virtually any time). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22471 a1c6a512-1295-4272-9138-f99709370657
2009-08-23Remove unused definesMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22470 a1c6a512-1295-4272-9138-f99709370657
2009-08-22Touchscreen list handling: use icon width instead of scrollbar width for the ↵Maurus Cuelenaere
'ignoring' zone + correct comment that shouldn't be true anymore (and never was AFAIK) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22469 a1c6a512-1295-4272-9138-f99709370657
2009-08-22Touchscreen list handling: ignore presses close to the scrollbar when it's ↵Maurus Cuelenaere
on the right, this is similar as how it's handled when the scrollbar is on the left (icons) and improves user experience due to touchscreen dead zones. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22467 a1c6a512-1295-4272-9138-f99709370657
2009-08-22FS#10558 by Melba Sitjar: missing strings for Tagalog language added.Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22466 a1c6a512-1295-4272-9138-f99709370657
2009-08-22Touchscreen list handling: fix issue where scrolling with the scrollbar ↵Maurus Cuelenaere
could bring up the context menu for an item git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22465 a1c6a512-1295-4272-9138-f99709370657
2009-08-22rbutil: also remove the target-id from the onda targets.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22464 a1c6a512-1295-4272-9138-f99709370657
2009-08-22rbutil: use target-id from rockbox-info.txt and remove it from rbutil.iniDominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22463 a1c6a512-1295-4272-9138-f99709370657
2009-08-21A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere
Flyspray: FS#10528 Author: Amaury Pouly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22462 a1c6a512-1295-4272-9138-f99709370657
2009-08-21Add a BTN_MASK for the VX777 (aka fix red)Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22461 a1c6a512-1295-4272-9138-f99709370657
2009-08-21Rockbox Utility: fix some typos in Dutch translationMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22460 a1c6a512-1295-4272-9138-f99709370657