diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-25 21:16:37 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-25 21:16:37 +0000 |
| commit | e1e51f99949f2a2967210342fcea6e8ae8495e0b (patch) | |
| tree | bb2d62c6bea3e379e301d9b6b3592e1156274a54 /utils/themeeditor/gui/editorwindow.ui | |
| parent | e024198305623674d372aff71463e904905485b0 (diff) | |
| download | rockbox-e1e51f99949f2a2967210342fcea6e8ae8495e0b.zip rockbox-e1e51f99949f2a2967210342fcea6e8ae8495e0b.tar.gz rockbox-e1e51f99949f2a2967210342fcea6e8ae8495e0b.tar.bz2 rockbox-e1e51f99949f2a2967210342fcea6e8ae8495e0b.tar.xz | |
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
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27564 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.ui')
| -rw-r--r-- | utils/themeeditor/gui/editorwindow.ui | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui index edfdfe3..bd74e13 100644 --- a/utils/themeeditor/gui/editorwindow.ui +++ b/utils/themeeditor/gui/editorwindow.ui @@ -40,17 +40,29 @@ <x>0</x> <y>0</y> <width>628</width> - <height>25</height> + <height>27</height> </rect> </property> <widget class="QMenu" name="menuFile"> <property name="title"> <string>&File</string> </property> + <widget class="QMenu" name="menuRecent_Files"> + <property name="title"> + <string>Recent Files</string> + </property> + </widget> + <widget class="QMenu" name="menuRecent_Projects"> + <property name="title"> + <string>Recent Projects</string> + </property> + </widget> <addaction name="actionNew_Document"/> <addaction name="actionNew_Project"/> <addaction name="actionOpen_Document"/> <addaction name="actionOpen_Project"/> + <addaction name="menuRecent_Files"/> + <addaction name="menuRecent_Projects"/> <addaction name="separator"/> <addaction name="actionClose_Document"/> <addaction name="actionClose_Project"/> @@ -407,6 +419,28 @@ <string>Ctrl+Shift+X</string> </property> </action> + <action name="actionFiles"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Files</string> + </property> + <property name="visible"> + <bool>true</bool> + </property> + </action> + <action name="actionProjects"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Projects</string> + </property> + <property name="visible"> + <bool>true</bool> + </property> + </action> </widget> <tabstops> <tabstop>projectTree</tabstop> |