1. b990664 Theme Editor: Implemented timer panel functionality, added missing seconds field to device control panel by Robert Bieber · 14 years ago
  2. 73a3747 Theme Editor: Built a ui for the timer panel, not functional yet by Robert Bieber · 14 years ago
  3. 91a0e8a Theme Editor: Simplified clock tab in device control panel, now one set of values controls all the cX tags by Robert Bieber · 14 years ago
  4. 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 · 14 years ago
  5. 6358d41 Theme Editor: Began working on special cases for device option panel. Implemented path info for current and next file by Robert Bieber · 14 years ago
  6. eb93e3b Theme Editor: Removed papause from line scrolling by Robert Bieber · 14 years ago
  7. 13e97cd Theme Editor: Implemented line scrolling by Robert Bieber · 14 years ago
  8. 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 · 14 years ago
  9. 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 · 14 years ago
  10. 6f06793 Theme Editor: Fixed rendering bug that caused text in sublines not to appear, implemented a global font cache by Robert Bieber · 14 years ago
  11. 8814565 Theme Editor: Delaying rendering of text lines until newline reached by Robert Bieber · 14 years ago
  12. e03d373 Theme Editor: WorkingWorking on speeding up the renderer, replaced for-loops with faster method call by Robert Bieber · 14 years ago
  13. 3214e37 Theme Editor: Made all lines of text render as a single graphic, viewport size limits now enforced on text width by Robert Bieber · 14 years ago
  14. ce5ee19 Theme Editor: Moved volume options in device configuration panel by Robert Bieber · 14 years ago
  15. 86d8a53 Add Theme Editor application icon for Windows by Dominik Riebeling · 14 years ago
  16. b4443ef Add Info.plist and application icon to Theme Editor on OS X. by Dominik Riebeling · 14 years ago
  17. e464128 Rework libskin_parser Makefile for OS X support. by Dominik Riebeling · 14 years ago
  18. 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 · 14 years ago
  19. 120f3e1 Theme Editor: Default theme font is now correctly loaded by Robert Bieber · 14 years ago
  20. 39e2520 Theme Editor: Rockbox FNT files now supported. Theme editor will currently load fonts from the current project directory, or use the built-in font if they're not present by Robert Bieber · 14 years ago
  21. 6a04479 Theme Editor: Began working on font loading. Font header info is now read and spewed out onto the debug console by Robert Bieber · 14 years ago
  22. 8a23b8e Theme Editor: Added the built-in font to the project resources by Robert Bieber · 14 years ago
  23. 27debea Theme Editor: Fixed redundant directory separator bug in addresourcedir script by Robert Bieber · 14 years ago
  24. ac58d02 Theme Editor: Added a small PHP script to auto-generate a qrc entry for a directory with aliases for each file by Robert Bieber · 14 years ago
  25. 68756cc Theme Editor: Enabled conditional display of ID3/file info with checkbox on the device panel by Robert Bieber · 14 years ago
  26. 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 · 14 years ago
  27. dc34785 s/SUBLINES/LINE_ALTERNATOR/ by Jonathan Gordon · 14 years ago
  28. 2a7fc15 Theme Editor: WPS documents rendered within SBS documents can now set backdrops by Robert Bieber · 14 years ago
  29. 32ff4e9 Theme Editor: Implemented a flags column in the tag table, removed the \n flag at the end of the param list and replaced it with a NOBREAK flag to prevent the renderer from inserting a line break at the end of the line. Modified the theme editor's renderer to accomodate this flag by Robert Bieber · 14 years ago
  30. d4e7ab7 Theme Editor: Switched device configuration panel to a QFormLayout by Robert Bieber · 14 years ago
  31. e472c39 Theme Editor: Fixed cd code generation bug: Tags whose paramlists end in \n will now have a newline inserted after them by Robert Bieber · 14 years ago
  32. 2f68e5b Theme Editor: SBS will now render underneath WPS, if both are present in project by Robert Bieber · 14 years ago
  33. 8219cfe Theme Editor: Status bar no longer drawn by default by Robert Bieber · 14 years ago
  34. 5aa684f Theme Editor: Implemented replace and replace all in find/replace dialog by Robert Bieber · 14 years ago
  35. a8bb62e Theme Editor: Made irrelevant menu items disabled at startup, made wrap-around search work in the find/replace dialog by Robert Bieber · 14 years ago
  36. 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 · 14 years ago
  37. 4429fb0 Theme Editor: Removed some old hash code that caused viewer not to update due to hash collisions. Made Vf and Vb tags attached to viewport definition eat newline at end of line' by Robert Bieber · 14 years ago
  38. 9d68516 Theme Editor: Fixed random outlining in default viewport, working on getting the viewer to refresh on re-render by Robert Bieber · 14 years ago
  39. 14caf67 Theme Editor: Switched the last two parameters of the Vp tag back to their original orientation, made the playlist display the first half with ID3 info, the second half without, as if the list were mid-way through loading by Robert Bieber · 14 years ago
  40. e763eb7 Theme Editor: Switched the order of the last two arguments to %Vp in rendering by Robert Bieber · 14 years ago
  41. f58174f Theme Editor: Renderer will not insert a newline at the end of a line if it's the same line in the wps file as the viewport declaration, to avoid forcing the first line of text down past where it belongs if Vf and Vb are used. The parser should be modified to make this unnecessary, when a consensus can be reached on how to do it by Robert Bieber · 14 years ago
  42. 9742704 Theme Editor: Altered tag table entry for %pb to make image optional, implemented progress bar rendering in theme editor by Robert Bieber · 14 years ago
  43. 26a2f81 Theme Editor: Fixed line numbering bug in parser. Implemented playlist display in renderer: playlist will use info for next track for all tracks other than the current track by Robert Bieber · 14 years ago
  44. a54bfaa Theme Editor: Renderer now adds a newline after EVERY logical line in the parse tree by Robert Bieber · 14 years ago
  45. f093700 Theme Editor: Fixed album art positioning bug, removed unneeded debug code by Robert Bieber · 14 years ago
  46. c215d97 Theme Editor: Made blank lines render newlines in the output by Robert Bieber · 14 years ago
  47. 8cd51a7 Theme Editor: Implemented negative x/y/w/h values in viewport declarations by Robert Bieber · 14 years ago
  48. 82618e8 Theme Editor: Fixed segfaulting conditional bug by Robert Bieber · 14 years ago
  49. 35150b6 Theme Editor: Implemented status bar enable/disable by Robert Bieber · 14 years ago
  50. 8114979 Theme Editor: Added album art display by Robert Bieber · 14 years ago
  51. d2ed594 Theme Editor: Implemented text alignment by Robert Bieber · 14 years ago
  52. 1fbea62 Theme Editor: Fixed conditional viewport display by Robert Bieber · 14 years ago
  53. 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 · 14 years ago
  54. 5565a28 Remove some redundant #include's by Bertrik Sikken · 14 years ago
  55. 3ecef7d Theme Editor: Implemented subline rendering, including conditional subline times by Robert Bieber · 14 years ago
  56. 3313ab8 Theme Editor: Implemented conditional rendering, most conditionals should work correctly now by Robert Bieber · 14 years ago
  57. 449a895 Theme Editor: Beginning to work on conditional rendering, just made fix to line following code to speed up horizontal scrolling by Robert Bieber · 14 years ago
  58. aa13a53 Theme Editor: Rearranged and separated tag execution and rendering code by Robert Bieber · 14 years ago
  59. be70fd8 Theme Editor: Added an edit menu with a find/replace function (copied from an LGPL library) by Robert Bieber · 14 years ago
  60. 5300c70 Theme Editor: Added Show Viewports option to device configuration panel, implemented simple rendering of info tags from device configuration by Robert Bieber · 14 years ago
  61. c32728c Theme Editor: Began integrating device configuration panel with renderer by Robert Bieber · 14 years ago
  62. 3359587 Theme Editor: Added a reset zoom button, made icons for all the zoom buttons by Robert Bieber · 14 years ago
  63. 0db8bc4 Theme Editor: Made the device configuration menu dockable by Robert Bieber · 14 years ago
  64. 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 · 14 years ago
  65. 8f8ac0e Theme Editor: Added (I think) all of the tags to the device configuration window by Robert Bieber · 14 years ago
  66. 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 · 14 years ago
  67. 481bcf2 Theme Editor: Renderer now allows multiple viewports to share an identifier by Robert Bieber · 14 years ago
  68. 9079cdd Theme Editor: Added settingsChanged() signal to DeviceState class by Robert Bieber · 14 years ago
  69. 1ae6ee2 Theme Editor: Fixed some resource alias issues, implemented device configuration panel that loads options from a text file by Robert Bieber · 14 years ago
  70. 58ad1e7 Theme Editor: Began working on device status dialog by Robert Bieber · 14 years ago
  71. 6d61566 Theme Editor: Added dummy font class and implemented font load tag by Robert Bieber · 14 years ago
  72. deab1bb Theme Editor: Added rendering support for some more tags by Robert Bieber · 14 years ago
  73. 7edf65d Theme Editor: Removed some lingering debug code by Robert Bieber · 14 years ago
  74. 66a13be Theme Editor: Implemented %xd tag with subimages by Robert Bieber · 14 years ago
  75. f4fd16c Theme Editor: Fixed image display relative to viewport by Robert Bieber · 14 years ago
  76. d302705 Theme Editor: Working on image rendering by Robert Bieber · 14 years ago
  77. ac9287b Theme Editor: Began in implementing tag rendering, %X tag now recognized by Robert Bieber · 14 years ago
  78. e1d8a3d Theme Editor: Reworked information passing among render functions, now loads all viewports and shows Custom UI viewport in blue by Robert Bieber · 14 years ago
  79. d18aa51 Theme Editor: Fixed some compiler warnings by Robert Bieber · 14 years ago
  80. 9d242ab Add error messages to a few more failure cases to beastpatcher. by Dominik Riebeling · 14 years ago
  81. 4f93aba Theme Editor: Fixed typo that broke compile by Robert Bieber · 14 years ago
  82. d8827b5 Theme Editor: Working on rendering viewports, display will now show %V(...) viewports as red rectangles over backdrop or background color by Robert Bieber · 14 years ago
  83. 02c3774 Theme Editor: Continuing work on rendering, skin preview will now show backdrop or background color depending on config file by Robert Bieber · 14 years ago
  84. a9b30ee Theme Editor: Made allll destructors virtual by Robert Bieber · 14 years ago
  85. c0bd417 Make sure files which aren't windows-specific use \n line endings only by Rafaël Carré · 14 years ago
  86. 1dc2c5e Theme Editor: Stopped combo boxes in configuration editor from scrolling on mouse-wheel by Robert Bieber · 14 years ago
  87. 7556084 Theme Editor: Working on renderer infrastructure by Robert Bieber · 14 years ago
  88. 36b934d Move the skin parser to a seperate library by Jonathan Gordon · 14 years ago
  89. ca56428 Theme Editor: Moved source files into subdirectories by Robert Bieber · 14 years ago
  90. 604b17a Theme Editor: Began working on skin preview viewer by Robert Bieber · 14 years ago
  91. 60d5f50 Theme Editor: Items from line under cursor now selected in parse tree view by Robert Bieber · 14 years ago
  92. 0d48448 Theme Editor: Replaced line edits for key names with combo boxes by Robert Bieber · 14 years ago
  93. 267a446 Theme Editor: Implemented save/save as in the configuration file editor by Robert Bieber · 14 years ago
  94. 0c26a79 Theme Editor: Added copyright headers to ConfigDocument files, continued work on configuration editing by Robert Bieber · 14 years ago
  95. 98a5780 Theme editor: only accept valid colors in the preference dialog by Maurus Cuelenaere · 14 years ago
  96. 2e320f6 Theme Editor: Changed color to colour in preferences. Made parse tree viewer alternate line colors and auto-scroll/expand with cursor in editor window. Implemented TabContent abstract class so that more than just skin documents can be loaded in tabs. Made SkinDocument implement TabContent. Began implementing ConfigDocument for editing configuration files. by Robert Bieber · 14 years ago
  97. 2e75dae dont reuse vairbale names by Jonathan Gordon · 14 years ago
  98. b49577b some tags need special handling when they are in the wrong branch of a conditional, so go ahead and make that work :p by Jonathan Gordon · 14 years ago
  99. d827d20 Theme Editor: Set window title on the preferences dialog by Robert Bieber · 14 years ago
  100. 44c122b Theme Editor: Made new tabs raise to forefront by Robert Bieber · 14 years ago