Vladimir
199da5a413
Added comments to code
2016-03-15 22:13:53 +05:00
Vladimir
e2e011b611
Updated EOF detection in BitStream;
...
To fix infinite loop, caused by empty source data.
2016-03-15 22:12:08 +05:00
Vladimir
83dd5c2f47
Added test with script engine
2016-03-14 20:52:33 +05:00
Vladimir
469a7a45e1
Fixed preview with new QJSEngine;
...
Changed ownership of QObject convImage in QJSEngine to prevent object's deletion by engine;
Bug appears on opening dialog Options -> Conversion -> Show preview.
2016-03-14 10:35:45 +05:00
Vladimir
401259803c
Fixed resource path in test;
...
Merge branch 'tests-update' into develop
2016-03-13 19:33:31 +05:00
Vladimir
c3a5d9ef07
Revert "Test resource paths updated;"
...
This reverts commit 37099ba700 .
2016-02-17 18:41:01 +05:00
Vladimir
59fae2be6b
Paths updated
2015-11-24 18:53:41 +05:00
Vladimir
33292e4d71
Fixed leaks in code;
...
Merge branch 'fix-leaks' into develop
2015-11-24 18:46:05 +05:00
Vladimir
a6377cf548
Division by zero with empty masks #32739 ;
...
Do not allow use a zero value for 'FILL', 'AND' and 'USED' masks
2015-11-12 23:38:37 +05:00
Vladimir
e24f277123
Uninitialized field #32780
2015-11-12 18:33:12 +05:00
Vladimir
7f06eb6c8c
Uninitialized field #32779
2015-11-12 18:30:58 +05:00
Vladimir
dbb8116f78
Uninitialized fields #32778
2015-11-12 18:28:41 +05:00
Vladimir
3593a08fd0
Uninitialized fields #32777
2015-11-12 18:25:21 +05:00
Vladimir
475cd4f010
Uninitialized fields #32776
2015-11-12 18:23:39 +05:00
Vladimir
1989cd231b
Uninitialized field #32775
2015-11-12 18:16:08 +05:00
Vladimir
c01723c649
Uninitialized pointer #32774
2015-11-12 18:15:00 +05:00
Vladimir
018f651faa
Uinitialized field #32773
2015-11-12 18:08:58 +05:00
Vladimir
f885668d83
Missing break statement in switch #32772
2015-11-12 18:05:59 +05:00
Vladimir
933053797a
dynamic_cast changed to static_cast because QEvent* is QMouseEvent* then type == QEvent::MouseButtonPress, QEvent::MouseButtonRelease, QEvent::MouseButtonDblClick, or QEvent::MouseMove. #32745
2015-11-12 18:04:29 +05:00
Vladimir
3741fb1919
Null reference from list #32744
2015-11-12 18:01:59 +05:00
Vladimir
d42d9ec3db
Null reference from list #32743
2015-11-12 18:00:42 +05:00
Vladimir
bcc8c4e861
Null reference from list #32742
2015-11-11 23:32:17 +05:00
Vladimir
6d26003029
Null reference from list #32741
2015-11-11 23:31:58 +05:00
Vladimir
bac4140f9b
dynamic_cast changed to static_cast because QEvent* is QMouseEvent* then type == QEvent::MouseButtonPress, QEvent::MouseButtonRelease, QEvent::MouseButtonDblClick, or QEvent::MouseMove. #32740
2015-11-11 23:23:12 +05:00
Vladimir
3d326f4980
Partially fixed zero masks in matrixpreviewmodel and matrixoptions #32739
2015-11-11 22:36:42 +05:00
Vladimir
98d0d2f89f
Unreachable code in matrixpreviewmodel #32738
2015-11-11 22:15:08 +05:00
Vladimir
8392df2d9d
Tags map names not removed #32737
2015-11-11 22:07:45 +05:00
Vladimir
ef834e884a
Tags values map not removed #32736
2015-11-11 22:06:42 +05:00
Vladimir
21d0086c7a
QtScript changed to QJSEngine;
...
Merge branch 'replace-qtscript' into develop
2015-11-04 19:24:14 +05:00
Vladimir
ca2853b7ba
Use QJSEngine with Qt >= 5.5
2015-11-03 21:45:20 +05:00
Vladimir
72bb3b659b
Propose document name as output filename for unsaved documents;
...
Merge branch 'fix-issue-38' into develop
2015-11-03 19:28:50 +05:00
Vladimir
9a6644ea69
Alpha channel for characters are made optional;
...
Merge branch 'feature-optional-alpha' into develop
2015-11-03 19:27:03 +05:00
Vladimir
d0ca5ee539
Font template updated
2015-11-02 21:02:43 +05:00
Vladimir
b6750d4c8d
History updated
2015-11-02 20:58:35 +05:00
Vladimir
a14ed5b5ea
Translation updated
2015-11-02 20:36:53 +05:00
Vladimir
b555ef213c
Added alpha channel option to command line
2015-11-02 20:33:32 +05:00
Vladimir
71efd8d5c9
Font parameters combined to structure
2015-11-02 20:30:14 +05:00
Vladimir
6dff720433
Alpha-channel added to drawing options of font
2015-11-02 19:57:24 +05:00
Vladimir
457ba7fd12
Added checkbox to enable/disable alpha-channel in font selector
2015-11-02 19:26:54 +05:00
Vladimir
e1a23578f1
Do not save output filename in document, if document itself not saved
2015-10-28 19:16:03 +05:00
Vladimir
6687550f92
Added import/export presets from/to xml files, for exchange or version control;
...
Merge branch 'feature-presets-export' into develop
2015-06-24 23:43:32 +05:00
Vladimir
0c541e5631
History updated
2015-06-24 23:42:40 +05:00
Vladimir
202b81d2bd
Translation updated
2015-06-24 23:32:48 +05:00
Vladimir
88194ad569
If a preset with the same name already exists, allow rename it.
2015-06-24 00:21:48 +05:00
Vladimir
4ab34900a4
Import preset into new temp object
2015-06-23 23:26:57 +05:00
Vladimir
7828a46775
Fixed loading preset name from xml
2015-06-23 23:21:39 +05:00
Vladimir
42f7d0039e
Changed functions signature
2015-06-23 22:40:49 +05:00
Vladimir
2f15018322
Added importing preset from xml file
2015-06-20 22:20:06 +05:00
Vladimir
ad52189c71
Added loading from xml for templateoptions
2015-06-20 22:20:04 +05:00
Vladimir
65607403eb
Added loading from xml for reorderingoptions
2015-06-20 22:20:04 +05:00