Commit graph

3237 commits

Author SHA1 Message Date
Roman Telezhynskyi 14376c4fe1 bitbucket-pipelines.yml. Error: xvfb-run: command not found.
--HG--
branch : develop
2016-07-25 12:28:13 +00:00
Roman Telezhynskyi 3476e071cd bitbucket-pipelines.yml. My last hope is "xvfb-run".
--HG--
branch : develop
2016-07-25 12:12:09 +00:00
Roman Telezhynskyi b4c22a0096 bitbucket-pipelines.yml. Probably we already have root rights.
--HG--
branch : develop
2016-07-25 12:04:13 +00:00
Roman Telezhynskyi 0b86fac946 bitbucket-pipelines.yml. QTestLib require GUI support for some tests.
--HG--
branch : develop
2016-07-25 11:35:41 +00:00
Roman Telezhynskyi 1551ee4f71 bitbucket-pipelines.yml. Fixing error: QXcbConnection: Could not connect to display.
--HG--
branch : develop
2016-07-25 11:34:36 +00:00
Roman Telezhynskyi 1eb97800f4 bitbucket-pipelines.yml. Used $(nproc).
--HG--
branch : develop
2016-07-25 11:31:38 +00:00
Roman Telezhynskyi cd8297e157 bitbucket-pipelines.yml. Added export LD_LIBRARY_PATH
--HG--
branch : develop
2016-07-25 11:15:24 +00:00
Roman Telezhynskyi f4cb033459 Looks like we can use apt-get inside bitbucket-pipelines.yml.
--HG--
branch : develop
2016-07-25 10:50:22 +00:00
Roman Telezhynskyi d4c1d348f9 Try to use default image.
--HG--
branch : develop
2016-07-25 10:07:28 +00:00
Roman Telezhynskyi 952bd66dae bitbucket-pipelines.yml, removed "which qmake".
--HG--
branch : develop
2016-07-25 09:43:17 +00:00
Roman Telezhynskyi 25d42004d1 Try to fix bitbucket-pipelines.yml
--HG--
branch : develop
2016-07-25 09:32:08 +00:00
Roman Telezhynskyi 707d2a805e bitbucket-pipelines.yml created online with Bitbucket
--HG--
branch : develop
2016-07-25 09:26:35 +00:00
Roman Telezhynskyi 5da965ba69 After update to Qt 5.7 custom libraries: qmuparser and vpropertybrpwser lost
"@rpath" prefix. Setting QMAKE_SONAME_PREFIX fix it.

--HG--
branch : develop
2016-07-23 14:48:16 +03:00
Roman Telezhynskyi 524419e53f Fixed build on OS X.
--HG--
branch : develop
2016-07-23 12:56:22 +03:00
Roman Telezhynskyi dfb8c387b6 Added checking which minimal OSX version supports current Qt version.
From time to time Qt change minimal supported OS X version. This checking will
help build Valentina on older Qt version without fixing .pro files.

--HG--
branch : develop
2016-07-23 12:54:00 +03:00
Roman Telezhynskyi 8d56b872dc Refactoring method VDomDocument::SetAttribute().
--HG--
branch : develop
2016-07-20 18:59:35 +03:00
Roman Telezhynskyi dbcea3a979 GCC warnings.
--HG--
branch : develop
2016-07-20 18:58:21 +03:00
Roman Telezhynskyi 9375e0319d As part of testing make all compiler warnings treat as errors.
Added new CONFIG option "checkWarnings".

--HG--
branch : develop
2016-07-20 15:40:33 +03:00
Roman Telezhynskyi 19387cc80e Resolved issue #528. Error: QSslSocket: cannot resolve SSLv2_client_method.
--HG--
branch : develop
2016-07-20 11:48:09 +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 f477904ef3 Use QStringLiteral everywhere inside noisyFailureMsgHandler().
--HG--
branch : develop
2016-07-20 11:25:53 +03:00
Roman Telezhynskyi dc275dce14 Fixed search string for error "setGeometry: Unable to set geometry".
--HG--
branch : develop
2016-07-20 11:11:35 +03:00
Roman Telezhynskyi 817a5d5f56 Fixed suppression warnings in Release mode.
Used wrong macros.

