d2857624e3
Skip installing cppcheck.
...
--HG--
branch : develop
2016-07-28 13:32:22 +03:00
3592377324
Added appveyor.yml.
...
--HG--
branch : develop
2016-07-28 13:20:03 +03:00
bedce69143
Show file name i the error message.
...
--HG--
branch : develop
2016-07-28 12:44:14 +03:00
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
e5cbf86ef2
Tring restore bitbucket pipeline. Fixing locale is wrong way. Try get error
...
sting about copying.
--HG--
branch : develop
2016-07-28 11:38:30 +03:00
7b7ef6c0e2
Fixed build.
...
--HG--
branch : develop
2016-07-26 16:51:38 +03:00
75c57628ce
Merged in ValentinaZhuravska/valentina/feature (pull request #132 )
...
Resolved issue #461 . Improve feature: Add a keyboard shortcut for getting pure 45, 90, 135, 180, 225, 270, 315 and 0 degree angles for all tools.
--HG--
branch : develop
2016-07-26 16:19:57 +03:00
6081a5f9d7
Little fix.
...
--HG--
branch : feature
2016-07-26 16:16:09 +03:00
1ae8509d63
Merge with develop.
...
--HG--
branch : feature
2016-07-26 15:32:55 +03:00
f9c9cedfac
We don't need DialogTool::ShowVisToolTip slot anymore.
...
--HG--
branch : feature
2016-07-26 13:45:17 +03:00
689024d60f
Resolved issue #530 . Add debug messages for Layout creation errors.
...
--HG--
branch : develop
2016-07-26 13:33:58 +03:00
2fbac845b5
Looks like "dpkg-reconfigure locales" need some type of dialog with user.
...
Replace with another approach.
--HG--
branch : develop
2016-07-25 23:28:26 +03:00
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
1813a897e3
Forgot that i call locale-gen before "apt-get install".
...
--HG--
branch : develop
2016-07-25 23:06:10 +03:00
4e35551ff4
Seems like "local-gen" is inside package "locales".
...
--HG--
branch : develop
2016-07-25 22:37:29 +03:00
1fc22502ac
Can't change locale because no English language pack installed.
...
--HG--
branch : develop
2016-07-25 22:29:22 +03:00
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
9e9e2a1455
Check which locale supports bitbucket pipelines.
...
--HG--
branch : develop
2016-07-25 21:55:23 +03:00
88055db170
Show measurements option is now disabled and not hidden, if there are no measurements associated with the current pattern. Finished pattern converter and refactored measurement file extraction in text manager class
...
--HG--
branch : feature
2016-07-25 19:10:13 +02:00
b5457867e5
Try be more verbose when copy test files.
...
--HG--
branch : develop
2016-07-25 20:01:19 +03:00
8aabd5a8d9
Merged develop into feature
...
--HG--
branch : feature
2016-07-25 19:01:07 +02:00
d248c4f18a
Added VAbstractMainWindow class.
...
--HG--
branch : feature
2016-07-25 19:23:00 +03:00
c793f869e5
More warnings in AbstractTest::CopyRecursively. Do copy files before all test
...
run.
--HG--
branch : develop
2016-07-25 18:25:13 +03:00
439b1577f5
Disable warning Wunsafe-loop-optimizations.
...
--HG--
branch : develop
2016-07-25 18:22:42 +03:00
14376c4fe1
bitbucket-pipelines.yml. Error: xvfb-run: command not found.
...
--HG--
branch : develop
2016-07-25 12:28:13 +00:00
3476e071cd
bitbucket-pipelines.yml. My last hope is "xvfb-run".
...
--HG--
branch : develop
2016-07-25 12:12:09 +00:00
b4c22a0096
bitbucket-pipelines.yml. Probably we already have root rights.
...
--HG--
branch : develop
2016-07-25 12:04:13 +00:00
0b86fac946
bitbucket-pipelines.yml. QTestLib require GUI support for some tests.
...
--HG--
branch : develop
2016-07-25 11:35:41 +00:00
1551ee4f71
bitbucket-pipelines.yml. Fixing error: QXcbConnection: Could not connect to display.
...
--HG--
branch : develop
2016-07-25 11:34:36 +00:00
1eb97800f4
bitbucket-pipelines.yml. Used $(nproc).
...
--HG--
branch : develop
2016-07-25 11:31:38 +00:00
cd8297e157
bitbucket-pipelines.yml. Added export LD_LIBRARY_PATH
...
--HG--
branch : develop
2016-07-25 11:15:24 +00:00
f4cb033459
Looks like we can use apt-get inside bitbucket-pipelines.yml.
...
--HG--
branch : develop
2016-07-25 10:50:22 +00:00
d4c1d348f9
Try to use default image.
...
--HG--
branch : develop
2016-07-25 10:07:28 +00:00
952bd66dae
bitbucket-pipelines.yml, removed "which qmake".
...
--HG--
branch : develop
2016-07-25 09:43:17 +00:00
25d42004d1
Try to fix bitbucket-pipelines.yml
...
--HG--
branch : develop
2016-07-25 09:32:08 +00:00
707d2a805e
bitbucket-pipelines.yml created online with Bitbucket
...
--HG--
branch : develop
2016-07-25 09:26:35 +00:00
1b5ca4e23d
Fixed the pattern converter
...
--HG--
branch : feature
2016-07-24 19:48:31 +02:00
85db8f84e6
Added hiding Show measurement option and showing just a filename without path in detail and layout mode. Also fixed a wrong comment
...
--HG--
branch : feature
2016-07-24 19:07:38 +02:00
a6e38b54d0
Added the optional measurements line to the pattern info label
...
--HG--
branch : feature
2016-07-24 12:30:10 +02:00
a625c35616
Added comments to most important new classes
...
--HG--
branch : feature
2016-07-23 15:26:15 +02:00
b19f45e90a
Merged develop into feature
...
--HG--
branch : feature
2016-07-23 14:11:22 +02:00
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
524419e53f
Fixed build on OS X.
...
--HG--
branch : develop
2016-07-23 12:56:22 +03:00
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
03482fb9a8
Moved m_tmDetail, m_tmPattern and m_liPP from VLayoutDetail into VLayoutDetailData class
...
--HG--
branch : feature
2016-07-22 12:50:21 +02:00
455befa493
Removed printf commands, added Q_REQUIRED_RESULT macros, replaced v[i] with v.at(i) where needed, replaced 1,0 with true,false when creating boolean XML attributes
...
--HG--
branch : feature
2016-07-22 12:40:02 +02:00
0e7b369c2e
Corrected all the issues reported by Roman till 10:11 AM
...
--HG--
branch : feature
2016-07-22 11:56:45 +02:00
28af32f027
Removed unnecessary method call
...
--HG--
branch : feature
2016-07-22 10:07:16 +02:00
312b8e458b
Centered the label texts and did some refactoring, so that the label content is generated in one place
...
--HG--
branch : feature
2016-07-21 21:46:49 +02:00
5ba40aad8c
Fixed alignments
...
--HG--
branch : feature
2016-07-21 16:49:26 +02:00