Commit graph

3246 commits

Author SHA1 Message Date
Roman Telezhynskyi f34a3e54e4 Documentation says they use Ubuntu, but log says we work with Debian. And ssems
like Debian doesn't provide package "language-pack-en". Let's try without it.

--HG--
branch : develop
2016-07-25 23:18:29 +03:00
Roman Telezhynskyi 1813a897e3 Forgot that i call locale-gen before "apt-get install".
--HG--
branch : develop
2016-07-25 23:06:10 +03:00
Roman Telezhynskyi 4e35551ff4 Seems like "local-gen" is inside package "locales".
--HG--
branch : develop
2016-07-25 22:37:29 +03:00
Roman Telezhynskyi 1fc22502ac Can't change locale because no English language pack installed.
--HG--
branch : develop
2016-07-25 22:29:22 +03:00
Roman Telezhynskyi 6124f2c314 Because bitbucket pipelines by default uses C locale we will try generate UTF-8
manually.

--HG--
branch : develop
2016-07-25 22:23:28 +03:00
Roman Telezhynskyi 9e9e2a1455 Check which locale supports bitbucket pipelines.
--HG--
branch : develop
2016-07-25 21:55:23 +03:00
Roman Telezhynskyi b5457867e5 Try be more verbose when copy test files.
--HG--
branch : develop
2016-07-25 20:01:19 +03:00
Roman Telezhynskyi c793f869e5 More warnings in AbstractTest::CopyRecursively. Do copy files before all test
run.

--HG--
branch : develop
2016-07-25 18:25:13 +03:00
Roman Telezhynskyi 439b1577f5 Disable warning Wunsafe-loop-optimizations.
--HG--
branch : develop
2016-07-25 18:22:42 +03:00
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