Commit Graph

1134 Commits

Author SHA1 Message Date
donovaly
7251e586d1 DrawViewBalloon.cpp: add missing renaming routine 2020-03-19 09:26:50 -04:00
donovaly
7f58c979b7 [TD] use uniform naming for balloon outline
- in the prefs we call the outline "shape" and this describes it better than "symbol" (it is the shape of the bubble). The line end, however, has a symbol so "Shape" makes clear that is is something different.
2020-03-19 09:26:50 -04:00
wandererfan
71192a9129 [TD]improve selection filtering for ArchSection 2020-03-19 08:00:53 -04:00
wandererfan
75e1ed95d0 [TD]improve selection filtering for DraftView 2020-03-19 08:00:53 -04:00
donovaly
bb4352c62d DlgPrefsTechDraw3.ui: fix overall height
- not really important but while I am at it...
2020-03-18 09:52:42 -04:00
donovaly
909b702995 [TD] improve dialogs
- DlgPrefsTechDraw3.ui: improve wording as discussed
- TaskCL2Lines.ui: morph option to QCheckBox
- TaskCenterLine.cpp: the Aligned option is not available for face mode
- TaskCenterLine.ui: use same default line style as in prefs
- TaskCenterLine.ui: correct tooltip for align option
2020-03-18 09:52:42 -04:00
wandererfan
5f1f5f2195 [TD]fix bad preference keys
- GeomHatch color, centerline color, ortho balloon
  filled triangle end
2020-03-17 08:45:26 -04:00
WandererFan
505521a0e3 [TD]fix welding tile file included setup 2020-03-17 08:45:26 -04:00
WandererFan
47aeca65e1 [TD]fix Section file included set up 2020-03-17 08:45:26 -04:00
donovaly
9fd5b0e97f [TD] more preferences work
- General: add missing tooltips, rearrange 2 color entries, uniform wording
- all tabs: uniform right-alignment for spin boxes
- Dimensions: add icons and clarify option name
2020-03-16 22:38:00 -04:00
wandererfan
f55e724891 [TD]fix crash when Section deleted during creation
- if the Section is deleted while the section dialog
  is still in progress, further processing in the
  dialog would cause a crash.
- should have "update intent" locks to prevent this
2020-03-16 08:57:08 -04:00
wandererfan
7100eb4ba3 [TD]synchronize defaults in code and prefs 2020-03-16 08:57:08 -04:00
donovaly
80e26b01a3 [TD] sanitize Scale preferences
- take care that custom scale is only in effect if the scale type is 'Custom'
- use UnitSpinBox for Template Mark
- use uniform width for all scale edits
- also use UnitSpinBox for Balloon Kink
2020-03-15 09:15:14 -04:00
donovaly
0cc3a2778b [TD] use icons uniform in all dialogs
(preferences and task)

- also uniform wording
2020-03-15 09:14:48 -04:00
donovaly
f344791939 add icons for line style
- also break a too long tooltip
2020-03-14 08:05:47 -04:00
donovaly
74b6249b28 add missing tooltips
- also some wording improvements
2020-03-14 08:05:47 -04:00
donovaly
4cdf567023 [TD] add missing signal/slot for decimals
- also update some tooltips
2020-03-14 08:05:47 -04:00
Tobias Ellinghaus
ccabe852b3 TD: Fix decimal separator of dimensions
When the system separator isn't '.' we want to make sure to use it.
2020-03-14 08:04:49 -04:00
donovaly
9f106983c6 [TD] wording fixes and improvement for HLR prefs 2020-03-13 09:05:40 -04:00
Tobias Ellinghaus
cfc04404b6 Fix label of angular dimensions
According to ISO 129-1 labels of angular dimensions may never be upside
down (that is also true for other labels but not relevant for this
commit).
2020-03-13 09:02:37 -04:00
donovaly
cc0ae914c6 improve another tooltip as discussed:
https://forum.freecadweb.org/viewtopic.php?f=35&t=21857&p=376366#p376381
2020-03-13 09:01:43 -04:00
donovaly
391cd78afe some more wording 2020-03-13 09:01:43 -04:00
donovaly
4fe75ceb01 another improvement 2020-03-13 09:01:43 -04:00
donovaly
6d85cb908c [TD] wording fixes and improvement for advanced prefs 2020-03-13 09:01:43 -04:00
donovaly
36406ec937 better UI names for arrow ends,
see https://forum.freecadweb.org/viewtopic.php?f=35&t=21857&p=376366#p376381
2020-03-13 09:01:06 -04:00
donovaly
23bf029d66 [TD] fix arrow end None for dimensions
This was not merged from my PR to PR #3153

- also uniform the combobox appearance in the preferences
2020-03-13 09:01:06 -04:00
wandererfan
99a9964231 [TD]support App::Link in View Source 2020-03-13 09:00:14 -04:00
wandererfan
303335e8af [TD]accept QGraphicsItem from Python 2020-03-12 07:58:38 -04:00
wandererfan
fb035a9a0d [TD]remove Hatches from Display when deleted 2020-03-11 18:17:46 -04:00
wandererfan
fd9183727e [TD]fix crash on RenderMode = NONE 2020-03-11 18:17:46 -04:00
wandererfan
15ffe5d9df [TD]GOST welding symbols 64x64 2020-03-11 18:17:46 -04:00
wandererfan
25642dc7d1 [TD]Fix Balloon tool tip 2020-03-11 09:33:54 -04:00
wandererfan
ffb71e16d4 [TD]SymbolScale property to FloatConstaint 2020-03-11 09:33:54 -04:00
wandererfan
bf66b52579 [TD]remove hard coded arrow types from UIs 2020-03-11 09:33:54 -04:00
wandererfan
c485904ab8 [TD]make Arrow enums translatable 2020-03-11 09:33:54 -04:00
wandererfan
b493b3841d [TD]harmonize Arrow enums 2020-03-11 09:33:54 -04:00
WandererFan
383e20e941 [TD]fix Balloon label position 2020-03-10 07:36:38 -04:00
luz.paz
696ed42635 [skip ci] Fix typos
Found via `codespell`
2020-03-09 16:23:26 +01:00
wmayer
b91050eee5 TechDraw: [skip ci] fix -Winconsistent-missing-override 2020-03-08 23:45:33 +01:00
donovaly
6f0b660ff2 [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
3f8398e3fa [TD] handle deletions of hatches
- also uniform line endings in ViewProviderLeader.cpp
2020-03-07 19:31:49 -05:00
wandererfan
f4233cadb3 [TD]fix Balloon coordinates 2020-03-07 19:29:57 -05:00
wandererfan
b5ea5ed31e [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
ddbe4000f0 handle clip views 2020-03-06 09:41:36 -05:00
donovaly
32ef86b7ac [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
ebe194a9e9 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
823f955032 handle Leaders, Welds, Tiles and RichAnnos 2020-03-05 11:34:35 -05:00
donovaly
121d9a9062 [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
62ffe64d79 TechDraw: [skip ci] fix -Winconsistent-missing-override 2020-03-05 16:38:21 +01:00
Yorik van Havre
8933e8ed38 Merged latest translations from crowdin 2020-03-05 11:58:03 -03:00