diff --git a/src/SeerCommandLogsWidget.ui b/src/SeerCommandLogsWidget.ui
index 9ab2c2f..ab46b26 100644
--- a/src/SeerCommandLogsWidget.ui
+++ b/src/SeerCommandLogsWidget.ui
@@ -14,12 +14,24 @@
Seer - Commands and Logs
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
-
-
- M1 macro. Hold down to edit.
+ M1 macro. Click to execute. Hold down to edit.
M1
@@ -29,7 +41,7 @@
-
- M2 macro. Hold down to edit.
+ M2 macro. Click to execute. Hold down to edit.
M2
@@ -39,7 +51,7 @@
-
- M3 macro. Hold down to edit.
+ M3 macro. Click to execute. Hold down to edit.
M3
@@ -49,7 +61,7 @@
-
- M4 macro. Hold down to edit.
+ M4 macro. Click to execute. Hold down to edit.
M4
@@ -59,7 +71,7 @@
-
- M5 macro. Hold down to edit.
+ M5 macro. Click to execute. Hold down to edit.
M5
@@ -69,7 +81,7 @@
-
- M6 macro. Hold down to edit.
+ M6 macro. Click to execute. Hold down to edit.
M6
@@ -79,7 +91,7 @@
-
- M7 macro. Hold down to edit.
+ M7 macro. Click to execute. Hold down to edit.
M7
@@ -89,7 +101,7 @@
-
- M8 macro. Hold down to edit.
+ M8 macro. Click to execute. Hold down to edit.
M8
@@ -99,7 +111,7 @@
-
- M9 macro. Hold down to edit.
+ M9 macro. Click to execute. Hold down to edit.
M9
@@ -109,7 +121,7 @@
-
- M0 macro. Hold down to edit.
+ M0 macro. Click to execute. Hold down to edit.
M0
@@ -134,7 +146,7 @@
-
-
+
false
@@ -159,7 +171,7 @@
QDetachTabWidget
QTabWidget
-
+
1
diff --git a/src/SeerGdbWidget.cpp b/src/SeerGdbWidget.cpp
index 8cdfc54..f97ad25 100644
--- a/src/SeerGdbWidget.cpp
+++ b/src/SeerGdbWidget.cpp
@@ -354,7 +354,7 @@ SeerGdbWidget::SeerGdbWidget (QWidget* parent) : QWidget(parent) {
QObject::connect(leftCenterRightSplitter, &QSplitter::splitterMoved, this, &SeerGdbWidget::handleSplitterMoved);
QObject::connect(sourceLibraryVariableManagerSplitter, &QSplitter::splitterMoved, this, &SeerGdbWidget::handleSplitterMoved);
- QObject::connect(codeManagerLogTabsSplitter, &QSplitter::splitterMoved, this, &SeerGdbWidget::handleSplitterMoved);
+ QObject::connect(sourceCommandLogsSplitter, &QSplitter::splitterMoved, this, &SeerGdbWidget::handleSplitterMoved);
QObject::connect(stackThreadManagerSplitter, &QSplitter::splitterMoved, this, &SeerGdbWidget::handleSplitterMoved);
QObject::connect(commandLogsWidget->gdbOutputLog(), &SeerGdbLogWidget::refreshBreakpointsList, this, &SeerGdbWidget::handleGdbGenericpointList);
@@ -3083,7 +3083,7 @@ void SeerGdbWidget::writeSettings () {
settings.beginGroup("mainwindowsplitters"); {
settings.setValue("leftCenterRightSplitter", leftCenterRightSplitter->saveState());
- settings.setValue("codeManagerLogTabsSplitter", codeManagerLogTabsSplitter->saveState());
+ settings.setValue("sourceCommandLogsSplitter", sourceCommandLogsSplitter->saveState());
settings.setValue("sourceLibraryVariableManagerSplitter", sourceLibraryVariableManagerSplitter->saveState());
settings.setValue("stackThreadManagerSplitter", stackThreadManagerSplitter->saveState());
} settings.endGroup();
@@ -3160,7 +3160,7 @@ void SeerGdbWidget::readSettings () {
settings.beginGroup("mainwindowsplitters"); {
leftCenterRightSplitter->restoreState(settings.value("leftCenterRightSplitter").toByteArray());
- codeManagerLogTabsSplitter->restoreState(settings.value("codeManagerLogTabsSplitter").toByteArray());
+ sourceCommandLogsSplitter->restoreState(settings.value("sourceCommandLogsSplitter").toByteArray());
sourceLibraryVariableManagerSplitter->restoreState(settings.value("sourceLibraryVariableManagerSplitter").toByteArray());
stackThreadManagerSplitter->restoreState(settings.value("stackThreadManagerSplitter").toByteArray());
} settings.endGroup();
diff --git a/src/SeerGdbWidget.h b/src/SeerGdbWidget.h
index 6908896..ce025ed 100644
--- a/src/SeerGdbWidget.h
+++ b/src/SeerGdbWidget.h
@@ -209,10 +209,6 @@ class SeerGdbWidget : public QWidget, protected Ui::SeerGdbWidgetForm {
const QString& backupLaunchMode () const;
public slots:
- void handleLogsTabMoved (int to, int from);
- void handleLogsTabChanged (int index);
- void handleRaiseMessageTab ();
-
void handleText (const QString& text);
void handleManualCommandExecute (QString command);
void handleGdbCommand (const QString& command, bool ignoreErrors=false);
diff --git a/src/SeerGdbWidget.ui b/src/SeerGdbWidget.ui
index 2781234..fab2fb2 100644
--- a/src/SeerGdbWidget.ui
+++ b/src/SeerGdbWidget.ui
@@ -7,104 +7,101 @@
0
0
997
- 566
+ 567
Form
-
-
-
- 9
- 9
- 16
- 548
-
-
-
-
- 10
- 0
-
-
-
- Qt::Vertical
-
-
-
-
- 50
- 50
-
-
-
-
-
-
- 50
- 50
-
-
-
-
-
-
-
- 954
- 9
- 34
- 548
-
-
-
-
- 30
- 0
-
-
-
- Qt::Vertical
-
-
-
-
- 50
- 50
-
-
-
-
-
-
- 50
- 50
-
-
-
-
-
-
-
- 24
- 9
- 0
- 0
-
-
-
- Qt::Vertical
-
-
-
-
- 20
- 75
-
-
-
-
-
+
+
-
+
+
+ Qt::Horizontal
+
+
+ false
+
+
+
+
+ 10
+ 0
+
+
+
+ Qt::Vertical
+
+
+ false
+
+
+
+
+ 50
+ 50
+
+
+
+
+
+
+ 50
+ 50
+
+
+
+
+
+
+ Qt::Vertical
+
+
+ false
+
+
+
+
+ 20
+ 75
+
+
+
+
+
+
+
+
+ 30
+ 0
+
+
+
+ Qt::Vertical
+
+
+ false
+
+
+
+
+ 50
+ 50
+
+
+
+
+
+
+ 50
+ 50
+
+
+
+
+
+
+