Skip to content

Commit dcc0067

Browse files
committed
- BugFix: Increased width of Terminal tab labels on optionsdialog.
- BugFix: Removed a debug msg when octopi was not being executed with "- d".
1 parent 49555c9 commit dcc0067

File tree

3 files changed

+21
-27
lines changed

3 files changed

+21
-27
lines changed

CHANGELOG

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
0.16.2 (dev)
1+
0.16.2 (2024-06-17)
2+
BugFix: Increased width of Terminal tab labels on optionsdialog.
3+
BugFix: Removed a debug msg when octopi was not being executed with "-d".
24
Updated translations.
35

46
0.16.1 (2024-06-09)

src/mainwindow_refresh.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ void MainWindow::AURToolSelected()
221221

222222
bool lightPackageFilterConnected = false;
223223
static QStandardItemModel emptyModel;
224-
//if (UnixCommand::getLinuxDistro() != ectn_CHAKRA) savePackageColumnWidths();
225224
refreshTabInfo(true);
226225
refreshTabFiles(true);
227226

@@ -965,7 +964,9 @@ void MainWindow::buildPackageList()
965964

966965
QModelIndex mi = ui->tvPackages->currentIndex();
967966
m_packageRepo.setAUROutdatedData(m_foreignPackageList, *m_outdatedAURStringList);
968-
std::cout << "Time elapsed after setting AURoutdatedData: " << m_time->elapsed() << " mili seconds." << std::endl;
967+
968+
if(m_debugInfo)
969+
std::cout << "Time elapsed after setting AURoutdatedData: " << m_time->elapsed() << " mili seconds." << std::endl;
969970

970971
ui->tvPackages->setCurrentIndex(mi);
971972

ui/optionsdialog.ui

