Roman Telezhynskyi
|
5c84c80039
|
Refactoring. Reduce modules dependency.
--HG--
branch : develop
|
2019-07-22 17:06:30 +03:00 |
|
Roman Telezhynskyi
|
133d82d602
|
Speed optimization.
--HG--
branch : develop
|
2019-07-21 12:28:28 +03:00 |
|
Roman Telezhynskyi
|
185e228853
|
Allow scrolling hand dragging for non interactive scenes.
--HG--
branch : develop
|
2019-07-21 12:27:58 +03:00 |
|
Roman Telezhynskyi
|
3c289f6d60
|
Turn on rotation if successful nesting doesn't improve result.
--HG--
branch : develop
|
2019-07-20 22:56:48 +03:00 |
|
Roman Telezhynskyi
|
a2dfebe6cc
|
Add missed value for comparison.
--HG--
branch : develop
|
2019-07-20 22:03:43 +03:00 |
|
Roman Telezhynskyi
|
e37afae597
|
Allow controlling priority selecting pieces in layout.
--HG--
branch : develop
|
2019-07-19 10:45:57 +03:00 |
|
Roman Telezhynskyi
|
a2e71d6e1c
|
Catch exceptions inside of QRunnable. ref #974.
--HG--
branch : develop
|
2019-06-24 12:14:10 +03:00 |
|
Roman Telezhynskyi
|
f7c4bdf2a7
|
Improve handling layout errors.
Show Timeout error only if none errors appeared before.
--HG--
branch : develop
|
2019-06-18 15:14:52 +03:00 |
|
Roman Telezhynskyi
|
d2396820c5
|
Fix bug with landscape oriention.
--HG--
branch : develop
|
2019-06-18 12:35:43 +03:00 |
|
Roman Telezhynskyi
|
a795642cf0
|
Replace obsolete setPaperSize with setPageSize.
--HG--
branch : develop
|
2019-04-28 18:49:29 +03:00 |
|
Roman Telezhynskyi
|
ec5b28fe0b
|
Improve handling warning "Cannot create image. Size too big".
--HG--
branch : develop
|
2019-04-28 18:32:09 +03:00 |
|
Roman Telezhynskyi
|
26c74d5d49
|
Reserve number of G-code format for future use.
--HG--
branch : develop
|
2019-04-10 16:32:35 +03:00 |
|
Roman Telezhynskyi
|
b6ee4c995d
|
Cppcheck warning.
--HG--
branch : develop
|
2019-04-05 15:51:16 +03:00 |
|
Roman Telezhynskyi
|
0987428a93
|
Increase required Qt version up to 5.4.
--HG--
branch : develop
|
2019-04-05 15:42:22 +03:00 |
|
Roman Telezhynskyi
|
c26d4d0942
|
Fixing issue with progress bar in console mode.
--HG--
branch : develop
|
2019-04-03 13:29:42 +03:00 |
|
Roman Telezhynskyi
|
878320fe90
|
Fixing error: 'this' was not captured for this lambda function.
--HG--
branch : develop
|
2019-04-03 13:28:49 +03:00 |
|
Roman Telezhynskyi
|
4adce13a4d
|
Abort after timeout must have own signal.
--HG--
branch : feature
|
2019-04-02 15:29:33 +03:00 |
|
Roman Telezhynskyi
|
faff2b6d5d
|
Change condition for successful result.
--HG--
branch : feature
|
2019-04-01 19:22:15 +03:00 |
|
Roman Telezhynskyi
|
f407e969f4
|
Don't hide EmptyPaperError by timeout to show real reason.
--HG--
branch : feature
|
2019-04-01 19:21:39 +03:00 |
|
Roman Telezhynskyi
|
69df0922af
|
Check timeout inside the layout generator.
--HG--
branch : feature
|
2019-03-30 11:17:54 +02:00 |
|
Roman Telezhynskyi
|
4d75ca0fe3
|
Refactoring. More appropriate name for a method.
--HG--
branch : feature
|
2019-03-30 11:16:54 +02:00 |
|
Roman Telezhynskyi
|
46bf68521e
|
Nesting with timeout.
--HG--
branch : feature
|
2019-03-29 19:52:37 +02:00 |
|
Roman Telezhynskyi
|
c2672b4b69
|
Shows global contour.
For debugging purposes.
* * *
Show nodes on global contour.
--HG--
branch : develop
|
2019-03-27 10:29:59 +02:00 |
|
Roman Telezhynskyi
|
5ed2134a29
|
Refactoring. Move pointer to mouse position label to "no GUI" class.
* * *
Fix crash. Access to null pointer.
--HG--
branch : develop
|
2019-03-27 10:15:24 +02:00 |
|
Roman Telezhynskyi
|
170238ede7
|
Fixed issue #942. Save Layout mode ignores paper format for tiled PDF.
(grafted from 235a477541863a5ec59ee6115ebfdab5f746b8ff)
--HG--
branch : develop
|
2019-02-13 16:41:31 +02:00 |
|
Roman Telezhynskyi
|
f8e6afeda0
|
Fix build on MSVC 2015.
--HG--
branch : develop
|
2019-01-20 16:50:16 +02:00 |
|
Roman Telezhynskyi
|
13b37ffd32
|
Fix typo. Use reserve instead of resize.
--HG--
branch : develop
|
2019-01-20 13:18:50 +02:00 |
|
Roman Telezhynskyi
|
2ce17d5bee
|
Performance optimization. Use threads to speed up preparing details for layout.
Addtionaly users will see nice progress bar.
--HG--
branch : develop
|
2019-01-20 12:19:42 +02:00 |
|
Roman Telezhynskyi
|
3950ff9a5d
|
Refactoring. Fixing static analyzers warnings.
--HG--
branch : develop
|
2019-01-17 10:36:37 +02:00 |
|
Roman Telezhynskyi
|
a7332adc75
|
When export to SVG or PNG file apply margins.
--HG--
branch : develop
|
2019-01-03 19:33:15 +02:00 |
|
Roman Telezhynskyi
|
9c2cdad1a8
|
Optimizing calling autosave. It should be called only for new unsaved changes.
--HG--
branch : develop
|
2018-11-24 19:34:59 +02:00 |
|
Roman Telezhynskyi
|
60b323cf8e
|
Fixed issue #882. VContainer class doesn't support multi document mode.
--HG--
branch : release
|
2018-09-18 16:38:16 +03:00 |
|
Roman Telezhynskyi
|
cb6c2eb8eb
|
Fix warning option '-Wmissing-prototypes' is valid for C/ObjC but not for C++.
--HG--
branch : develop
|
2018-08-06 20:47:24 +03:00 |
|
Roman Telezhynskyi
|
9e80bc186d
|
Refactoring. Move methods to class MainWindowsNoGUI.
--HG--
branch : develop
|
2018-08-06 19:38:23 +03:00 |
|
Roman Telezhynskyi
|
09e8c81d6f
|
Refactoring. Rename GetPPath() to GetPatternPath().
--HG--
branch : develop
|
2018-06-19 09:18:38 +03:00 |
|
Roman Telezhynskyi
|
ab59a76bbb
|
String optimization. Replace string " " with signe QChar.
--HG--
branch : develop
|
2018-04-22 18:39:56 +03:00 |
|
Roman Telezhynskyi
|
e7ca9294cf
|
Refactoring. Use QChar instead of QString where possible.
Point and comma.
--HG--
branch : develop
|
2018-04-13 09:14:55 +03:00 |
|
Roman Telezhynskyi
|
64029c249a
|
Refactoring. Added special section for string literals.
--HG--
branch : develop
|
2018-04-08 19:45:23 +03:00 |
|
Roman Telezhynskyi
|
0e3a9533af
|
Refactoring. Use C++11 range-based loop.
--HG--
branch : develop
|
2018-04-03 14:36:38 +03:00 |
|
Roman Telezhynskyi
|
f1ef60e441
|
Fixed issue #823. SVG Export - seam and cutting line of one piece missing.
(grafted from 56c6ae623ed101a1e3276bc4a0ab5f6102ebae41)
--HG--
branch : develop
|
2018-03-22 16:32:20 +02:00 |
|
Roman Telezhynskyi
|
6a7405b4d4
|
Refactoring. Use QString default constructor instead of empty string.
--HG--
branch : develop
|
2018-03-14 16:01:24 +02:00 |
|
Roman Telezhynskyi
|
c1cea4c441
|
Clazy warnings.
--HG--
branch : develop
|
2018-03-14 15:39:15 +02:00 |
|
Roman Telezhynskyi
|
6c438f92e0
|
Resolved issue #808. New feature. Global line width option.
--HG--
branch : develop
|
2018-02-06 19:30:27 +02:00 |
|
Roman Telezhynskyi
|
55abe25287
|
Fix piece position after flipping. ref #783.
--HG--
branch : develop
|
2018-02-04 18:23:07 +02:00 |
|
Roman Telezhynskyi
|
be8207d46b
|
Improve flipping control. Fix bug with export in DXF AAMA. ref #783.
--HG--
branch : develop
|
2018-02-04 10:08:18 +02:00 |
|
Roman Telezhynskyi
|
f26087350d
|
Resolved issue #414. Add features from Qt Windows Extras.
--HG--
branch : develop
|
2018-02-03 20:21:08 +02:00 |
|
Roman Telezhynskyi
|
14d5cf25ad
|
Improve flipping control. Export from Details mode also should obey this rule.
ref #783.
--HG--
branch : develop
|
2018-02-03 15:29:23 +02:00 |
|
Roman Telezhynskyi
|
54d3ae7561
|
Improve parsing formulas.
Enable subexpressions. Allow user to define local variables.
--HG--
branch : develop
|
2018-01-24 22:08:53 +02:00 |
|
Roman Telezhynskyi
|
8b4fc33649
|
Fix check layout allowance size position. ref #782.
We generate layout allowance right just before creating layout. Because before
this we don't know all options.
--HG--
branch : develop
|
2017-12-12 10:23:46 +02:00 |
|
Roman Telezhynskyi
|
850bb88c6b
|
Show warning when a layout allowance is smaller than main piece path. This is
usually idicates issue with seam allowance. ref #782.
--HG--
branch : develop
|
2017-12-11 17:46:13 +02:00 |
|