DeflateAwning
46b3c02647
Change http to https in SVGs
...
Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Include: *.svg
2023-10-29 22:32:59 -06:00
Petter Reinholdtsen
6b7f3c55b9
Use python3 as the interpreter instead of python (ie v2)
...
This fixes lintian warning "unusual-interpreter".
Part of the Debian edition of FreeCAD since 2023.
2023-07-01 03:09:19 +02:00
luzpaz
38a01939e0
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
luzpaz
f87b919e0d
Fix various whitespace issues
2023-03-20 16:38:40 +01:00
wandererfan
966c577ec4
[TD]add wait for threads to Dimension test script
2023-03-16 10:37:14 -04:00
mosfet80
bed7b76524
remove Python2 code
2023-03-04 17:51:43 -06:00
luzpaz
1b43baa418
Fix various trailing newlines, typos and grammar
2023-02-04 18:29:07 +01:00
wandererfan
894f6408a4
[TD]Add tests for geometry creation
...
- check that edge geometry count is correct
- handle delay waiting for threads to complete
- add test for DrawViewDetail
2022-11-21 18:24:57 -05:00
wandererfan
895c3a88dd
[TD]fix hatch test script
...
- test was erroneously adding hatch to page. Hatches only
belong to DrawViewPart.
2022-11-07 07:56:43 -05:00
Benjamin Bræstrup Sayoc
ea06981ccc
[TechDraw] Make projection group test a unittest
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
7cd860f28c
[TechDraw] Fix making template bug for tests
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
d3d15d36d0
[TechDraw] Make balloon test a unittest
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
886c1415d8
[TechDraw] Make section view test a unittest
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
937d19c4ad
[TechDraw] Make view test a unittest
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
3fda6b8c62
[TechDraw] Make dimension test a unittest
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
c8ca1c4631
[TechDraw] Make image test a unittest
2022-07-26 09:40:19 -04:00
Benjamin Bræstrup Sayoc
ab612c3cd5
[TechDraw] Make symbol test a unittest
2022-07-26 09:40:19 -04:00
Benjamin Bræstrup Sayoc
a9a31ad3b8
[TechDraw] Make annotation test a unittest
2022-07-26 09:40:19 -04:00
Benjamin Bræstrup Sayoc
64f6249ee9
[TechDraw] Make hatch test a unittest
2022-07-26 09:40:19 -04:00
Wanderer Fan
aa6f8c4b14
[TD]migrate DrawingWB projection functions to TechDrawWB
2022-01-29 14:49:15 -05:00
benj5378
256acd4aa9
Black
2022-01-27 09:44:44 -05:00
benj5378
e8d7973982
Remove unused modules and variables
2022-01-27 09:44:44 -05:00
wmayer
5c4fcaef1d
TD: [skip ci] Fix coverity warning
...
Coverity warnings fixed:
CID 316559 (#1 of 1): Uninitialized scalar variable (UNINIT)
3. uninit_use_in_call: Using uninitialized value we. Field we.idx is uninitialized when calling push_back
CID 316549 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
4. uninit_member: Non-static class member pageheight is not initialized in this constructor nor in any functions that it calls.
CID 186161 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
2. uninit_member: Non-static class member parent is not initialized in this constructor nor in any functions that it calls.
CID 305170 (#1 of 1): Dereference before null check (REVERSE_INULL)
check_after_deref: Null-checking this->m_baseFeat suggests that it may be null, but it has already been dereferenced on all paths leading to the check.
CID 186152 (#2 of 2): Uninitialized pointer field (UNINIT_CTOR)
3. uninit_member: Non-static class member m_mdi is not initialized in this constructor nor in any functions that it calls.
CID 192588 (#1 of 1): Same on both sides (CONSTANT_EXPRESSION_RESULT)
pointless_expression
2021-02-21 16:30:30 +01:00
wandererfan
64e6bca2c4
[TD]update balloon test case for OriginIsSet
2020-03-20 08:56:07 -04:00
donovaly
97b80ff7f9
fix missing namespaces in SVG files
...
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42955&start=10#p365470
2020-02-03 07:20:52 -05:00
WandererFan
5bd578d6eb
[TD]update property name in Balloon test case
2019-12-27 20:27:19 -05:00
donovaly
f4c7c9bc25
DrawViewBalloon: add units there as well
...
since OriginX/Y depend on DrawView base X/Y
- also adapt the balloon test accordingly
2019-12-01 21:48:46 -05:00
wandererfan
a05e6339d7
Fix misleading error messages in ProjGroup test
2019-06-08 12:25:00 -04:00
wandererfan
924c339a45
Add test script for leader line and RTA
2019-05-09 07:31:31 -04:00
Franck Jullien
c5942d6a78
TechDraw: add Balloons
2019-04-01 23:24:17 +02:00
wandererfan
e29c610993
Replace static_cast with dynamic_cast
...
- replace all static_cast with dynamic_cast + error test
2019-03-07 10:58:28 +01:00
wandererfan
d58b86c52f
Fix segfault on missing Anchor view
...
- test script did not create Anchor(Front) view. DPG/DVP did not
handle missing Anchor properly
2019-03-07 10:58:28 +01:00
WandererFan
f24da28239
Allow ProgGroup Item AutoPosition from Python
2018-02-11 20:07:57 +01:00
WandererFan
e7e74aba0d
Update TechDraw Unit Test set
...
Allow unit test to run in console mode
Change to unique document names for each unit test
Fix error in CMake install for test files
Correct Py3/Py2 unicode error
2018-02-01 19:34:04 +01:00