Commit Graph

75 Commits

Author SHA1 Message Date
Pascal de Bruijn
c4116daf99 TechDraw: Component Drawing as default document type (#18827)
Presumably Component Drawings are more common as opposed to Assembly Drawing's
therefore FreeCAD's default should reflect this.

find src/Mod/TechDraw/Templates -iname "*.svg" -exec sed -i 's#Assembly Drawing#Component Drawing#g' "{}" \;
2025-01-13 11:59:57 -05:00
luzpaz
7782fd6827 Trim lines ending with superfluous whitespace 2024-12-22 08:50:37 -05:00
Max Wilfinger
ef568314fd fix TechDraw .svg autofill and editable tags 2024-07-06 09:42:15 -04:00
wandererfan
eff32fbba8 [TD]fix wrong xml namespace in some templates 2024-06-23 09:48:25 -04:00
wandererfan
c5981b07b6 [TD]Change template svg_namespace to www.freecad.org
- was www.freecadweb.org
2024-06-07 10:18:42 -04:00
Max Wilfinger
fdbe24b277 Update templates to new FreeCAD icon. 2024-05-29 08:44:54 -04:00
HowThatWorks
6777a43614 Added freecad:autofill attribute to ISO templates 2024-05-18 09:23:20 -04:00
HowThatWorks
2f0b7d2f1f Fixed a typo 2024-05-05 21:35:43 +02:00
HowThatWorks
6cb6dc5cbf Shortened bottom centring mark on A4 sheets 2024-05-05 21:31:52 +02:00
HowThatWorks
c6ddf7cc2c Merge branch 'FreeCAD:main' into main 2024-05-05 01:07:40 +02:00
HowThatWorks
d53c2cff57 Changed page size to language code, general tidy up 2024-05-05 00:20:58 +02:00
HowThatWorks
7b91153c70 Applied the last fix to the other templates 2024-05-03 02:37:30 +02:00
HowThatWorks
9ee7b2a41f Corrected the lower right reference marker
ISO 5457 requires it to be the paper size.
2024-05-03 01:40:20 +02:00
wandererfan
dc1245aef0 [TD]add fallback default template 2024-05-02 07:06:58 -04:00
HowThatWorks
c6fa03dd05 Ungrouped the title block to make things neater 2024-05-01 21:23:58 +02:00
HowThatWorks
a464d85457 Added owner data fields to ISO templates 2024-05-01 04:21:11 +02:00
wandererfan
8ebb848154 [TD]fix merge issue from PR13369
- PR13369 will not merge.  This is the final 2 commits.
2024-04-17 08:06:05 -04:00
David Planella
34238a0b3d Renamed locale folders according to IETF subtags, added README file with instructions on how to add a new translation 2024-04-14 08:51:25 -04:00
David Planella
830c5e7943 Remove stray translations into their own locale folder 2024-04-14 08:51:25 -04:00
David Planella
9a592a64af Move all existing translation folders into locale subfolder 2024-04-14 08:51:25 -04:00
pavltom
aac48eb2f9 [TechDraw] Issue #5903 - Autofill template information 2024-03-23 08:56:47 -04:00
HowThatWorks
e3812ca557 Fixed minor mistakes and omissions 2024-03-04 03:36:44 +01:00
HowThatWorks
d651f233a0 Added common non-title block things 2024-03-03 20:56:11 +01:00
HowThatWorks
5bbd633ca0 Tidied up the templates 2024-03-02 23:47:37 +01:00
HowThatWorks
fea52bf4a0 Removed non-ISO compliant templates and replaced them with ISO-conformant templates 2024-02-26 23:17:49 +01:00
HowThatWorks
c3f19af093 Some ISO 7200 title blocks 2024-02-23 12:21:42 +01:00
HowThatWorks
84af77498d ISO 5457 compliant bases for TechDraw templates. 2024-02-23 12:18:01 +01:00
M G Berberich
5f23da5181 german ISO 7200 templates for TechDraw 2024-01-06 08:42:06 -05:00
DeflateAwning
c847a3d516 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
Pascal de Bruijn
7eebf6d4ff TechDraw: fix black filled logo due to #9958 2023-07-20 10:01:29 -04:00
Pascal de Bruijn
c410c483d1 TechDraw: fix FreeCAD logo path issue
In two templates the FreeCAD logo path had a deviation from the other
templates, which resulting in some erratic/weird behaviors presumably
due to some rounding errors on some zoom levels.
2023-07-20 10:01:29 -04:00
Pascal de Bruijn
fdf2d79c4f TechDraw: scour (tidy) template SVGs 2023-07-19 09:21:37 -04:00
Pascal de Bruijn
f661e8aa53 TechDraw: fix zh_CN template binding hole duplicate stroke 2023-07-19 09:21:37 -04:00
Pascal de Bruijn
70a47494c8 TechDraw: convert template FreeCAD logos to line art 2023-07-19 09:21:37 -04:00
luzpaz
c5dc557579 Fix trailing whitespace
[skip ci]
2023-07-01 10:24:07 +00:00
wandererfan
3177d23d10 [TD]add ANSI large format templates 2023-06-26 14:02:08 -04:00
MaxiV
4cfd56a80b Delete A4_IRAM4504.svg
It is included in the AR_IRAM folder
2023-05-20 10:31:00 -04:00
luzpaz
129d5882a7 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
MaxiV
cab86d1ecf Add files via upload 2023-04-22 09:30:35 -04:00
MaxiV
e3881fe938 Update LEEME 2023-04-22 09:30:35 -04:00
andesfreedesign
fd9b89b38c Create LEEME
Creation of folder to store templates of the IRAM standard (Argentina)
2023-04-22 09:30:35 -04:00
wandererfan
a4d824a9dd [TD]ANSI A&B templates 2023-01-16 15:08:40 -05:00
wandererfan
85734ceb54 [TD]Latin script templates to plain SVG
- batch conversion of all latin script template to plain SVG
2022-09-10 08:19:31 -04:00
luz paz
1a7ddfdc24 Fix typos and whitespace
Found via `codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,anormal,apoints,ba,beginn,behaviour,bloaded,bottome,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childrens,childs,colour,colours,commen,connexion,currenty,dof,doubleclick,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,inout,ist,itsel,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oce,oder,ontop,orgin,orginx,orginy,ot,pard,parm,parms,pres,programm,que,rady,recurrance,ro,rougly,seperator,serie,sinc,siz,strack,substraction,te,technic,thist,thru,tread,uint,unter,uptodate,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml,./src/Base/StackWalker.cpp,./build/doc/SourceDocu`
2022-08-23 18:49:47 +02:00
donovaly
90d59ef3dc [TD] save new template as plain SVG
we had several times problems with template SVGs containing Inkscape-special code, thus save the template as plain SVG
2021-06-20 19:07:11 +02:00
andesfreedesign
5c4e40b7e6 Add A4 format template according to IRAM standard
IRAM (Argentine Institute for Materials Rationalization)
2021-06-13 18:51:12 -03:00
Chris Hennes
dc0d4e4a02 [TD] Fix error in editable status of DOCUMENT_TYPE
All of the TechDraw ISO7200_Pep templates so that the DOCUMENT_TYPE area is
fully editable, allowing the user to overwrite the default contents entirely
instead of just adding to it.
2021-02-17 16:01:44 +01:00
donovaly
2d2041e98c [TD] add Arch paper size Templates
thanks to the recently merged PR #4292 one can use custom page sizes such as the templates in https://wiki.freecadweb.org/Arch_templates

This PR add them to be directly provided by FC.
2021-01-25 02:58:41 +01:00
luz paz
74ab9ccd9c Crowdin - Fix typos found by translators + Random typos [skip-ci]
https://crowdin.com/translate/freecad/6766/en-fr#6582288
2020-07-31 09:05:23 +02:00
felix
4329ccd1ed [TechDraw] Add context to zh_CN README file for description changes
[skip-ci]
2020-07-28 08:39:48 -04:00