summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* meizu_dfu: supports a single argument to run some code from RAMRafaël Carré2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26708 a1c6a512-1295-4272-9138-f99709370657
* manual: Rockbox Utility supports all clipsRafaël Carré2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26707 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Began implementing classes to display project files and ↵Robert Bieber2010-06-08
| | | | | | settings in the project panel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26706 a1c6a512-1295-4272-9138-f99709370657
* Fix some accented glyphs in 35-NimbusAlexander Levin2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26705 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed MIME types on image resourcesRobert Bieber2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26704 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made parser recover memory on errorRobert Bieber2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26703 a1c6a512-1295-4272-9138-f99709370657
* Use program name variable instead of hardcoded name.Dominik Riebeling2010-06-08
| | | | | | This allows easier reuse for other tools (like the theme editor). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26702 a1c6a512-1295-4272-9138-f99709370657
* make meizu-m6sl bootloader buildRafaël Carré2010-06-08
| | | | | | assume 512 bytes sector size as reported by dmesg git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26700 a1c6a512-1295-4272-9138-f99709370657
* fix - not being accepted for viewport font.Jonathan Gordon2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26699 a1c6a512-1295-4272-9138-f99709370657
* fix %pb and other progressbars which are shown one line down from where they ↵Jonathan Gordon2010-06-08
| | | | | | should be in viewports git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26698 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow and all the shipped themes that show AAJonathan Gordon2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26697 a1c6a512-1295-4272-9138-f99709370657
* The real reason to change the %C was to remove a very nasty hack!Jonathan Gordon2010-06-08
| | | | | | | | | %CL - load the AA %C - check if AA is avilable %Cd - display the AA git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26696 a1c6a512-1295-4272-9138-f99709370657
* fix %Vi againJonathan Gordon2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26695 a1c6a512-1295-4272-9138-f99709370657
* fix the manual alsoJonathan Gordon2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26694 a1c6a512-1295-4272-9138-f99709370657
* change to %Cd to display albumart (instead of %C to make it more consistant ↵Jonathan Gordon2010-06-08
| | | | | | | | | with %Vd/%Vl and %xd/%xl) Also assume ; in skins are for sublines.. this means if you want ; in text you need to manually escape it (%;) far less false positives then git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26693 a1c6a512-1295-4272-9138-f99709370657
* FS#11383 - fix the touchregion param stringJonathan Gordon2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26692 a1c6a512-1295-4272-9138-f99709370657
* fix FS#11384, skinupdater barfed on %Xd and %ViJonathan Gordon2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26691 a1c6a512-1295-4272-9138-f99709370657
* CPU_PP implies CPU_ARM is definedRafaël Carré2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26690 a1c6a512-1295-4272-9138-f99709370657
* don't disable backdrop when the file name starts with 'd', e.g. %X(dock.bmp).Teruaki Kawashima2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26689 a1c6a512-1295-4272-9138-f99709370657
* fix yellow.Teruaki Kawashima2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26688 a1c6a512-1295-4272-9138-f99709370657
* add simple text viewer to pluginlib and use this for dict to show description.Teruaki Kawashima2010-06-08
| | | | | | | now dict can scroll the description. it might not show full description if it is too long or memory is not enough. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26687 a1c6a512-1295-4272-9138-f99709370657
* revert r26623.Yoshihisa Uchida2010-06-08
| | | | | | | reason: text file is read by the sort plugin instead of the text viewer plugin. then, text file is broken. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26686 a1c6a512-1295-4272-9138-f99709370657
* text viewer: 1) fix uisim abends when fonts list is displayed.Yoshihisa Uchida2010-06-08
| | | | | | 2) simplify the logic to change font. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26685 a1c6a512-1295-4272-9138-f99709370657
* HD200 - fix lcd power save command (not used currently)Marcin Bukat2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26684 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added line numbering in the text editor, thanks to some code ↵Robert Bieber2010-06-08
| | | | | | from Nokia. Also made newly opened documents scroll to the top of the document after loading git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26683 a1c6a512-1295-4272-9138-f99709370657
* hopefully fix the problem with lines in viewports being pushed down one line. Jonathan Gordon2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26682 a1c6a512-1295-4272-9138-f99709370657
* Improve accuracy of NR-based fp_sqrt with better initial estimation and ↵Michael Sevakis2010-06-08
| | | | | | using one more bit internally. More reliable early termination. Good enough until better method is completed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26681 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Updated the README fileRobert Bieber2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26680 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Factored out code to skip over enum/arg lists while scanning ↵Robert Bieber2010-06-07
| | | | | | for children counts, and fixed all of the parsing bugs caused by innacurate children counts git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26679 a1c6a512-1295-4272-9138-f99709370657
* Slovak language update - FS#11375 by Peter LeckyMichael Chicoine2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26678 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Changed default font to monospaced, changed organization for ↵Robert Bieber2010-06-07
| | | | | | the application to rockbox.org, moved tab bar in preferences dialog to the top of the window git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26677 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made status label a permanent widget and made editor highlight ↵Robert Bieber2010-06-07
| | | | | | line that causes parse error git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26676 a1c6a512-1295-4272-9138-f99709370657
* Fix byte order for Mini G2, and fix comments.Jens Arnold2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26675 a1c6a512-1295-4272-9138-f99709370657
* Rework the button table in the graphical eq section. Clean up the code, ↵Marianne Arnold2010-06-07
| | | | | | correct falso info and add the missing mappings of the: Fuze, H10s, C200, M3 and Iaudio remote pads. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26674 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added a clear erros function to the parserRobert Bieber2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26673 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Changed anged error reporting method in parser, added error ↵Robert Bieber2010-06-07
| | | | | | messages to status bar in editor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26672 a1c6a512-1295-4272-9138-f99709370657
* Catalan language update and cleanup, FS #11366 by Adrián Cereto MassaguéBertrik Sikken2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26669 a1c6a512-1295-4272-9138-f99709370657
* Distinguish between release and current build when installing fonts.Dominik Riebeling2010-06-07
| | | | | | | | As with the voice file installation changed in r26637 the same issue exists for fonts. While the fonts package rarely changes and therefore this shouldn't have had a negative impact in the past use the correct font package anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26667 a1c6a512-1295-4272-9138-f99709370657
* Fix typo.Dominik Riebeling2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26666 a1c6a512-1295-4272-9138-f99709370657
* Remove CORELOCK_SWAP (unused since r16981)Rafaël Carré2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26664 a1c6a512-1295-4272-9138-f99709370657
* as3525v1: fix r26444 which broke mic recordingRafaël Carré2010-06-07
| | | | | | | | | preventing the DMA callback to advance in the recording buffer is not enough in pcm_rec_dma_get_peak_buffer() we need to prevent it interrupting us while we are copying the left channel data into the right channel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26663 a1c6a512-1295-4272-9138-f99709370657
* Update of Czech language - FS#11371 by Marek SalabaMichael Chicoine2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26662 a1c6a512-1295-4272-9138-f99709370657
* Slovak language update - FS#11350 by Peter LeckyMichael Chicoine2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26661 a1c6a512-1295-4272-9138-f99709370657
* fix red.Teruaki Kawashima2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26660 a1c6a512-1295-4272-9138-f99709370657
* text viewer: gigabeat f: add buttons to do one line up/down, and one column ↵Teruaki Kawashima2010-06-07
| | | | | | left/right. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26659 a1c6a512-1295-4272-9138-f99709370657
* this probably fixes FS#11373Jonathan Gordon2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26658 a1c6a512-1295-4272-9138-f99709370657
* text viewer: some fixes related to font.Teruaki Kawashima2010-06-07
| | | | | | | | | | * don't load font if it's not needed. - loading 16-GNU-Unifont seems to take some time. * restore font to settings on exit plugin. * don't allocate buffer on stack for name of fonts in select font menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26657 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#11370 - BEWARE when useing viewport colours.Jonathan Gordon2010-06-07
| | | | | | | | | %Vf() and %Vb() need to be straight after the %V() or else the colours wont be set on the viewport (but on the line instead). This means scrolling lines dont work. To make sure the colours are used for the whole viewport dont leave any gaps between %V and %Vf/%Vb. (of course, if you want a single line to be a different colour then use the %Vf as normal. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26656 a1c6a512-1295-4272-9138-f99709370657
* off by one. FS#11369Jonathan Gordon2010-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26655 a1c6a512-1295-4272-9138-f99709370657
* text viewer: can selected scroll by column/scroll by screen for the ↵Yoshihisa Uchida2010-06-07
| | | | | | | | horizontal screen. Viewer Options: "Scrollbar", "Overlap Pages", "Auto-Scroll Speed" move to Scroll Settings > Vertical. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26654 a1c6a512-1295-4272-9138-f99709370657