summaryrefslogtreecommitdiff
path: root/utils (follow)
Commit message (Collapse)AuthorAge
...
* Theme Editor: Fixed a bug that prevented ID3 info tags from working ↵Robert Bieber2010-08-12
| | | | | | correctly in conditionals git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27792 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added a warning console to the renderer, but haven't made any ↵Robert Bieber2010-08-12
| | | | | | rendering classes use it yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27775 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Co Used a more efficient/less error-prone system for rendering ↵Robert Bieber2010-08-09
| | | | | | SBS documents underneath WPS documents git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27765 a1c6a512-1295-4272-9138-f99709370657
* deploy.py: Figure installer filename from NSIS script.Dominik Riebeling2010-08-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27764 a1c6a512-1295-4272-9138-f99709370657
* Support running NSIS from deployment script.Dominik Riebeling2010-08-08
| | | | | | | | | This requires a few workarounds since NSIS expects files in the source folder but the build scripts run out-of-tree. Only added for Theme Editor for now, since Rockbox Utility doesn't have a NSIS script yet (and an installer for Rockbox Utility might not be that useful). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27759 a1c6a512-1295-4272-9138-f99709370657
* Add NSIS installer script. Expects to find a static build of the Theme Editor.Dominik Riebeling2010-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27745 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added coordinate display when moving mouse around preview windowRobert Bieber2010-08-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27738 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Restricted resizing/moving of graphical elements to integer ↵Robert Bieber2010-08-06
| | | | | | coordinates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27737 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made default viewport non-interactive in skin preview. ↵Robert Bieber2010-08-06
| | | | | | Selecting and resizing the default viewport was causing lockups and segfaults git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27736 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made progress bar display correctly when resized, fixed some ↵Robert Bieber2010-08-06
| | | | | | segfaults caused by editing SBS elements from a WPS document and then turning SBS rendering off git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27735 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made SBS elements in WPS documents non-interactive, which ↵Robert Bieber2010-08-06
| | | | | | makes it a little more difficult to crash the editor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27734 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Implemented resizing in RBMovable subclasses. Implementation ↵Robert Bieber2010-08-05
| | | | | | is still somewhat crash-prone, but mostly works at this point git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27729 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made progress bars fully movable/savable from the preview panelRobert Bieber2010-08-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27726 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed bug that crashed conditionals nested in sublines, began ↵Robert Bieber2010-08-05
| | | | | | work on making progress bars implement RBMovable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27714 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Implemented saveGeometry() in RBAlbumArtRobert Bieber2010-08-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27713 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Stopped bug that caused segfault if SBS element was moved from ↵Robert Bieber2010-08-05
| | | | | | within a WPS preview git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27712 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed image positioning bug, implemented saveGeometry() in RBImageRobert Bieber2010-08-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27711 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed ParseTreeModel's paramChanged function to emit the ↵Robert Bieber2010-08-05
| | | | | | correct dataChanged range git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27709 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Removed empty lines after comments in generated codeRobert Bieber2010-08-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27708 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added code generate/undo functionality to SkinViewerRobert Bieber2010-08-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27704 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Overhauled main window toolbarRobert Bieber2010-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27697 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Replaced zoom icons with modified Tango iconsRobert Bieber2010-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27696 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Switched playback icons to tango iconsRobert Bieber2010-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27695 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Began implementing code generation for movable viewportsRobert Bieber2010-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27691 a1c6a512-1295-4272-9138-f99709370657
* remove old test codeJonathan Gordon2010-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27690 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Created the RBMovable abstract class for screen elements that ↵Robert Bieber2010-08-03
| | | | | | can be moved around, began implementing it and making images, viewports, and album art children of it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27685 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Removed markup comments from CodeEditor files (it was ↵Robert Bieber2010-08-03
| | | | | | originally a Nokia example, so it was marked up with comments for their documentation), implemented the beginnings of drag and drop editing. Viewports are now movable, but don't invoke code generation yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27675 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Implemented Sx tag in rendererRobert Bieber2010-08-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27674 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: SkinDocument class now checks file extension when loading a ↵Robert Bieber2010-08-02
| | | | | | document and sets the cs device setting accordingly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27673 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added a default label to switch block in devicestate.cpp to be ↵Robert Bieber2010-08-02
| | | | | | safe git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27672 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed rendering of %ca tagRobert Bieber2010-08-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27671 a1c6a512-1295-4272-9138-f99709370657
* themeeditor: fix buildRafaël Carré2010-08-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27661 a1c6a512-1295-4272-9138-f99709370657
* cmp-plugins-size: continue if a map file is absent/corruptedRafaël Carré2010-08-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27654 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Modified buildtargetdb.php to read targets list from ↵Robert Bieber2010-07-30
| | | | | | tools/builds.pm using includetargets.pl git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27630 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Filled out the tagdb fileRobert Bieber2010-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27629 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made auto-complete functional and enabled it by default. ↵Robert Bieber2010-07-30
| | | | | | Added a small subset of the available tags to the tagdb file, filling it out is todo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27625 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Began implementing syntax highlighting. What I've ↵Robert Bieber2010-07-30
| | | | | | accomplished so far isn't particularly useful for anything other than testing, so at the moment it will only function if activated in the preferences dialog git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27624 a1c6a512-1295-4272-9138-f99709370657
* FS#11470 - new skin code, finally svn uses the new parser from the theme ↵Jonathan Gordon2010-07-29
| | | | | | editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27613 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Recent documents/projects that no longer exist are now cleared ↵Robert Bieber2010-07-29
| | | | | | from the menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27611 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Project Exporter will not check for internal settings keys as ↵Robert Bieber2010-07-29
| | | | | | files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27610 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Renderer now correctly handles special case with only one ↵Robert Bieber2010-07-29
| | | | | | branch in a conditional git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27609 a1c6a512-1295-4272-9138-f99709370657
* ThemTheme Editor: Enabled sbs rendering underneath fms documentsRobert Bieber2010-07-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27608 a1c6a512-1295-4272-9138-f99709370657
* Correct OS X post-build bundle copying.Dominik Riebeling2010-07-28
| | | | | | | | | Make copying files to the bundle work when building other applications than Rockbox Utility by replacing a hardcoded workaround. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27606 a1c6a512-1295-4272-9138-f99709370657
* Update theme editor app name for OS X bundle.Dominik Riebeling2010-07-28
| | | | | | | | | The OS X bundle Info.plist needs to hold the filename of the executable for the application bundle to work correctly. Update it according to the recent name change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27605 a1c6a512-1295-4272-9138-f99709370657
* Add deployment script for Theme Editor.Dominik Riebeling2010-07-28
| | | | | | | Also move scripts to utils folder, in preparation of merging rbutil and utils folders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27600 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Modified themeeditor.pro to call svnversion when qmake ↵Robert Bieber2010-07-28
| | | | | | executes and include the revision in the version number, if building in debug mode git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27590 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added ditor: Added a version number to the project fileRobert Bieber2010-07-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27581 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Changed binary name to rbthemeeditorRobert Bieber2010-07-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27580 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added targetdb download to preferences dialog, fixed Cancel ↵Robert Bieber2010-07-25
| | | | | | button on FontDownloader git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27565 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added recent docs/projects menus. Modified buildtargetdb.php ↵Robert Bieber2010-07-25
| | | | | | to add a do-not-modify warning to the top of its output, and generated a new targetdb file with the warning in place git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27564 a1c6a512-1295-4272-9138-f99709370657