wmayer
cf263fe232
make some PySide2 specific changes
2016-12-24 17:55:00 +01:00
wmayer
577ed59fbc
switch to PySide2 for Qt5
2016-12-24 15:33:15 +01:00
maurerpe
e2c8837f99
Update for PyQt5.
...
This change is Qt5 specific.
2016-12-24 15:33:15 +01:00
wmayer
11ffc5bca9
Linux specific Qt5 port
2016-12-13 19:47:32 +01:00
wmayer
8a93f7dbf2
issue #0002744 : FR: check box to export STEP w/without pcurves
2016-10-22 19:44:11 +02:00
wmayer
d28743f35e
extend creation of preferences pages from Python
2016-10-22 16:48:02 +02:00
wmayer
03c5be4804
suppress warning caused by shiboken header file with gcc
2016-10-02 20:13:02 +02:00
wmayer
d88ecd5f56
fix -Wunused-parameter
2016-09-23 16:37:12 +02:00
wmayer
fb9cd567d3
fix msvc problems
2016-09-21 22:14:09 +02:00
wmayer
1e6dcabefc
fix -Wextra in FreeCADGui
2016-09-21 20:54:52 +02:00
wmayer
683f943d38
Coverity issues:
...
129097
129098
129099
129101
129102
129132
129134
129203
2016-08-16 16:34:51 +02:00
Mateusz Skowroński
d13882fcb3
Qt5 compatibility changes.
...
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
QChar::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
2016-02-14 08:23:00 +01:00
wmayer
f9694de1a8
+ move handwritten Python classes to PyCXX
2016-01-27 18:07:48 +01:00
Mateusz Skowroński
6942c23895
Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
...
158f39ec78
This change is Qt4/Qt5 neutral.
2016-01-05 16:43:33 +01:00
Mateusz Skowroński
c275b35d48
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:25 +01:00
Mateusz Skowroński
0695552cff
QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:06:48 +01:00
wmayer
7548e4cb30
+ fix clang warnings
2015-10-02 23:32:01 +02:00
wmayer
6b67d4a4e7
+ replace old C casts with static_cast in generated C++ code, remove unused parent structure of Python classes, support of -1 as return value of setCustomAttributes
2015-09-27 22:08:08 +02:00
wmayer
b5987f0ff4
+ Support preference pages for Python widget class
2015-07-16 00:10:23 +02:00
wmayer
092f10f49c
Expose attribute to Python to access icon of view provider
2015-06-02 16:21:56 +02:00
wmayer
ae15c2df21
+ minor fix
2014-11-19 22:56:29 +01:00
wmayer
5f6a457cb0
+ handle unicode strings in class PythonWrapper
2014-11-19 11:18:18 +01:00
wmayer
be949a054d
+ harmonize API
2014-10-19 14:25:51 +02:00
wmayer
e32b636fc9
+ fix path separator issue in widget factory
2014-06-04 13:28:33 +02:00
wmayer
a8fe58d93b
+ use Quantity type as QVariant, add quantity property to InputField and implement a PySide converter
2014-04-01 15:43:40 +02:00
wmayer
847f3f27e0
+ Implement alternative to load ui files without using PySide's QtUiTools module
2014-02-22 18:49:22 +01:00
wmayer
b838853581
+ Fix in ui loader
2014-01-10 14:22:30 +01:00
wmayer
f197f575ae
+ Prepare PySide to work with custom widgets
2014-01-09 23:49:41 +01:00
wmayer
302deae47c
+ Add method loadUi to PySideUic
2014-01-09 15:26:07 +01:00
wmayer
cfbde5d334
+ Add PySideUic helper module
2014-01-09 13:35:42 +01:00
Yorik van Havre
d9a15adf33
Switch to PySide (+ Arch, Draft & Start)
2014-01-06 13:26:49 -02:00
wmayer
8a923bac76
+ PySide on Windows
2013-12-09 21:58:52 +01:00
wmayer
2977584307
Expose getMainWindow() to Python
2013-06-30 23:34:24 +02:00
wmayer
f7500da5ea
PySide binding
2013-06-30 15:14:02 +02:00
wmayer
ac5e8284f7
PySide stuff
2013-06-30 11:01:09 +02:00
wmayer
cd74fe3ecd
0000877: Move from PyQt to PySide
2013-06-22 01:56:58 +02:00
wmayer
4e58856735
Use ActionSelector in Loft panel and expose to Python by UiLoader
2012-06-03 14:22:05 +02:00
wmayer
120ca87015
+ unify DLL export defines to namespace names
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00