diff --git a/CHANGELOG b/CHANGELOG
index 7b755bd5..d5c8d664 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
-0.16.2 (dev)
+0.16.2 (2024-06-17)
+ BugFix: Increased width of Terminal tab labels on optionsdialog.
+ BugFix: Removed a debug msg when octopi was not being executed with "-d".
Updated translations.
0.16.1 (2024-06-09)
diff --git a/src/mainwindow_refresh.cpp b/src/mainwindow_refresh.cpp
index c92dae1f..8c1fe849 100644
--- a/src/mainwindow_refresh.cpp
+++ b/src/mainwindow_refresh.cpp
@@ -221,7 +221,6 @@ void MainWindow::AURToolSelected()
bool lightPackageFilterConnected = false;
static QStandardItemModel emptyModel;
- //if (UnixCommand::getLinuxDistro() != ectn_CHAKRA) savePackageColumnWidths();
refreshTabInfo(true);
refreshTabFiles(true);
@@ -965,7 +964,9 @@ void MainWindow::buildPackageList()
QModelIndex mi = ui->tvPackages->currentIndex();
m_packageRepo.setAUROutdatedData(m_foreignPackageList, *m_outdatedAURStringList);
- std::cout << "Time elapsed after setting AURoutdatedData: " << m_time->elapsed() << " mili seconds." << std::endl;
+
+ if(m_debugInfo)
+ std::cout << "Time elapsed after setting AURoutdatedData: " << m_time->elapsed() << " mili seconds." << std::endl;
ui->tvPackages->setCurrentIndex(mi);
diff --git a/ui/optionsdialog.ui b/ui/optionsdialog.ui
index 005507bd..68daa29a 100644
--- a/ui/optionsdialog.ui
+++ b/ui/optionsdialog.ui
@@ -3,7 +3,7 @@
OptionsDialog
- Qt::WindowModality::WindowModal
+ Qt::WindowModality::NonModal
@@ -221,9 +221,6 @@
-
- Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter
-
true
@@ -423,7 +420,7 @@
Any use of the provided files is at your own risk.
- Qt::TextFormat::AutoText
+ Qt::TextFormat::PlainText
@@ -523,9 +520,6 @@ Any use of the provided files is at your own risk.
-
- Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter
-
true
@@ -646,7 +640,7 @@ Any use of the provided files is at your own risk.
- QLayout::SizeConstraint::SetNoConstraint
+ QLayout::SizeConstraint::SetDefaultConstraint
-
@@ -678,7 +672,7 @@ Any use of the provided files is at your own risk.
2
- QLayout::SizeConstraint::SetMinimumSize
+ QLayout::SizeConstraint::SetDefaultConstraint
-
@@ -696,7 +690,7 @@ Any use of the provided files is at your own risk.
-
- Qt::Orientation::Horizontal
+ Qt::Orientation::Vertical
QSizePolicy::Policy::Fixed
@@ -765,7 +759,7 @@ Any use of the provided files is at your own risk.
-
- Qt::Orientation::Horizontal
+ Qt::Orientation::Vertical
QSizePolicy::Policy::Fixed
@@ -828,7 +822,7 @@ Any use of the provided files is at your own risk.
-
- Qt::Orientation::Horizontal
+ Qt::Orientation::Vertical
QSizePolicy::Policy::Fixed
@@ -891,7 +885,7 @@ Any use of the provided files is at your own risk.
-
- Qt::Orientation::Horizontal
+ Qt::Orientation::Vertical
QSizePolicy::Policy::Fixed
@@ -975,7 +969,7 @@ Any use of the provided files is at your own risk.
10
60
481
- 65
+ 66
@@ -991,7 +985,7 @@ Any use of the provided files is at your own risk.
-
- Qt::Orientation::Horizontal
+ Qt::Orientation::Vertical
QSizePolicy::Policy::Fixed
@@ -1058,7 +1052,7 @@ Any use of the provided files is at your own risk.
10
130
481
- 65
+ 66
@@ -1077,7 +1071,7 @@ Any use of the provided files is at your own risk.
-
- Qt::Orientation::Horizontal
+ Qt::Orientation::Vertical
QSizePolicy::Policy::Fixed
@@ -1202,7 +1196,7 @@ Any use of the provided files is at your own risk.
20
28
- 111
+ 321
17
@@ -1215,7 +1209,7 @@ Any use of the provided files is at your own risk.
20
84
- 111
+ 321
17
@@ -1248,7 +1242,7 @@ Any use of the provided files is at your own risk.
20
140
- 111
+ 321
17
@@ -1271,9 +1265,6 @@ Any use of the provided files is at your own risk.
-
-
- Qt::Orientation::Horizontal
-
QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok