Yorik van Havre
|
ed386410bc
|
Merged latest translations from crowdin
|
2019-05-10 19:19:37 -03:00 |
|
Yorik van Havre
|
dcae6d027e
|
Updated translations
|
2019-03-06 21:50:08 -03:00 |
|
Yorik van Havre
|
a70a82e19f
|
Revert "Merged crowdin translations" for investigation due to some problems found in the translation files...
This reverts commit 9032c4c587.
|
2019-03-02 19:17:44 -03:00 |
|
Yorik van Havre
|
9032c4c587
|
Merged crowdin translations
|
2019-02-28 21:53:37 -03:00 |
|
Yorik van Havre
|
f14633d182
|
Added untranslated 'master' .ts files where missing
|
2019-02-08 18:50:13 -02:00 |
|
Yorik van Havre
|
ac18ec0d79
|
Updated translations
|
2019-02-01 13:54:10 -02:00 |
|
Yorik van Havre
|
2ea84272fd
|
Updated translations from crowdin
|
2018-12-23 13:54:30 -02:00 |
|
wmayer
|
8d09cafc33
|
CMP0050: make Test module aware of cmake policy
|
2018-08-20 13:58:28 +02:00 |
|
luz.paz
|
a529ba1787
|
Crowdin: more fixes
|
2018-05-02 00:50:06 -04:00 |
|
luz.paz
|
fb224b0090
|
Crowdin: fix in different WBs
|
2018-05-02 00:50:06 -04:00 |
|
Yorik van Havre
|
d4f835ab39
|
Merged translations from crowdin
|
2018-03-26 18:52:02 -03:00 |
|
Yorik van Havre
|
12f3258ded
|
Applied latest translations from crowdin
|
2018-02-21 14:25:31 -03:00 |
|
wmayer
|
04ea295280
|
add kd tree class
add mesh decimation algorithm
|
2017-11-14 14:17:19 +01:00 |
|
Yorik van Havre
|
cfe2d134a2
|
Updated translations from crowdin
|
2017-10-23 18:32:02 -02:00 |
|
wmayer
|
5f492a87db
|
Qt5: set color to progress bar using style sheet
|
2017-06-19 18:54:25 +02:00 |
|
Yorik van Havre
|
2a2ab3c4ef
|
Updated translations
|
2017-05-25 10:04:05 -03:00 |
|
Yorik van Havre
|
6b66a38ee3
|
Updated translations with latest files from crowdin
|
2017-03-06 11:53:09 -03:00 |
|
looooo
|
99131438c6
|
py3: Test: gathering diff of py3-branch
ec9dcf7453d44ce21e6ab5e460293006a49e7ccc
|
2017-03-02 12:46:57 +01:00 |
|
Priit Laes
|
91e2e0043b
|
python: Test: *.py: Fix python3 syntax
|
2017-03-02 12:46:57 +01:00 |
|
wmayer
|
76b3397762
|
py3: ported module init to python3
|
2017-02-04 15:56:31 +01:00 |
|
looooo
|
e9b5722220
|
python3: dict.has_key("key") --> "key" in dict
|
2017-01-20 00:06:58 -02:00 |
|
wmayer
|
45b898985a
|
set layout of text of progress bar in unit test dialog
|
2017-01-16 18:48:18 +01:00 |
|
Alexander Gryson
|
f680d810a5
|
Update multiple workbenches
Workbenches updated:
* Complete
* Image
* Inspection
* Material
* MeshPart
* Points
* Reverse Engineering
* Start
* Test
* Web
|
2016-12-26 12:23:07 -02:00 |
|
wmayer
|
5e375a6238
|
Add switch to select between Qt4 and Qt5
|
2016-12-13 15:53:13 +01:00 |
|
wmayer
|
166fc624eb
|
remove superfluous Qt includes
|
2016-12-13 15:40:49 +01:00 |
|
wmayer
|
49869ba7a1
|
fix -Wextra in Test
|
2016-09-21 21:15:10 +02:00 |
|
Yorik van Havre
|
bcb75d5477
|
Updated translation files from crowdin
|
2016-03-17 23:29:11 -03:00 |
|
triplus
|
d432c72a15
|
Add SVG workbench icons
|
2016-02-26 23:17:43 +01:00 |
|
Yorik van Havre
|
28b6c82555
|
Added updated translations from crowdin - fixes #2443
|
2016-02-26 18:32:02 -03:00 |
|
wmayer
|
408d7a9ba8
|
+ translation fixes
|
2016-02-13 16:48:24 +01:00 |
|
Yorik van Havre
|
2e2192f88a
|
Added slovenian language
|
2016-02-03 13:36:51 -02:00 |
|
Yorik van Havre
|
37b1bdbe27
|
Updated translations with latest from crowdin
|
2016-02-01 23:32:58 -02:00 |
|
wmayer
|
a643463733
|
+ simplify porting of Test module to Python3
|
2016-01-20 10:26:12 +01:00 |
|
Mateusz Skowroński
|
7d0e892d36
|
Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
158f39ec78
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:43:33 +01:00 |
|
Mateusz Skowroński
|
3b463f2138
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:07:58 +01:00 |
|
Mateusz Skowroński
|
cd2db00f22
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:07:25 +01:00 |
|
Mateusz Skowroński
|
d5c074f80d
|
QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:06:48 +01:00 |
|
wmayer
|
169b2e356e
|
+ clean-up, fix and new methods added in unit test module
|
2015-10-19 21:51:43 +02:00 |
|
wmayer
|
4208b0840d
|
+ truncate text when too long in message box in unit test panel and show the full text in detailed section
|
2015-10-17 14:33:54 +02:00 |
|
wmayer
|
ee28daa669
|
+ replace old C casts with static_cast in generated C++ code, remove unused parent structure of Python classes, support of -1 as return value of setCustomAttributes
|
2015-09-27 22:08:08 +02:00 |
|
wmayer
|
7d98705396
|
+ harmonize XercesC cmake variables with official check
|
2015-07-28 14:17:49 +02:00 |
|
wmayer
|
d95003e92c
|
+ replace deprecated PYTHON_INCLUDE_PATH
|
2015-07-25 18:29:42 +02:00 |
|
Yorik van Havre
|
8d8eba6dac
|
Updated ts files from source
|
2015-02-27 18:56:51 -03:00 |
|
Yorik van Havre
|
8d98921dd7
|
Updated translations from crowdin
|
2015-02-27 18:46:03 -03:00 |
|
Yorik van Havre
|
ae3fafea6c
|
Updated base translation files for crowdin
|
2015-01-13 20:00:09 -02:00 |
|
Sebastian Hoogen
|
debca91e98
|
remove support for automake
|
2014-11-26 10:26:30 +01:00 |
|
Yorik van Havre
|
940f7e69ba
|
Updated translations
|
2014-05-24 17:35:20 -03:00 |
|
wmayer
|
6b89c03181
|
Add initial support for different libdir (jobermayr)
|
2014-05-10 12:57:38 +02:00 |
|
mdinger
|
337f05d56e
|
Move python module prefix and suffix properties into macro to be set together
|
2014-05-03 16:00:30 +02:00 |
|
wmayer
|
1a7cea9b59
|
+ Fix prefix of Python extensions built with MinGW
|
2014-04-30 18:22:52 +02:00 |
|