Add save+open to notebook, allow multiple windows, add translations, add welcome window
diff --git a/ide/resources.qrc b/ide/resources.qrc
index c4b120e..f76afd3 100644
--- a/ide/resources.qrc
+++ b/ide/resources.qrc
@@ -1,6 +1,6 @@
<RCC>
<qresource prefix="/">
- <file>qml/main.qml</file>
+ <file>qml/NbWindow.qml</file>
<file>qml/NotebookCell.qml</file>
<file>icons/play-circle.svg</file>
<file>icons/add.svg</file>
@@ -10,5 +10,10 @@
<file>icons/menu.svg</file>
<file>qml/Constants.qml</file>
<file>qml/qmldir</file>
+ <file>qml/main.qml</file>
+ <file>icons/book.svg</file>
+ <file>icons/document.svg</file>
+ <file>qml/RecentNotebook.qml</file>
+ <file>qml/Tip.qml</file>
</qresource>
</RCC>