summaryrefslogtreecommitdiff
path: root/utils (follow)
Commit message (Collapse)AuthorAge
...
* Theme Editor: Fixed code generation with escaped charactersRobert Bieber2010-06-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26462 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed a small bug with asterisk handling in tag parameter ↵Robert Bieber2010-06-02
| | | | | | argument codes and fixed bugs with handling escaped characters git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26460 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Altered the way the parser handles asterisks in the tag ↵Robert Bieber2010-06-02
| | | | | | argument specifiers git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26459 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Put together a simple GUI to test going back and forth between ↵Robert Bieber2010-06-01
| | | | | | a tree view and a text edit box git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26455 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made text and comments editable from a treeviewRobert Bieber2010-06-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26453 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Enabled editing tag parameters from a treeviewRobert Bieber2010-06-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26452 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made the viewport tag a top-level child under VIEWPORT ↵Robert Bieber2010-06-01
| | | | | | elements in the parse tree git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26450 a1c6a512-1295-4272-9138-f99709370657
* Committing FS#11345 by JdGordon. Theme editor parser now includes full tag ↵Robert Bieber2010-06-01
| | | | | | information in the skin_element struct git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26448 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made Viewport the top level parse tree element, along with a ↵Robert Bieber2010-06-01
| | | | | | bugfix to the tag parsing function git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26442 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added extern C declarations to header filesRobert Bieber2010-05-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26433 a1c6a512-1295-4272-9138-f99709370657
* Add a tool to compare the binsizes of plugins and codecs of 2 build dirsRafaël Carré2010-05-31
| | | | | | | Doesn't handle IRAM (yet) Synopsys: ./cmp-plugins-size build1 build2 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26428 a1c6a512-1295-4272-9138-f99709370657
* add support for the possible viewport colour tags (%Vf and %Vb). use -c to ↵Jonathan Gordon2010-05-30
| | | | | | disable them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26408 a1c6a512-1295-4272-9138-f99709370657
* Applied JdGordon's patch to add tokens to the Theme Editor tag tableRobert Bieber2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26405 a1c6a512-1295-4272-9138-f99709370657
* and woopsJonathan Gordon2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26404 a1c6a512-1295-4272-9138-f99709370657
* zip up the output after doing all the skinsJonathan Gordon2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26403 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed parsing bug that allowed comments to form a new logical ↵Robert Bieber2010-05-30
| | | | | | line in a skin document git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26402 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Got a barely functional treeview in placeRobert Bieber2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26401 a1c6a512-1295-4272-9138-f99709370657
* Themeditor: Got the ParseTreeNode class in good shape, preparing to start on ↵Robert Bieber2010-05-30
| | | | | | ParseTreeModel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26400 a1c6a512-1295-4272-9138-f99709370657
* make the script zip the outputJonathan Gordon2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26373 a1c6a512-1295-4272-9138-f99709370657
* be smarter about %xd so it only eats 2 letters if that image has subimagesJonathan Gordon2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26371 a1c6a512-1295-4272-9138-f99709370657
* fix error when a comment is on the last line of the fileJonathan Gordon2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26370 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Got code generation tentatively working along with a solid C++ ↵Robert Bieber2010-05-29
| | | | | | tree structure for WPS parse trees git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26367 a1c6a512-1295-4272-9138-f99709370657
* Add the beggingings of a perl script to run the update over a whole theme ↵Jonathan Gordon2010-05-28
| | | | | | zip file... someoene who knows perl please finish this :D git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26351 a1c6a512-1295-4272-9138-f99709370657
* dead simple MakefileJonathan Gordon2010-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26348 a1c6a512-1295-4272-9138-f99709370657
* fix %Xl tag... this shuold be useable nowJonathan Gordon2010-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26347 a1c6a512-1295-4272-9138-f99709370657
* %aX should have been %ax..Jonathan Gordon2010-05-28
| | | | | | | | setup the skinupdater to allow options (currently only -m to set mono display because the viewport definition is different on mono). still not completly working git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26346 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed a bug in the subline parser, added a LINE element to ↵Robert Bieber2010-05-27
| | | | | | contain logical lines, working on data model git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26337 a1c6a512-1295-4272-9138-f99709370657
* handle # comments and fix some printfs which should be fprintfJonathan Gordon2010-05-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26334 a1c6a512-1295-4272-9138-f99709370657
* make it slightyl more useful.. read in a up to 10Kb file, dump to stdout or ↵Jonathan Gordon2010-05-27
| | | | | | outfile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26333 a1c6a512-1295-4272-9138-f99709370657
* first go at a general skin updater program. not very useful yetJonathan Gordon2010-05-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26332 a1c6a512-1295-4272-9138-f99709370657
* fix rtc tag mistakeJonathan Gordon2010-05-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26331 a1c6a512-1295-4272-9138-f99709370657
* Trying to implement QAbstractItemModel for parse trees, haven't got it ↵Robert Bieber2010-05-26
| | | | | | working yet (current state will spawn an empty treeview window) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26318 a1c6a512-1295-4272-9138-f99709370657
* add all the known tags to the table. Nothing is done about target specific ↵Jonathan Gordon2010-05-26
| | | | | | tags yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26297 a1c6a512-1295-4272-9138-f99709370657
* Added a README and a missing copyright header to the theme editor filesRobert Bieber2010-05-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26293 a1c6a512-1295-4272-9138-f99709370657
* Fixed some memory leaks in the theme editorRobert Bieber2010-05-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26292 a1c6a512-1295-4272-9138-f99709370657
* Fixed some bugs in the theme editor, added the tags with parameters to the ↵Robert Bieber2010-05-25
| | | | | | tag table git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26288 a1c6a512-1295-4272-9138-f99709370657
* Adding the new WPS parser, code works but need to build the tag tableRobert Bieber2010-05-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26281 a1c6a512-1295-4272-9138-f99709370657
* mkamsboot/rbutil/amsinfo : do not try to detect the model of a given Sansa ↵Rafaël Carré2010-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | AMS OF The field we thought was representative of the model is not, it has changed in the past for fuzev1 and fuzev2. For example the value 0x23 is found in 2 old fuzev1 OF versions, and in the c200v2 OF The only reliable way to detect the model of a given OF is by using the built-in list of md5sums. Modify mkamsboot and rbutilqt to load the rockbox bootloader first, and then check if the model in the bootloader corresponds to the model of the known md5sum of the given OF. That way we can continue to present the user with a list of known OF versions in case the OF is unknown to mkamsboot Also explicit the dependency of main.c on mkamsboot.h in case the prototypes change Correct the header's description not updated in r21648 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26248 a1c6a512-1295-4272-9138-f99709370657
* Take version number from SVN, or via VERSION variable in Makefile - i.e. use ↵Dave Chapman2010-05-02
| | | | | | "make VERSION=v1.0" to build with that version number. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25774 a1c6a512-1295-4272-9138-f99709370657
* Add support for the Cowon S9, based on the information from ↵Dave Chapman2010-05-02
| | | | | | http://iaudiophile.net/forums/showthread.php?t=36073 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25773 a1c6a512-1295-4272-9138-f99709370657
* Wrong file name in time-sync utility makefileBertrik Sikken2010-04-20
| | | | | | | | Flyspray: FS #11212 Author: Rosso Maltese git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25691 a1c6a512-1295-4272-9138-f99709370657
* Add simple bootchart -> gnuplot shell scriptMaurus Cuelenaere2010-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25493 a1c6a512-1295-4272-9138-f99709370657
* amsinfo: do not assume library blocks always have the same sizeRafaël Carré2010-03-14
| | | | | | otg_functio is now correctly extracted of Clip+ firmware git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25188 a1c6a512-1295-4272-9138-f99709370657
* Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and ↵Teruaki Kawashima2010-03-07
| | | | | | don't recalculate the width in these functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25053 a1c6a512-1295-4272-9138-f99709370657
* Move sample.emacs to utils/editorsTomer Shalev2010-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24762 a1c6a512-1295-4272-9138-f99709370657
* wps.vim : Syntax for Rockbox WPS Tomer Shalev2010-02-18
| | | | | | | | | | | | | | | | | Author: Kevin Schoedel Including wps.vim from http://www.vim.org/scripts/script.php?script_id=2550 (which now becomes obsolete), following the following e-mail from the author: Hi, Yes, please do -- I am not doing anything with WPS now and might never again. Take it as GPL or whatever else is convenient. I'll put a note on the vim.org page that the version there is obsolete. Regards, Kevin Schoedel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24761 a1c6a512-1295-4272-9138-f99709370657
* Have /utils/editors to contain syntax files for WPS and possibly others RockboxTomer Shalev2010-02-18
| | | | | | | | | | | | | specific file types Currently it contains only Emacs style for WPS, but a request was sent to the author of the Vim's WPS style file at http://www.vim.org/scripts/script.php?script_id=2550 Developers, please add your own files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24760 a1c6a512-1295-4272-9138-f99709370657
* Import ipod-time-sync from libgpodMaurus Cuelenaere2010-01-21
| | | | | | | This copies ipod-time-sync from libgpod and strips it of unneccesary code + Makefile and README are added. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24306 a1c6a512-1295-4272-9138-f99709370657
* amsinfo: support clip+ firmware formatRafaël Carré2010-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24218 a1c6a512-1295-4272-9138-f99709370657
* Revert an accidental commit that I didn't want to go in.Robert Menes2009-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23839 a1c6a512-1295-4272-9138-f99709370657