Yorik van Havre
850d0b5e82
Added Gui.showDownloads() py function to show the download manager, and allow to click https links in webgui browser
2014-08-31 16:51:51 -03:00
Yorik van Havre
c60d39c4e7
Arch: fixed import IFC again (better this time)
2014-08-31 15:03:58 -03:00
Jose Luis Cercos-Pita
ed0c6ebd7d
Plot: Fixed PyQt imported in the resources loading
2014-08-31 18:37:26 +02:00
Yorik van Havre
dddc278cc5
Arch: fixed bug in importIFC
2014-08-31 13:29:15 -03:00
wmayer
f2319de49d
+ do not abort if user.cfg or system.cfg is empty
2014-08-31 16:10:45 +02:00
wmayer
ce528d1c4a
+ fixes #0001719 : Show current shortcuts (S) in menus and hover text.
2014-08-31 14:28:33 +02:00
Yorik van Havre
80e80fef83
Arch: allow for equipment objects to be part shapes
2014-08-30 19:17:30 -03:00
wmayer
7c89591ff6
+ allow to load PartDesign even if PySide is not found, suppress MinGW warnings
2014-08-30 23:26:29 +02:00
Yorik van Havre
cef2c1bc8c
Arch: Added Equipment tool
...
The purpose of this tool is to handle standalone objects such as
furniture or sanitary equipment in a building. It is mesh-based,
and accepts either a mesh or a part shape as its base object.
2014-08-29 19:16:28 -03:00
Yorik van Havre
67b54f8052
Draft: clones now correctly adopt the diffuse color of their base object - fixes #1704
2014-08-28 16:30:34 -03:00
Yorik van Havre
6ff67ee5c3
Draft: grid size is now settable in preferences
2014-08-28 16:00:08 -03:00
Yorik van Havre
16ede0e55c
Draft: fixes in DXF exporter - fixes #1590 , #1653
...
* Fixed arc directions
* Turned max spline segment length preference option into a float
* Fixed ellipses export
2014-08-28 13:32:45 -03:00
wmayer
a1fab61ed6
+ minor fix of output format
2014-08-28 15:47:09 +02:00
wmayer
89d07313a5
+ do not try to use framebuffer objects when it's not supported on the system
2014-08-28 15:35:17 +02:00
wmayer
d10469ed72
+ restore FREECAD_BUILD_DEBIAN to fix PPA failures
2014-08-28 13:07:09 +02:00
wmayer
5c269996b8
+ restore lost changes, improve whitspaces, suppress useless MSVC warnings
2014-08-28 12:37:42 +02:00
wmayer
f4e7a2e2a0
+ silent pcl check, output formatting
2014-08-28 10:58:53 +02:00
wmayer
90e3b58950
+ set pcl components for LibPacks
2014-08-28 10:41:59 +02:00
wmayer
fd821fb7b4
+ do pcl components checks
2014-08-28 01:51:58 +02:00
wmayer
a579bdce72
+ fix for pcl 1.6
2014-08-28 00:02:58 +02:00
jriegel
eb734eb6f4
Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack
2014-08-27 22:25:35 +02:00
jriegel
f260a0f219
fix Win64 bug in FileInfo
2014-08-27 22:22:29 +02:00
jriegel
e2b93c4c80
Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack
2014-08-27 16:43:48 +02:00
jriegel
5bdfe81488
Destinquish old and new OpenCV
2014-08-27 16:42:50 +02:00
jriegel
c1f0f70b88
Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack
...
Conflicts:
src/3rdParty/salomesmesh/CMakeLists.txt
2014-08-27 15:39:00 +02:00
wmayer
346e5c6a77
+ fix more compiler warnings
2014-08-27 13:26:44 +02:00
wmayer
cc775f9254
+ fix -Wnull-conversion, -Woverloaded-virtual, -Wlogical-not-parentheses, -Wsometimes-uninitialized
2014-08-26 19:14:13 +02:00
Simon Pasquet
55cf9ddeaa
Customized keyboard shortcuts now accept up to 4 keys
2014-08-26 10:31:54 -03:00
wmayer
d974d6897b
+ fixes #0001713 : Allow Part.Arc to be used as Sketcher geometry
2014-08-26 13:09:37 +02:00
jriegel
58a7be992b
Intergrate Werners PCL Triangulation patch and upgrade it to PCL 1.7
2014-08-26 10:28:37 +02:00
jriegel
7183cda616
Merge remote-tracking branch 'refs/remotes/origin/wmayer/pcl-testing' into jriegel/NewWinBuild
...
Conflicts:
src/Mod/Points/App/CMakeLists.txt
src/Mod/ReverseEngineering/App/AppReverseEngineeringPy.cpp
2014-08-26 08:42:47 +02:00
jriegel
e4383e8f24
Test import for Ply via PCL in Points
2014-08-25 23:27:17 +02:00
jriegel
4d19ec20fb
Add OpenCV again and test command
2014-08-25 23:16:54 +02:00
jriegel
e16f8a5b45
Add switch for compile with and without PCL
2014-08-25 23:16:34 +02:00
wmayer
97514d1806
+ fix for word size of OS
2014-08-25 15:25:09 +02:00
wmayer
f28f83bf91
+ Show word size info of OS
2014-08-25 11:41:13 +02:00
Itai Nahshon
e9ea1e2727
Fix automatic creation of tangent constriants.
...
a. Use scale to calculate max distance
b. Consider only circle/arc that actually touch the newly created line
c. Use of arc angles correctly
d. Find nearest touch point (not nearest center)
e. some optimization
2014-08-24 19:07:31 +02:00
Itai Nahshon
6eeaae57b8
Sketcher: Ignore small mouse moves after selection.
...
Switch to drag mode only after cursor moved 3 pixels.
2014-08-24 19:07:16 +02:00
wmayer
3c8a00dfec
+ fixes #0001703 : Spreadsheet PropertyController
2014-08-23 14:38:30 +02:00
Ian Rees
0eec1d8e49
Updated CxImage README
2014-08-22 21:37:20 +02:00
wmayer
1f2cd53bf7
+ fix localization problems in PropertyConstraintListItem, + improve whitespaces
2014-08-22 21:32:19 +02:00
Ian Rees
539e2d2f33
Added a quick README to src/3rdParty/CxImage
2014-08-22 15:51:58 +12:00
wmayer
763eb132cf
+ respect placement in VRML and Inventor objects
2014-08-21 21:46:03 +02:00
jriegel
492a39c19a
simplify Mefisto project without Fortran part...
2014-08-21 18:34:21 +02:00
jriegel
1aed444318
define for PCL usage for older LibPacks
2014-08-21 18:17:20 +02:00
wmayer
833bd4e77b
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-08-21 18:16:42 +02:00
wmayer
c1c25f1a5c
+ add GL test stuff into Sandbox module
2014-08-21 18:15:43 +02:00
jriegel
d65a4e4ed7
some type clearification
2014-08-21 17:59:33 +02:00
Yorik van Havre
317206ac59
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-08-21 12:38:18 -03:00
wmayer
811fb3be24
+ port RegExp utility to Qt4
2014-08-21 17:32:30 +02:00