Roman Telezhynskyi
|
972c70e608
|
Selected detail is also selected in the list.
--HG--
branch : develop
|
2016-10-14 21:33:12 +03:00 |
|
Roman Telezhynskyi
|
d38e81cecb
|
Added new option "In layout" to context menu tool Detail.
--HG--
branch : develop
|
2016-10-14 20:41:37 +03:00 |
|
BojanKverh
|
b755762aec
|
Merged develop into feature
--HG--
branch : feature
|
2016-10-05 20:27:57 +02:00 |
|
Roman Telezhynskyi
|
abce5439a5
|
Resolved issue #573. New tool: 'Move Point'.
--HG--
branch : develop
|
2016-10-04 17:34:37 +03:00 |
|
BojanKverh
|
5f1d7a357a
|
Merged develop into feature, removing the conflicts
--HG--
branch : feature
|
2016-09-20 19:29:49 +02:00 |
|
Roman Telezhynskyi
|
74bc4179ef
|
New tool Flipping by axis.
--HG--
branch : feature
|
2016-09-17 12:10:03 +03:00 |
|
Roman Telezhynskyi
|
9bb88afaa5
|
New tool Flipping by line.
--HG--
branch : feature
|
2016-09-13 11:27:44 +03:00 |
|
BojanKverh
|
287f8fc41e
|
Added VGrainlineGeometry class to hold grainline parameters and methods to save, load and edit it
--HG--
branch : feature
|
2016-09-06 23:50:46 +02:00 |
|
Roman Telezhynskyi
|
e333c9bc08
|
QtDebug and QDebug lead to the same header. Leave only QtDebug.
--HG--
branch : develop
|
2016-08-16 20:35:21 +03:00 |
|
Roman Telezhynskyi
|
7585db6a58
|
Fix build on Qt\5.3\msvc2013_64_opengl.
--HG--
branch : develop
|
2016-08-09 16:55:46 +03:00 |
|
Roman Telezhynskyi
|
80f00b361d
|
Use "Include What You Use" tool for optimizing #includes.
--HG--
branch : develop
|
2016-08-08 14:44:49 +03:00 |
|
Roman Telezhynskyi
|
75e9e9b2ee
|
Fixed issues with include paths.
--HG--
branch : develop
|
2016-08-05 13:41:02 +03:00 |
|
Roman Telezhynskyi
|
ffb6f1fbd5
|
cppcheck warnings.
--HG--
branch : develop
|
2016-08-02 15:12:13 +03:00 |
|
BojanKverh
|
a6e38b54d0
|
Added the optional measurements line to the pattern info label
--HG--
branch : feature
|
2016-07-24 12:30:10 +02:00 |
|
BojanKverh
|
455befa493
|
Removed printf commands, added Q_REQUIRED_RESULT macros, replaced v[i] with v.at(i) where needed, replaced 1,0 with true,false when creating boolean XML attributes
--HG--
branch : feature
|
2016-07-22 12:40:02 +02:00 |
|
BojanKverh
|
0e7b369c2e
|
Corrected all the issues reported by Roman till 10:11 AM
--HG--
branch : feature
|
2016-07-22 11:56:45 +02:00 |
|
BojanKverh
|
5ba40aad8c
|
Fixed alignments
--HG--
branch : feature
|
2016-07-21 16:49:26 +02:00 |
|
Bojan Kverh
|
4138d30fb6
|
Merged develop into feature
--HG--
branch : feature
|
2016-07-21 08:30:51 +02:00 |
|
Roman Telezhynskyi
|
1bffa92127
|
Using QLatin1String instead of QLatin1Literal.
QLatin1Literal is just a typedef of QLatin1String lefter for compatibility with
Qt 4.x.
--HG--
branch : develop
|
2016-07-20 11:39:15 +03:00 |
|
Bojan Kverh
|
608b566006
|
Merged develop into feature
--HG--
branch : feature
|
2016-07-19 23:00:37 +02:00 |
|
BojanKverh
|
948102e74e
|
Current date is always used to show the pattern creation date
--HG--
branch : feature
|
2016-07-19 22:59:14 +02:00 |
|
Roman Telezhynskyi
|
fc7e0bb6cb
|
Fixed Valentina crash after undo deleting detail.
Emitting signal in lambda was not really good idea.
--HG--
branch : develop
|
2016-07-19 20:50:42 +03:00 |
|
BojanKverh
|
25a58421cc
|
Added pattern size field and creation date visibility flag to pattern properties
--HG--
branch : feature
|
2016-07-16 01:12:51 +02:00 |
|
Bojan Kverh
|
f7ebda3c6e
|
Merged develop into feature
--HG--
branch : feature
|
2016-07-13 23:11:49 +02:00 |
|
Roman Telezhynskyi
|
e4d6df06b7
|
Refactoring. Instead of using proxy slots emit signals directly from lambda
expressions.
--HG--
branch : develop
|
2016-07-13 14:41:44 +03:00 |
|
BojanKverh
|
f52f97740d
|
Moved pattern info geometry into VDetail class
--HG--
branch : feature
|
2016-07-02 01:49:38 +02:00 |
|
BojanKverh
|
6effc2b5cd
|
Rotation bugs fixed
--HG--
branch : feature
|
2016-07-01 01:45:16 +02:00 |
|
BojanKverh
|
6577d82771
|
Added new schema to accomodate for new parameters and did some other minor changes. There is a bug with Undo on details label, will check that later
--HG--
branch : feature
|
2016-06-27 17:18:43 +02:00 |
|
BojanKverh
|
80fcf30776
|
Moving, resizing and editing both labels now works
--HG--
branch : feature
|
2016-06-27 11:06:51 +02:00 |
|
BojanKverh
|
fa105537d2
|
Moving and resizing pattern info label (has few bugs still, probably just XML parsing)
--HG--
branch : feature
|
2016-06-27 01:17:27 +02:00 |
|
BojanKverh
|
28c4eddbd7
|
Merged
--HG--
branch : feature
|
2016-06-26 19:35:21 +02:00 |
|
BojanKverh
|
065621f8c2
|
Added general info parameters to VPattern and updated pattern properties dialog accordingly
--HG--
branch : feature
|
2016-06-26 16:49:51 +02:00 |
|
Roman Telezhynskyi
|
a0585a4c2b
|
Fixed bug with not unique id if Group is the last object that was created in
file.
Reparsing did not update max available id in file. This cause creating
duplicate ids.
--HG--
branch : develop
|
2016-06-26 15:41:48 +03:00 |
|
Bojan Kverh
|
3480f33922
|
Merged develop into feature
--HG--
branch : feature
|
2016-06-24 17:57:52 +02:00 |
|
Roman Telezhynskyi
|
e7455cdabc
|
Option "Use last tool" worked incorrect in case of tool "Arc intersect axis".
--HG--
branch : develop
|
2016-06-23 20:45:45 +03:00 |
|
Roman Telezhynskyi
|
7eaadf1761
|
Resolved issue #480. New tool: Midpoint between two points.
--HG--
branch : develop
|
2016-06-23 20:20:21 +03:00 |
|
BojanKverh
|
c05c51e078
|
Finished the detail dialog
--HG--
branch : feature
|
2016-06-21 00:49:22 +02:00 |
|
BojanKverh
|
05b094deec
|
Added a class to hold pattern piece data
--HG--
branch : feature
|
2016-06-17 16:42:38 +02:00 |
|
Roman Telezhynskyi
|
180903b807
|
Automatically generate suffix.
--HG--
branch : feature
|
2016-05-18 15:35:07 +03:00 |
|
Roman Telezhynskyi
|
35c1267672
|
Try catch more cases where adding new tool will produce issues.
--HG--
branch : feature
|
2016-05-16 22:14:59 +03:00 |
|
Roman Telezhynskyi
|
048a49f784
|
Return all formulas that provide tag Operation.
--HG--
branch : feature
|
2016-05-16 21:11:48 +03:00 |
|
Roman Telezhynskyi
|
ac49d298f8
|
Refactoring. Use tag names from class VAbstractPattern.
--HG--
branch : feature
|
2016-05-16 20:59:04 +03:00 |
|
Roman Telezhynskyi
|
7dbba35919
|
Parse the tool in a file.
--HG--
branch : feature
|
2016-05-16 20:27:51 +03:00 |
|
Roman Telezhynskyi
|
a0842b0f48
|
Merge with develop.
--HG--
branch : feature
|
2016-04-07 17:59:07 +03:00 |
|
Roman Telezhynskyi
|
48e411a3ce
|
Working with group widget.
--HG--
branch : feature
|
2016-04-07 17:57:53 +03:00 |
|
Roman Telezhynskyi
|
9c63c4f794
|
The method SetGroupName.
--HG--
branch : feature
|
2016-04-06 12:36:33 +03:00 |
|
Roman Telezhynskyi
|
cb67249b54
|
New undo command Add Group.
--HG--
branch : feature
|
2016-04-06 12:03:34 +03:00 |
|
Valentina Zhuravska
|
8911fb5e11
|
Overrided setTagText method
--HG--
branch : feature
|
2016-04-06 05:34:08 +03:00 |
|
Valentina Zhuravska
|
de221559f3
|
CheckTagExists returns QDomElement
--HG--
branch : feature
|
2016-04-06 05:31:42 +03:00 |
|
Valentina Zhuravska
|
9eeeb7baa8
|
Optimization
--HG--
branch : feature
|
2016-04-06 04:11:14 +03:00 |
|
Roman Telezhynskyi
|
d73256f119
|
The method CreateGroup.
--HG--
branch : feature
|
2016-04-05 20:53:49 +03:00 |
|
Roman Telezhynskyi
|
ada64305c0
|
Dialog Group.
--HG--
branch : feature
|
2016-04-05 20:14:12 +03:00 |
|
Valentina Zhuravska
|
c002aec49a
|
Little fixes
--HG--
branch : feature
|
2016-04-04 20:57:36 +03:00 |
|
Valentina Zhuravska
|
84d6e157bb
|
Fixed InsertTag method
--HG--
branch : feature
|
2016-04-02 11:37:37 +03:00 |
|
Valentina Zhuravska
|
56db3f6f1a
|
Optimization. Make const in InsertTag method
--HG--
branch : feature
|
2016-04-02 10:25:21 +03:00 |
|
Valentina Zhuravska
|
ebab22d6ca
|
Little fixes
--HG--
branch : feature
|
2016-04-02 03:00:00 +03:00 |
|
Valentina Zhuravska
|
1d959cb747
|
Now we can use PNG, JPG, JPEG and BMP images
--HG--
branch : feature
|
2016-03-22 12:18:05 +02:00 |
|
Valentina Zhuravska
|
d2e0c7822f
|
Added delete button
--HG--
branch : feature
|
2016-03-15 20:32:52 +02:00 |
|
Valentina Zhuravska
|
ae66acd4d6
|
Fixed schema version
--HG--
branch : feature
|
2016-03-13 21:13:58 +02:00 |
|
Valentina Zhuravska
|
821bafbdee
|
Now we can add image to file.val
--HG--
branch : feature
|
2016-03-09 21:01:37 +02:00 |
|
Roman Telezhynskyi
|
85f5df4b21
|
Removing objects before each FullParse. NodeArc, NodeSpline, NodeSplinePath are
not part of a scene anymore.
--HG--
branch : develop
|
2016-02-10 18:45:49 +02:00 |
|
Roman Telezhynskyi
|
8b050eee31
|
Resolved issue #265. Add 'Read only' attribute.
--HG--
branch : develop
|
2016-01-22 12:45:18 +02:00 |
|
Roman Telezhynskyi
|
6be6eb80b0
|
Parse expression also in the attribute radius.
--HG--
branch : develop
|
2016-01-11 13:28:48 +02:00 |
|
Roman Telezhynskyi
|
45454a8955
|
Fix tool UnionDetails. Always left last poit of detail, save children ids,
save in correct section.
--HG--
branch : develop
|
2016-01-07 18:43:08 +02:00 |
|
Roman Telezhynskyi
|
65bf17fcf9
|
Fixed broken feature 'Default height and size'.
--HG--
branch : develop
|
2016-01-03 15:21:30 +02:00 |
|
Roman Telezhynskyi
|
b2ec130d7e
|
Fixed issue #167. Window modified indication disappears even we have unsaved
change.
--HG--
branch : develop
|
2015-12-18 13:57:03 +02:00 |
|
Roman Telezhynskyi
|
93a52bd889
|
Allow user to set default size and height for a pattern.
--HG--
branch : develop
|
2015-12-11 16:19:11 +02:00 |
|
Roman Telezhynskyi
|
88324a11f2
|
Static Code Analysis.
--HG--
branch : develop
|
2015-10-28 16:22:36 +02:00 |
|
Roman Telezhynskyi
|
28f5188a92
|
Remove minus "-" from the list of measurements.
--HG--
branch : develop
|
2015-10-26 16:46:07 +02:00 |
|
Roman Telezhynskyi
|
caa1a46b01
|
New option Measurements->Unload measurements.
--HG--
branch : develop
|
2015-10-26 13:21:49 +02:00 |
|
Roman Telezhynskyi
|
f722964c11
|
Add increment's formula to the export list.
--HG--
branch : develop
|
2015-09-16 08:16:27 +03:00 |
|
Roman Telezhynskyi
|
62a22b122e
|
Conversion a pattern file.
--HG--
branch : feature
|
2015-08-27 11:25:11 +03:00 |
|
Roman Telezhynskyi
|
5a1208655c
|
Working with new Increments.
--HG--
branch : feature
|
2015-08-25 13:35:50 +03:00 |
|
Roman Telezhynskyi
|
6c2c36a11d
|
Show current measurements in Tape.
--HG--
branch : feature
|
2015-08-18 17:53:33 +03:00 |
|
Roman Telezhynskyi
|
8146f53be3
|
Create a measurement independent pattern file.
--HG--
branch : feature
|
2015-08-16 18:56:06 +03:00 |
|
Roman Telezhynskyi
|
90455b8910
|
Class LitePattern for getting a list of measurements from a pattern file.
--HG--
branch : feature
|
2015-08-11 16:41:03 +03:00 |
|
Roman Telezhynskyi
|
d969cfb2d5
|
Complited refactoring VPattern.
--HG--
branch : feature
|
2015-06-16 12:04:48 +03:00 |
|
Roman Telezhynskyi
|
f166f2521b
|
Refactoring UndoCommands.
--HG--
branch : feature
|
2015-06-16 11:30:25 +03:00 |
|