Commit Graph

10465 Commits

Author SHA1 Message Date
Kurt Kremitzki
970679b9cd Break off css into separate file 2017-03-11 14:54:53 -03:00
Kurt Kremitzki
9b9ff54616 Delete unused html file 2017-03-11 14:54:53 -03:00
Kurt Kremitzki
74d98b6d67 Move start WB images to separate folder 2017-03-11 14:53:36 -03:00
Yorik van Havre
f8e2c626e8 Merge pull request #608 from triplus/master
Navigation indicator translations support
2017-03-11 14:48:58 -03:00
triplus
a33e988605 Navigation indicator translations support 2017-03-11 14:43:56 +01:00
Yorik van Havre
ea274e59ed Arch: Material improvements
* Fix in material editor when loading existing material
* Added some properties to Arch materials that reflect the contents of the material dictionary
* Added some similar properties to Arch equipment
* Fixed standard code button in Arch material panel to go to Omniclass website to pick a code
2017-03-08 20:39:38 -03:00
Yorik van Havre
93983d8b6a Arch: small bugfix in IFC export 2017-03-08 16:41:05 -03:00
Yorik van Havre
94faa9dd2b Arch: misc minor bugfixes 2017-03-08 15:55:07 -03:00
Yorik van Havre
002597b585 Part: Support subcomponent transparencies in compounds 2017-03-08 15:54:44 -03:00
wwmayer
b5ec07b505 Merge pull request #600 from triplus/macOS-Integration
Fine tune statusbar integration
2017-03-08 13:01:21 +01:00
wwmayer
26280ca0c9 Merge pull request #601 from jsmaniac/patch-print-radius
str(Sketcher.Constraint('Radius', 1, 2)) should not return "<Constraint '?'>"
2017-03-08 13:00:54 +01:00
Georges Dupéron
ab4cbbaedf str(Sketcher.Constraint('Radius', 1, 2)) should not return "<Constraint '?'>"
str(Sketcher.Constraint('Radius', 1, 2)) should not return "<Constraint '?'>", it should return "<Constraint 'Radius'>"
2017-03-08 00:04:04 +01:00
triplus
d5d8ed5466 Fine tune statusbar integration 2017-03-07 23:31:38 +01:00
looooo
d3db9eaf0e cmake: reset shiboken-cmake-suffix for python < 3 2017-03-07 13:57:11 -03:00
Sergo
a559078c7d stop profile based and primitives if file is in undetermined workflow 2017-03-07 13:51:42 -03:00
Sergo
48ebbeb255 stop dressup features when applied to non-acitve body 2017-03-07 13:51:42 -03:00
Sergo
a2a497e8c6 fixing transformed features and guessworkflow 2017-03-07 13:51:42 -03:00
Sergo
516a979cf2 fixing dressup features 2017-03-07 13:51:42 -03:00
Sergo
eb48068420 fix pd tools from running when no active parts 2017-03-07 13:51:42 -03:00
Bruce B. Lacey
b1cf7ec7ea Use CMAKE_PREFIX_PATH for Qt 5 builds
* To obivate creating Qt symlinks in /usr/local and simplify
    build/install
2017-03-07 13:49:59 -03:00
Kunda
4671a4e12d ascii weirdness
Upstreamed fixes to stepcode in https://github.com/stepcode/stepcode/pull/356 were accepted. Please merge as ongoing typo fix effort in issue #2914
2017-03-07 13:48:16 -03:00
Eivind Kvedalen
2714dd82c8 Spreadsheet: Fixed issue #2894: Unit strings could be used as aliases. 2017-03-07 13:45:53 -03:00
Kunda
31b0233393 source typo fixes pt6 2017-03-07 13:43:46 -03:00
Bernd Hahnebach
f5a69b8f08 FEM: example 2D, update to the new element geometry object 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
f0416755b4 FEM: cmakes, object fem, init gui modules, sort by name 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
11ec82d453 FEM: fluid section and elment fluid 1D object, make name fit in FEM name system 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
bfb4ce823e FEM: shell thickness and elment geometry 2D object, make name fit in FEM name system 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
5215a7d751 FEM: beam sectiong and element geometry 1D object, make name fit in FEM name system 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
9f3b7ebfe0 FEM: code formating, flake8 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
dc1a46ceaf FEM: icon file, sort by names 2017-03-07 13:40:18 -03:00
joha2
f90ed50fb4 FEM: fenics import/export: one line documentation, fixed make_femmesh call 2017-03-07 13:40:18 -03:00
Yorik van Havre
a6c880102e Arch: Renaming Hires to HiRes 2017-03-07 13:36:33 -03:00
Yorik van Havre
f1c729d984 Arch: Added Hires property + display mode to all Arch objects 2017-03-07 00:34:30 -03:00
wmayer
efe7599ae2 fallback handling if in VBO rendering no normals are set 2017-03-06 19:18:47 +01:00
wmayer
67a7f97abc move VBO rendering code into its own method 2017-03-06 18:36:11 +01:00
Yorik van Havre
9f44809e9e Updated translations with latest files from crowdin 2017-03-06 11:53:09 -03:00
wmayer
9e90accc81 split sketcher settings page and move to its own group 2017-03-06 14:37:40 +01:00
wmayer
cf4f6765c1 replace deprecated gluPickMatrix 2017-03-06 11:18:19 +01:00
wmayer
7d536947a9 support of highlighting and selection if shading is disabled 2017-03-06 09:29:26 +01:00
Bruce Lacey
97692a1021 Deploy artifacts when DEPLOY is true (#595)
* Deploy artifacts when DEPLOY is true

 * Do not build or deploy deployable artifacts unless
   the environment variable DEPLOY=1 (defaults to 0).
   This reduces build time for repos where deployment
   is not required or desired.

* Rename legacy Qt 4 formula

  * Cartr/Qt4 renamed legacy formula to avoid namespace conflicts
2017-03-05 14:56:23 -08:00
wmayer
099bdf5f5d add option to placement dialog to rotate around center of mass 2017-03-05 18:47:34 +01:00
wmayer
63943e4bb8 extend interface to get actual property with geometric data, get center of gravity of a geometry 2017-03-05 18:05:11 +01:00
wmayer
d6549e7dd7 fix -Wunused-private-field, -Woverloaded-virtual 2017-03-05 10:10:53 +01:00
DeepSOIC
096eb67b47 PartPesign: Py: expose some methods of ViewProvider
* setBodyMode(bool)
* makeTemporaryVisible(bool)
2017-03-04 19:16:39 -03:00
DeepSOIC
5e5b3f8b61 PartDesign: add ViewProviderPython
+ bind PartDesign::Feature to PartDesign::ViewProvider, and adjust
viewprovider of PartDesign::FeaturePython accordingly.
2017-03-04 19:16:39 -03:00
DeepSOIC
eae0d6594c PartDesign: update primitives to use PartDesign::FeaturePy 2017-03-04 19:16:39 -03:00
DeepSOIC
ec29adfb55 PartDesign: add FeaturePython
Opens a window to extend PartDesign with Python
2017-03-04 19:16:39 -03:00
Yorik van Havre
1f81f8bd71 Draft: Fixed Shape2DView's Cut Face mode bug when cutting through multi solids 2017-03-04 16:08:52 -03:00
Bruce Lacey
8016cc49dc Use new FreeCAD/freecad homebrew formula API for Qt4 & Qt5 (#590) 2017-03-04 10:37:24 -08:00
Jean-Marie Verdun
ca29c4c8bd Disable pyra13 output within UNV file, as this element is not officially supported
by this file format.

Fix bug 2649
2017-03-04 13:10:14 -03:00