Roman Telezhynskyi
18e0f6750a
Refactoring. Fixed wrong using method tr().
...
--HG--
branch : develop
2016-07-18 19:29:34 +03:00
Roman Telezhynskyi
93836ddf35
Refactoring MainWindowsNoGUI::PrepareDetailsForLayout. Use const iterator.
...
--HG--
branch : feature
2016-06-26 14:33:34 +03:00
Roman Telezhynskyi
31ed3d526c
Fixed code style.
...
--HG--
branch : feature
2016-06-25 16:17:50 +03:00
Roman Telezhynskyi
d57cddd84b
Fixed issue #497 . Printed document size as info.
...
--HG--
branch : develop
2016-06-22 16:23:05 +03:00
Roman Telezhynskyi
972dd36fcf
Redesign printing system. ref #494 . Printing is not working.
...
Made complete redesign of printing code. Now the code check printer's dpi and
calculate scale factor. Instead of printing with QImage buffer the code print
directly on printer. Help avoid limitations of QImage class.
Also removed menu option "Save as PDF". The option duplicate option "Export As"
and also mislead a user about purpose of option "Print preview".
--HG--
branch : develop
2016-06-15 13:55:43 +03:00
Roman Telezhynskyi
805e04ace6
Scale page rect according to printer's dpi. Issue #494 .
...
--HG--
branch : develop
2016-06-02 21:28:44 +03:00
Roman Telezhynskyi
c36f19aba9
According to documentation "The origin of the QPainter's coordinate system will
...
coincide with the top-left corner of the page rectangle, and painting operations
will be clipped to the bounds of the drawable part of the page".
--HG--
branch : develop
2016-06-02 21:00:23 +03:00
Roman Telezhynskyi
342095408a
Show message "Pages will be cropped because they do not fit printer paper size."
...
--HG--
branch : develop
2016-06-02 16:51:37 +03:00
Roman Telezhynskyi
6c6edf3728
Second try. Issue #494 .
...
--HG--
branch : develop
2016-06-02 13:25:34 +03:00
Roman Telezhynskyi
080da6d3e1
Try to fix issue #494 . Seems like default constructor on mac creates non-native
...
printer by default or default printer can't be found.
--HG--
branch : develop
2016-06-01 21:55:27 +03:00
Roman Telezhynskyi
fe3bd88c17
Remember docks settings.
...
--HG--
branch : feature
2016-04-06 14:40:44 +03:00
Roman Telezhynskyi
c4ca41aa83
Fixed issue #463 . Wrong export to DXF format.
...
(grafted from a2df4c627d50fcd0225cc63d924c065063af326f)
--HG--
branch : develop
2016-03-27 19:00:08 +03:00
Roman Telezhynskyi
7024df4ab2
Using QGraphicsScene instead of VMainGraphicsScene caused a crash.
...
(grafted from 32c7acbe1384dc3a8d284c938a8093d178095f87)
--HG--
branch : develop
2016-02-23 16:59:05 +02:00
Roman Telezhynskyi
595e5b0bf5
Resolved issue #306 . Layout generator optimization. Divide into strips.
...
--HG--
branch : develop
2016-02-23 14:13:10 +02:00
Roman Telezhynskyi
e39d42146c
Lupdate. Fixed typos.
...
--HG--
branch : develop
2015-12-15 16:39:26 +02:00
Roman Telezhynskyi
ca24b201e1
Refactor the method name.
...
--HG--
branch : develop
2015-12-09 13:31:33 +02:00
Roman Telezhynskyi
1a0733ad00
Alert user about finished creating a layout.
...
--HG--
branch : develop
2015-12-03 10:56:19 +02:00
Roman Telezhynskyi
7027198f2a
Resolved issue #400 . Layout 'fold line' is incorrect.
...
--HG--
branch : develop
2015-11-15 19:06:25 +02:00
Roman Telezhynskyi
e7e177898c
Each time when set paper size first try to find predefined template size. This
...
will help user undertand what paper size is setted now.
--HG--
branch : feature
2015-11-09 14:29:37 +02:00
Roman Telezhynskyi
9327da7a2c
Calculate correct paper size. Print preview doesn't support non native
...
printers.
--HG--
branch : feature
2015-11-09 13:58:45 +02:00
Roman Telezhynskyi
9a865ab72d
Merge with develop
...
--HG--
branch : feature
2015-11-09 13:36:36 +02:00
Roman Telezhynskyi
4411cccd9c
First draft of the issue #313 . Layout pieces too close to right edge.
...
--HG--
branch : feature
2015-11-09 13:33:36 +02:00
Valentina Zhuravska
bfc6a525ed
Fixed print on Windows
...
--HG--
branch : develop
2015-11-06 17:42:52 +02:00
Roman Telezhynskyi
6b54c5bb7d
Set default printing color mode.
...
Known issue: program doesn't print in grayscale color mode.
--HG--
branch : develop
2015-11-04 17:22:49 +02:00
Roman Telezhynskyi
88324a11f2
Static Code Analysis.
...
--HG--
branch : develop
2015-10-28 16:22:36 +02:00
Roman Telezhynskyi
1af1283ed4
Resolved issue #396 . Layout printing is incorrect size.
...
--HG--
branch : develop
2015-10-23 08:27:47 +03:00
Roman Telezhynskyi
a4b2bb905f
Fixed crash on Windows.
...
--HG--
branch : develop
2015-10-11 12:06:14 +03:00
Roman Telezhynskyi
0b57b8821a
Show error message box only through message handler.
...
--HG--
branch : develop
2015-10-01 17:59:01 +03:00
Roman Telezhynskyi
31af1687a6
Improve handling error messages in console mode.
...
--HG--
branch : develop
2015-09-28 21:54:41 +03:00
val177
80b0f38f0d
Added dxf export
...
--HG--
branch : feature
2015-09-07 22:47:02 +03:00
Alex
7f1d2934a7
Merged changes
...
--HG--
branch : develop
2015-08-27 21:06:40 +03:00
Roman Telezhynskyi
5fa0badfc1
Calling dialog for creation an expression.
...
--HG--
branch : feature
2015-07-24 15:06:53 +03:00
Roman Telezhynskyi
bc8d2af626
Separate folder for valentina binary code.
...
--HG--
branch : feature
2015-07-10 12:24:47 +03:00