Skip to content

Commit 5a40f9f

Browse files
committed
"Updating"
1 parent 515b92e commit 5a40f9f

12 files changed

+262
-91
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@
2929
# Executables
3030
*.exe
3131
*.out
32-
*.app
32+
*.app
33+
34+
# Extra
35+
*.pro.user
36+
*.pro.user*

about.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void MainWindow::on_actionAbout_triggered()
1919
"<p align='left'><a href='https://github.com/adgellida/ubunsys'>Git Repo</a> - Updated</p></br>");
2020

2121
about.setInformativeText("Copyright (c) 2017 all rights reserved\n\n\GPL v2\n\nAntonio David Gellida Lavara\n\n[email protected]"
22-
"\n\nv2017.05.08");
22+
"\n\nv2017.05.09");
2323

2424
about.setWindowTitle("About");
2525

debreate/debreate.dbp

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEBREATE-0.7.13]
22
<<CTRL>>
33
Package: ubunsys
4-
Version: 2017.05.08
4+
Version: 2017.05.09
55
Maintainer: Antonio David Gellida Lavara <[email protected]>
66
Section: utils
77
Source: https://github.com/adgellida/ubunsys
@@ -49,13 +49,11 @@ Description: Batch install apps and configure system
4949
<</SCRIPTS>>
5050
<<CHANGELOG>>
5151
<<DEST>>DEFAULT<</DEST>>
52-
ubunsys (2017.05.08) zesty; urgency=medium
52+
ubunsys (2017.05.09) zesty; urgency=medium
5353

54-
* Built with Qt 5.7.1. This way it gets libraries from official repositories.
55-
* Designed for Ubuntu 17.04 (zesty)
56-
57-
-- Antonio David Gellida Lavara <[email protected]> Mon, 08 May 2017 21:31:31 +0200
54+
* Fixed minor bugs
5855

56+
-- Antonio David Gellida Lavara <[email protected]> Tue, 09 May 2017 22:18:27 +0200
5957
<</CHANGELOG>>
6058
<<COPYRIGHT>>
6159
GNU GENERAL PUBLIC LICENSE

mainwindow.h

+2
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ private slots:
125125

126126
void on_importSudoersFileButton_clicked();
127127

128+
void on_installMainlineKernel_clicked();
129+
128130
private:
129131
Ui::MainWindow *ui;
130132

mainwindow.ui

