Commit Graph

18164 Commits

Author SHA1 Message Date
Zheng, Lei
95dfd5a6cd Base: fix verbose checking in Console::Log() 2019-09-10 14:17:06 +02:00
Zheng, Lei
56d8f22fc5 Gui: restore tree view content menu action order 2019-09-10 14:17:06 +02:00
Zheng, Lei
b991b8c591 Gui: fix active object highlight 2019-09-10 14:17:06 +02:00
Bernd Hahnebach
90bcf3e8b6 FEM: utils, do not check for unique path 2019-09-10 11:46:35 +02:00
Bernd Hahnebach
e10dcc2197 FEM: solver run, fix move error class 2019-09-10 11:46:26 +02:00
Bernd Hahnebach
818c3df49c FEM: utils and run, get rid of circle import 2019-09-10 07:47:26 +02:00
DeepSOIC
e4e6ba6404 Show: fix CMake
In attempts to fix import errors on macos.
https://forum.freecadweb.org/viewtopic.php?f=3&t=39205
2019-09-10 02:53:53 +03:00
sliptonic
f641567b20 Merge pull request #2513 from dubstar-04/fixes/Tooltable
[Path] Fixes/tooltable
2019-09-09 16:51:38 -05:00
wandererfan
13bc30de51 [TD]Fix welding text positions 2019-09-09 15:40:39 -04:00
wandererfan
4b853ab9f6 [TD]Fix selection highlight for QGIPrimPath children 2019-09-09 15:40:39 -04:00
Daniel Wood
3b4c5549e8 Don't try deleting tool tables when none exist. 2019-09-09 20:26:55 +01:00
Daniel Wood
bdf929533f Make sure the tool current tool table gets set. 2019-09-09 20:19:46 +01:00
Daniel Wood
4858d917b1 Check there is preference data before attemping to load it. 2019-09-09 18:52:47 +01:00
wmayer
1dde7d6e81 fix possible crash on workbench change 2019-09-09 14:56:19 +02:00
DeepSOIC
a073eb6749 Sketcher: try fix crash when returning to PartDesign 2019-09-09 12:34:55 +02:00
sliptonic
fb5d7fa076 Merge pull request #2499 from dubstar-04/feature/tooltable
[Path] Enable Tool Duplication and Moving
2019-09-08 13:50:02 -05:00
vocx-fc
256f85678f Drawing: print message indicating that it is obsolete 2019-09-08 19:24:33 +02:00
wmayer
5e9891dcb7 suppress -Wmacro-redefined warnings caused by netgen headers 2019-09-08 18:00:52 +02:00
wmayer
6d9d94f118 correctly handle custom property names (e.g. sketcher constraints) 2019-09-08 17:32:43 +02:00
sliptonic
2aee10f11a Merge pull request #2505 from kreso-t/master
PathAdaptive: Increased accuracy for small tools
2019-09-08 10:13:39 -05:00
wmayer
cb19453921 re-activate DAG view 2019-09-08 16:00:08 +02:00
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
kreso-t
3a98f43e0e PathAdaptive: Increased accuracy for small tools 2019-09-07 20:00:35 +02: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