# # # patch "res/forms/icon_help.ui" # from [7f8918b02a06b6492f07a0d40a26562a35e35187] # to [bc8b532f1d74e345beda2c9f0a555fdb43fe2bca] # # patch "res/forms/nodeinfo.ui" # from [b4d5c81b4c49819097fd46bc7e84e24cdff03753] # to [e50b8c7c5a8cf15e4be3423288036cb5d2fa3611] # # patch "src/view/WorkspaceWindow.cpp" # from [8fc4a170d11e051a165b0118859d550c3f0509df] # to [068884043bdd39dc9ba6a7ae5f55ddace57b1121] # # patch "src/view/panels/DatabaseVariables.cpp" # from [a3d0ea6257c7a5f4754b652db1fcde62eea842e7] # to [11a11c5cd6207a1b072a892df7e115f648b28875] # ============================================================ --- res/forms/icon_help.ui 7f8918b02a06b6492f07a0d40a26562a35e35187 +++ res/forms/icon_help.ui bc8b532f1d74e345beda2c9f0a555fdb43fe2bca @@ -5,8 +5,8 @@ 0 0 - 448 - 684 + 242 + 448 @@ -101,7 +101,8 @@ committable changes - Item has changed contents and attributes + Item has changed contents +and attributes @@ -241,8 +242,9 @@ committable changes - Item is invalid (file type on disk is different -from the recorded type) + Item is invalid (file type on +disk is different from the +recorded type) @@ -251,6 +253,19 @@ from the recorded type) + + + + Qt::Vertical + + + + 0 + 0 + + + + ============================================================ --- res/forms/nodeinfo.ui b4d5c81b4c49819097fd46bc7e84e24cdff03753 +++ res/forms/nodeinfo.ui e50b8c7c5a8cf15e4be3423288036cb5d2fa3611 @@ -5,16 +5,10 @@ 0 0 - 161 - 405 + 158 + 419 - - - 0 - 0 - - Form @@ -51,8 +45,11 @@ - + X + + Qt::AlignCenter + @@ -173,6 +170,19 @@ + + + + Qt::Vertical + + + + 0 + 0 + + + + ============================================================ --- src/view/WorkspaceWindow.cpp 8fc4a170d11e051a165b0118859d550c3f0509df +++ src/view/WorkspaceWindow.cpp 068884043bdd39dc9ba6a7ae5f55ddace57b1121 @@ -32,6 +32,7 @@ WorkspaceWindow::WorkspaceWindow() : Dat proxyModelFileList(0), invWatcher(0) { setObjectName("WorkspaceWindow"); + setDockOptions(QMainWindow::ForceTabbedDocks); } WorkspaceWindow::~WorkspaceWindow() @@ -278,6 +279,9 @@ void WorkspaceWindow::setup() dynamic_cast(menuBar) ->addDockWidgetAction(nodeInfo->toggleViewAction()); + addDockWidget(Qt::LeftDockWidgetArea, iconHelp); + addDockWidget(Qt::LeftDockWidgetArea, nodeInfo); + connect( nodeInfo, SIGNAL(showSelectRevision(const QString &)), dialogManager, SLOT(showSelectRevision(const QString &)) ============================================================ --- src/view/panels/DatabaseVariables.cpp a3d0ea6257c7a5f4754b652db1fcde62eea842e7 +++ src/view/panels/DatabaseVariables.cpp 11a11c5cd6207a1b072a892df7e115f648b28875 @@ -64,7 +64,7 @@ DatabaseVariables::DatabaseVariables(QWi ); setWindowTitle(tr("Database variables")); - setFloating(true); + //setFloating(true); setAllowedAreas(Qt::BottomDockWidgetArea); }