1. 2ce1dfe Theme Editor: add libskin_parser files to clean rule. by Dominik Riebeling · 14 years ago
  2. 8c6b8e6 Theme Editor: make cross compiling on OS X work. by Dominik Riebeling · 14 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 · 14 years ago
  4. df1ff11 Theme Editor: Added coordinate display when moving mouse around preview window by Robert Bieber · 14 years ago
  5. 054a85f Theme Editor: Added code generate/undo functionality to SkinViewer by Robert Bieber · 14 years ago
  6. c216100 Theme Editor: Overhauled main window toolbar by Robert Bieber · 14 years ago
  7. 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
  8. 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
  9. 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
  10. dbeb1ee Theme Editor: Added ditor: Added a version number to the project file by Robert Bieber · 14 years ago
  11. d530f0b Theme Editor: Changed binary name to rbthemeeditor by Robert Bieber · 14 years ago
  12. d92f817 Theme Editor: Added targetdb download to preferences dialog, fixed Cancel button on FontDownloader by Robert Bieber · 14 years ago
  13. 62f6618 Theme Editor: fix building on Windows. by Dominik Riebeling · 14 years ago
  14. 5297db9 Theme Editor: Added interface for project export, exporting files to zip is still todo by Robert Bieber · 14 years ago
  15. 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
  16. e86940c Support cross-compiling Theme Editor. by Dominik Riebeling · 14 years ago
  17. 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 · 14 years ago
  18. 025147e Theme Editor: Added target database, now populates combo box in new project dialog but otherwise not used yet by Robert Bieber · 14 years ago
  19. c272144 Theme Editor: Added New Project feature by Robert Bieber · 14 years ago
  20. 4b457d6 Theme Editor: Added optional plaintext editing for config files by Robert Bieber · 14 years ago
  21. 1423874 Theme Editor: Added RBTouchArea class. Touch areas on a theme can now be displayed, but they're not clickable yet by Robert Bieber · 14 years ago
  22. 73a3747 Theme Editor: Built a ui for the timer panel, not functional yet by Robert Bieber · 14 years ago
  23. 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
  24. 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
  25. 86d8a53 Add Theme Editor application icon for Windows by Dominik Riebeling · 14 years ago
  26. b4443ef Add Info.plist and application icon to Theme Editor on OS X. by Dominik Riebeling · 14 years ago
  27. e464128 Rework libskin_parser Makefile for OS X support. by Dominik Riebeling · 14 years ago
  28. 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
  29. 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
  30. 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
  31. 35150b6 Theme Editor: Implemented status bar enable/disable by Robert Bieber · 14 years ago
  32. 8114979 Theme Editor: Added album art display by Robert Bieber · 14 years ago
  33. be70fd8 Theme Editor: Added an edit menu with a find/replace function (copied from an LGPL library) by Robert Bieber · 14 years ago
  34. 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
  35. 58ad1e7 Theme Editor: Began working on device status dialog by Robert Bieber · 14 years ago
  36. 6d61566 Theme Editor: Added dummy font class and implemented font load tag by Robert Bieber · 14 years ago
  37. ac9287b Theme Editor: Began in implementing tag rendering, %X tag now recognized by Robert Bieber · 14 years ago
  38. 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
  39. 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
  40. 36b934d Move the skin parser to a seperate library by Jonathan Gordon · 14 years ago
  41. ca56428 Theme Editor: Moved source files into subdirectories by Robert Bieber · 14 years ago
  42. 604b17a Theme Editor: Began working on skin preview viewer by Robert Bieber · 14 years ago
  43. 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
  44. 046832c Theme Editor: Stripped out the sub-classes for ProjectModel and turned ProjectModel into a list model, also replaced the project tree view with a list view by Robert Bieber · 14 years ago
  45. c3a698e Theme Editor: Added project settings to the project panel view by Robert Bieber · 14 years ago
  46. ceddd2f Theme Editor: Working on the project viewer infrastructure by Robert Bieber · 14 years ago
  47. 61b5f0c Theme Editor: Began implementing classes to display project files and settings in the project panel by Robert Bieber · 15 years ago
  48. 0cc5072 Theme Editor: Added line numbering in the text editor, thanks to some code from Nokia. Also made newly opened documents scroll to the top of the document after loading by Robert Bieber · 15 years ago
  49. 53b619c Theme Editor: Added a preferences dialog and allowed modification of the syntax highlighting and editor colors by Robert Bieber · 15 years ago
  50. 47181b8 Theme Editor: Got save/save-as functionality working and added Tango icons to the toolbar by Robert Bieber · 15 years ago
  51. e174a8a Theme Editor: Began implementing tabbing by Robert Bieber · 15 years ago
  52. 084ff07 Theme Editor: Added a window icon and made menus alt-navigable by Robert Bieber · 15 years ago
  53. 6feac4a Theme Editor: Added syntax highlighting by Robert Bieber · 15 years ago
  54. e5a3ec2 Changed build subdirectory by Robert Bieber · 15 years ago
  55. a9848ce Theme Editor: Put together a simple GUI to test going back and forth between a tree view and a text edit box by Robert Bieber · 15 years ago
  56. 565cd00 Trying to implement QAbstractItemModel for parse trees, haven't got it working yet (current state will spawn an empty treeview window) by Robert Bieber · 15 years ago
  57. a089fcc Added a README and a missing copyright header to the theme editor files by Robert Bieber · 15 years ago
  58. 0769fc5 Fixed some memory leaks in the theme editor by Robert Bieber · 15 years ago
  59. d5b24dd Adding the new WPS parser, code works but need to build the tag table by Robert Bieber · 15 years ago