ui: removed 'Save Project' and 'Save Project As' actions

* removed save actions from menu in QtMainWindow
* removed MessageSaveProject and all Listeners
* updated project loading to ask whether old project and db file should be kept at old location
* fixed crash for missing include files
* fixed simple header search within source paths was broken
This commit is contained in:
Eberhard Graether
2016-06-28 15:59:22 +02:00
parent 2cf033d43a
commit 8ca54f2091
16 changed files with 123 additions and 202 deletions
-26
View File
@@ -878,20 +878,6 @@
<li>Opens the <a href="#EditProjectWindow">Edit Project Window</a> prefilled with your project settings and allows for changing them.</li>
</ul>
</li>
<li>
<strong>Save Project</strong>
<ul>
<li>Shortcut: <a href="#Shortcuts">Save Project</a></li>
<li>Save the project file.</li>
</ul>
</li>
<li>
<strong>Save Project As</strong>
<ul>
<li>Shortcut: <a href="#"Shortcuts>Save Project As</a></li>
<li>Save the project file to another location. The project file will be duplicated.</li>
</ul>
</li>
<li>
<strong>Exit</strong>
<ul>
@@ -1074,18 +1060,6 @@
<td><kbd>Cmd + O</kbd></td>
<td><kbd>Ctrl + O</kbd></td>
</tr>
<tr>
<th scope="row">Save Project</th>
<td><kbd>Ctrl + S</kbd></td>
<td><kbd>Cmd + S</kbd></td>
<td><kbd>Ctrl + S</kbd></td>
</tr>
<tr>
<th scope="row">Save Project As</th>
<td><kbd>Ctrl + Shift + S</kbd></td>
<td><kbd>Cmd + Shift + S</kbd></td>
<td><kbd>Ctrl + Shift + S</kbd></td>
</tr>
<tr>
<th scope="row">Close Window</th>
<td><kbd>Alt + F4</kbd></td>