Commit Graph

18136 Commits

Author SHA1 Message Date
wmayer
d9478e4883 support Coin 3.1.3 with vec_traits<SbRotation> 2019-09-08 14:00:54 +02:00
wandererfan
1ee974fd60 [TD]Warn if trying to export DrawViewArch to Dxf 2019-09-08 07:13:23 -04:00
wandererfan
dd459f0d88 [TD]Allow transparent Faces as default 2019-09-08 07:13:23 -04:00
wandererfan
a107bcd40d [TD]Expose drawing edge and vertex to Python 2019-09-08 07:13:23 -04:00
sliptonic
73756cf240 Merge pull request #2479 from dubstar-04/feature/post
[Path] Add tool height offsets to Linuxcnc_post
2019-09-08 00:21:58 -05:00
Bernd Hahnebach
60c0db78dd FEM: gmsh tools, move group code in separate def and add some comments 2019-09-07 22:40:36 +02:00
Yorik van Havre
96e5d20a73 Start: Small cosmetic fixes 2019-09-07 16:45:14 -03:00
luz.paz
a1984aeece Fix typos, grammar, and some whitespace issues
Found via `codespell -q 2 -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,currenty,dof,doubleclick,dum,eiter,elemente,feld,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`
2019-09-07 11:58:38 -04:00
wmayer
4289a98af4 minor change 2019-09-07 17:08:40 +02:00
Zheng, Lei
2fc05e2f0d App: check active document before revert in Document::restore() 2019-09-07 17:00:25 +02:00
Zheng, Lei
636f5e9a9a Gui: minor change to tree view document restore handling 2019-09-07 17:00:13 +02:00
Zheng, Lei
84f2cc4a17 App: call setActiveDocument when reverting document 2019-09-07 17:00:03 +02:00
Zheng, Lei
e64b1a7826 PartDesign: fix ViewProviderBody tip icon update 2019-09-07 16:59:55 +02:00
Zheng, Lei
f8e1d455e0 Gui: improve Gui.addIcon(), add Gui.isIconCached()
The motivation of this patch is to make it easy for Python workbench
cache its own icons (possibly generated at runtime), saving the trouble
of pre-compiling the icons as binary resources.

* Gui.addIcon() now support a third argument as format. Default format
  is 'XPM' as before. The intention is to allow user to cache other
  format of icon image, like 'PNG'.

* ViewProviderPythonFeature::getIcon() now checks if the given string
  argument is a key to a cached icon.
2019-09-07 16:01:19 +02:00
wmayer
250906d530 move Save history action to the correct position in the context-menu, do some minor optimizations 2019-09-07 15:48:16 +02:00
Yorik van Havre
1d0849f521 Python Console - only save max 100 history items 2019-09-07 15:27:04 +02:00
Yorik van Havre
164409cee9 Add Python console option to save history across sessions 2019-09-07 15:26:45 +02:00
triplus
17ce36b0d5 Travis - upgrade to Xenial and use OCCT from PPA 2019-09-07 15:20:37 +02:00
wmayer
28f74290b2 fix -Wreturn-std-move 2019-09-07 15:19:28 +02:00
wmayer
e228f23b27 fix -Wreturn-std-move 2019-09-07 14:45:03 +02:00
wmayer
44dc1e2c46 make PySideUicModule working independent of linking PySide or loading it at runtime 2019-09-07 13:40:04 +02:00
wandererfan
12db0b8df4 [TD]Fix Tracker stays active on Cancel 2019-09-07 07:32:24 -04:00
wandererfan
6a1b19739d [TD]Remove old hatch on add new hatch 2019-09-07 07:32:24 -04:00
wmayer
ee8ec4568b Improve branding by avoiding explicit use of 'FreeCAD' in tool tips 2019-09-07 13:18:59 +02:00
vocx-fc
145fe107e4 TechDraw, fixed Doxygen complaint 2019-09-06 20:08:28 -04:00
wmayer
15c9ae1e26 remove wrong typename keyword 2019-09-07 00:29:18 +02:00
wmayer
e981537446 fix -Wunused-local-typedef 2019-09-06 23:03:43 +02:00
wmayer
1b12839608 fix incorrect use of PyObject_TypeCheck in LinkViewPy 2019-09-06 22:53:17 +02:00
Yorik van Havre
f44a5e9654 Arch: More info if IfcOpenShell is not installed 2019-09-06 17:45:15 -03:00
Bernd Hahnebach
0ab738d4e3 FEM: use tmp dir if working dir is besides FC file, but FC file has never been saved 2019-09-06 21:59:52 +02:00
Bernd Hahnebach
8eadf5b789 FEM: gmsh tools, recode method to get the working path, use the solver prefs 2019-09-06 21:59:44 +02:00
Bernd Hahnebach
5fb0e5e430 FEM: utils, move working dir check from ccx tools to utils 2019-09-06 21:59:37 +02:00
Bernd Hahnebach
4e91892a32 FEM: utils, use snake case for variables too 2019-09-06 21:59:28 +02:00
Bernd Hahnebach
1f5eada2d7 FEM: utils, use snake case for new methods 2019-09-06 21:59:14 +02:00
Bernd Hahnebach
2afd93bb55 FEM: move working path methods from solver run to utils 2019-09-06 21:59:05 +02:00
Bernd Hahnebach
e6a96e1100 FEM: rename code formatting to coding conventions 2019-09-06 21:58:58 +02:00
wmayer
9f7075bb8f extend convertTo function to also support SbRotation/Base::Rotation 2019-09-06 21:29:51 +02:00
vocx-fc
584f97b7db Draft: DraftLayer, provide Draft_Layer.svg icon, and use it instead of Draft_VisGroup.svg, even if it's the same to be consistent in the naming 2019-09-06 12:08:11 -03:00
Daniel Wood
68673202eb Add option to supress the tool length offset 2019-09-06 12:29:25 +01:00
Daniel Wood
c3e7d7c73f Add tool height offsets to Linuxcnc_post 2019-09-06 12:29:25 +01:00
wmayer
6195b5e9ef avoid explicit cast to ZipInputStream in Gui::Dcoument class 2019-09-06 12:37:09 +02:00
Bernd Hahnebach
27cb54009b Update codeformating.md 2019-09-06 07:58:00 +02:00
Bernd Hahnebach
103b5e1341 FEM: update in codeformating rules 2019-09-06 07:55:23 +02:00
Yorik van Havre
6cb7ddc74f Draft: Allow to set a default camera height 2019-09-05 20:50:29 -03:00
Bernd Hahnebach
ad03ee9bdf FEM: codeformating, add a file with some information 2019-09-06 00:11:29 +02:00
sliptonic
f815955af7 Merge pull request #2496 from dubstar-04/feature/coolant-management
[Path] Add the coolant dropdown to the 3D Surface Op
2019-09-05 17:02:53 -05:00
Bernd Hahnebach
d01581f14f FEM: some small code formation 2019-09-05 23:08:27 +02:00
Bernd Hahnebach
791ca31552 FEM: test main module, use single quotes instead of double ones 2019-09-05 22:32:54 +02:00
Bernd Hahnebach
ba51d1bf01 FEM: results, use single quotes instead of double ones 2019-09-05 22:32:48 +02:00
Bernd Hahnebach
021e5de27d FEM: objs, use single quotes instead of double ones 2019-09-05 22:32:42 +02:00