File tree Expand file tree Collapse file tree 6 files changed +22
-5
lines changed Expand file tree Collapse file tree 6 files changed +22
-5
lines changed Original file line number Diff line number Diff line change
1
+ 1.1.0
2
+ =====
3
+
4
+ * Remove needless ImageItem.
5
+ * Fix render timer.
6
+ * Fix problems with Qt4.
7
+ * Don't use QPixmap in the worker thread.
8
+
1
9
1.0.1
2
10
=====
3
11
Original file line number Diff line number Diff line change
1
+ snm (1.1.0-1) precise; urgency=low
2
+
3
+ * Remove needless ImageItem.
4
+ * Fix render timer.
5
+ * Fix problems with Qt4.
6
+ * Don't use QPixmap in the worker thread.
7
+
8
+ -- Jussi Lind <
[email protected] > Sun, 29 Dec 2013 22:14:04 +0200
9
+
1
10
snm (1.0.1-1) precise; urgency=low
2
11
3
12
* Fix installation of desktop file.
Original file line number Diff line number Diff line change 4
4
5
5
QT5_QMAKE=~ /qt5/bin/qmake
6
6
TAR=tar
7
- VERSION=1.0.1
7
+ VERSION=1.1.0
8
8
9
9
# Build
10
10
Original file line number Diff line number Diff line change 5
5
MXE_QT5_QMAKE=~ /mxe/usr/i686-pc-mingw32/qt5/bin/qmake
6
6
ZIP=zip
7
7
UNIX2DOS=unix2dos
8
- VERSION=1.0.1
8
+ VERSION=1.1.0
9
9
10
10
# Build
11
11
Original file line number Diff line number Diff line change 1
- VERSION=1.0.1
2
- DEBIAN_VERSION=1.0.1 -1
1
+ VERSION=1.1.0
2
+ DEBIAN_VERSION=1.1.0 -1
3
3
rm -rf * ${VERSION} *
4
4
cp ../simplenormalmapper-code/snm-$VERSION .tar.gz .
5
5
mv snm-$VERSION .tar.gz snm_$VERSION .orig.tar.gz
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ DEFINES += USE_QT5
12
12
QT += gui
13
13
}
14
14
15
- DEFINES += VERSION =\ \\"1.0.1 \\\"
15
+ DEFINES += VERSION =\ \\"1.1.0 \\\"
16
16
17
17
# Input
18
18
HEADERS += \
You can’t perform that action at this time.
0 commit comments