--HG--
branch : develop
2016-07-20 11:10:23 +03:00
Roman Telezhynskyi ce50203d57 Better code look.
--HG--
branch : develop
2016-07-19 20:51:12 +03:00
Roman Telezhynskyi fc7e0bb6cb Fixed Valentina crash after undo deleting detail.
Emitting signal in lambda was not really good idea.

--HG--
branch : develop
2016-07-19 20:50:42 +03:00
Roman Telezhynskyi 8b438daa6c Slot OpenRecentFile in Tape replaced by lambda.
--HG--
branch : develop
2016-07-18 22:58:14 +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
Roman Telezhynskyi bbaa7636fc Lupdate.
--HG--
branch : develop
2016-07-15 14:48:14 +03:00
Roman Telezhynskyi c6dbd1a764 Fervor require additionally xml library.
--HG--
branch : develop
2016-07-15 14:47:41 +03:00
Roman Telezhynskyi 61b2aa01da Added fervor to global translation list.
--HG--
branch : develop
2016-07-15 13:47:32 +03:00
Roman Telezhynskyi 5ee91f4891 Fix broken test build.
--HG--
branch : develop
2016-07-15 13:40:26 +03:00
Roman Telezhynskyi 29000e39fb Resolved issue #262. Automatic Update notification.
--HG--
branch : develop
2016-07-15 13:31:06 +03:00
Roman Telezhynskyi a4634b2500 Close feature branch.
--HG--
branch : feature
2016-07-15 13:30:19 +03:00
Roman Telezhynskyi 0a58a27877 Updated Changelog.txt.
--HG--
branch : feature
2016-07-15 13:28:00 +03:00
Roman Telezhynskyi 83aeb00063 Added example of Appcast.xml.
--HG--
branch : feature
2016-07-15 13:24:27 +03:00
Roman Telezhynskyi 0a1e89c839 Updated default feed url.
--HG--
branch : feature
2016-07-15 13:21:45 +03:00
Roman Telezhynskyi faae90363e Show button "Check For Updates" in dialogs about Valentina and Tape. Move
settings to common file.

--HG--
branch : feature
2016-07-15 13:14:48 +03:00
Roman Telezhynskyi d61c1c13bf Check one day and try remind again.
--HG--
branch : feature
2016-07-15 12:30:55 +03:00
Roman Telezhynskyi 1e6dc7c0a8 Use QPointer class.
--HG--
branch : feature
2016-07-15 12:03:19 +03:00
Roman Telezhynskyi a94daf6834 First implementation of Update Notification.
--HG--
branch : feature
2016-07-15 12:00:00 +03:00
Roman Telezhynskyi e4d6df06b7 Refactoring. Instead of using proxy slots emit signals directly from lambda
expressions.

--HG--
branch : develop
2016-07-13 14:41:44 +03:00
Roman Telezhynskyi 14d4f14adb When download an archive with source code from bitbucket by browser you will get
different than in a link. But when use wget downloads an archive it gets correct
name.

--HG--
branch : develop
2016-07-10 16:27:32 +03:00
Roman Telezhynskyi 3f342a880d Slackware build script for valentina.
--HG--
branch : develop
2016-07-10 15:54:01 +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 e76a174ff0 Updated file "Measurement body diagrams". Added file "Measurement body points".
--HG--
branch : develop
2016-07-07 19:46:46 +03:00
Roman Telezhynskyi d94b3dad14 Fixed build on Mac OS X.
--HG--
branch : develop
2016-07-07 18:15:28 +03:00
Roman Telezhynskyi a2acb032a2 Use static assert to check if minimal version is high enough to delete code that
needed for backward compatibility.

--HG--
branch : develop
2016-07-07 18:04:26 +03:00
Roman Telezhynskyi a78a516ce9 Remove zoom original from toolbar.
Rare used feature as i see it.

--HG--
branch : develop
2016-07-07 16:47:52 +03:00