Commit Graph

1098 Commits

Author SHA1 Message Date
WandererFan
419c4f3401 [TD]fix Balloon label position 2020-03-10 07:36:38 -04:00
luz.paz
8624564469 [skip ci] Fix typos
Found via `codespell`
2020-03-09 16:23:26 +01:00
wmayer
4864849ec7 TechDraw: [skip ci] fix -Winconsistent-missing-override 2020-03-08 23:45:33 +01:00
donovaly
0ccbad5c9d [TD] fix default directory for bitmaps
see https://forum.freecadweb.org/viewtopic.php?f=35&t=43981
2020-03-07 19:32:25 -05:00
donovaly
c390d64df0 [TD] handle deletions of hatches
- also uniform line endings in ViewProviderLeader.cpp
2020-03-07 19:31:49 -05:00
wandererfan
3307e4bf7a [TD]fix Balloon coordinates 2020-03-07 19:29:57 -05:00
wandererfan
fb2454dde7 [TD]fix crash on Dim delete
- adjust index/cache options to avoid "dirty" screen
  region errors.
- may be masking missing "prepareGeometryChange"
2020-03-06 13:56:38 -05:00
donovaly
26e88f208d handle clip views 2020-03-06 09:41:36 -05:00
donovaly
2ea0c79cde [TD] add missing check for leader line in ProjGroup
see https://forum.freecadweb.org/viewtopic.php?f=35&t=43115&start=10#p374279

- also uniform line endings in ViewProviderWeld.cpp
2020-03-06 09:41:36 -05:00
luz.paz
180805c55e Fix typos
Found via  
```
codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,connexion,currenty,dof,doubleclick,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,orgin,orginx,orginy,ot,pard,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,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
```
2020-03-06 14:50:35 +01:00
donovaly
f8d90c2523 handle Leaders, Welds, Tiles and RichAnnos 2020-03-05 11:34:35 -05:00
donovaly
398bf689e2 [TD] catch the case a page has the template as only object
for more info see the thread https://forum.freecadweb.org/viewtopic.php?p=366902#p366902
2020-03-05 11:34:35 -05:00
wmayer
3be2e09743 TechDraw: [skip ci] fix -Winconsistent-missing-override 2020-03-05 16:38:21 +01:00
Yorik van Havre
0c1289282b Merged latest translations from crowdin 2020-03-05 11:58:03 -03:00
donovaly
2cda87f23a ViewProviderProjGroup: handle the case that items have section or detail views that would be broken by the deletion 2020-03-04 08:24:17 -05:00
donovaly
ead6cfea71 handle now also section view, detail view and view 2020-03-04 08:24:17 -05:00
donovaly
941ce9c43c CanDelete is necessary for dimensions
- therefore revert commit bd0bf690b53f8355400278a127524029d225dffb.
- handle balloons the same way
- fix line ending in ViewProviderProjGroupItem.cpp
2020-03-04 08:24:17 -05:00
donovaly
dc94f25fd4 ViewProviderDimension: remove unused function 2020-03-04 08:24:17 -05:00
donovaly
76daaf1863 ViewProviderTemplate.cpp: remove unused include 2020-03-04 08:24:17 -05:00
donovaly
5a61baf07c [TD] handle object deletions better
see https://forum.freecadweb.org/viewtopic.php?p=366902#p366902
2020-03-04 08:24:17 -05:00
wandererfan
e0eda0de58 [TD]expose dimension arrow position to Python 2020-03-02 08:37:19 -05:00
wandererfan
eb4c1019cc [TD]Add GOST Welding Symbols 2020-02-28 10:53:17 -05:00
wandererfan
8533527af9 [TD] Landmark Dim minor clean ups
- clean up reference vertices on delete

- protect fail on close empty Page

- hide unimplemented functions
2020-02-27 15:46:31 -05:00
wandererfan
233453c181 [TD]Add pref for loose 2D objects 2020-02-27 15:46:31 -05:00
wmayer
6693ea723f TechDraw: [skip ci] fix -Wextra-semi -Winconsistent-missing-override 2020-02-26 18:44:45 +01:00
wandererfan
0825e5ece4 [TD]Support Landmark Dim in Section and Detail 2020-02-25 17:21:00 -05:00
wandererfan
96e8f752be [TD]Landmark Dims initial impl 2020-02-25 17:21:00 -05:00
wandererfan
4db7fc91e3 [TD]fix application of SectionLine preference 2020-02-20 09:39:23 -05:00
donovaly
bf9e646ebe [TD] LeadlerLine dialog beautifications
(add tooltips, use a display widget)

see https://forum.freecadweb.org/viewtopic.php?f=35&t=43360&p=369885#p369885
2020-02-18 07:36:59 -05:00
wandererfan
e8417c6268 [TD]fix LL edit when no MDI 2020-02-16 14:24:14 -05:00
wandererfan
3988824b67 [TD]fix RTA edit when no MDI 2020-02-16 14:24:14 -05:00
wandererfan
d0215f7637 [TD]fix variable name 2020-02-16 14:24:14 -05:00
wandererfan
1c276115c8 [TD]use "continuous" for solid lines 2020-02-16 14:24:14 -05:00
wandererfan
e77ab5e2c2 [TD]fix Qt4 compile error re QTextCursor 2020-02-14 07:44:56 -05:00
wandererfan
48fc14efcb [TD]2 pass autoscale for DVD, DVS 2020-02-14 07:44:56 -05:00
wandererfan
3a42205cb4 [TD]fix autoscale for DPG 2020-02-14 07:44:56 -05:00
wandererfan
b4943c1f08 [TD]fix HiddenLine style pref 2020-02-14 07:44:56 -05:00
wandererfan
d6f9a6ddff [TD]trap wrong selection for ArchSection 2020-02-14 07:44:56 -05:00
wandererfan
9ed64bf3ee [TD]fix hatch file not found message 2020-02-14 07:44:56 -05:00
wandererfan
bcbca4c14f [TD]fix initial font size display 2020-02-14 07:44:56 -05:00
wandererfan
f00fca5474 [TD]use plain text for Svg export 2020-02-14 07:44:56 -05:00
Zheng, Lei
1024344bb6 TechDraw: remove duplicated fix 2020-02-11 15:40:27 -05:00
Zheng, Lei
3cd84fc2d0 TechDraw: fix build for qt4 2020-02-11 15:40:27 -05:00
donovaly
5d60f3af01 DlgPrefsTechDraw1.ui: revert unwanted change 2020-02-11 07:44:56 -05:00
donovaly
1174051394 [TD] some wording improvements 2020-02-11 07:44:56 -05:00
wandererfan
8462c43a06 [TD]add Hatch limit parameters 2020-02-07 12:28:13 -05:00
wandererfan
e983ca3911 [TD]fix Preference dialog keys 2020-02-07 12:28:13 -05:00
wandererfan
0532df4937 [TD]fix Preferences 2020-02-05 08:19:35 -05:00
wandererfan
d68fcb8cc5 [TD]Fix rich text size/position in Svg export
- still an issue with line spacing
2020-02-04 19:35:27 -05:00
donovaly
a5fe809763 [TD] DlgPrefsTechDrawx.ui: improve layout, wording and tooltips
part 2: - page 1 (some more), 3, 4, 5
2020-02-04 08:08:08 -05:00