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
This commit is contained in:
Robert Bieber 2010-07-25 21:16:37 +00:00
parent e024198305
commit e1e51f9994
5 changed files with 193 additions and 1 deletions

View file

@ -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>&amp;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>