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
wmayer
eb4e2d2c56
Gui: add virtual method containsViewProvider to MDIView and re-implement it in some sub-classes
...
Improve Document::setActiveView to not always switch to the first 3D view but check the currently active view before
2019-12-29 15:00:35 +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
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
wmayer
4318375a51
Gui: allow user to set an expression for property editor of vectors
2019-12-28 17:36:41 +01:00
wmayer
ba95cc73ad
Base: [skip ci] do not normalize axis when changing angle of a Rotation object
2019-12-28 14:04:02 +01: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
wmayer
5442dfbbcc
Sketcher: [skip ci] force redraw after using rubberband selection
2019-12-27 21:18:27 +01:00
wmayer
bd36bcb22b
[skip ci] scale grabbed image to defined width
2019-12-27 21:00:34 +01:00
wmayer
9e4710d679
Gui: [skip ci] allow to pass multi-sampling in Python wrapper
2019-12-27 15:19:19 +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
wmayer
a7a11341fc
Gui: [skip ci] show navi cube also when rendering as framebuffer or GL image
2019-12-27 13:57:21 +01:00
wmayer
e7796c0497
Gui: [skip ci] add option to grab 3D view as is
2019-12-27 13:52:34 +01: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
wmayer
bfdd6d8a2f
Units: [skip ci] restore translations of unit schema names
2019-12-25 13:02:14 +01:00
luz.paz
f11783a498
src/Gui: [skip ci] fix header uniformity
...
This PR fixes header uniformity across all `src/Gui` files
2019-12-25 11:39:17 +01:00
luz.paz
6f11ed298a
src/Base: [skip ci] fix header uniformity
...
This PR fixes header uniformity across all `src/Base` files
2019-12-25 11:38:58 +01:00
luz.paz
4f308dc03c
src/App: [skip ci] fix header uniformity
...
This PR fixes header uniformity across all `src/App` files
2019-12-25 11:38:43 +01:00