Commit Graph

3396 Commits

Author SHA1 Message Date
Roman Telezhynskyi
ed2bbd97a3 Fixed build on Windows with MSVC. Added include path to VMisc for VPatternDB
static library.

--HG--
branch : develop
2016-08-05 13:41:36 +03:00
Roman Telezhynskyi
75e9e9b2ee Fixed issues with include paths.
--HG--
branch : develop
2016-08-05 13:41:02 +03:00
Roman Telezhynskyi
ed0fb20028 Fixed build on Windows with MSVC. Added include path to VMisc for IFC static
library.

--HG--
branch : develop
2016-07-29 15:43:34 +03:00
Roman Telezhynskyi
88ddf8021e Use macros Q_DECL_CONSTEXPR instead of direct constexpr.
constexpr supported since MSVC 2015.

--HG--
branch : develop
2016-08-05 13:17:05 +03:00
Roman Telezhynskyi
25b46d651e "noexcept" is only supported since the Visual Studio 2015
--HG--
branch : develop
2016-07-29 12:07:44 +03:00
Roman Telezhynskyi
ee88e14416 appveyour.yml updated to build the source code.
--HG--
branch : develop
2016-08-05 13:11:03 +03:00
Roman Telezhynskyi
9ef1ed4e22 Collection unit tests moved to separate binary.
--HG--
branch : develop
2016-08-04 20:10:12 +03:00
Roman Telezhynskyi
8f78b31710 Translation unit tests moved to separate binary.
--HG--
branch : develop
2016-08-04 19:28:28 +03:00
Roman Telezhynskyi
77e0e4dd2e Added Dockerfile i used for creating custom docker image for Bitbucket
Pipelines Beta.

--HG--
branch : develop
2016-08-04 16:24:17 +03:00
Roman Telezhynskyi
d2750b2d78 Fixed wrong key for make.
--HG--
branch : develop
2016-08-03 20:46:53 +03:00
Roman Telezhynskyi
8bed074907 Turn on silent testing for bitbucket pipelines beta.
--HG--
branch : develop
2016-08-03 19:57:06 +03:00
Roman Telezhynskyi
ec800565d7 TST_TSTranslation refactoring. An error shouldn't stop test anymore.
--HG--
branch : develop
2016-08-03 19:56:04 +03:00
Roman Telezhynskyi
0cdd058eb4 Fixed issue #538. QSslSocket error messages during startup in newest development
build.

--HG--
branch : develop
2016-08-03 14:54:18 +03:00
Roman Telezhynskyi
ce92d2994d Show debug string immediately after call.
--HG--
branch : develop
2016-08-03 14:53:38 +03:00
Roman Telezhynskyi
356a77c924 Lupdate.
--HG--
branch : develop
2016-08-03 14:50:32 +03:00
Roman Telezhynskyi
3676f8eceb Test refactoring. Each fail will not stop checking QM file anymore.
--HG--
branch : develop
2016-08-03 14:49:46 +03:00
Roman Telezhynskyi
a2d18c15a4 Fix broken VTextGraphicsItem::paint.
--HG--
branch : develop
2016-08-02 21:16:15 +03:00
Roman Telezhynskyi
ffb6f1fbd5 cppcheck warnings.
--HG--
branch : develop
2016-08-02 15:12:13 +03:00
Roman Telezhynskyi
3e12775a22 qt.network.ssl.warning=false appears only since Qt 5.4.1.
--HG--
branch : develop
2016-08-02 13:46:46 +03:00
Roman Telezhynskyi
47b1e20257 Fixed issue #538. QSslSocket error messages during startup in newest development
build.

--HG--
branch : develop
2016-08-02 13:43:41 +03:00
Roman Telezhynskyi
23f2a528cf As was suggested i created special docker image that setup default locale to
en_US.UTF-8.

--HG--
branch : develop
2016-08-01 19:37:24 +03:00
Roman Telezhynskyi
bbda33aa04 Link to new forum.
--HG--
branch : develop
2016-07-31 16:15:48 +03:00
Roman Telezhynskyi
e7504c0ea1 Resolved issue #24. New feature: Label on detail.
--HG--
branch : develop
2016-07-30 20:03:37 +03:00
Roman Telezhynskyi
6da5cd6f92 Close feature branch.
--HG--
branch : feature
2016-07-30 20:02:45 +03:00
Roman Telezhynskyi
35dee8dafb Refactoring. Treat waitForFinished more carefully. Use QScopedPointer for
pointer to QProcess.

