Skip to content

Commit

Permalink
- BugFix: Increased width of Terminal tab labels on optionsdialog.
Browse files Browse the repository at this point in the history
- BugFix: Removed a debug msg when octopi was not being executed with "-
d".
  • Loading branch information
aarnt committed Jun 17, 2024
1 parent 49555c9 commit dcc0067
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 27 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 3 additions & 2 deletions src/mainwindow_refresh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ void MainWindow::AURToolSelected()

bool lightPackageFilterConnected = false;
static QStandardItemModel emptyModel;
//if (UnixCommand::getLinuxDistro() != ectn_CHAKRA) savePackageColumnWidths();
refreshTabInfo(true);
refreshTabFiles(true);

Expand Down Expand Up @@ -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);

Expand Down
39 changes: 15 additions & 24 deletions ui/optionsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<class>OptionsDialog</class>
<widget class="QDialog" name="OptionsDialog">
<property name="windowModality">
<enum>Qt::WindowModality::WindowModal</enum>
<enum>Qt::WindowModality::NonModal</enum>
</property>
<property name="geometry">
<rect>
Expand Down Expand Up @@ -221,9 +221,6 @@
<property name="title">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
</property>
<property name="flat">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -423,7 +420,7 @@
Any use of the provided files is at your own risk.</string>
</property>
<property name="textFormat">
<enum>Qt::TextFormat::AutoText</enum>
<enum>Qt::TextFormat::PlainText</enum>
</property>
</widget>
<widget class="QCheckBox" name="cbOverwrite">
Expand Down Expand Up @@ -523,9 +520,6 @@ Any use of the provided files is at your own risk.</string>
<property name="title">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
</property>
<property name="flat">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -646,7 +640,7 @@ Any use of the provided files is at your own risk.</string>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<property name="sizeConstraint">
<enum>QLayout::SizeConstraint::SetNoConstraint</enum>
<enum>QLayout::SizeConstraint::SetDefaultConstraint</enum>
</property>
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout_2">
Expand Down Expand Up @@ -678,7 +672,7 @@ Any use of the provided files is at your own risk.</string>
<number>2</number>
</property>
<property name="sizeConstraint">
<enum>QLayout::SizeConstraint::SetMinimumSize</enum>
<enum>QLayout::SizeConstraint::SetDefaultConstraint</enum>
</property>
<item>
<widget class="QLineEdit" name="leRedIcon">
Expand All @@ -696,7 +690,7 @@ Any use of the provided files is at your own risk.</string>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Fixed</enum>
Expand Down Expand Up @@ -765,7 +759,7 @@ Any use of the provided files is at your own risk.</string>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Fixed</enum>
Expand Down Expand Up @@ -828,7 +822,7 @@ Any use of the provided files is at your own risk.</string>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Fixed</enum>
Expand Down Expand Up @@ -891,7 +885,7 @@ Any use of the provided files is at your own risk.</string>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Fixed</enum>
Expand Down Expand Up @@ -975,7 +969,7 @@ Any use of the provided files is at your own risk.</string>
<x>10</x>
<y>60</y>
<width>481</width>
<height>65</height>
<height>66</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
Expand All @@ -991,7 +985,7 @@ Any use of the provided files is at your own risk.</string>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Fixed</enum>
Expand Down Expand Up @@ -1058,7 +1052,7 @@ Any use of the provided files is at your own risk.</string>
<x>10</x>
<y>130</y>
<width>481</width>
<height>65</height>
<height>66</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_7">
Expand All @@ -1077,7 +1071,7 @@ Any use of the provided files is at your own risk.</string>
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Fixed</enum>
Expand Down Expand Up @@ -1202,7 +1196,7 @@ Any use of the provided files is at your own risk.</string>
<rect>
<x>20</x>
<y>28</y>
<width>111</width>
<width>321</width>
<height>17</height>
</rect>
</property>
Expand All @@ -1215,7 +1209,7 @@ Any use of the provided files is at your own risk.</string>
<rect>
<x>20</x>
<y>84</y>
<width>111</width>
<width>321</width>
<height>17</height>
</rect>
</property>
Expand Down Expand Up @@ -1248,7 +1242,7 @@ Any use of the provided files is at your own risk.</string>
<rect>
<x>20</x>
<y>140</y>
<width>111</width>
<width>321</width>
<height>17</height>
</rect>
</property>
Expand All @@ -1271,9 +1265,6 @@ Any use of the provided files is at your own risk.</string>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
</property>
Expand Down

0 comments on commit dcc0067

Please sign in to comment.