1. 24b0b38 Fix themeeditor building by correcting spelling of 'seperate'. by Teruaki Kawashima · 14 years ago
  2. 18a6f42 Theme Editor: Editor font/color settings are now applied to config documents by Robert Bieber · 15 years ago
  3. 5602342 Theme Editor: Added a warning console to the renderer, but haven't made any rendering classes use it yet by Robert Bieber · 15 years ago
  4. df1ff11 Theme Editor: Added coordinate display when moving mouse around preview window by Robert Bieber · 15 years ago
  5. 054a85f Theme Editor: Added code generate/undo functionality to SkinViewer by Robert Bieber · 15 years ago
  6. c216100 Theme Editor: Overhauled main window toolbar by Robert Bieber · 15 years ago
  7. 49865b2 Theme Editor: Began implementing code generation for movable viewports by Robert Bieber · 15 years ago
  8. 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 · 15 years ago
  9. 436ed78 Theme Editor: SkinDocument class now checks file extension when loading a document and sets the cs device setting accordingly by Robert Bieber · 15 years ago
  10. 7cd57a9 Theme Editor: Added a default label to switch block in devicestate.cpp to be safe by Robert Bieber · 15 years ago
  11. c882464 Theme Editor: Fixed rendering of %ca tag by Robert Bieber · 15 years ago
  12. a19fa2d themeeditor: fix build by Rafaël Carré · 15 years ago
  13. 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 · 15 years ago
  14. 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 · 15 years ago
  15. 89c1a88 Theme Editor: Recent documents/projects that no longer exist are now cleared from the menu by Robert Bieber · 15 years ago
  16. 5106d93 Theme Editor: Project Exporter will not check for internal settings keys as files by Robert Bieber · 15 years ago
  17. d92f817 Theme Editor: Added targetdb download to preferences dialog, fixed Cancel button on FontDownloader by Robert Bieber · 15 years ago
  18. 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 · 15 years ago
  19. 7a1a72a Theme Editor: Added resource check to project export by Robert Bieber · 15 years ago
  20. 8556ad8 Theme Editor: Implemented zip file project export by Robert Bieber · 15 years ago
  21. 5297db9 Theme Editor: Added interface for project export, exporting files to zip is still todo by Robert Bieber · 15 years ago
  22. 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 · 15 years ago
  23. 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
  24. d03929b Theme Editor: Added file filters with capitalized extensions for WPS, SBS, etc. files by Robert Bieber · 15 years ago
  25. 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
  26. 3c4fb8a Theme Editor: Added column number to parser error messages by Robert Bieber · 15 years ago
  27. 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
  28. 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
  29. 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
  30. c272144 Theme Editor: Added New Project feature by Robert Bieber · 15 years ago
  31. 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
  32. 4b457d6 Theme Editor: Added optional plaintext editing for config files by Robert Bieber · 15 years ago
  33. b76b644 Theme Editor: Added Close Project feature by Robert Bieber · 15 years ago
  34. bae1836 Theme Editor: Implemented some touch area click events by Robert Bieber · 15 years ago
  35. b990664 Theme Editor: Implemented timer panel functionality, added missing seconds field to device control panel by Robert Bieber · 15 years ago
  36. 73a3747 Theme Editor: Built a ui for the timer panel, not functional yet by Robert Bieber · 15 years ago
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. eccc2bd Theme Editor: Added font directory option in preferences dialog, renderer will now search that directory for fonts if they're not found in the project directory by Robert Bieber · 15 years ago
  43. 71b561e Theme Editor: Fixed bug that caused WPS skins without SBS parents not to render their backdrops correctly. Added support for RTL-dependant text alignment by Robert Bieber · 15 years ago
  44. d4e7ab7 Theme Editor: Switched device configuration panel to a QFormLayout by Robert Bieber · 15 years ago
  45. 5aa684f Theme Editor: Implemented replace and replace all in find/replace dialog by Robert Bieber · 15 years ago
  46. a8bb62e Theme Editor: Made irrelevant menu items disabled at startup, made wrap-around search work in the find/replace dialog by Robert Bieber · 15 years ago
  47. fb09d63 Theme Editor: Removed some old debug code in skindocument.cpp, began implementing a new find/replace dialog, due to licensing issues by Robert Bieber · 15 years ago
  48. 9d68516 Theme Editor: Fixed random outlining in default viewport, working on getting the viewer to refresh on re-render by Robert Bieber · 15 years ago
  49. 9d6b5d6 Theme Editor: Stopped conditionals and sublines from triggering newlines and made combo boxes in config panel return text if not used in a conditional by Robert Bieber · 15 years ago
  50. 449a895 Theme Editor: Beginning to work on conditional rendering, just made fix to line following code to speed up horizontal scrolling by Robert Bieber · 15 years ago
  51. be70fd8 Theme Editor: Added an edit menu with a find/replace function (copied from an LGPL library) by Robert Bieber · 15 years ago
  52. 5300c70 Theme Editor: Added Show Viewports option to device configuration panel, implemented simple rendering of info tags from device configuration by Robert Bieber · 15 years ago
  53. c32728c Theme Editor: Began integrating device configuration panel with renderer by Robert Bieber · 15 years ago
  54. 3359587 Theme Editor: Added a reset zoom button, made icons for all the zoom buttons by Robert Bieber · 15 years ago
  55. 0db8bc4 Theme Editor: Made the device configuration menu dockable by Robert Bieber · 15 years ago
  56. 273b9d6 Theme Editor: Fixed some compiler warnings and a segfault. Got some basic text rendering working (only with plaintext elements, no font support yet) as well as Viewport background color support by Robert Bieber · 15 years ago
  57. 966052b Theme Editor: Removed dependency on lingering file from devicestate.cpp, fixed formatting in device state panel, working on tag list for device panel by Robert Bieber · 15 years ago
  58. 9079cdd Theme Editor: Added settingsChanged() signal to DeviceState class by Robert Bieber · 15 years ago
  59. 1ae6ee2 Theme Editor: Fixed some resource alias issues, implemented device configuration panel that loads options from a text file by Robert Bieber · 15 years ago
  60. 58ad1e7 Theme Editor: Began working on device status dialog by Robert Bieber · 15 years ago
  61. ac9287b Theme Editor: Began in implementing tag rendering, %X tag now recognized by Robert Bieber · 15 years ago
  62. e1d8a3d Theme Editor: Reworked information passing among render functions, now loads all viewports and shows Custom UI viewport in blue by Robert Bieber · 15 years ago
  63. 4f93aba Theme Editor: Fixed typo that broke compile by Robert Bieber · 15 years ago
  64. d8827b5 Theme Editor: Working on rendering viewports, display will now show %V(...) viewports as red rectangles over backdrop or background color by Robert Bieber · 15 years ago
  65. a9b30ee Theme Editor: Made allll destructors virtual by Robert Bieber · 15 years ago
  66. 1dc2c5e Theme Editor: Stopped combo boxes in configuration editor from scrolling on mouse-wheel by Robert Bieber · 15 years ago
  67. 7556084 Theme Editor: Working on renderer infrastructure by Robert Bieber · 15 years ago
  68. ca56428 Theme Editor: Moved source files into subdirectories by Robert Bieber · 15 years ago