File tree 5 files changed +16
-4
lines changed
5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ qtmips (0.6.8) unstable; urgency=medium
2
+
3
+ * Debian package updated to version 0.6.8.
4
+ * Coreview multiplexers updated and added for branch compare forward.
5
+ * qtmips_gui: set application window icon.
6
+ * Set gray background to stalled instructions/idled stages.
7
+ * Setting background color dial
8
+ * qtmips_cli: start report in decimal mode.
9
+
10
+ -- Pavel Pisa <
[email protected] > Mon, 01 Apr 2019 15:26:46 +0200
11
+
1
12
qtmips (0.6.7) unstable; urgency=medium
2
13
3
14
* Debian package updated to version 0.6.7.
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ nedit-nc debian/changelog
50
50
echo Press enter to continue
51
51
read x
52
52
53
- git add debian/changelog qtmips_gui/aboutdialog.cpp qtmips.spec
53
+ git add debian/changelog qtmips_gui/aboutdialog.cpp \
54
+ qtmips_gui/main.cpp qtmips.spec
54
55
55
56
echo > .git/GITGUI_MSG " Version updated to $V_TXT "
56
57
Original file line number Diff line number Diff line change 20
20
21
21
22
22
Name: qtmips
23
- Version: 0.6.7
23
+ Version: 0.6.8
24
24
Release: 0
25
25
Summary: MIPS CPU simulator for education purposes with pipeline and cache visualization
26
26
License: GPL-2.0 -or-later
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ AboutDialog::AboutDialog(QWidget *parent)
67
67
hl->addWidget (vbox);
68
68
69
69
QString versionText;
70
- versionText = " Version 0.6.7 \n " ;
70
+ versionText = " Version 0.6.8 \n " ;
71
71
72
72
vl->addWidget (new QLabel (" <span style='font-size:x-large; font-weight:bold;'>Qt Mips - MIPS Architecture Simulator</span>" ));
73
73
lbl = new QLabel (versionText);
Original file line number Diff line number Diff line change 40
40
int main (int argc, char *argv[]) {
41
41
QApplication app (argc, argv);
42
42
app.setApplicationName (" qtmips_gui" );
43
- app.setApplicationVersion (" 0.6.7 " );
43
+ app.setApplicationVersion (" 0.6.8 " );
44
44
45
45
MainWindow w;
46
46
w.start ();
You can’t perform that action at this time.
0 commit comments