--HG--
branch : develop
2016-07-30 18:17:43 +03:00
Roman Telezhynskyi
fa2e0b13d0 Check if QProcess::waitForFinished was called after a process was finished.
According to documentation QProcess::waitForFinished returns true if the process
finished; otherwise returns false (if the operation timed out, if an error
occurred, or if this QProcess is already finished). This last case is seems like
importnant in this case.

--HG--
branch : develop
2016-07-30 17:42:53 +03:00
Roman Telezhynskyi
1dbd914679 Merged in BojanKverh/valentina-bojan/feature (pull request #128)
Resolved issue #24. New feature: Label on detail.

--HG--
branch : develop
2016-07-30 15:45:04 +03:00
Roman Telezhynskyi
9e411c0923 Close branch feature
--HG--
branch : feature
2016-07-30 15:45:04 +03:00
BojanKverh
c48633a398 Fixed ChangeLog.txt
--HG--
branch : feature
2016-07-30 14:09:51 +02:00
BojanKverh
a1c905381b Fixed label update on clicking OK in pattern properties dialog and the label is hidden when there is no text on it
--HG--
branch : feature
2016-07-30 13:21:03 +02:00
BojanKverh
a3f4c6da0d Set maximal font size back to 128
--HG--
branch : feature
2016-07-30 12:48:18 +02:00
BojanKverh
06cfaea3b3 Fixed maximal font size
--HG--
branch : feature
2016-07-29 21:59:48 +02:00
Bojan Kverh
c5f38207fd Merged develop into feature
--HG--
branch : feature
2016-07-29 21:47:49 +02:00
Roman Telezhynskyi
6afc4bdf00 PLATFORM is one of environment variable provided by AppVeyor.
--HG--
branch : develop
2016-07-28 20:24:30 +03:00
Roman Telezhynskyi
feb950c7de vcvarsall.bat also change path variable.
--HG--
branch : develop
2016-07-28 20:13:47 +03:00
Roman Telezhynskyi
4c8366b210 Set VC variables for the platform.
--HG--
branch : develop
2016-07-28 19:34:21 +03:00
Roman Telezhynskyi
60c8e24078 Set path to internal libraries.
--HG--
branch : develop
2016-07-28 18:55:27 +03:00
Roman Telezhynskyi
7fa320a5ed Enable automatic tests. Disable "make install".
--HG--
branch : develop
2016-07-28 17:03:00 +03:00
Roman Telezhynskyi
8553beacf2 Mercurial should be in the path.
--HG--
branch : develop
2016-07-28 16:42:33 +03:00
Roman Telezhynskyi
78ed2f5871 Try left in path variable paths we only need and nothing more.
--HG--
branch : develop
2016-07-28 16:30:25 +03:00
Roman Telezhynskyi
c7cddbfb28 Specify correct name for lrelease on Windows.
--HG--
branch : develop
2016-07-28 15:15:31 +03:00
Roman Telezhynskyi
15c2c0bda4 Set path without quotes. Show in log the path variable.
--HG--
branch : develop
2016-07-28 14:50:38 +03:00
Roman Telezhynskyi
25d5c32749 Fixed wrong path to mingw.
--HG--
branch : develop
2016-07-28 14:22:35 +03:00
Roman Telezhynskyi
b47a523884 Set QTDIR.
--HG--
branch : develop
2016-07-28 14:03:56 +03:00
Roman Telezhynskyi
10c5b07f18 Path already contained directory bin.
--HG--
branch : develop
2016-07-28 13:54:01 +03:00
Roman Telezhynskyi
1c959e3af7 Changed path to mingw.
--HG--
branch : develop
2016-07-28 13:45:07 +03:00
Roman Telezhynskyi
d2857624e3 Skip installing cppcheck.
--HG--
branch : develop
2016-07-28 13:32:22 +03:00
Roman Telezhynskyi
3592377324 Added appveyor.yml.
--HG--
branch : develop
2016-07-28 13:20:03 +03:00
Roman Telezhynskyi
bedce69143 Show file name i the error message.
--HG--
branch : develop
2016-07-28 12:44:14 +03:00
Roman Telezhynskyi
01be3c5181 Try find more about error: "Cannot open %file for input" how was suggested on
stackoverflow.

--HG--
branch : develop
2016-07-28 12:02:28 +03:00