+85-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</rect>
3232
</property>
3333
<property name="currentIndex">
34-
<number>1</number>
34+
<number>2</number>
3535
</property>
3636
<widget class="QWidget" name="tab_4">
3737
<attribute name="title">
@@ -134,7 +134,7 @@
134134
</rect>
135135
</property>
136136
<property name="currentIndex">
137-
<number>1</number>
137+
<number>2</number>
138138
</property>
139139
<widget class="QWidget" name="tab_11">
140140
<attribute name="title">
@@ -1579,7 +1579,7 @@
15791579
<property name="geometry">
15801580
<rect>
15811581
<x>350</x>
1582-
<y>320</y>
1582+
<y>340</y>
15831583
<width>211</width>
15841584
<height>23</height>
15851585
</rect>
@@ -1605,7 +1605,7 @@
16051605
<property name="geometry">
16061606
<rect>
16071607
<x>350</x>
1608-
<y>340</y>
1608+
<y>320</y>
16091609
<width>241</width>
16101610
<height>23</height>
16111611
</rect>
@@ -2295,6 +2295,32 @@
22952295
<string>170.resetter</string>
22962296
</property>
22972297
</widget>
2298+
<widget class="QCheckBox" name="checkBox_171">
2299+
<property name="geometry">
2300+
<rect>
2301+
<x>410</x>
2302+
<y>280</y>
2303+
<width>161</width>
2304+
<height>23</height>
2305+
</rect>
2306+
</property>
2307+
<property name="text">
2308+
<string>171.shotwell</string>
2309+
</property>
2310+
</widget>
2311+
<widget class="QCheckBox" name="checkBox_172">
2312+
<property name="geometry">
2313+
<rect>
2314+
<x>410</x>
2315+
<y>300</y>
2316+
<width>161</width>
2317+
<height>23</height>
2318+
</rect>
2319+
</property>
2320+
<property name="text">
2321+
<string>172.acestream</string>
2322+
</property>
2323+
</widget>
22982324
</widget>
22992325
</widget>
23002326
</widget>
@@ -3813,6 +3839,60 @@ Set to default</string>
38133839
<bool>false</bool>
38143840
</property>
38153841
</widget>
3842+
<widget class="QLabel" name="label_26">
3843+
<property name="geometry">
3844+
<rect>
3845+
<x>350</x>
3846+
<y>20</y>
3847+
<width>151</width>
3848+
<height>21</height>
3849+
</rect>
3850+
</property>
3851+
<property name="font">
3852+
<font>
3853+
<weight>50</weight>
3854+
<bold>false</bold>
3855+
</font>
3856+
</property>
3857+
<property name="text">
3858+
<string>Install mainline kernel</string>
3859+
</property>
3860+
</widget>
3861+
<widget class="QPushButton" name="installMainlineKernel">
3862+
<property name="geometry">
3863+
<rect>
3864+
<x>300</x>
3865+
<y>10</y>
3866+
<width>41</width>
3867+
<height>36</height>
3868+
</rect>
3869+
</property>
3870+
<property name="toolTip">
3871+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Install latest kernel with ukuu&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
3872+
</property>
3873+
<property name="whatsThis">
3874+
<string/>
3875+
</property>
3876+
<property name="text">
3877+
<string/>
3878+
</property>
3879+
<property name="icon">
3880+
<iconset resource="ubunsys.qrc">
3881+
<normaloff>:/images/flecha_arriba.png</normaloff>:/images/flecha_arriba.png</iconset>
3882+
</property>
3883+
<property name="iconSize">
3884+
<size>
3885+
<width>30</width>
3886+
<height>30</height>
3887+
</size>
3888+
</property>
3889+
<property name="shortcut">
3890+
<string/>
3891+
</property>
3892+
<property name="checkable">
3893+
<bool>false</bool>
3894+
</property>
3895+
</widget>
38163896
</widget>
38173897
<widget class="QWidget" name="tab_10">
38183898
<attribute name="title">
@@ -4524,7 +4604,7 @@ apt-fast -y clean</string>
45244604
</rect>
45254605
</property>
45264606
<property name="text">
4527-
<string>v2017.05.08</string>
4607+
<string>v2017.05.09</string>
45284608
</property>
45294609
</widget>
45304610
<widget class="QPushButton" name="updateAppButton">

moc_mainwindow.cpp

+61-56
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
QT_BEGIN_MOC_NAMESPACE
2121
struct qt_meta_stringdata_MainWindow_t {
22-
QByteArrayData data[49];
23-
char stringdata0[1570];
22+
QByteArrayData data[50];
23+
char stringdata0[1603];
2424
};
2525
#define QT_MOC_LITERAL(idx, ofs, len) \
2626
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
@@ -77,7 +77,8 @@ QT_MOC_LITERAL(44, 1412, 31), // "on_enableFirewallButton_clicked"
7777
QT_MOC_LITERAL(45, 1444, 32), // "on_disableFirewallButton_clicked"
7878
QT_MOC_LITERAL(46, 1477, 30), // "on_updateScriptsButton_clicked"
7979
QT_MOC_LITERAL(47, 1508, 26), // "on_updateAppButton_clicked"
80-
QT_MOC_LITERAL(48, 1535, 34) // "on_importSudoersFileButton_cl..."
80+
QT_MOC_LITERAL(48, 1535, 34), // "on_importSudoersFileButton_cl..."
81+
QT_MOC_LITERAL(49, 1570, 32) // "on_installMainlineKernel_clicked"
8182

8283
},
8384
"MainWindow\0on_actionNew_triggered\0\0"
@@ -125,7 +126,8 @@ QT_MOC_LITERAL(48, 1535, 34) // "on_importSudoersFileButton_cl..."
125126
"on_disableFirewallButton_clicked\0"
126127
"on_updateScriptsButton_clicked\0"
127128
"on_updateAppButton_clicked\0"
128-
"on_importSudoersFileButton_clicked"
129+
"on_importSudoersFileButton_clicked\0"
130+
"on_installMainlineKernel_clicked"
129131
};
130132
#undef QT_MOC_LITERAL
131133

