summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-16Add interpolation so output file contains lcdlinear[] matrix dumpMarcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26869 a1c6a512-1295-4272-9138-f99709370657
2010-06-16Theme Editor: Replaced line edits for key names with combo boxesRobert Bieber
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26868 a1c6a512-1295-4272-9138-f99709370657
2010-06-16FM clip+ radio: enable stereo indicationBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26867 a1c6a512-1295-4272-9138-f99709370657
2010-06-16FS#11402 by me : sd_enable for Sansa AMSv2Rafaël Carré
Gets a bit more battery life Adjust current usage, it was a bit too low for Clipv2/Clip+ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26866 a1c6a512-1295-4272-9138-f99709370657
2010-06-15Remove ugly RTL writing direction hack.Dominik Riebeling
Instead of hard coding the languages to be rendered as RTL make it dependent on a translation string. Translate the string LTR to RTL to switch to RTL layout. This is equivalent to the handling done in the i18n example for Qt Jambi and while not the best solution at least cleaner than hardcoded languages. Update hebrew translation for this which is currently the only RTL translation. lupdate all other translations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26865 a1c6a512-1295-4272-9138-f99709370657
2010-06-15Support for mystery FM chip in some Sansa Clip+, FS #11403 by meBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26864 a1c6a512-1295-4272-9138-f99709370657
2010-06-15Theme Editor: Implemented save/save as in the configuration file editorRobert Bieber
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26863 a1c6a512-1295-4272-9138-f99709370657
2010-06-15Theme Editor: Added copyright headers to ConfigDocument files, continued ↵Robert Bieber
work on configuration editing git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26862 a1c6a512-1295-4272-9138-f99709370657
2010-06-15Add cleaned up tests used for Utils::compareVersionStrings().Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26861 a1c6a512-1295-4272-9138-f99709370657
2010-06-15SDL target: remove mouse polling and replace it with an event-based ↵Maurus Cuelenaere
mechanism, this makes touchscreen on the sim much smoother git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26860 a1c6a512-1295-4272-9138-f99709370657
2010-06-15Theme Editor: add generated files and folders to svn:ignore.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26859 a1c6a512-1295-4272-9138-f99709370657
2010-06-15Manually cleaned up version of FS#11358 by Hinrik Örn SigurðssonNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26858 a1c6a512-1295-4272-9138-f99709370657
2010-06-15Theme editor: only accept valid colors in the preference dialogMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26857 a1c6a512-1295-4272-9138-f99709370657
2010-06-15HD200 - use line transfers in lcd_grey_data. This gives ~25% speedup.Marcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26856 a1c6a512-1295-4272-9138-f99709370657
2010-06-15test_disk: print return values in case of errorRafaël Carré
Also print the requested read/write size git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26855 a1c6a512-1295-4272-9138-f99709370657
2010-06-15first step of making touch regions usable in all skins, not just the WPS.. ↵Jonathan Gordon
no user viewable changes just yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26854 a1c6a512-1295-4272-9138-f99709370657
2010-06-15FS#10336 - Simplify list redrawing to improve voicing when scrolling to ↵Steve Bavin
top/bottom. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26853 a1c6a512-1295-4272-9138-f99709370657
2010-06-15FS#11096 - fix the "last touch" tag from being true on bootJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26852 a1c6a512-1295-4272-9138-f99709370657
2010-06-15Theme Editor: Changed color to colour in preferences. Made parse tree ↵Robert Bieber
viewer alternate line colors and auto-scroll/expand with cursor in editor window. Implemented TabContent abstract class so that more than just skin documents can be loaded in tabs. Made SkinDocument implement TabContent. Began implementing ConfigDocument for editing configuration files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26851 a1c6a512-1295-4272-9138-f99709370657
2010-06-14cowond2: make sure the i2c delay loop code is actually generated by the eabi ↵Amaury Pouly
compiler. This fix adds one nop instruction per loop (there were 3 before) and so i2c will be slightly slower, but this hardly a problem. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26850 a1c6a512-1295-4272-9138-f99709370657
2010-06-14That was supposed to be \opt{touchscreen} not \opt{cowond2}.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26849 a1c6a512-1295-4272-9138-f99709370657
2010-06-14Add WPS hotkey for the D2, and make the tree hotkey only valid for ↵Alex Parker
non-touchscreen targets. This will have to be revisited if we gain touchscreen targets with tree hotkey capabilities. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26848 a1c6a512-1295-4272-9138-f99709370657
2010-06-14Build properly scrambled and named bootloader files for iAudio M3, M5 and ↵Jens Arnold
X5. X5V still needs manual intervention but it has been like that before. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26846 a1c6a512-1295-4272-9138-f99709370657
2010-06-14dont reuse vairbale namesJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26845 a1c6a512-1295-4272-9138-f99709370657
2010-06-14HD200 - use ide_power_enable() in bootloaderMarcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26844 a1c6a512-1295-4272-9138-f99709370657
2010-06-14HD200 - make USB bridge handling more correctMarcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26843 a1c6a512-1295-4272-9138-f99709370657
2010-06-14some tags need special handling when they are in the wrong branch of a ↵Jonathan Gordon
conditional, so go ahead and make that work :p also replace malloc with skin_alloc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26842 a1c6a512-1295-4272-9138-f99709370657
2010-06-14Theme Editor: Set window title on the preferences dialogRobert Bieber
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26841 a1c6a512-1295-4272-9138-f99709370657
2010-06-14Theme Editor: Made new tabs raise to forefrontRobert Bieber
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26840 a1c6a512-1295-4272-9138-f99709370657
2010-06-14Theme Editor: Stripped out the sub-classes for ProjectModel and turned ↵Robert Bieber
ProjectModel into a list model, also replaced the project tree view with a list view git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26839 a1c6a512-1295-4272-9138-f99709370657
2010-06-14Clean up libmad/mad.h to avoid double or inconsistent definitions of types, ↵Andree Buschmann
functions and structs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26838 a1c6a512-1295-4272-9138-f99709370657
2010-06-14make the next line after a viewport (if it is on the same skin line) ↵Jonathan Gordon
auto-eat the \n git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26837 a1c6a512-1295-4272-9138-f99709370657
2010-06-13Build D2 with the old compiler again (configure)Frank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26836 a1c6a512-1295-4272-9138-f99709370657
2010-06-13duh, this is needed alsoJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26834 a1c6a512-1295-4272-9138-f99709370657
2010-06-13Start dealing with LINE elements... setup a flag which lets tags tell the ↵Jonathan Gordon
renderer to not start a new line in the viewport (i.e %we/d/i %X/x/xd etc) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26833 a1c6a512-1295-4272-9138-f99709370657
2010-06-13cowond2: make the code consistent with the comments and really clear the bitsRafaël Carré
Untested on target git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26832 a1c6a512-1295-4272-9138-f99709370657
2010-06-13get the renderer working more better! "handle" sublines correctly, dont ↵Jonathan Gordon
"draw" in the first viewport if we are using viewports, get rid of the idea of a linear token array (i.e we are going to use the parse tree directly) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26831 a1c6a512-1295-4272-9138-f99709370657
2010-06-13build cowond2 and iaudio7 with EABI, they aren't stableRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26830 a1c6a512-1295-4272-9138-f99709370657
2010-06-13SSwitch ipodnano2g to eabi in /trunk/tools/configureMichael Sparmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26828 a1c6a512-1295-4272-9138-f99709370657
2010-06-13update classic_statusbar to the new syntaxJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26826 a1c6a512-1295-4272-9138-f99709370657
2010-06-13initialise the element->type value so TAG types dont accidently get VIEWPORT ↵Jonathan Gordon
if it element->type == 0 at alloc time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26825 a1c6a512-1295-4272-9138-f99709370657
2010-06-13count line numbers correctly, handle the VIEWPORT change so it only ever has ↵Jonathan Gordon
one child git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26824 a1c6a512-1295-4272-9138-f99709370657
2010-06-12fuzev2 manual: mention the USB OF settingRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26823 a1c6a512-1295-4272-9138-f99709370657
2010-06-12Don't explicitly set -j for make. Inform the user that he can set MAKEFLAGS ↵Jonas Häggqvist
instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26822 a1c6a512-1295-4272-9138-f99709370657
2010-06-12Fix FS#111395. Call settings_apply_skins() after changing theme colours.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26821 a1c6a512-1295-4272-9138-f99709370657
2010-06-12__div0: give the address of the instruction calling division to UIERafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26820 a1c6a512-1295-4272-9138-f99709370657
2010-06-12ARM: __div0() takes no argumentRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26819 a1c6a512-1295-4272-9138-f99709370657
2010-06-12Sansa AMS: call the exception handler with the correct address when the ↵Rafaël Carré
exception happened in Thumb state git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26818 a1c6a512-1295-4272-9138-f99709370657
2010-06-12Build mrobe100 with EABIRobert Kukla
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26816 a1c6a512-1295-4272-9138-f99709370657
2010-06-12Build iPod Color, iPod Mini 2nd Gen and Sansa c200 with EABI.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26814 a1c6a512-1295-4272-9138-f99709370657