Roman Telezhynskyi
2b7851f354
Enable Save button only if document is modified.
...
--HG--
branch : develop
2017-02-08 12:12:10 +02:00
Roman Telezhynskyi
7d78a0f63f
Resolved issue #619 . Non writable directory prevents opening.
...
--HG--
branch : develop
2017-02-04 13:28:47 +02:00
Roman Telezhynskyi
f2e88c71da
Added class VToolPin.
...
--HG--
branch : feature
2017-01-31 16:04:51 +02:00
Roman Telezhynskyi
b9d635dab2
Dialog Pin tool.
...
--HG--
branch : feature
2017-01-31 14:28:48 +02:00
Roman Telezhynskyi
d17dda3f9f
Clang warning.
...
--HG--
branch : develop
2017-01-27 14:49:20 +02:00
Roman Telezhynskyi
26c76bbc71
Replace VDetail by VPiece.
...
--HG--
branch : feature
2017-01-21 19:12:57 +02:00
Roman Telezhynskyi
ef9411cf5a
Actually we check measurements in two palces. Forgot about this.
...
--HG--
branch : feature
2017-01-21 16:37:37 +02:00
Roman Telezhynskyi
669d295804
Class VToolDetail removed.
...
--HG--
branch : feature
2017-01-21 16:30:14 +02:00
Roman Telezhynskyi
24d5aa0f53
The error message should display the translated measurement name.
...
--HG--
branch : feature
2017-01-21 15:49:43 +02:00
Roman Telezhynskyi
c48dc6b4a2
Update scene size after full parse.
...
--HG--
branch : feature
2017-01-14 11:52:39 +02:00
Roman Telezhynskyi
5a95ce9c8a
Merge with develop.
...
--HG--
branch : feature
2017-01-11 14:05:06 +02:00
Roman Telezhynskyi
f4a2d64497
Completely remove unsupported XML editor.
...
--HG--
branch : develop
2017-01-03 20:16:04 +02:00
Roman Telezhynskyi
b4c4a22a4c
Merge with develop.
...
--HG--
branch : feature
2017-01-03 11:48:22 +02:00
Roman Telezhynskyi
86f4b21879
Instead of method QLocale::system() better to use the default constructor.
...
Usefull in case we will deside change default locale.
--HG--
branch : develop
2017-01-03 10:46:28 +02:00
Roman Telezhynskyi
0419f60e0b
Merge with develop.
...
--HG--
branch : feature
2016-12-23 12:58:17 +02:00
Roman Telezhynskyi
4d277f392e
Fix switching to Layout page when enable Layout mode.
...
--HG--
branch : develop
2016-12-23 11:11:00 +02:00
Roman Telezhynskyi
e777c788b4
Cppcheck warning.
...
--HG--
branch : develop
2016-12-23 10:51:05 +02:00
Roman Telezhynskyi
731eb9ec89
Refactoring.
...
There is no automatic disconnection when the 'receiver' is destroyed because
it's a functor with no QObject. However, since 5.2 there is an overload which
adds a "context object". When that object is destroyed, the connection is
broken (the context is also used for the thread affinity: the lambda will be
called in the thread of the event loop of the object used as context).
--HG--
branch : develop
2016-12-21 20:45:14 +02:00
Roman Telezhynskyi
2d61b87256
Remove empty statement.
...
--HG--
branch : develop
2016-12-20 21:19:21 +02:00
Roman Telezhynskyi
ffab000e0f
Remove empty statement.
...
--HG--
branch : develop
2016-12-20 20:57:20 +02:00
Roman Telezhynskyi
0882313f1e
Merge with develop.
...
--HG--
branch : feature
2016-12-20 17:42:51 +02:00
Roman Telezhynskyi
1fb0ab4d75
Added VNodeEllipticalArc.
...
--HG--
branch : develop
2016-12-20 16:51:58 +02:00
Roman Telezhynskyi
81eb33fe63
Merge with develop.
...
--HG--
branch : feature
2016-12-20 14:39:05 +02:00
Roman Telezhynskyi
f0b35ddc11
Added support elliptical arc in other tools.
...
--HG--
branch : develop
2016-12-20 13:04:56 +02:00
Valentina Zhuravska
aa24976f9a
Added elliptical arc tool to MainWindow.
...
--HG--
branch : feature
2016-12-17 03:17:29 +02:00
Roman Telezhynskyi
39a8165bd5
Update details list after each full parse.
...
--HG--
branch : feature
2016-12-04 18:29:12 +02:00
Roman Telezhynskyi
f2e0974158
Update details list after each full parse.
...
--HG--
branch : develop
2016-12-04 18:29:12 +02:00
Roman Telezhynskyi
e2579c231c
Fix pointer to current scene. Show piece path visualization if the tool dialog
...
was opened.
--HG--
branch : feature
2016-11-29 19:39:40 +02:00
Roman Telezhynskyi
82d9fcba3f
Connect MainWindow with VToolPiecePath.
...
--HG--
branch : feature
2016-11-25 16:36:56 +02:00
Roman Telezhynskyi
422fb60dcc
Each path should know its type.
...
--HG--
branch : feature
2016-11-24 21:26:51 +02:00
Roman Telezhynskyi
8a5c4a1a37
Check if a path is valid. Should contains at least one object.
...
--HG--
branch : feature
2016-11-23 18:50:52 +02:00
Roman Telezhynskyi
524e98d372
Get active pattern piece list of pieces.
...
--HG--
branch : feature
2016-11-23 18:41:01 +02:00
Roman Telezhynskyi
6b89f43e87
Tool button connected to tool dialog.
...
--HG--
branch : feature
2016-11-22 14:33:08 +02:00
Roman Telezhynskyi
836df6e309
Zoom fit best for details scene again working.
...
--HG--
branch : feature
2016-11-09 16:29:28 +02:00
Roman Telezhynskyi
8601b2ae2a
Returned undocommand "Move piece".
...
--HG--
branch : feature
2016-11-09 13:06:05 +02:00
Roman Telezhynskyi
2eea6482de
From no one we should check count of VPiece.
...
--HG--
branch : feature
2016-11-08 17:53:38 +02:00
Roman Telezhynskyi
bf847bac7b
Dialog Detail need pointer to scene Details.
...
--HG--
branch : feature
2016-11-08 14:04:23 +02:00
Roman Telezhynskyi
c5e8a6a529
Refactor templates SetToolButton and SetToolButtonWithApply.
...
These templates do almost the same. Uniting them looks like a good idea.
--HG--
branch : feature
2016-11-08 13:39:27 +02:00
Roman Telezhynskyi
4a41840ae7
New class VToolSeamAllowance.
...
--HG--
branch : feature
2016-11-08 12:57:01 +02:00
Roman Telezhynskyi
bf306f6101
The visualization connected to tool dialog.
...
--HG--
branch : feature
2016-11-05 12:49:20 +02:00
Roman Telezhynskyi
f58f840488
Merge with develop
...
--HG--
branch : feature
2016-11-04 16:28:38 +02:00
Roman Telezhynskyi
1dd86e66fb
New dialog connected to tool button.
...
--HG--
branch : feature
2016-11-04 16:16:11 +02:00
Roman Telezhynskyi
e6c85fa47a
Calling constructor of Preference dialog take some time. Because of this user
...
have time to call the dialog twice.
--HG--
branch : develop
2016-11-04 13:29:59 +02:00
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
Roman Telezhynskyi
0817264a84
New feature. Valentina will highlight a detail selected in the Group list.
...
--HG--
branch : develop
2016-10-12 14:43:08 +03:00
Roman Telezhynskyi
abce5439a5
Resolved issue #573 . New tool: 'Move Point'.
...
--HG--
branch : develop
2016-10-04 17:34:37 +03:00
Roman Telezhynskyi
bf1e4aeb0c
Fixed issue #539 . Infinite alert loop "Gradation doesn't support inches" when
...
loading standard table.
(grafted from 9e1dee53ca8fb5d116359f9aff4b62220a10bb39)
--HG--
branch : develop
2016-09-27 14:18:08 +03:00
Roman Telezhynskyi
4bd615cda4
Fixed typo.
...
--HG--
branch : develop
2016-09-27 13:00:56 +03:00
Roman Telezhynskyi
2b26b986bc
Fix recalculation scene after creating new PP.
...
--HG--
branch : develop
2016-09-24 15:05:17 +03: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
Roman Telezhynskyi
23d9898154
Use QLocale::c() instead of QLocale(QLocale::C).
...
--HG--
branch : develop
2016-08-26 12:38:23 +03:00
Roman Telezhynskyi
7dd88da82d
Merged in BojanKverh/valentina-issue24a/feature (pull request #138 )
...
Improvements for feature "New feature: Label on detail" ref #24 .
--HG--
branch : develop
2016-08-22 11:33:22 +03:00
Roman Telezhynskyi
fb5a9c64b2
Cppcheck warnings.
...
--HG--
branch : develop
2016-08-21 19:45:16 +03:00
Roman Telezhynskyi
bfff8ccb96
Changes for returning support Qt 5.0 and GCC 4.6.
...
--HG--
branch : develop
2016-08-21 18:57:08 +03:00
Bojan Kverh
19c69c691a
Merged develop into feature
...
--HG--
branch : feature
2016-08-21 00:01:35 +02:00
Roman Telezhynskyi
d2791a1a6b
Fixed Valentina.exe bug in command line mode.
...
Not all errors were correctly catched in comsole mode. This caused method
LoadPattern return successes where in reality was an error. Also this bug made
regression tests less useful.
(grafted from fbf1dfae06b21d88189d771f2b2e45eeb84a02ce)
--HG--
branch : develop
2016-08-20 20:47:39 +03:00
BojanKverh
1cfa97497c
Fixed translations after language change
...
--HG--
branch : feature
2016-08-17 21:38:39 +02:00
Bojan Kverh
10f2d83edd
Merged develop into feature
...
--HG--
branch : feature
2016-08-17 18:00:56 +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
BojanKverh
92ec78e6b3
Made sure that labels stay inside the detail after changing size or height
...
--HG--
branch : feature
2016-08-15 17:19:21 +02:00
Roman Telezhynskyi
1a56b2721a
Several changes related to layout export.
...
Added tool button "Layout export" in section Layout. Should speed up calling
this feature.
Redesign dialog "Layout export". Changes in layout. Now user can change dialog
width.
Fixed bug with path to destination folder. Now the app will check each change
of path. If path after closing the dialog doesn't exist the app will try to
create a path.
--HG--
branch : develop
2016-08-15 15:03:10 +03:00
Roman Telezhynskyi
da4bf27c75
New test localization (checking punctuation).
...
--HG--
branch : develop
2016-08-12 15:21:55 +03:00
Roman Telezhynskyi
a890ec47dd
Fixed issue #537 . Valentina crashes when use undo command.
...
(grafted from b9726acb2bb6b7bd606d6ecc96e6498f093c1861)
--HG--
branch : develop
2016-08-12 17:38:01 +03:00
Roman Telezhynskyi
41308f1468
Fixed bug case when after first creating a layout a list of details was cleared.
...
--HG--
branch : develop
2016-08-09 20:53:38 +03:00
Roman Telezhynskyi
c9cdd2cd8d
Using macros QT_WARNING_DISABLE_*.
...
--HG--
branch : develop
2016-08-06 21:42:40 +03:00
Roman Telezhynskyi
75e9e9b2ee
Fixed issues with include paths.
...
--HG--
branch : develop
2016-08-05 13:41:02 +03:00
Valentina Zhuravska
1ae8509d63
Merge with develop.
...
--HG--
branch : feature
2016-07-26 15:32:55 +03:00
Roman Telezhynskyi
524419e53f
Fixed build on OS X.
...
--HG--
branch : develop
2016-07-23 12:56:22 +03: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
Roman Telezhynskyi
ce50203d57
Better code look.
...
--HG--
branch : develop
2016-07-19 20:51:12 +03:00
Roman Telezhynskyi
7cabc7df18
Fixed loading recent files in main window.
...
--HG--
branch : develop
2016-07-18 22:55:18 +03:00
Roman Telezhynskyi
18e0f6750a
Refactoring. Fixed wrong using method tr().
...
--HG--
branch : develop
2016-07-18 19:29:34 +03:00
Roman Telezhynskyi
47f12c80f8
Refactoring. Use lambda for small slots. Move slots declaration in appropriate
...
place.
--HG--
branch : develop
2016-07-18 18:09:15 +03:00
Valentina Zhuravska
2cf2275365
Added ToolTip for editing simple curve.
...
--HG--
branch : feature
2016-07-13 14:05:37 +03:00
Roman Telezhynskyi
f56f2a0209
Fixed issue #526 . Dialog Detail is not on top after selection second object on
...
Mac.
(grafted from acde5cf1164d8227d71e7ff41ce03b45cbe7c9dd)
--HG--
branch : develop
2016-07-09 13:57:37 +03:00
Roman Telezhynskyi
d94b3dad14
Fixed build on Mac OS X.
...
--HG--
branch : develop
2016-07-07 18:15:28 +03:00
Roman Telezhynskyi
628fdd4217
Call Lite Parse each time when add object inside of file.
...
--HG--
branch : develop
2016-07-07 14:55:01 +03:00
Roman Telezhynskyi
f0a84471b3
Toolbar is only for frequently used features. "Config pattern piece" is not one
...
of them.
--HG--
branch : develop
2016-07-06 15:39:16 +03:00
Roman Telezhynskyi
c97fa6a1e8
We don't need anymore button Stop Tool. Arrow Tool does this function.
...
--HG--
branch : develop
2016-07-06 15:28:36 +03:00
Valentina Zhuravska
9d19ac14c5
Resoved issue #522 . Error: Crash in new file after clicking 'OK' in Point From
...
Distance And Angle tool.
--HG--
branch : develop
2016-07-02 08:10:09 +03:00
Roman Telezhynskyi
002619ad83
Moves the arrow tool from the toolbar to all the tabs in the toolbox as
...
discussed in https://groups.google.com/forum/#!topic/valentina-project-list/6RvYFlJLmMM
Thanks Benjamin Nauck for idea and the patch.
--HG--
branch : develop
2016-06-28 20:42:04 +03:00
Roman Telezhynskyi
1608599795
Added list "Details in layout".
...
--HG--
branch : feature
2016-06-26 14:36:12 +03:00
Roman Telezhynskyi
39c84aa2c2
Refactoring. Use C++11 lambdas.
...
--HG--
branch : feature
2016-06-25 17:16:20 +03: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
Roman Telezhynskyi
aaab56fe00
Fixed typos.
...
--HG--
branch : develop
2016-06-21 16:04:24 +03:00
Roman Telezhynskyi
2d25702c97
Restore correct pattern piece if no details were found for switching to Detail
...
mode.
--HG--
branch : develop
2016-06-21 14:58:43 +03:00
Roman Telezhynskyi
458d7be6b2
Show appropriate button text when file is read only.
...
--HG--
branch : develop
2016-06-18 18:09:18 +03:00
Roman Telezhynskyi
174b1fbfd6
Fixed issue #514 . Read only setting not working properly.
...
--HG--
branch : develop
2016-06-18 17:37:06 +03:00
Roman Telezhynskyi
7b40bc3667
Show path to pattern file in a graphical shell.
...
--HG--
branch : develop
2016-06-18 16:57:07 +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
8f46a9666a
Fixed issue #501 . Rename Window->Close Window to Window->Close pattern.
...
(grafted from 3831b343e88f7b875ba191f467a056a247d50db2)
--HG--
branch : develop
2016-06-07 11:51:41 +03:00
Roman Telezhynskyi
efb852a63e
Call the property browser to update state each time a user call undo/redo
...
command.
--HG--
branch : feature
2016-05-18 19:34:34 +03:00
Roman Telezhynskyi
19df01be2e
Correct selection and hovering. Line can't be selected.
...
--HG--
branch : feature
2016-05-18 19:07:43 +03:00
Roman Telezhynskyi
80b415f258
Merge with develop.
...
--HG--
branch : feature
2016-05-12 22:52:31 +03:00
Roman Telezhynskyi
910c40a5b3
Commit successful build.
...
--HG--
branch : feature
2016-05-12 22:11:21 +03:00
Roman Telezhynskyi
e5a84ccd14
Fixed issue #488 . Error: Measurements File Sync dialog box never returns. Win10,
...
MSVC.
--HG--
branch : develop
2016-05-08 19:25:51 +03:00
Valentina Zhuravska
3914f11bab
Resolved issue #435 . Valentina doesn't change the cursor
...
--HG--
branch : develop
2016-05-05 18:01:05 +03:00
Roman Telezhynskyi
8651bcadd4
GCC warning.
...
--HG--
branch : develop
2016-04-26 15:38:49 +03:00
Roman Telezhynskyi
be062fff7d
Better tooltipe.
...
--HG--
branch : feature
2016-04-07 19:48:20 +03:00
Roman Telezhynskyi
48e411a3ce
Working with group widget.
...
--HG--
branch : feature
2016-04-07 17:57:53 +03:00
Roman Telezhynskyi
fe3bd88c17
Remember docks settings.
...
--HG--
branch : feature
2016-04-06 14:40:44 +03:00
Roman Telezhynskyi
cb67249b54
New undo command Add Group.
...
--HG--
branch : feature
2016-04-06 12:03:34 +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
Roman Telezhynskyi
844d3764c2
Group button.
...
--HG--
branch : feature
2016-04-04 18:03:40 +03:00
Roman Telezhynskyi
b57354792c
Fixed GUI issue. After full parse some widgets was incorrectly reseted.
...
(grafted from 49bad435c9e9a940fb91e6142cc0d9a951536f6a)
--HG--
branch : develop
2016-04-03 20:01:37 +03:00
Roman Telezhynskyi
9f5fd98865
Fixed tools Spline and Spline Path. For their work need section by mouse press
...
event, all other better work with mouse release event.
--HG--
branch : feature
2016-03-31 20:10:20 +03:00
Roman Telezhynskyi
351f01e0e3
Disable hover and selection when work with a tool.
...
--HG--
branch : feature
2016-03-31 17:01:41 +03:00
Roman Telezhynskyi
19265e1f93
Succesful build.
...
--HG--
branch : feature
2016-03-18 23:11:14 +02:00
Roman Telezhynskyi
56496aaa59
Refactoring. More switch tests. Added tool button for tool Cubic bezier path.
...
--HG--
branch : feature
2016-03-17 20:12:48 +02:00
Roman Telezhynskyi
53250a4dc4
Simple curve which uses point as control handle.
...
--HG--
branch : feature
2016-03-10 15:55:04 +02:00
Roman Telezhynskyi
3828d10bce
Fixed issue #454 . Crash: using CRTL+Z while using line tool.
...
(grafted from 574b96a0b75cf276766eef61d2bb16ea79a604de)
--HG--
branch : develop
2016-03-06 14:04:01 +02:00
Roman Telezhynskyi
791d874c9a
Little refactoring.
...
--HG--
branch : feature
2016-02-12 15:49:59 +02:00
Roman Telezhynskyi
9eac04654c
Refactoring. Always use AddTool method.
...
--HG--
branch : develop
2016-02-10 12:13:34 +02:00
Roman Telezhynskyi
7deed94604
Fixed broken path to measurements after using Save As option.
...
(grafted from 2e63a19d717ad4ef5d6f38da7ed3b1ed6d7311a6)
--HG--
branch : develop
2016-02-09 17:19:19 +02:00
Roman Telezhynskyi
5ec4f51601
Grab user attention if measurements was changed. Related to issue #440 .
...
--HG--
branch : develop
2016-02-02 12:05:33 +02:00
Roman Telezhynskyi
e67b6b5805
Refactoring. Removed unneeded method.
...
--HG--
branch : develop
2016-02-01 21:58:11 +02:00
Roman Telezhynskyi
de4267c3c3
Switching pattern pieces do not require lite parse enough will be to set
...
current data set.
--HG--
branch : develop
2016-01-29 17:29:23 +02:00
Roman Telezhynskyi
a693f9e57d
Fixed issue #438 . Broken switching pattern pieces.
...
(grafted from 6448ff0d78086ccb1182cf981c95239f36d22e83)
--HG--
branch : develop
2016-01-29 16:30:57 +02:00
Roman Telezhynskyi
11aae952cb
Show 'read only' in title of window if a pattern file in read only state.
...
--HG--
branch : feature
2016-01-25 11:13:41 +02:00
Roman Telezhynskyi
1f624ec69b
Enable actionSave even file was not saved before.
...
--HG--
branch : feature
2016-01-25 11:04:42 +02:00
Roman Telezhynskyi
4bb612e20e
Show origins when add first pattern piece.
...
--HG--
branch : feature
2016-01-24 19:04:22 +02:00
Roman Telezhynskyi
ea0000fea6
First successful build. Tool working was not tested!
...
--HG--
branch : feature
2016-01-24 18:15:08 +02:00
Roman Telezhynskyi
0d34320e7d
The lock file already helps to prevent rewriting current opened pattern file.
...
--HG--
branch : develop
2016-01-22 12:54:19 +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
d466e53e5d
Fixed typos.
...
(grafted from 5212bd0c72b44da2d16dab9e1592c2843ab0ff1e)
--HG--
branch : develop
2016-01-21 16:21:58 +02:00
Roman Telezhynskyi
40b4779a04
Work only with visible items.
...
--HG--
branch : develop
2016-01-13 17:15:53 +02:00
Roman Telezhinskyi
62b47197f7
Merged in ValentinaZhuravska/valentina/feature (pull request #92 )
...
Retranslate
--HG--
branch : develop
2016-01-11 15:16:57 +02:00
Valentina Zhuravska
c7696c9d2a
Set translation in the helpLabel to "Changes applied".
...
--HG--
branch : feature
2016-01-11 14:17:41 +02:00
Roman Telezhynskyi
50dbe9471f
Merge
...
--HG--
branch : develop
2016-01-10 17:03:12 +02:00
Roman Telezhynskyi
a97ce04ca5
Fixed issue #434 . Select multiple modes.
...
--HG--
branch : develop
2016-01-10 11:14:23 +02:00
Valentina Zhuravska
b283fb2a76
Retranslate history
...
--HG--
branch : feature
2016-01-08 13:55:37 +02:00
Roman Telezhynskyi
39e7b2df89
Delay for correct the first fitbest zoom.
...
--HG--
branch : develop
2016-01-08 13:08:54 +02:00
Valentina Zhuravska
b6466547e8
Retranslate patternPieceLabel
...
--HG--
branch : feature
2016-01-06 09:34:03 +02:00
Valentina Zhuravska
be3e6e5498
Retranslate helpLabel
...
--HG--
branch : feature
2016-01-06 09:11:44 +02:00
Valentina Zhuravska
772836b516
Retranslate undo and redo buttons
...
--HG--
branch : feature
2016-01-06 09:03:40 +02:00
Valentina Zhuravska
2623af8881
Retranslate mainwindow ui.
...
--HG--
branch : feature
2016-01-06 07:02:41 +02:00
Roman Telezhynskyi
65bf17fcf9
Fixed broken feature 'Default height and size'.
...
--HG--
branch : develop
2016-01-03 15:21:30 +02:00
Roman Telezhinskyi
b0e484c6f7
Merged in nauck/valentina/feature (pull request #91 )
...
Unify title and tool bar on osx
--HG--
branch : develop
2016-01-03 14:02:02 +02:00
Roman Telezhynskyi
fa410de76d
Fixed issue #432 . Cannot switch between pattern pieces on latest develop (osx).
...
--HG--
branch : develop
2016-01-03 11:52:22 +02:00
Roman Telezhinskyi
e90db08842
Merged in nauck/valentina/feature (pull request #90 )
...
Fix issue #431
--HG--
branch : develop
2016-01-03 10:28:57 +02:00
Benjamin Nauck
e03db7f738
Use unified title and tool bar on mac
...
--HG--
branch : feature
2016-01-03 04:11:11 +01:00
Benjamin Nauck
000bbd454e
Use same icon on cursor as it is on the tool button for the arc intersect axis tool
...
--HG--
branch : feature
2016-01-02 23:57:26 +01:00
Benjamin Nauck
9d3257ef1c
Adjust code to code convention
...
--HG--
branch : feature
2016-01-02 17:01:00 +01:00
Benjamin Nauck
1be3c90cd3
Add support for HiDPI cursors
...
--HG--
branch : feature
2016-01-02 15:52:42 +01:00
Roman Telezhynskyi
00b8aae5a7
Fixed issue with deleting detail and blocked objects. Part about tool union
...
still is not fixed.
--HG--
branch : feature
2015-12-26 15:08:41 +02:00
Roman Telezhynskyi
4d3aeaca08
Allow user to ignore warning "This file already opened in another window".
...
--HG--
branch : develop
2015-12-23 15:26:29 +02:00
Roman Telezhynskyi
8b7602e223
In restore list clear all files that do not exist.
...
--HG--
branch : develop
2015-12-22 17:39:04 +02:00
Roman Telezhynskyi
1e5def1361
Instead of indexes save and set string values.
...
--HG--
branch : develop
2015-12-19 15:56:09 +02:00
Roman Telezhynskyi
0c3fcfb14e
Merge.
...
--HG--
branch : develop
2015-12-19 10:09:25 +02:00
Roman Telezhynskyi
2fdd441a1c
Fixed issue #420 . Crash, not able to to open Standard measurements tables.
...
--HG--
branch : develop
2015-12-19 10:09:03 +02:00
Valentina Zhuravska
662ae70919
Resolved issue #417 . Valentina don't change cursor to arrow when we change the mode
...
--HG--
branch : develop
2015-12-19 03:20:15 +02:00
Roman Telezhynskyi
af5a74badd
Fixed issue #419 . Message in footer obsolete.
...
--HG--
branch : develop
2015-12-18 14:01:13 +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
6ba9bb8b28
Little optimization.
...
--HG--
branch : develop
2015-12-17 21:01:06 +02:00
Valentina Zhuravska
550816a958
Resolved issue #270 . Selection point by clicking on label in tools seam allowance and union.
...
--HG--
branch : feature
2015-12-17 12:03:44 +02:00
Roman Telezhynskyi
7ef2c22c47
Fixed bug with setting default height and size. Relative to the issue #418 .
...
--HG--
branch : develop
2015-12-14 09:39:57 +02:00
Roman Telezhynskyi
a5bfb2af35
Resore height and size after load new measurements data.
...
--HG--
branch : develop
2015-12-12 16:36:00 +02:00
Roman Telezhynskyi
3aa1ccaea4
Optimization. Call creation toolbar only if was not uploaded any measurements.
...
--HG--
branch : develop
2015-12-11 17:06:20 +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
3ebac9ce59
Test limited gradation list.
...
--HG--
branch : develop
2015-12-10 12:19:31 +02:00
Roman Telezhynskyi
0c731ea406
Do not update the recent files list in export/test mode.
...
--HG--
branch : develop
2015-12-09 13:37:38 +02:00
Roman Telezhynskyi
ca24b201e1
Refactor the method name.
...
--HG--
branch : develop
2015-12-09 13:31:33 +02:00
Roman Telezhynskyi
36f586ec58
End file opening if error occurred.
...
--HG--
branch : develop
2015-12-06 18:47:19 +02:00
Roman Telezhynskyi
830c43a89d
Mac OS proxy icon.
...
--HG--
branch : develop
2015-12-05 16:16:29 +02:00
Roman Telezhynskyi
7054714114
Fixed dock menu on Mac OS.
...
--HG--
branch : develop
2015-12-05 11:50:32 +02:00
Roman Telezhynskyi
454f23a399
Fix incorrect view on Windows.
...
--HG--
branch : develop
2015-12-04 00:33:54 +02:00
Roman Telezhynskyi
ced638a782
Support a proxy icon on Mac OS.
...
--HG--
branch : develop
2015-12-03 14:07:51 +02:00
Roman Telezhynskyi
33087b2fe8
Added support Mac OS Dock Menu.
...
--HG--
branch : develop
2015-12-03 10:43:31 +02:00
Roman Telezhynskyi
1ccb8f3452
Optimization MaybeSave() method for Mac OS.
...
--HG--
branch : develop
2015-12-02 21:51:19 +02:00
Roman Telezhynskyi
85bb6141ab
Clang warnings.
...
--HG--
branch : develop
2015-11-30 12:55:39 +02:00
Valentina Zhuravska
58d2410f11
Do not close application when can't open recent file if we have GUI mode
...
--HG--
branch : feature
2015-11-25 13:46:36 +02:00
Valentina Zhuravska
3d5e8c211d
Move 'drawMode = false' inside to 'if' statement
...
--HG--
branch : feature
2015-11-25 11:52:50 +02:00
Valentina Zhuravska
2fbd01d89a
Correct save of currentDrawIndex
...
--HG--
branch : feature
2015-11-25 04:29:12 +02:00
Roman Telezhynskyi
dc0344bbea
Run Tape through Valentina. Need for file association on Mac OS X.
...
--HG--
branch : develop
2015-11-16 11:28:58 +02:00
Roman Telezhinskyi
7eb7cddea9
Merged in ValentinaZhuravska/valentina/feature (pull request #71 )
...
Resolved issue #397
--HG--
branch : develop
2015-11-06 16:08:41 +02:00
Valentina Zhuravska
0c23f86886
UpdateWindowTitle at the end of MeasurementsChanged method
...
--HG--
branch : feature
2015-11-06 16:06:32 +02:00
Valentina Zhuravska
fa032fced2
Fixed GetMeasurementFileName
...
--HG--
branch : feature
2015-11-06 15:52:58 +02:00
Valentina Zhuravska
76f4753773
UpdateWindowTitle in one string
...
--HG--
branch : feature
2015-11-06 05:31:37 +02:00
Valentina Zhuravska
aba82baa98
Fixed issue #397 . Added UpdateWindowTitle
...
--HG--
branch : feature
2015-11-04 07:06:44 +02:00
Roman Telezhynskyi
00a4187eda
Set start position for base point according to items bounding rect.
...
--HG--
branch : develop
2015-11-03 17:54:44 +02:00
Valentina Zhuravska
5b9914f409
Merge
...
--HG--
branch : feature
2015-11-02 16:30:28 +04:00
Roman Telezhynskyi
f52d609b9c
Refactoring. Test functions RelativeMPath and AbsoluteMPath.
...
--HG--
branch : develop
2015-10-31 14:41:52 +02:00
Roman Telezhynskyi
82190e2917
Refactoring. StrippedName() doesn't belong to MainWindows.
...
--HG--
branch : develop
2015-10-31 10:46:45 +02:00
Valentina Zhuravska
1d9af2dcc0
Resolved issue #397 . Display the currently open measurement file name in the top menu of Valentina
...
--HG--
branch : feature
2015-10-31 05:44:21 +02:00
Roman Telezhynskyi
88324a11f2
Static Code Analysis.
...
--HG--
branch : develop
2015-10-28 16:22:36 +02:00
Roman Telezhynskyi
caa1a46b01
New option Measurements->Unload measurements.
...
--HG--
branch : develop
2015-10-26 13:21:49 +02:00
Roman Telezhynskyi
1e99d00a54
Hide lock file.
...
--HG--
branch : develop
2015-10-26 09:57:20 +02:00
Roman Telezhynskyi
467ffbd132
ICC warnings.
...
--HG--
branch : develop
2015-10-20 17:32:01 +03:00
Roman Telezhynskyi
4d90589f01
Clang warnings.
...
--HG--
branch : develop
2015-10-19 16:21:06 +03:00
Roman Telezhynskyi
7ef6cfa660
Typo. Lupdate.
...
--HG--
branch : develop
2015-10-11 22:14:19 +03:00
Roman Telezhynskyi
a4b2bb905f
Fixed crash on Windows.
...
--HG--
branch : develop
2015-10-11 12:06:14 +03:00
Roman Telezhynskyi
aeb0140688
Fix for build on drone.io.
...
--HG--
branch : develop
2015-10-09 13:16:37 +03:00
Roman Telezhynskyi
e6e8a7ff6d
Fix for build on drone.io.
...
--HG--
branch : develop
2015-10-09 12:50:37 +03:00
Roman Telezhynskyi
afce2cb0ba
Correct update measurements.
...
--HG--
branch : develop
2015-10-07 16:58:00 +03:00
Roman Telezhynskyi
67240af260
Changes in command line options. New key "basename" and "destination".
...
--HG--
branch : develop
2015-10-05 16:08:26 +03:00
Roman Telezhynskyi
7eff8e8b9c
Immediately exit in console mode.
...
--HG--
branch : develop
2015-10-05 12:56:43 +03:00