+15-24
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<class>OptionsDialog</class>
44
<widget class="QDialog" name="OptionsDialog">
55
<property name="windowModality">
6-
<enum>Qt::WindowModality::WindowModal</enum>
6+
<enum>Qt::WindowModality::NonModal</enum>
77
</property>
88
<property name="geometry">
99
<rect>
@@ -221,9 +221,6 @@
221221
<property name="title">
222222
<string/>
223223
</property>
224-
<property name="alignment">
225-
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
226-
</property>
227224
<property name="flat">
228225
<bool>true</bool>
229226
</property>
@@ -423,7 +420,7 @@
423420
Any use of the provided files is at your own risk.</string>
424421
</property>
425422
<property name="textFormat">
426-
<enum>Qt::TextFormat::AutoText</enum>
423+
<enum>Qt::TextFormat::PlainText</enum>
427424
</property>
428425
</widget>
429426
<widget class="QCheckBox" name="cbOverwrite">
@@ -523,9 +520,6 @@ Any use of the provided files is at your own risk.</string>
523520
<property name="title">
524521
<string/>
525522
</property>
526-
<property name="alignment">
527-
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
528-
</property>
529523
<property name="flat">
530524
<bool>true</bool>
531525
</property>
@@ -646,7 +640,7 @@ Any use of the provided files is at your own risk.</string>
646640
</property>
647641
<layout class="QGridLayout" name="gridLayout_4">
648642
<property name="sizeConstraint">
649-
<enum>QLayout::SizeConstraint::SetNoConstraint</enum>
643+
<enum>QLayout::SizeConstraint::SetDefaultConstraint</enum>
650644
</property>
651645
<item row="0" column="0">
652646
<layout class="QVBoxLayout" name="verticalLayout_2">
@@ -678,7 +672,7 @@ Any use of the provided files is at your own risk.</string>
678672
<number>2</number>
679673
</property>
680674
<property name="sizeConstraint">
681-
<enum>QLayout::SizeConstraint::SetMinimumSize</enum>
675+
<enum>QLayout::SizeConstraint::SetDefaultConstraint</enum>
682676
</property>
683677
<item>
684678
<widget class="QLineEdit" name="leRedIcon">
@@ -696,7 +690,7 @@ Any use of the provided files is at your own risk.</string>
696690
<item>
697691
<spacer name="horizontalSpacer">
698692
<property name="orientation">
699-
<enum>Qt::Orientation::Horizontal</enum>
693+
<enum>Qt::Orientation::Vertical</enum>
700694
</property>
701695
<property name="sizeType">
702696
<enum>QSizePolicy::Policy::Fixed</enum>
@@ -765,7 +759,7 @@ Any use of the provided files is at your own risk.</string>
765759
<item>
766760
<spacer name="horizontalSpacer_2">
767761
<property name="orientation">
768-
<enum>Qt::Orientation::Horizontal</enum>
762+
<enum>Qt::Orientation::Vertical</enum>
769763
</property>
770764
<property name="sizeType">
771765
<enum>QSizePolicy::Policy::Fixed</enum>
@@ -828,7 +822,7 @@ Any use of the provided files is at your own risk.</string>
828822
<item>
829823
<spacer name="horizontalSpacer_3">
830824
<property name="orientation">
831-
<enum>Qt::Orientation::Horizontal</enum>
825+
<enum>Qt::Orientation::Vertical</enum>
832826
</property>
833827
<property name="sizeType">
834828
<enum>QSizePolicy::Policy::Fixed</enum>
@@ -891,7 +885,7 @@ Any use of the provided files is at your own risk.</string>
891885
<item>
892886
<spacer name="horizontalSpacer_4">
893887
<property name="orientation">
894-
<enum>Qt::Orientation::Horizontal</enum>
888+
<enum>Qt::Orientation::Vertical</enum>
895889
</property>
896890
<property name="sizeType">
897891
<enum>QSizePolicy::Policy::Fixed</enum>
@@ -975,7 +969,7 @@ Any use of the provided files is at your own risk.</string>
975969
<x>10</x>
976970
<y>60</y>
977971
<width>481</width>
978-
<height>65</height>
972+
<height>66</height>
979973
</rect>
980974
</property>
981975
<layout class="QVBoxLayout" name="verticalLayout_3">
@@ -991,7 +985,7 @@ Any use of the provided files is at your own risk.</string>
991985
<item>
992986
<spacer name="horizontalSpacer_5">
993987
<property name="orientation">
994-
<enum>Qt::Orientation::Horizontal</enum>
988+
<enum>Qt::Orientation::Vertical</enum>
995989
</property>
996990
<property name="sizeType">
997991
<enum>QSizePolicy::Policy::Fixed</enum>
@@ -1058,7 +1052,7 @@ Any use of the provided files is at your own risk.</string>
10581052
<x>10</x>
10591053
<y>130</y>
10601054
<width>481</width>
1061-
<height>65</height>
1055+
<height>66</height>
10621056
</rect>
10631057
</property>
10641058
<layout class="QVBoxLayout" name="verticalLayout_7">
@@ -1077,7 +1071,7 @@ Any use of the provided files is at your own risk.</string>
10771071
<item>
10781072
<spacer name="horizontalSpacer_6">
10791073
<property name="orientation">
1080-
<enum>Qt::Orientation::Horizontal</enum>
1074+
<enum>Qt::Orientation::Vertical</enum>
10811075
</property>
10821076
<property name="sizeType">
10831077
<enum>QSizePolicy::Policy::Fixed</enum>
@@ -1202,7 +1196,7 @@ Any use of the provided files is at your own risk.</string>
12021196
<rect>
12031197
<x>20</x>
12041198
<y>28</y>
1205-
<width>111</width>
1199+
<width>321</width>
12061200
<height>17</height>
12071201
</rect>
12081202
</property>
@@ -1215,7 +1209,7 @@ Any use of the provided files is at your own risk.</string>
12151209
<rect>
12161210
<x>20</x>
12171211
<y>84</y>
1218-
<width>111</width>
1212+
<width>321</width>
12191213
<height>17</height>
12201214
</rect>
12211215
</property>
@@ -1248,7 +1242,7 @@ Any use of the provided files is at your own risk.</string>
12481242
<rect>
12491243
<x>20</x>
12501244
<y>140</y>
1251-
<width>111</width>
1245+
<width>321</width>
12521246
<height>17</height>
12531247
</rect>
12541248
</property>
@@ -1271,9 +1265,6 @@ Any use of the provided files is at your own risk.</string>
12711265
</item>
12721266
<item>
12731267
<widget class="QDialogButtonBox" name="buttonBox">
1274-
<property name="orientation">
1275-
<enum>Qt::Orientation::Horizontal</enum>
1276-
</property>
12771268
<property name="standardButtons">
12781269
<set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
12791270
</property>

0 commit comments

Comments
 (0)