Commit graph

3732 commits

Author SHA1 Message Date
Roman Telezhynskyi ad48858f3d Math parser should allow apostrophe in variable name.
Apostrophe is actively used in French language.

--HG--
branch : develop
2016-12-12 16:45:24 +02:00
Roman Telezhynskyi 0b407792d7 Fixed issue #594. Broken export on Mac.
--HG--
branch : develop
2016-12-10 18:47:33 +02:00
Roman Telezhynskyi 9b679d7c3e Resolved issue #595. GapWidth affecting to the margins.
--HG--
branch : develop
2016-12-10 18:38:34 +02:00
Roman Telezhynskyi 67a6b67afc Fix broken test on Windows.
--HG--
branch : develop
2016-12-08 13:56:17 +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 9cdf222467 New test case. Zigzag in main path.
--HG--
branch : develop
2016-12-07 18:55:01 +02:00
Roman Telezhynskyi 2377373a89 Fixed issue #591. Control scene max and min scale factor.
--HG--
branch : develop
2016-12-06 16:18:40 +02:00
Roman Telezhynskyi 0685654c87 Lupdate.
--HG--
branch : develop
2016-12-05 14:10:04 +02:00
Roman Telezhynskyi fa67634f38 Call waitForStarted() before each waitForFinished().
--HG--
branch : develop
2016-12-03 10:40:23 +02:00
Roman Telezhynskyi df758fd159 Redesign AbstractTest::Run.
--HG--
branch : develop
2016-12-03 10:20:45 +02:00
Roman Telezhynskyi 166ef0b82e Remove previous translations before update. Allow user to change components.
--HG--
branch : develop
2016-11-21 20:48:00 +02:00
Roman Telezhynskyi 2bd7b7e8ca Force to update build time on Windows.
--HG--
branch : develop
2016-11-21 20:36:48 +02:00
Roman Telezhynskyi 662e2a5139 Lupdate.
--HG--
branch : develop
2016-11-21 19:45:37 +02:00
Roman Telezhynskyi 6b519092f6 VObjPaintDevice new enum PdmDevicePixelRatioScaled.
--HG--
branch : develop
2016-11-19 10:13:51 +02:00
Roman Telezhynskyi af1061635a Qt 5.6 new constant for SVG.
--HG--
branch : develop
2016-11-19 10:07:02 +02:00
Roman Telezhynskyi 0cd7a023a2 Trying to understand why tests failing on bitbucket pipelines.
--HG--
branch : develop
2016-11-14 20:34:26 +02:00
Roman Telezhynskyi fd02a71c14 Fix building with Qt 5.1.
--HG--
branch : develop
2016-11-14 19:41:12 +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 973e2563af Inno setup added component section for customization installed localizations.
--HG--
branch : develop
2016-11-14 19:34:27 +02:00
Roman Telezhynskyi 0e55329864 Lupdate.
--HG--
branch : develop
2016-11-14 09:06:00 +02:00
Roman Telezhynskyi c4b9346021 Fixed issue #586. Valentina crashes if clear input filter string.
--HG--
branch : develop
2016-11-10 11:15:52 +02:00
Roman Telezhynskyi 91d43c4b26 Added missed signal. Little refactoring. ref #581.
--HG--
branch : develop
2016-11-10 08:53:44 +02:00
Roman Telezhynskyi 7e3ebe7ca2 Merged in rsskga/valentina-develop/feature (pull request #150)
Resolved issue #581. Filter lists by keyword in function wizard.

--HG--
branch : develop
2016-11-10 06:14:35 +00:00
Raina 88130f1084 Resolves #581. User can now filter input lists by keyword in function wizard.
--HG--
branch : feature
2016-11-09 18:25:52 -08:00
Roman Telezhynskyi 7ffef9725e Improvements for script scan-build.sh.
--HG--
branch : develop
2016-11-08 18:56:25 +02:00
Roman Telezhynskyi ae7041935b Improvements to script make_install.bat. Clear not all /build folder between
builds.

--HG--
branch : develop
2016-11-07 16:58:39 +02:00
Roman Telezhynskyi aca82bc67e Lupdate.
--HG--
branch : develop
2016-11-07 15:04:19 +02:00
Roman Telezhynskyi 32c7db68e0 Resolved issue #504. Suppress message about absolute measurement path.
I decided to completely eliminate warning strings because they do not change
anything.

--HG--
branch : develop
2016-11-07 15:04:00 +02:00
Roman Telezhynskyi 2f1524d0db Move url to user manual outside of translated string.
--HG--
branch : develop
2016-11-07 13:10:53 +02:00
Roman Telezhynskyi 68ef544ac4 Collection test. Make timeout 2 minutes.
--HG--
branch : develop
2016-11-04 19:42:23 +02:00
Roman Telezhynskyi 4c3f65b0ab Refactoring AbstractTest::Run.
To be able to see more appropriate warnings we should compare only exit codes.

--HG--
branch : develop
2016-11-04 15:15: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 595a7dcaff Enable attribute Qt::AA_EnableHighDpiScaling for support HighDpi displays.
--HG--
branch : develop
2016-11-04 12:47:10 +02:00
Roman Telezhynskyi 1bc0378b69 Enable attribute Qt::AA_UseHighDpiPixmaps only since Qt 5.6.0. ref #584.
--HG--
branch : develop
2016-11-04 12:44:57 +02:00
Roman Telezhynskyi c978caa7ba Fixed url to page UserManual:Crash reports.
--HG--
branch : develop
2016-11-04 11:41:16 +02:00
Roman Telezhynskyi 0599583923 Fix issue in context menu details list. QUndoStack endMacro() did not match
beginMacro().

--HG--
branch : develop
2016-11-03 15:39:48 +02:00
Roman Telezhynskyi a50df3a33c GCC warnings.
--HG--
branch : develop
2016-11-03 15:09:48 +02:00
Roman Telezhynskyi c3d63f0617 Unit tests do not support Mac OS yet.
--HG--
branch : develop
2016-11-01 18:47:55 +02:00
Roman Telezhynskyi 6ebbb46092 ulimit is not permitted. Try to reduce number of processes on Mac.
--HG--
branch : develop
2016-11-01 17:36:18 +02:00
Roman Telezhynskyi 721e2ac509 Wrong ulimit key.
--HG--
branch : develop
2016-11-01 14:16:25 +02:00
Roman Telezhynskyi c8c90cefb3 Outgoing hook. Push to github in independent process.
--HG--
branch : develop
2016-11-01 13:48:19 +02:00
Roman Telezhynskyi af4556399c Travis CI. Fix error "unable to execute command: posix_spawn failed: Resource
temporarily unavailable" on Mac OS X.

--HG--
branch : develop
2016-11-01 13:43:32 +02:00
Roman Telezhynskyi 2c7bb5d5fc Clang warnings.
--HG--
branch : develop
2016-11-01 11:46:51 +02:00
Roman Telezhynskyi 4301df79c1 Make the hook executable.
--HG--
branch : develop
2016-11-01 11:37:09 +02:00
Roman Telezhynskyi b029cb8af4 Mercurial hooks.
--HG--
branch : develop
2016-11-01 11:28:46 +02:00
Roman Telezhynskyi d134e8b367 Clang warnings.
--HG--
branch : develop
2016-11-01 10:42:32 +02:00
Roman Telezhynskyi c0f60ab90a Updated travis.yml.
--HG--
branch : develop
2016-10-31 19:14:49 +02:00
Roman Telezhynskyi 826236ffb9 Clang on MAC OS X doesn't support all options
--HG--
branch : develop
2016-10-31 15:42:47 +02:00
Roman Telezhynskyi 3e61e12394 Valentina.iss added little explanaition to code signing example.
--HG--
branch : develop
2016-10-31 15:26:20 +02:00
Roman Telezhynskyi bb05ba2a80 Updated version for rpm package.
--HG--
branch : develop
2016-10-31 10:31:42 +02:00