PushKK
ae7ebde4e3
[skip ci] Update Fem_ru.ts
...
Fix error in Russian translate "Fixed".
2019-12-30 13:55:03 +01:00
Grey Christoforo
c0ebcbee48
fix brick01 file name
2019-12-29 21:25:14 +01:00
carlopav
5ad41e27c2
[Draft] Auto add new object to App::Part
...
Auto add object to part container if active and if no other autogroup object is selected by the user.
Note that object placement is automatically corrected to not jump over space.
[Draft] App::Part autogroup point object
2019-12-29 20:25:50 +01:00
wmayer
a9f820470b
fix some const correctness
2019-12-29 17:13:18 +01:00
wandererfan
e33a90dc50
[TD]adjust symbol location for font and text
2019-12-29 09:39:47 -05:00
wandererfan
4cca918a76
[TD]fix #4234 initial display of section label
2019-12-29 09:39:47 -05:00
carlopav
87970248a5
[Draft] getGroupContents and App::Part
...
App::Part contained objects should not be moved if also App::Part is moved
2019-12-29 15:24:14 +01:00
wmayer
ad95219129
set explicit utf-8 encoding for some Python modules
2019-12-29 14:00:08 +01:00
wmayer
e900384250
declare getMDIView and getMDIViewPage as const
2019-12-29 13:55:39 +01:00
carlopav
646a480eb2
[Draft] Move and Rotate documentation of recent changes
...
[Draft] Edit: small typo fix
2019-12-29 11:46:02 +01:00
wmayer
6a4dd82415
TechDraw: [skip ci] fix -Winconsistent-missing-override
2019-12-29 00:02:15 +01:00
carlopav
d4954837d3
[Draft] Edit, changed endEdit
...
Before behaviour when user click and when user input coordinates:
1- mousePressed -> endEditing -> numericInput -> update
2- numericInput -> update
Now:
1- mousePressed -> endEditing -> update
2- numericInput -> endEditing -> update
2019-12-28 15:59:26 -03:00
carlopav
510e15cf20
[Draft] Edit Documentation
...
Documented better the whole tool.
Changed the name of self.call to self. selection_callback for easier code reading.
[Draft] Edit small bugfix
Deleted a bunch of code I PR by error
2019-12-28 15:59:26 -03:00
vocx-fc
f2ed9054f6
Draft: fix CMakeLists to install files in directories
2019-12-28 15:56:02 -03:00
WandererFan
ec602a0934
[TD]update property name in Balloon test case
2019-12-27 20:27:19 -05:00
WandererFan
c50491dca2
[TD]fix overload warning
2019-12-27 20:27:19 -05:00
WandererFan
ccd107f1ce
[TD]fix Balloon placement issues
...
- contributed by @lidiriel
2019-12-27 20:27:19 -05:00
Yorik van Havre
134f9d4f26
Arch: Fixed bug in materials merging
2019-12-27 21:32:33 -03:00
carlopav
1f59ee3b7e
[Draft] Draft.rotate() add support for App::Part
2019-12-27 22:44:07 +01:00
wmayer
5442dfbbcc
Sketcher: [skip ci] force redraw after using rubberband selection
2019-12-27 21:18:27 +01:00
carlopav
f0a18565be
[Draft] Draft.move() add support for App::Part
...
Added getGlobalPlacement to vector calculation.
[Draft] Move bug fix
2019-12-27 20:41:04 +01:00
vocx-fc
71154715e7
Draft: add GuiCommandBase class to serve as the parent class of all DraftTools
...
Prepare auxiliary directories to restructure all graphical tools
for objects, viewproviders, gui commands, and taskpanels.
2019-12-27 11:01:34 -03:00
luz.paz
ae7cb9e300
Draft: [skip ci] Fix header uniformity
...
This PR fixes header uniformity across all Draft files
2019-12-27 00:16:12 +01:00
wmayer
e78e468e0f
TechDraw: [skip ci] fix warnings -Wunused-private-field and -Winconsistent-missing-override
2019-12-26 20:13:52 +01:00
Zheng, Lei
668e237889
Draft: fix array restore
2019-12-26 15:56:31 -03:00
ageeye
51a23bd770
Use DraftVecUtils.tup only two times.
2019-12-26 15:54:10 -03:00
ageeye
b22c33ab61
Fix the Draft Array polar type. Rotate first global and then object own rotation(spin) of placement.
2019-12-26 15:54:10 -03:00
Syres916
0d17b6faaf
[Draft] ImportDXF Bug upgrading from 0.16
...
See discussion https://forum.freecadweb.org/viewtopic.php?f=3&t=41879
2019-12-26 15:52:30 -03:00
luz.paz
8fb5c65736
Arch: [skip ci] fix header uniformity
...
This PR fixes header uniformity across all Arch files
2019-12-26 18:24:06 +01:00
luz.paz
c7f9874422
ReverseEngineering: [skip ci] Fix header uniformity
...
This PR fixes header uniformity across all ReverseEngineering files
2019-12-26 18:22:37 +01:00
luz.paz
9d4b58ae85
Robot: [skip ci] fix header uniformity + trailing whitespace
...
This PR fixes header uniformity across all Robot files
2019-12-26 18:22:03 +01:00
carlopav
6992863638
[Draft] Edit further cleanup
...
[Draft] Edit fix minor bug
2019-12-26 13:31:06 -03:00
carlopav
df846aaea4
[Draft] Edit _ code cleanup
...
According to @vocx_fc suggestions, this commit is a first cleanup of the code.
2019-12-26 13:31:06 -03:00
carlopav
99f9aa42f7
[Draft] Edit: improved Draft Circle editing
...
Now Draft circle editing works also with App::Part
2019-12-26 13:31:06 -03:00
carlopav
edca1b4aff
[Arch] Added Draft Edit Command to toolbar
2019-12-26 13:31:06 -03:00
carlopav
4fc3af1390
[Draft] Edit _ improved rectangle editing
...
Improved rectangle editing to use 3 nodes. Now it works also inside App::Part
2019-12-26 13:31:06 -03:00
carlopav
8dd2b328fe
[Draft] Edit: general refactor
...
Changed names of several methods from set to get, changed the general set of nodes, improved placement calculation to use getGlobalPlacement instead of Placement.
2019-12-26 13:31:06 -03:00
vocx-fc
aef11c1f8c
Arch: division including a float to obtain correct result
2019-12-26 13:22:35 -03:00
wandererfan
4a736b7731
[TD]fix Py2/Qt4 errors
2019-12-26 08:56:21 -05:00
wandererfan
d9d440bb6c
[TD]format RichAnno frame
2019-12-26 08:56:21 -05:00
wandererfan
1e48af0fbb
[TD]make symbol text adjustable
...
- also fix QGIWeldSymbol bounding rect
2019-12-26 08:56:21 -05:00
wandererfan
e7a0cd4dfa
[TD] remove obsolete code
2019-12-26 08:56:21 -05:00
wandererfan
c05f2268a8
[TD]fix Leader position override by QGIView
2019-12-26 08:56:21 -05:00
wandererfan
f252aaff68
[TD]add static routine for default line weights
2019-12-26 08:56:21 -05:00
wandererfan
b5f12376a9
[TD]fix LeaderLine point edit
2019-12-26 08:56:21 -05:00
wmayer
c766d75791
[skip ci] replace German comments
2019-12-26 10:19:12 +01:00
luz.paz
d923798946
[skip ci] Fix header uniformity for Import, Mesh, Points, Raytracing
2019-12-26 10:10:30 +01:00
Zolko-123
7dbc309015
Manual dimension centers the plane's view
...
With the current manual dimensions a Datum Plane is visually ex-centred from it's origin, so when drawing a circle the circle is outside of the Plane representation. With this proposed change the visual representation is centred.
2019-12-24 01:17:46 +01:00
Yorik van Havre
0af2e760a1
Arch: Fixed minor colorbug in IFC export
2019-12-23 17:18:16 -03:00
Yorik van Havre
89a5226b88
Arch: Added option to export IFC files in imperial units
2019-12-23 12:33:42 -03:00