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
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
a94daf6834
First implementation of Update Notification.
...
--HG--
branch : feature
2016-07-15 12:00:00 +03:00
Roman Telezhynskyi
8a02129e24
Fixed path to Inno Setup.
...
--HG--
branch : develop
2016-06-22 14:10:40 +03:00
Holger Pandel
1d87a046f0
Changed the way the setup compiler exe is searched for.
...
--HG--
branch : feature
2016-06-13 12:37:44 +02:00
Holger Pandel
74d47b5a4f
Resolved issue #505 . New installer script based on Inno Setup 5.
...
--HG--
branch : feature
2016-06-10 16:56:35 +02:00
Roman Telezhynskyi
613fa5d6da
Fixed build on Mac OS X with Qt 5.6. Minimally supported target is now 10.7.
...
--HG--
branch : develop
2016-05-02 19:41:23 +03:00
Roman Telezhynskyi
738b7c499a
Typos.
...
--HG--
branch : develop
2016-02-29 11:57:30 +02:00
Roman Telezhynskyi
48d58de871
CONFIG key to disable setting custom rpath option.
...
--HG--
branch : develop
2016-02-19 17:21:51 +02:00
Roman Telezhynskyi
b42710f8d0
Measurement Diagram is not shown on Mac OS X.
...
(grafted from 34490ebbc73d0f9c0360883903cd010fb6bea8f8)
--HG--
branch : develop
2016-02-17 10:11:36 +02:00
Roman Telezhynskyi
39c88a812e
Correct path to NSIS on Win x64.
...
--HG--
branch : develop
2016-02-16 20:55:52 +02:00
Roman Telezhynskyi
5f1421f512
New icon for VAL file. Updated Tape logo. Updated ico for standard measurements.
...
--HG--
branch : develop
2016-01-20 17:44:07 +02:00
Roman Telezhynskyi
c661e04cb3
We have been running Tape in two different cases.
...
The first inside own bundle where info.plist is works fine, but the second,
when we run inside Valentina's bundle, require direct setting the icon.
(grafted from 911feb13c2c0d9b632fcdb35770d74d5a551d9c0)
--HG--
branch : develop
2016-01-15 18:02:14 +02:00
Benjamin Nauck
de12d75606
Make 'V' in "Valentina" upper case on osx
...
This will change:
* the filename of the application to "Valentina.app",
* the name in the menubar to "Valentina", and
* the about item so it says "About Valentina" instead of "About valentina"
Almost every application on OS X capitalizes their name. The only exceptions on my computer are apple's i-products (but there the second letter is upper case instead)
--HG--
branch : feature
2016-01-12 00:16:48 +01:00
Roman Telezhynskyi
97d60004f6
Update debian files.
...
--HG--
branch : develop
2015-11-26 15:00:04 +02:00
Roman Telezhynskyi
0e70d335ce
Changes for new debian package.
...
--HG--
branch : develop
2015-11-21 19:34:23 +02:00
Roman Telezhynskyi
5604f8eea3
Correct path to Tape.
...
--HG--
branch : develop
2015-11-18 17:36:37 +02:00
Roman Telezhynskyi
e38dc9d866
For avoiding error "dyld: Library not loaded" in Mac OS X we should create app
...
bundle for Tape. I think if create bundle then make it full, not half made.
The bundle also will be very usefull for testing Tape in Mac and in case if
someone will want to use Tape like independent application. The main bundle
still will have Tape inside.
--HG--
branch : develop
2015-11-18 14:42:25 +02:00
Roman Telezhynskyi
8c8b7d1570
Fixed generation the list of QM files.
...
--HG--
branch : develop
2015-11-17 12:18:46 +02:00
Roman Telezhynskyi
8eef5db927
Improved app bundle.
...
--HG--
branch : develop
2015-11-16 13:39:46 +02:00
Roman Telezhynskyi
7038c25c39
Turn on PCH on mac os x.
...
--HG--
branch : develop
2015-11-16 12:22:34 +02:00
Thies Schröder
823090718b
fix build on mac os
...
--HG--
branch : develop
2015-11-11 21:16:58 +01:00
Roman Telezhynskyi
80ff422a39
Separate file for localization files.
...
--HG--
branch : develop
2015-10-30 13:05:44 +02:00
Roman Telezhynskyi
9ffeeec298
Three new languages: English (Canada), English (India), Romanian (Romania).
...
--HG--
branch : develop
2015-10-30 12:44:10 +02:00
Roman Telezhynskyi
c6e18b8565
No need anymore run qmake twice.
...
--HG--
branch : develop
2015-10-25 18:09:24 +02:00
Roman Telezhynskyi
c3aba113a2
Use the -rpath linker option to set the .so search path.
...
--HG--
branch : develop
2015-10-24 23:06:16 +03:00
Roman Telezhynskyi
b516ceb8e1
"CONFIG += silent" doesn't work correct with msvc. Do not create target
...
"make distclean" with msvc.
--HG--
branch : develop
2015-10-24 14:13:59 +03:00
Roman Telezhynskyi
bcbb7e66d2
Skip part about NSIS if was not installed.
...
--HG--
branch : develop
2015-10-22 17:50:42 +03:00
Roman Telezhynskyi
44edb90967
Changed version to 0.4.0b. Fixed file assosiation on Windows Vista and higher.
...
--HG--
branch : develop
2015-10-22 17:35:54 +03:00
Roman Telezhynskyi
a7f656a412
Alwayse deploy QM files to test directory.
...
--HG--
branch : develop
2015-10-21 12:35:52 +03:00
Roman Telezhynskyi
467ffbd132
ICC warnings.
...
--HG--
branch : develop
2015-10-20 17:32:01 +03:00
Roman Telezhynskyi
2be2c00521
Force qmake to update QM files.
...
--HG--
branch : develop
2015-10-20 08:58:17 +03:00
Roman Telezhynskyi
4d90589f01
Clang warnings.
...
--HG--
branch : develop
2015-10-19 16:21:06 +03:00
Roman Telezhynskyi
37f11e732d
Check that $TOK$ and $POS$ there are in translated strings.
...
--HG--
branch : develop
2015-10-16 14:55:23 +03:00
Roman Telezhynskyi
ba9407bcb5
Curl.exe is part of crash report tools.
...
--HG--
branch : develop
2015-10-14 16:21:23 +03:00
Roman Telezhynskyi
3c949e5cc5
First template with all measurements.
...
--HG--
branch : develop
2015-10-14 16:03:36 +03:00
Roman Telezhynskyi
8c7c7a9550
CONFIG+=noCrashReports.
...
--HG--
branch : develop
2015-10-14 14:12:38 +03:00
Roman Telezhynskyi
f0d87ef440
Prerape Windows installer.
...
--HG--
branch : develop
2015-10-14 13:06:50 +03:00
Roman Telezhynskyi
47b2d03304
"make install" on Windows supports only MinGW.
...
--HG--
branch : develop
2015-10-11 20:30:16 +03:00
Roman Telezhynskyi
97fdd161b7
Optimization copying files.
...
--HG--
branch : develop
2015-10-11 20:27:47 +03:00
Valentina Zhuravska
2fe176c40d
Fixed pdftops error in Windows
...
--HG--
branch : develop
2015-10-11 00:25:46 +03:00
Roman Telezhynskyi
c1976401a0
Use CONFIG += silent in release mode.
...
--HG--
branch : develop
2015-10-09 20:22:49 +03:00
Roman Telezhynskyi
94f86f136e
New pattern making system 'None' with code p998.
...
--HG--
branch : develop
2015-10-07 20:57:18 +03:00
Roman Telezhynskyi
6bbb0c531f
Remove the file individual.vit.
...
--HG--
branch : develop
2015-09-23 17:38:46 +03:00
Roman Telezhynskyi
ec31f7268d
Test original and translated measurement names.
...
--HG--
branch : develop
2015-09-17 21:44:15 +03:00
val177
c9eb629e8c
Added dxflib
...
--HG--
branch : feature
2015-09-07 17:39:04 +03:00
Roman Telezhynskyi
8146f53be3
Create a measurement independent pattern file.
...
--HG--
branch : feature
2015-08-16 18:56:06 +03:00
Roman Telezhynskyi
90455b8910
Class LitePattern for getting a list of measurements from a pattern file.
...
--HG--
branch : feature
2015-08-11 16:41:03 +03:00
Roman Telezhynskyi
1dece1e9e5
make install. Corrected paths to translations.
...
--HG--
branch : feature
2015-08-08 11:22:51 +03:00
Roman Telezhynskyi
65c09f7547
Translation file for mapping pattern making systems.
...
--HG--
branch : feature
2015-08-02 20:39:29 +03:00