wmayer
7646e54580
fixes 0003986: Changing view attributes does not trigger 'File changed' status
2019-05-26 23:25:58 +02:00
Bernd Hahnebach
e774788dbd
FEM: code formating, max line length < 100, fem test modules
2019-05-26 20:48:06 +02:00
Bernd Hahnebach
fc65cce31a
FEM: code formating, add some new lines
2019-05-26 20:48:06 +02:00
wmayer
1d5ae156e2
issue 0003986: Changing view attributes does not trigger 'File changed' status
2019-05-26 18:09:41 +02:00
wmayer
3fa43e8b9c
fix some compiler warnings
2019-05-26 14:35:09 +02:00
Abdullah Tahiri
a78cdce94e
FreeCAD_trunk.sln to FreeCAD.sln
2019-05-26 13:14:40 +02:00
wmayer
6c50fdb1d6
add option to force different build directory than source directory
2019-05-26 11:46:04 +02:00
Markus Reitboeck
f96edcc3ea
(-) fix appveyor build
...
project was renamed in commit c2e7285c724b4b68826692aabd8929e6b22c615f
2019-05-26 11:21:32 +02:00
Markus Reitboeck
8e8c6dfac0
CMake: generalize start build message
...
this should work for all generators on all systems
2019-05-26 11:15:24 +02:00
Markus Reitboeck
b83769e066
CMake: no need to set compiler definition _OCC64 twice
2019-05-26 11:04:52 +02:00
Markus Reitboeck
1d9df7eb10
CMake: remove dead code
...
BuildAll.bat was removed with commit 13408b08ad370eec547b229c1c08a3b9f77e0791
2019-05-26 11:03:25 +02:00
Markus Reitboeck
6fe886a8ea
CMake: fix checking if variable is set
...
CMake documentation:
https://cmake.org/cmake/help/v3.0/command/if.html
2019-05-26 10:59:34 +02:00
Markus Reitboeck
a2d8c3e570
CMake: remove dead code
...
couldn't find DEBUG/RELEASE_MAIN_OUTPUT_PATH anywhere else
2019-05-26 10:43:26 +02:00
Markus Reitboeck
28456fc312
CMake: cmake module path is assumed to be a list
...
append to it to allow setting it from outside
2019-05-26 10:41:20 +02:00
Markus Reitboeck
106ebf4f64
CMake: setting CCache before calling the project command
...
as the comment and https://crascit.com/2016/04/09/using-ccache-with-cmake/
suggest, setting CCache should be done before project command,
because then CMake checks if the compiler can be invoked through CCache
2019-05-26 10:38:54 +02:00
Markus Reitboeck
3f8b6fc465
CMake: setting CMake policies should be done before anything else
...
see note in project command documentation
https://cmake.org/cmake/help/v3.3/command/project.html
2019-05-26 10:37:04 +02:00
Markus Reitboeck
b662fd4f81
CMake: remove _trunk from project name
...
trunk is a term from version control systems and has nothing to do with
CMake. Now the variable PROJECT_NAME defined by CMake and PACKAGE_NAME
are the same, therefore replaced PACKAGE_NAME with PROJECT_NAME
2019-05-26 10:32:05 +02:00
Przemo Firszt
e2e4a0e089
Make python-pivy conditional for fedora
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2019-05-26 07:57:00 +02:00
wandererfan
e759f91d68
Fix Balloon Next Index Persistance
...
- next sequential number for balloon on Page was
not being preserved across save/restore
2019-05-25 18:44:35 +02:00
wandererfan
e2519d6424
Add Fork arrowhead option
2019-05-25 18:44:35 +02:00
wmayer
9be45a7981
harmonize whitespace and case-sensitivity
2019-05-25 18:12:30 +02:00
wmayer
9ce1bfca6f
fix and improve handling of BUILD_QT5 option
2019-05-25 15:47:02 +02:00
Russell Johnson
f6b18529b7
Windows: Add libpack dependency install support
...
Add options to copy dependencies from libpack to build directories
Add option to create install commands for INSTALL project in FreeCAD solution
2019-05-25 15:14:33 +02:00
luz.paz
a4d462e39c
AddonManager: source comment typo and whitespace fixes
2019-05-25 13:11:35 +02:00
wmayer
c7334dc875
fix warning C4930: prototyped function not called
2019-05-25 13:07:33 +02:00
wmayer
fe3b75683f
move includes to repsect PCH option
2019-05-25 13:04:57 +02:00
wandererfan
fc904288a5
Fix point edit when attach point changed
2019-05-24 22:18:32 -04:00
wandererfan
108038df91
Add Midpoint and Quadrant Cosmetic Vertex
2019-05-24 19:38:02 -04:00
wandererfan
3f7570ad80
Initial version addCosmeticVertex
2019-05-24 19:38:02 -04:00
Bernd Hahnebach
dd6673a6e1
FEM: in out, return obj on import
2019-05-24 19:08:17 +02:00
Bernd Hahnebach
436ea86b79
Material: white space
2019-05-24 19:08:17 +02:00
Bernd Hahnebach
1e2beb0823
FEM: code formating, max line length < 100, make objects module
2019-05-24 19:08:17 +02:00
Franck Jullien
ad3666cd6e
[TD] Fix cursor behavior
2019-05-24 09:09:56 -04:00
lo
069746975c
cmake: manually add dynamic_lookup flag to area-target
2019-05-24 14:37:33 +02:00
lo
1922c84ca0
cmake: add option to disable linking of python extension modules to python-libraries
2019-05-24 14:37:33 +02:00
wmayer
c7cf339ac6
replace raw string with normal C string to fix build failure
2019-05-23 23:28:33 +02:00
easyw
2cb916c245
Adding Part_BoxSelection.svg icon to Part Menu
2019-05-23 14:51:42 -04:00
Tomas Pavlicek
5021d55622
TechDraw: Place diameter label better
2019-05-23 07:10:16 -04:00
Yorik van Havre
e7ca12e03b
AddonManager: Misc fixes from forum feedback
2019-05-22 15:03:14 -03:00
Franck Jullien
bcfbd990a7
[TD] Add TaskPanel for Balloons
...
TaskPanel can be open by double clicking either Balloon label on drawing
page or Balloon object in tree view.
2019-05-22 12:50:47 -04:00
ezzieyguywuf
327d509bc9
Added python virtual environment initialization, if present.
2019-05-22 13:53:47 +02:00
Bernd Hahnebach
d2eed64bd5
FEM: unit tests, main module, add some comments
2019-05-22 06:59:33 +02:00
Yorik van Havre
05b8c2f4d4
AddonManager: Allow to restart FreeCAD directly from the addon manager after installing/updating addons
2019-05-21 16:18:13 -03:00
Andrey Cherepanov
4005981ec7
Add Russian localization to desktop file
2019-05-21 12:12:49 -03:00
wmayer
737e82c053
handle eventual system error messages
2019-05-21 15:44:49 +02:00
wmayer
603191d756
improve whitespaces
2019-05-21 15:44:07 +02:00
Franck Jullien
79f8d4a7cd
[TD] Rewrite balloon placing method
...
When clicking on balloon command, cursor is changing to balloon cursor.
It means user is ready to place a balloon (anywhere on the page).
Balloon object is not created until user click somewhere.
Balloon command can be aborted pressing escape or when page view lost
focus (in other words, when user clic somewhere else than the page).
2019-05-21 08:37:05 -04:00
easyw
977272e4d4
adding Part_BoxSelection.svg icon
2019-05-21 07:12:57 -04:00
easyw
2c77dec0df
adding Part_BoxSelection icon
2019-05-21 07:12:57 -04:00
Bernd Hahnebach
ecccc3930d
FEM: solver calcuix task panel, fix panel
2019-05-21 06:16:10 +02:00