1. 839f777 Remove duplicated license file. by Dominik Riebeling · 14 years ago
  2. 4756a77 Support resolving of DLLs when running on Windows. by Dominik Riebeling · 14 years ago
  3. b413169 Theme Editor: Changed playlist rendering to match new syntax by Robert Bieber · 14 years ago
  4. 18a6f42 Theme Editor: Editor font/color settings are now applied to config documents by Robert Bieber · 14 years ago
  5. dfc109a Theme Editor: Added warning messages for missing resources by Robert Bieber · 14 years ago
  6. 6dd974a Theme Editor: Enabled __list_icons__ special file name for %xl tags by Robert Bieber · 14 years ago
  7. b477463 Theme Editor: Altered implementation of %ax tag so that viewport now simply mirrors itself across the screen. by Robert Bieber · 14 years ago
  8. 1ee2cdd Theme Editor: Implemented some basic viewport/text mirroring with the %ax tag by Robert Bieber · 14 years ago
  9. f4c06f3 Theme Editor: RTC tags will now display nothing if RTC is not available on device by Robert Bieber · 14 years ago
  10. f055cee Theme Editor: Fixed a bug that prevented ID3 info tags from working correctly in conditionals by Robert Bieber · 14 years ago
  11. 5602342 Theme Editor: Added a warning console to the renderer, but haven't made any rendering classes use it yet by Robert Bieber · 14 years ago
  12. d1a392a Theme Editor: Co Used a more efficient/less error-prone system for rendering SBS documents underneath WPS documents by Robert Bieber · 14 years ago
  13. 77b6825 deploy.py: Figure installer filename from NSIS script. by Dominik Riebeling · 14 years ago
  14. 93c81dc Support running NSIS from deployment script. by Dominik Riebeling · 14 years ago
  15. f1184f9 Add NSIS installer script. Expects to find a static build of the Theme Editor. by Dominik Riebeling · 14 years ago
  16. df1ff11 Theme Editor: Added coordinate display when moving mouse around preview window by Robert Bieber · 14 years ago
  17. 76d1377 Theme Editor: Restricted resizing/moving of graphical elements to integer coordinates by Robert Bieber · 14 years ago
  18. 87d2590 Theme Editor: Made default viewport non-interactive in skin preview. Selecting and resizing the default viewport was causing lockups and segfaults by Robert Bieber · 14 years ago
  19. 92882f2 Theme Editor: Made progress bar display correctly when resized, fixed some segfaults caused by editing SBS elements from a WPS document and then turning SBS rendering off by Robert Bieber · 14 years ago
  20. d505bc0 Theme Editor: Made SBS elements in WPS documents non-interactive, which makes it a little more difficult to crash the editor by Robert Bieber · 14 years ago
  21. 10b9e3b Theme Editor: Implemented resizing in RBMovable subclasses. Implementation is still somewhat crash-prone, but mostly works at this point by Robert Bieber · 14 years ago
  22. c5025c7 Theme Editor: Made progress bars fully movable/savable from the preview panel by Robert Bieber · 14 years ago
  23. f657e49 Theme Editor: Fixed bug that crashed conditionals nested in sublines, began work on making progress bars implement RBMovable by Robert Bieber · 14 years ago
  24. 265ee15 Theme Editor: Implemented saveGeometry() in RBAlbumArt by Robert Bieber · 14 years ago
  25. 2ea1a34 Theme Editor: Stopped bug that caused segfault if SBS element was moved from within a WPS preview by Robert Bieber · 14 years ago
  26. bfc2097 Theme Editor: Fixed image positioning bug, implemented saveGeometry() in RBImage by Robert Bieber · 14 years ago
  27. 0b21740 Theme Editor: Fixed ParseTreeModel's paramChanged function to emit the correct dataChanged range by Robert Bieber · 14 years ago
  28. 5d4b8e0 Theme Editor: Removed empty lines after comments in generated code by Robert Bieber · 14 years ago
  29. 054a85f Theme Editor: Added code generate/undo functionality to SkinViewer by Robert Bieber · 14 years ago
  30. c216100 Theme Editor: Overhauled main window toolbar by Robert Bieber · 14 years ago
  31. bcf51be Theme Editor: Replaced zoom icons with modified Tango icons by Robert Bieber · 14 years ago
  32. d57d702 Theme Editor: Switched playback icons to tango icons by Robert Bieber · 14 years ago
  33. 49865b2 Theme Editor: Began implementing code generation for movable viewports by Robert Bieber · 14 years ago
  34. 2db08d4 remove old test code by Jonathan Gordon · 14 years ago
  35. 83c60a1 Theme Editor: Created the RBMovable abstract class for screen elements that can be moved around, began implementing it and making images, viewports, and album art children of it by Robert Bieber · 14 years ago
  36. a83adc7 Theme Editor: Removed markup comments from CodeEditor files (it was 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 by Robert Bieber · 14 years ago
  37. dad9810 Theme Editor: Implemented Sx tag in renderer by Robert Bieber · 14 years ago
  38. 436ed78 Theme Editor: SkinDocument class now checks file extension when loading a document and sets the cs device setting accordingly by Robert Bieber · 14 years ago
  39. 7cd57a9 Theme Editor: Added a default label to switch block in devicestate.cpp to be safe by Robert Bieber · 14 years ago
  40. c882464 Theme Editor: Fixed rendering of %ca tag by Robert Bieber · 14 years ago
  41. a19fa2d themeeditor: fix build by Rafaël Carré · 14 years ago
  42. 3bc8fd0 cmp-plugins-size: continue if a map file is absent/corrupted by Rafaël Carré · 14 years ago
  43. d73c81f Theme Editor: Modified buildtargetdb.php to read targets list from tools/builds.pm using includetargets.pl by Robert Bieber · 14 years ago
  44. 66f8c73 Theme Editor: Filled out the tagdb file by Robert Bieber · 14 years ago
  45. ba41fa5 Theme Editor: Made auto-complete functional and enabled it by default. Added a small subset of the available tags to the tagdb file, filling it out is todo by Robert Bieber · 14 years ago
  46. f8dd370 Theme Editor: Began implementing syntax highlighting. What I've 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 by Robert Bieber · 14 years ago
  47. 2d31d77 FS#11470 - new skin code, finally svn uses the new parser from the theme 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. by Jonathan Gordon · 14 years ago
  48. 89c1a88 Theme Editor: Recent documents/projects that no longer exist are now cleared from the menu by Robert Bieber · 14 years ago
  49. 5106d93 Theme Editor: Project Exporter will not check for internal settings keys as files by Robert Bieber · 14 years ago
  50. b22077c Theme Editor: Renderer now correctly handles special case with only one branch in a conditional by Robert Bieber · 14 years ago
  51. 8504011 ThemTheme Editor: Enabled sbs rendering underneath fms documents by Robert Bieber · 14 years ago
  52. 85f8406 Correct OS X post-build bundle copying. by Dominik Riebeling · 14 years ago
  53. ce1d2bf Update theme editor app name for OS X bundle. by Dominik Riebeling · 14 years ago
  54. 05e5fbf Add deployment script for Theme Editor. by Dominik Riebeling · 14 years ago
  55. 1c37249 Theme Editor: Modified themeeditor.pro to call svnversion when qmake executes and include the revision in the version number, if building in debug mode by Robert Bieber · 14 years ago
  56. dbeb1ee Theme Editor: Added ditor: Added a version number to the project file by Robert Bieber · 14 years ago
  57. d530f0b Theme Editor: Changed binary name to rbthemeeditor by Robert Bieber · 14 years ago
  58. d92f817 Theme Editor: Added targetdb download to preferences dialog, fixed Cancel button on FontDownloader by Robert Bieber · 14 years ago
  59. e1e51f9 Theme Editor: Added recent docs/projects menus. Modified buildtargetdb.php to add a do-not-modify warning to the top of its output, and generated a new targetdb file with the warning in place by Robert Bieber · 14 years ago
  60. 62f6618 Theme Editor: fix building on Windows. by Dominik Riebeling · 14 years ago
  61. 7a1a72a Theme Editor: Added resource check to project export by Robert Bieber · 14 years ago
  62. 8556ad8 Theme Editor: Implemented zip file project export by Robert Bieber · 14 years ago
  63. 5297db9 Theme Editor: Added interface for project export, exporting files to zip is still todo by Robert Bieber · 14 years ago
  64. e6fd3d0 Theme Editor: Switched back to Lorenzo Bettini's find/replace dialog (with some modifications) as he changed the license to LGPL v2.1 by Robert Bieber · 14 years ago
  65. b21b771 Theme Editor: Filled out the targets table in buildtargetdb.php and generated a new targetdb with it by Robert Bieber · 14 years ago
  66. 81ba38e Theme Editor: Wrote buildtargetdb.php to automatically generate a targetdb file from the target config files in /firmware/export/config. All that remains is to fill out the names of the targets and run the script to build the db by Robert Bieber · 15 years ago
  67. 2a2df28 Theme Editor: Changed default directories for fonts and targetdb, font downloader will now make download directory if it doesn't exist by Robert Bieber · 15 years ago
  68. d03929b Theme Editor: Added file filters with capitalized extensions for WPS, SBS, etc. files by Robert Bieber · 15 years ago
  69. 6e238f7 Theme Editor: Added support for upper-case wps file extensions by Robert Bieber · 15 years ago
  70. e86940c Support cross-compiling Theme Editor. by Dominik Riebeling · 15 years ago
  71. 7c52284 Theme Editor: Implemented download and decompression of font pack in the preferences dialog. Dialog will also allow the user to set a directory for a custom target database, but the update button doesn't work yet. Also fixed the file filters for open file/open project actions and resized the preferences dialog by Robert Bieber · 15 years ago
  72. 92fdebb Add parse_testcodec.pl, a script for parsing and comparing test_codec.c logs and formatting them for the wiki. Written by me. by Michael Giacomelli · 15 years ago
  73. 3c4fb8a Theme Editor: Added column number to parser error messages by Robert Bieber · 15 years ago
  74. eb52a45 Theme Editor: If a pr project specifies a valid #target value, its settings are now loaded into the device configuration panel when the theme is loaded by Robert Bieber · 15 years ago
  75. 4a46996 Theme Editor: Integrated target db with project creation code. Now changing the target option in the New Project dialog will change the available options for wps documents, and the target id is stored in the new config file by Robert Bieber · 15 years ago
  76. 025147e Theme Editor: Added target database, now populates combo box in new project dialog but otherwise not used yet by Robert Bieber · 15 years ago
  77. c272144 Theme Editor: Added New Project feature by Robert Bieber · 15 years ago
  78. 3a354dd Theme Editor: Corrected last commit. Touch areas should have been made relative, not absolute by Robert Bieber · 15 years ago
  79. 209e308 Theme Editor: Made toutouch area coordinates absolute rather than relative by Robert Bieber · 15 years ago
  80. 15488a0 Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parser and adapt the Theme Editor to accomodate the change by Johnathan Gordon. Fixed bug in the parser caused by the patch (error was thrown on zero value) and adapted tag rendering for new format by Robert Bieber · 15 years ago
  81. 4b457d6 Theme Editor: Added optional plaintext editing for config files by Robert Bieber · 15 years ago
  82. b76b644 Theme Editor: Added Close Project feature by Robert Bieber · 15 years ago
  83. 64af2b3 Theme Editor: Made %pv tag display bar and select from conditional branches correctly by Robert Bieber · 15 years ago
  84. bae1836 Theme Editor: Implemented some touch area click events by Robert Bieber · 15 years ago
  85. f65ed0d Theme Editor: Added support for larger fonts by Robert Bieber · 15 years ago
  86. 364af4f Theme Editor: Fixed rendering behavior of default viewport. Now when other viewports are present in the skin, only _text_ from the default viewport is not rendered by Robert Bieber · 15 years ago
  87. 1423874 Theme Editor: Added RBTouchArea class. Touch areas on a theme can now be displayed, but they're not clickable yet by Robert Bieber · 15 years ago
  88. b990664 Theme Editor: Implemented timer panel functionality, added missing seconds field to device control panel by Robert Bieber · 15 years ago
  89. 73a3747 Theme Editor: Built a ui for the timer panel, not functional yet by Robert Bieber · 15 years ago
  90. 91a0e8a Theme Editor: Simplified clock tab in device control panel, now one set of values controls all the cX tags by Robert Bieber · 15 years ago
  91. cd98d01 Theme Editor: Implemented the song time (pS, pE, px, pc, etc.) in the device configuration panel, all depending on one value for current time in song and one value for length of song by Robert Bieber · 15 years ago
  92. 6358d41 Theme Editor: Began working on special cases for device option panel. Implemented path info for current and next file by Robert Bieber · 15 years ago
  93. eb93e3b Theme Editor: Removed papause from line scrolling by Robert Bieber · 15 years ago
  94. 13e97cd Theme Editor: Implemented line scrolling by Robert Bieber · 15 years ago
  95. de9ba10 Theme Editor: Made auto-expand/highlight of parse tree optional (through preferences dialog), added Simulation Time variable to device config panel, subline alternation is now dependent on that rather than time in song by Robert Bieber · 15 years ago
  96. 6d609e0 Theme Editor: Implemented caching for rendered text, added profiling info to debug build, added a 500msec delay when rendering after code changes to prevent editor from hanging on large themes by Robert Bieber · 15 years ago
  97. 6f06793 Theme Editor: Fixed rendering bug that caused text in sublines not to appear, implemented a global font cache by Robert Bieber · 15 years ago
  98. 8814565 Theme Editor: Delaying rendering of text lines until newline reached by Robert Bieber · 15 years ago
  99. e03d373 Theme Editor: WorkingWorking on speeding up the renderer, replaced for-loops with faster method call by Robert Bieber · 15 years ago
  100. 3214e37 Theme Editor: Made all lines of text render as a single graphic, viewport size limits now enforced on text width by Robert Bieber · 15 years ago