# # # add_file "guitone/res/icons/guitone.png" # content [a4af1628d40d9c0abb2360b60a9143cfdf004803] # # patch "guitone/res/forms/main_window.ui" # from [f270fec74606db1d3c15648b106e7f1815f9440d] # to [817bf033d8c216fcbf571f26ab0bbcb5238e7ed7] # # patch "guitone/res/guitone.qrc" # from [aa792b0a9bacff4929d60c97e1d035f600b51d04] # to [f01e16e0a00027eae53b6698fe99d88ba33ad19a] # # patch "guitone/src/main.cpp" # from [0d20d31b30c4df01c796afc5e58693d5d2eee849] # to [6237f93a53dd52e14b256ddbee193aa454cd3748] # # set "guitone/res/icons/guitone.png" # attr "mtn:manual_merge" # value "true" # ============================================================ # guitone/res/icons/guitone.png is binary ============================================================ --- guitone/res/forms/main_window.ui f270fec74606db1d3c15648b106e7f1815f9440d +++ guitone/res/forms/main_window.ui 817bf033d8c216fcbf571f26ab0bbcb5238e7ed7 @@ -77,9 +77,9 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">guitone is in <span style=" font-weight:600;">database mode</span>. This means that only parts of the functionality are available. </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can switch back to the <span style=" font-weight:600;">workspace mode</span> at any time by loading a workspace.</p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"><span style=" font-size:10pt;">guitone is in </span><span style=" font-size:10pt; font-weight:600;">database mode</span><span style=" font-size:10pt;">. This means that only parts of the functionality are available. </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:10pt;">You can switch back to the <span style=" font-weight:600;">workspace mode</span> at any time by loading a workspace.</p></body></html> Qt::RichText @@ -92,8 +92,14 @@ p, li { white-space: pre-wrap; } - Loaded database: %1 + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Loaded database: %1</span></p></body></html> + + Qt::AutoText + Qt::AlignHCenter|Qt::AlignTop @@ -114,7 +120,7 @@ p, li { white-space: pre-wrap; } 0 0 926 - 22 + 28 @@ -143,13 +149,6 @@ p, li { white-space: pre-wrap; } - - - Help - - - - File @@ -189,6 +188,13 @@ p, li { white-space: pre-wrap; } + + + Help + + + + @@ -387,11 +393,6 @@ p, li { white-space: pre-wrap; } - AttributesView - QTreeView -
../AttributesView.h
-
- InventoryView QTreeView
../InventoryView.h
@@ -401,8 +402,15 @@ p, li { white-space: pre-wrap; } QSplitter
../Splitter.h
+ + AttributesView + QTreeView +
../AttributesView.h
+
- + + + actionQuit ============================================================ --- guitone/res/guitone.qrc aa792b0a9bacff4929d60c97e1d035f600b51d04 +++ guitone/res/guitone.qrc f01e16e0a00027eae53b6698fe99d88ba33ad19a @@ -1,9 +1,9 @@ - guitone-icon.svg guitone-logo.svg + i18n/guitone_de.qm + icons/guitone.png icons/tree.png - i18n/guitone_de.qm overlays/added.png overlays/added_missing.png overlays/cdup.png ============================================================ --- guitone/src/main.cpp 0d20d31b30c4df01c796afc5e58693d5d2eee849 +++ guitone/src/main.cpp 6237f93a53dd52e14b256ddbee193aa454cd3748 @@ -49,8 +49,9 @@ int main(int argc, char** argv) mainWnd->show(); - app.setWindowIcon(QIcon(":guitone-icon.svg")); + app.setWindowIcon(QIcon(":icons/guitone.png")); app.connect(&app, SIGNAL(lastWindowClosed()), mainWnd, SLOT(quit())); + return app.exec(); }