FreeCAD/src/Mod/Test/Gui
2016-03-17 23:29:11 -03:00
..
Resources Updated translation files from crowdin 2016-03-17 23:29:11 -03:00
AppTestGui.cpp + simplify porting of Test module to Python3 2016-01-20 10:26:12 +01:00
CMakeLists.txt Add SVG workbench icons 2016-02-26 23:17:43 +01:00
PreCompiled.cpp + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
PreCompiled.h + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
qtunittest.py + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
UnitTest.ui + translation fixes 2016-02-13 16:48:24 +01:00
UnitTestImp.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
UnitTestImp.h Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags. 2016-01-05 16:07:58 +01:00
UnitTestPy.cpp QString::toAscii() is obsolete in Qt5. Replace it with toLatin1(). 2016-01-05 16:06:48 +01:00
UnitTestPy.h + clean-up, fix and new methods added in unit test module 2015-10-19 21:51:43 +02:00