Roman Telezhynskyi
|
9da4cbb329
|
Resolved issue #864. Valentina crashes on Mac OS X after closing Variables
Table dialog.
--HG--
branch : develop
|
2018-07-18 18:03:38 +03:00 |
|
Roman Telezhynskyi
|
fd85efacd9
|
Resolved issue #862. Force Valentina to immediately terminate if a pattern
contains a parsing warning.
--HG--
branch : develop
|
2018-07-13 16:18:04 +03:00 |
|
Roman Telezhynskyi
|
24796e7f2d
|
Cppcheck warning. Virtual function 'CleanLayout' is called from destructor
'~MainWindow()'.
--HG--
branch : develop
|
2018-07-09 14:19:07 +03:00 |
|
Roman Telezhynskyi
|
2235a5d3d8
|
Cppcheck warning. Virtual function 'OpenSettings' is called from constructor
'VApplication(int&argc,char**argv)'.
--HG--
branch : develop
|
2018-07-09 10:45:23 +03:00 |
|
Roman Telezhynskyi
|
126658f03f
|
Cppcheck warning. Virtual function 'setValue' is called from constructor
'VFormulaProperty(const QString&name)'.
--HG--
branch : develop
|
2018-07-09 10:25:34 +03:00 |
|
Roman Telezhynskyi
|
627aa6dd70
|
Resolved issue #838. Qt GUI theme on Windows looks old-fashioned.
--HG--
branch : develop
|
2018-06-26 23:47:51 +03:00 |
|
Roman Telezhynskyi
|
63b1eb8068
|
Cppcheck warning 'missingOverride'.
--HG--
branch : develop
|
2018-06-26 15:53:48 +03:00 |
|
Roman Telezhynskyi
|
13a8b83a0e
|
Flush buffer after adding a string, not before.
--HG--
branch : develop
|
2018-06-21 14:16:17 +03:00 |
|
Roman Telezhynskyi
|
0ef32da1d8
|
Refactoring. Rename GetPPath() to GetPatternPath(). Changes for Mac.
--HG--
branch : develop
|
2018-06-19 12:22:47 +03:00 |
|
Roman Telezhynskyi
|
09e8c81d6f
|
Refactoring. Rename GetPPath() to GetPatternPath().
--HG--
branch : develop
|
2018-06-19 09:18:38 +03:00 |
|
Roman Telezhynskyi
|
40f8c5f5f0
|
Link with library uxtheme to enable new style since WindowsXP or later.
--HG--
branch : develop
|
2018-06-11 11:54:44 +03:00 |
|
Roman Telezhynskyi
|
fe2ced590c
|
Improve logging.
--HG--
branch : develop
|
2018-06-05 12:22:46 +03:00 |
|
Roman Telezhynskyi
|
4cab5b0dc9
|
Enable the version checker on Mac.
--HG--
branch : develop
|
2018-06-04 12:00:36 +03:00 |
|
Roman Telezhynskyi
|
6869eab05a
|
Fixed issue #853. Valentina doesn't translate user material placeholder.
--HG--
branch : develop
|
2018-05-29 17:55:16 +03:00 |
|
Roman Telezhynskyi
|
4109848349
|
Class QDesktopWidget is obsolete.
Missed two more usages.
--HG--
branch : develop
|
2018-05-27 12:08:02 +03:00 |
|
Roman Telezhynskyi
|
81caed8f5f
|
Added new function VAbstractApplication::ClearMessage.
It will help clear messages from unneeded '"' at the start and at the end.
qWarning and others adds them.
--HG--
branch : develop
|
2018-05-25 17:54:21 +03:00 |
|
Roman Telezhynskyi
|
c6e38932dc
|
Update minimal requirements for Qt on Mac OS X.
--HG--
branch : develop
|
2018-05-22 19:22:11 +03:00 |
|
Roman Telezhynskyi
|
f67af27c06
|
Fix language changing at runtime.
All two preferences dialogs have this issue.
--HG--
branch : develop
|
2018-05-18 13:51:35 +03:00 |
|
Roman Telezhynskyi
|
e1276dde99
|
Fix typo.
--HG--
branch : develop
|
2018-05-15 14:01:26 +03:00 |
|
Roman Telezhynskyi
|
d21cc1d43f
|
String optimization.
--HG--
branch : develop
|
2018-05-11 12:42:52 +03:00 |
|
Roman Telezhynskyi
|
2ee75fdbab
|
Tab with options to control Scrolling settings. ref #831.
Empiric settings do not work for all.
--HG--
branch : develop
|
2018-05-11 12:42:20 +03:00 |
|
Roman Telezhynskyi
|
1e0b777bd6
|
New option to control calling zoom current pattern piece by mouse double click.
--HG--
branch : develop
|
2018-05-10 14:12:41 +03:00 |
|
Roman Telezhynskyi
|
1158b06425
|
Collect garbage only after successfully parse. This way wrongly accused items
have one more time to restore a reference.
--HG--
branch : develop
|
2018-05-09 18:09:40 +03:00 |
|
Roman Telezhynskyi
|
4b859a897e
|
If a user made a layout, returned to drawing, made some changes and returned to
layout again, Valentina will open the Layout settings dialog automatically.
--HG--
branch : develop
|
2018-05-08 11:40:21 +03:00 |
|
Roman Telezhynskyi
|
fc3f8df5b0
|
Fix bug with caching removed items.
--HG--
branch : develop
|
2018-05-08 11:32:27 +03:00 |
|
Roman Telezhynskyi
|
a7eeaebb4a
|
Fix pattern to avoid confusion.
--HG--
branch : develop
|
2018-05-08 11:08:10 +03:00 |
|
Roman Telezhynskyi
|
ccda742aa8
|
Refactoring. Specifying the "pointer" part outside of auto.
--HG--
branch : develop
|
2018-05-07 14:32:17 +03:00 |
|
Roman Telezhynskyi
|
3b4007a40c
|
Backed out changeset: 87f0955a62ad ref #841.
--HG--
branch : develop
|
2018-05-07 14:23:47 +03:00 |
|
Roman Telezhynskyi
|
ee6ffab480
|
Bug QTBUG-43344 was fixed in Qt 5.11.1.
--HG--
branch : develop
|
2018-04-27 16:32:26 +03:00 |
|
Roman Telezhynskyi
|
fd446a7c1f
|
Fixed issue #841. Variables Table won't open again when closed with Esc.
--HG--
branch : develop
|
2018-04-23 10:13:19 +03:00 |
|
Roman Telezhynskyi
|
58a2f42703
|
Working with progressbar very expensive. Trigger changing of status less
frequent.
--HG--
branch : develop
|
2018-04-22 19:33:09 +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
|
c92182464b
|
We don't have Wiki anymore.
--HG--
branch : develop
|
2018-04-22 09:23:17 +03:00 |
|
Roman Telezhynskyi
|
72399472a1
|
Do zoom fit best current pattern piece only in Draw mode.
--HG--
branch : develop
|
2018-04-20 09:35:13 +03:00 |
|
Roman Telezhynskyi
|
678792ca5c
|
Improve sentences.
--HG--
branch : develop
|
2018-04-18 11:58:03 +03:00 |
|
Roman Telezhynskyi
|
2d5f84b4bf
|
Refactoring. Don't use old slot style in QTimer::singleShot.
--HG--
branch : develop
|
2018-04-18 11:15:53 +03:00 |
|
Roman Telezhynskyi
|
be2a706cc0
|
Mouse double click zoom fit best current pattern piece.
--HG--
branch : develop
|
2018-04-17 09:56:41 +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
|
e26fcb05b8
|
Fix typo.
--HG--
branch : develop
|
2018-04-13 08:43:44 +03:00 |
|
Roman Telezhynskyi
|
3970bbdbc0
|
Refactoring. Use QChar instead of QString where possible.
--HG--
branch : develop
|
2018-04-12 13:13:19 +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
|
b3c86748f4
|
Fix bug in deploy. ref #832.
--HG--
branch : develop
|
2018-04-07 22:11:27 +03:00 |
|
Roman Telezhynskyi
|
cc4768ff77
|
Fixed issue #836. Change Detail Name - Update List of Details.
--HG--
branch : develop
|
2018-04-07 14:11:44 +03:00 |
|
Ronan Le Tiec
|
2f4d699cb6
|
merge with incoming
--HG--
branch : develop
|
2018-04-06 23:11:20 +02:00 |
|
Ronan Le Tiec
|
f09adc22ab
|
resolves #826 code refactoring and corrections
--HG--
branch : develop
|
2018-04-06 23:08:09 +02:00 |
|
Ronan Le Tiec
|
a56c41589c
|
Merged dismine/valentina into develop
--HG--
branch : develop
|
2018-04-06 21:58:09 +02:00 |
|
Roman Telezhynskyi
|
d8c3a0ac81
|
Use native dialog on all platforms except Linux.
We have a bug with native dialog on Linux that's why we cannot use it.
--HG--
branch : develop
|
2018-04-04 08:34:48 +03:00 |
|
Roman Telezhynskyi
|
911a85d79b
|
Fix property editor on Mac OS.
--HG--
branch : develop
|
2018-04-03 18:08:11 +03:00 |
|
Roman Telezhynskyi
|
c6e7590034
|
Fix MacOS regression QWidget::closeEvent called twice.
--HG--
branch : develop
|
2018-04-03 17:41:39 +03:00 |
|
Roman Telezhynskyi
|
e880d5f0a3
|
Clang warning.
--HG--
branch : develop
|
2018-04-03 16:32:53 +03:00 |
|