@@ -135,61 +137,62 @@ static const uint qt_meta_data_MainWindow[] = {
135137
7, // revision
136138
0, // classname
137139
0, 0, // classinfo
138-
47, 14, // methods
140+
48, 14, // methods
139141
0, 0, // properties
140142
0, 0, // enums/sets
141143
0, 0, // constructors
142144
0, // flags
143145
0, // signalCount
144146

145147
// slots: name, argc, parameters, tag, flags
146-
1, 0, 249, 2, 0x08 /* Private */,
147-
3, 0, 250, 2, 0x08 /* Private */,
148-
4, 0, 251, 2, 0x08 /* Private */,
149-
5, 0, 252, 2, 0x08 /* Private */,
150-
6, 0, 253, 2, 0x08 /* Private */,
151-
7, 0, 254, 2, 0x08 /* Private */,
152-
8, 0, 255, 2, 0x08 /* Private */,
153-
9, 0, 256, 2, 0x08 /* Private */,
154-
10, 0, 257, 2, 0x08 /* Private */,
155-
11, 0, 258, 2, 0x08 /* Private */,
156-
12, 0, 259, 2, 0x08 /* Private */,
157-
13, 0, 260, 2, 0x08 /* Private */,
158-
14, 0, 261, 2, 0x08 /* Private */,
159-
15, 0, 262, 2, 0x08 /* Private */,
160-
16, 0, 263, 2, 0x08 /* Private */,
161-
17, 0, 264, 2, 0x08 /* Private */,
162-
18, 0, 265, 2, 0x08 /* Private */,
163-
19, 0, 266, 2, 0x08 /* Private */,
164-
20, 0, 267, 2, 0x08 /* Private */,
165-
21, 0, 268, 2, 0x08 /* Private */,
166-
22, 0, 269, 2, 0x08 /* Private */,
167-
23, 0, 270, 2, 0x08 /* Private */,
168-
24, 0, 271, 2, 0x08 /* Private */,
169-
25, 0, 272, 2, 0x08 /* Private */,
170-
26, 0, 273, 2, 0x08 /* Private */,
171-
27, 0, 274, 2, 0x08 /* Private */,
172-
28, 0, 275, 2, 0x08 /* Private */,
173-
29, 0, 276, 2, 0x08 /* Private */,
174-
30, 0, 277, 2, 0x08 /* Private */,
175-
31, 0, 278, 2, 0x08 /* Private */,
176-
32, 0, 279, 2, 0x08 /* Private */,
177-
33, 0, 280, 2, 0x08 /* Private */,
178-
34, 0, 281, 2, 0x08 /* Private */,
179-
35, 0, 282, 2, 0x08 /* Private */,
180-
36, 0, 283, 2, 0x08 /* Private */,
181-
37, 0, 284, 2, 0x08 /* Private */,
182-
38, 0, 285, 2, 0x08 /* Private */,
183-
39, 0, 286, 2, 0x08 /* Private */,
184-
40, 0, 287, 2, 0x08 /* Private */,
185-
41, 0, 288, 2, 0x08 /* Private */,
186-
42, 0, 289, 2, 0x08 /* Private */,
187-
43, 0, 290, 2, 0x08 /* Private */,
188-
44, 0, 291, 2, 0x08 /* Private */,
189-
45, 0, 292, 2, 0x08 /* Private */,
190-
46, 0, 293, 2, 0x08 /* Private */,
191-
47, 0, 294, 2, 0x08 /* Private */,
192-
48, 0, 295, 2, 0x08 /* Private */,
148+
1, 0, 254, 2, 0x08 /* Private */,
149+
3, 0, 255, 2, 0x08 /* Private */,
150+
4, 0, 256, 2, 0x08 /* Private */,
151+
5, 0, 257, 2, 0x08 /* Private */,
152+
6, 0, 258, 2, 0x08 /* Private */,
153+
7, 0, 259, 2, 0x08 /* Private */,
154+
8, 0, 260, 2, 0x08 /* Private */,
155+
9, 0, 261, 2, 0x08 /* Private */,
156+
10, 0, 262, 2, 0x08 /* Private */,
157+
11, 0, 263, 2, 0x08 /* Private */,
158+
12, 0, 264, 2, 0x08 /* Private */,
159+
13, 0, 265, 2, 0x08 /* Private */,
160+
14, 0, 266, 2, 0x08 /* Private */,
161+
15, 0, 267, 2, 0x08 /* Private */,
162+
16, 0, 268, 2, 0x08 /* Private */,
163+
17, 0, 269, 2, 0x08 /* Private */,
164+
18, 0, 270, 2, 0x08 /* Private */,
165+
19, 0, 271, 2, 0x08 /* Private */,
166+
20, 0, 272, 2, 0x08 /* Private */,
167+
21, 0, 273, 2, 0x08 /* Private */,
168+
22, 0, 274, 2, 0x08 /* Private */,
169+
23, 0, 275, 2, 0x08 /* Private */,
170+
24, 0, 276, 2, 0x08 /* Private */,
171+
25, 0, 277, 2, 0x08 /* Private */,
172+
26, 0, 278, 2, 0x08 /* Private */,
173+
27, 0, 279, 2, 0x08 /* Private */,
174+
28, 0, 280, 2, 0x08 /* Private */,
175+
29, 0, 281, 2, 0x08 /* Private */,
176+
30, 0, 282, 2, 0x08 /* Private */,
177+
31, 0, 283, 2, 0x08 /* Private */,
178+
32, 0, 284, 2, 0x08 /* Private */,
179+
33, 0, 285, 2, 0x08 /* Private */,
180+
34, 0, 286, 2, 0x08 /* Private */,
181+
35, 0, 287, 2, 0x08 /* Private */,
182+
36, 0, 288, 2, 0x08 /* Private */,
183+
37, 0, 289, 2, 0x08 /* Private */,
184+
38, 0, 290, 2, 0x08 /* Private */,
185+
39, 0, 291, 2, 0x08 /* Private */,
186+
40, 0, 292, 2, 0x08 /* Private */,
187+
41, 0, 293, 2, 0x08 /* Private */,
188+
42, 0, 294, 2, 0x08 /* Private */,
189+
43, 0, 295, 2, 0x08 /* Private */,
190+
44, 0, 296, 2, 0x08 /* Private */,
191+
45, 0, 297, 2, 0x08 /* Private */,
192+
46, 0, 298, 2, 0x08 /* Private */,
193+
47, 0, 299, 2, 0x08 /* Private */,
194+
48, 0, 300, 2, 0x08 /* Private */,
195+
49, 0, 301, 2, 0x08 /* Private */,
193196

194197
// slots: parameters
195198
QMetaType::Void,
@@ -238,6 +241,7 @@ static const uint qt_meta_data_MainWindow[] = {
238241
QMetaType::Void,
239242
QMetaType::Void,
240243
QMetaType::Void,
244+
QMetaType::Void,
241245
QMetaType::Void,
242246

243247
0 // eod
@@ -296,6 +300,7 @@ void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id,
296300
case 44: _t->on_updateScriptsButton_clicked(); break;
297301
case 45: _t->on_updateAppButton_clicked(); break;
298302
case 46: _t->on_importSudoersFileButton_clicked(); break;
303+
case 47: _t->on_installMainlineKernel_clicked(); break;
299304
default: ;
300305
}
301306
}
@@ -327,13 +332,13 @@ int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
327332
if (_id < 0)
328333
return _id;
329334
if (_c == QMetaObject::InvokeMetaMethod) {
330-
if (_id < 47)
335+
if (_id < 48)
331336
qt_static_metacall(this, _c, _id, _a);
332-
_id -= 47;
337+
_id -= 48;
333338
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
334-
if (_id < 47)
339+
if (_id < 48)
335340
*reinterpret_cast<int*>(_a[0]) = -1;
336-
_id -= 47;
341+
_id -= 48;
337342
}
338343
return _id;
339344
}

0 commit comments

Comments
 (0)