Roman Telezhynskyi
7a9b2e34bd
Changed default behaviour if path to multisize measurements or templates doesn't
...
exist.
If the path doesn't exist Valentina will create and return path to user
localized default folder.
(grafted from 722c37544c26fe3f406d222b7f344ddf7b3602a0)
--HG--
branch : develop
2017-06-05 17:52:42 +03:00
Roman Telezhynskyi
bfd2620fad
Next try to fix problem with tests.
...
Because different compilers and even different version from same vendor may
produce little bit different result this cause of test fails because it expect
too accurate result. We don't need such accuracy and can use variable
VGObject::accuracyPointOnLine to compare two points.
--HG--
branch : develop
2017-06-01 13:04:25 +03:00
Roman Telezhynskyi
7e064f80c5
Thrown away code for support Qt < 5.2.
...
--HG--
branch : develop
2017-05-30 19:52:38 +03:00
Roman Telezhynskyi
cade111206
Refactoring Tape's preferences dialog.
...
Instead of manual declaring used Qt Designer.
--HG--
branch : release
2017-04-12 15:50:48 +03:00
Roman Telezhynskyi
5a0d9b0e00
Merge with develop.
...
--HG--
branch : feature
2017-02-17 20:38:45 +02:00
Roman Telezhynskyi
2f024db547
Resolved issue #611 . Improve feature: Paths preferences.
...
--HG--
branch : develop
2017-02-17 20:37:49 +02:00
Roman Telezhynskyi
a3d27bf9db
Refacoring. Use marcos for getting current combobox data.
...
--HG--
branch : feature
2017-02-15 15:23:04 +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
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
ffab000e0f
Remove empty statement.
...
--HG--
branch : develop
2016-12-20 20:57:20 +02:00
Roman Telezhynskyi
e881547999
Alwayse show locale "en_US" in the language list.
...
--HG--
branch : develop
2016-11-14 19:35:26 +02: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
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
cd9c6c99ae
Resolved issue #473 . Tape 'Preferences' cause loss of focus
...
--HG--
branch : develop
2016-05-03 23:16:57 +03:00
Roman Telezhynskyi
70fd0be830
Use Q_REQUIRED_RESULT where it make sense.
...
--HG--
branch : develop
2016-03-23 17:27:17 +02:00
Valentina Zhuravska
eabbcb2e2b
Little fix: correct retranslate osOptionCheck
...
--HG--
branch : feature
2016-01-06 08:11:51 +02:00
Roman Telezhynskyi
e8a93ddc2b
New setting "Default height and size".
...
--HG--
branch : develop
2015-12-12 13:11:39 +02:00
Roman Telezhynskyi
8506afc056
Optimization tape config dialog for Mac OS.
...
--HG--
branch : develop
2015-12-02 17:05:30 +02:00
Roman Telezhynskyi
40fc6bea54
Backward compatibility with <= Qt 5.1.
...
--HG--
branch : develop
2015-11-28 21:04:51 +02:00
Roman Telezhynskyi
cdec047f58
Very often case in Mac OS is to have translations inside an app bundle. And
...
searching these files require iterate through subdirectories.
--HG--
branch : develop
2015-11-17 16:20:36 +02:00
Roman Telezhynskyi
9ffeeec298
Three new languages: English (Canada), English (India), Romanian (Romania).
...
--HG--
branch : develop
2015-10-30 12:44:10 +02:00
Roman Telezhynskyi
88324a11f2
Static Code Analysis.
...
--HG--
branch : develop
2015-10-28 16:22:36 +02:00
Valentina Zhuravska
66a7581bbb
Erased unwanted row in pathTable
...
--HG--
branch : feature
2015-10-18 16:25:39 +03:00
Roman Telezhynskyi
ff768c1c0f
Show pattern making system in tab Information of a measurement file.
...
--HG--
branch : develop
2015-10-16 20:26:05 +03:00
Roman Telezhynskyi
be398bae93
cppcheck.
...
--HG--
branch : develop
2015-10-12 14:52:48 +03:00
Roman Telezhynskyi
daa9f9fbea
Show tooltip "author name" and "book name".
...
--HG--
branch : develop
2015-10-08 18:21:12 +03:00
Roman Telezhynskyi
bda38a978f
* The default option (blank field or 'None') should appear at the top of the
...
list.
* The list should be sorted alphabetically so users can find their system
easily.
* 'None' would be in the middle of an alphabetically sorted list.
--HG--
branch : develop
2015-10-07 21:09:50 +03:00
Roman Telezhynskyi
94f86f136e
New pattern making system 'None' with code p998.
...
--HG--
branch : develop
2015-10-07 20:57:18 +03:00
Roman Telezhynskyi
b5c6bf8260
Command option for setting a locale.
...
--HG--
branch : develop
2015-09-19 22:58:32 +03:00
Roman Telezhynskyi
ed38ffef38
Retranslate GUI.
...
--HG--
branch : feature
2015-08-08 17:33:37 +03:00
Roman Telezhynskyi
e8577487b1
Dialog Preferences.
...
--HG--
branch : feature
2015-08-02 18:27:18 +03:00