This website requires JavaScript.
Explore
Help
Sign In
suzanne.soy
/
FreeCAD
Watch
1
Star
0
Fork
0
You've already forked FreeCAD
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
a727a9b93d
FreeCAD
/
src
/
Main
History
Ian Rees
bc71c6e64b
More fixes around Python exit codes
2016-03-27 13:01:04 +13:00
..
res
Extend application branding
2012-02-23 20:25:33 +01:00
CMakeLists.txt
+ harmonize Coin3D cmake variables with official check
2015-07-28 14:55:15 +02:00
core-main.dox
+ unify DLL export defines to namespace names
2011-10-10 13:44:52 +00:00
freecad.rc
+ unify DLL export defines to namespace names
2011-10-10 13:44:52 +00:00
FreeCADGuiPy.cpp
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
2016-01-05 16:07:25 +01:00
icon.ico
+ unify DLL export defines to namespace names
2011-10-10 13:44:52 +00:00
MainCmd.cpp
More fixes around Python exit codes
2016-03-27 13:01:04 +13:00
MainGui.cpp
Propagate sys.exit(code) up the call stack to the shell
2016-03-21 18:28:29 +01:00
MainPy.cpp
Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
2016-01-05 16:43:33 +01:00