Commit graph

  • f011ce2cb9 Bug fix for PYSIDE-7 master Juhapekka Piiroinen 2012-03-05 07:59:41 +02:00
  • fe8dc36f90 Fix bug PYSIDE-6 Juhapekka Piiroinen 2012-03-06 13:57:16 +02:00
  • db6f1e3306 Fix PySide compilation. Hugo Parente Lima 2012-03-13 14:26:42 -03:00
  • d30a8672c3 Version bump to 1.1.1. Marcelo Lira 2011-12-30 15:31:11 -03:00
  • afc9a7e10b Version bump to 1.1.0. 1.1.0 Marcelo Lira 2011-12-30 15:30:29 -03:00
  • a8a07b77f8 Declares Python types using the new "<custom-type>" tag. Marcelo Lira 2011-12-22 21:49:08 -03:00
  • 98be0df6a5 Fix BUG #1060 - "Subclassing of QUiLoader leads to "Internal C++ object already deleted" exception" Paulo Alcantara 2011-12-21 18:51:34 -03:00
  • b2b14fe9b7 Fix BUG #1091 - "PixmapFragment and drawPixmapFragments are not bound" Paulo Alcantara 2011-12-21 14:57:32 -03:00
  • 481ba5aa3e Fix BUG #1084 - "Crash (segfault) when writing unicode string on socket" Paulo Alcantara 2011-12-16 18:10:45 -03:00
  • 8ddbd3167b The temporary file used in the test for bug #829 must not be deleted by the test. Marcelo Lira 2011-12-15 14:47:39 -03:00
  • 65d8f9fcef Fixes the QSettings related QVariant's save/load bug. Marcelo Lira 2011-12-14 14:14:18 -03:00
  • 7b8d2925dd Small code style changes. Hugo Parente Lima 2011-12-13 16:58:30 -02:00
  • c78b4686a1 Add GC support to PySide Property type. Hugo Parente Lima 2011-12-12 19:10:07 -02:00
  • e76b2b76f5 Added type system entries to the primitive types used by QtOpenGL. Marcelo Lira 2011-12-12 20:02:38 -03:00
  • 2a634aea05 Updated the custom widget plugin to use the new converters. Marcelo Lira 2011-12-12 17:46:37 -03:00
  • 7bfbbf3cb7 No more training wheels. The last occurrences of the old template Converter where removed. Marcelo Lira 2011-12-11 23:13:12 -03:00
  • aec20b21a5 Added a type system file for Maemo's QtCore. Marcelo Lira 2011-12-09 22:02:53 -03:00
  • ebeae9d084 Fixes custom code for QtCore's HWND on win32. Marcelo Lira 2011-12-09 20:01:53 -03:00
  • 31804c2adc Qt::HANDLE is declared only in QtCore, and its specifics depend on the architecture. Marcelo Lira 2011-12-09 18:48:40 -03:00
  • c31c14cdfb Fixed QtCore's HWND converter for win32. Marcelo Lira 2011-12-09 18:07:23 -03:00
  • 879e4bb14d Removed the QAbstractVideoBuffer::map method. Marcelo Lira 2011-12-09 17:50:32 -03:00
  • 6575ac8d39 Fixed converter for win32's WId type. Marcelo Lira 2011-12-09 16:02:16 -03:00
  • 1af53541bf Fix compilation of conversion branch against Python3k. Hugo Parente Lima 2011-12-05 20:02:07 -02:00
  • 2a87b74bfe Replaced TypeResolver by SbkConverter and SpecificConverter. Marcelo Lira 2011-11-01 18:42:47 -03:00
  • 792504f978 Removed the remaining occurrences of Shiboken::makeTuple. Marcelo Lira 2011-12-01 17:32:48 -03:00
  • 7b04273736 Fixed code for QUdpSocket.readDatagram method to remove usage of Shiboken::makeTuple. Marcelo Lira 2011-11-30 17:47:35 -03:00
  • 30118e265d Fixed code for setting QtCore.__version_info__ to not use Shiboken::makeTuple. Marcelo Lira 2011-11-30 16:02:59 -03:00
  • 770c8bda73 Fixed custom code for QScriptValueIterator.__next__ function. Marcelo Lira 2011-11-30 16:00:57 -03:00
  • 16f4378fed Fixes type converter for Win32's HWND. Marcelo Lira 2011-10-24 16:47:19 -03:00
  • 80c02f16e5 Fixes the test for a QFlag value returned in a QVariant. Marcelo Lira 2011-10-21 17:43:31 -03:00
  • b643a3f8ab Modified PySideQFlags based on Hugo's design. Marcelo Lira 2011-10-21 17:36:06 -03:00
  • 8145f2a7e2 Added converter for primitive type QModelIndexList. Marcelo Lira 2011-10-20 18:07:49 -03:00
  • 25638d3f80 Fixes conversion rule for QGraphicsView::drawItems array argument. Marcelo Lira 2011-10-17 14:31:33 -03:00
  • 3318a40ab1 Some method signatures were removed. Marcelo Lira 2011-09-21 11:07:00 -03:00
  • ba062e1b89 Updated various function removals and modifications. Marcelo Lira 2011-09-16 19:52:40 -03:00
  • 3ee5bec244 New containers for container types. Marcelo Lira 2011-08-31 14:49:57 -03:00
  • ae0f62ed80 New converters for primitive types. Marcelo Lira 2011-08-12 17:52:04 -03:00
  • 64bec138e1 Added new style conversions for QDate, QTime and QDateTime objects. Marcelo Lira 2011-08-04 14:18:41 -03:00
  • 1105a5be3a Added default constructor to QTextStreamManipulator. Marcelo Lira 2011-07-25 13:39:28 -03:00
  • 815fae961f Turned QStyleOptionViewItem into value type, for it has a public copy constructor. Marcelo Lira 2011-07-17 23:26:02 -03:00
  • 8c1fbc3751 Signature of various added and modified functions modified to use non-const references. Marcelo Lira 2011-08-04 19:46:25 -03:00
  • ad8992e9e0 pysidesignal: more trivial fixes Paulo Alcantara 2011-12-09 17:27:46 +00:00
  • 41f1c30372 Makes test for QtCore's bug #1063 compliant with Python 3. Marcelo Lira 2011-12-09 16:02:47 -03:00
  • 720a6f4cad Don't double decref variable causing an assertion error on debug builds. Hugo Parente Lima 2011-12-09 15:02:46 -02:00
  • 48669462d0 pysidesignal: don't use C's cast Paulo Alcantara 2011-12-08 18:33:54 +00:00
  • 66f4ccbe5d pysidesignal: trivial fixes Paulo Alcantara 2011-12-08 17:41:27 +00:00
  • 508e59c091 Fix BUG #1063 Paulo Alcantara 2011-12-08 16:11:31 +00:00
  • 93bb5d777e Fix bug 1083 - "winId returns a PyCObject making it impossible to compare two winIds" Hugo Parente Lima 2011-12-09 11:21:38 -02:00
  • e3814f27dd Replace private.py file by an inject code. Hugo Parente Lima 2011-12-06 19:53:07 -02:00
  • 2f70b10471 Fix BUG #1077 - "Application exit crash when call QSyntaxHighlighter.document()" Paulo Alcantara 2011-12-05 15:10:48 -03:00
  • e2524f6abb Fix BUG #1034 - "Error compiling PySide with Python 3.2.2 32bit on Windows" Paulo Alcantara 2011-12-01 13:32:18 -03:00
  • 4985f114a3 Fix BUG #1069 - "QtCore.QDataStream silently fails on writing Python string" Paulo Alcantara 2011-11-29 17:20:00 -03:00
  • 791f70629c Bumping to revision 1.0.9 1.0.9 Luciano Wolf 2011-11-29 11:00:41 -03:00
  • 8160e529e2 Fix BUG #1048 Paulo Alcantara 2011-11-25 15:28:03 -03:00
  • 45ad11e5be Fix BUG #1058 - "Strange code in PySide/QtUiTools/glue/plugins.h" Paulo Alcantara 2011-11-23 14:34:54 -03:00
  • e031567fac Fix BUG #1052 Paulo Alcantara 2011-11-23 14:08:42 -03:00
  • e29d2e460b Fix PYSIDE_LIBRARY in CMake export. Lauro Neto 2011-11-03 16:08:12 -03:00
  • fbf3a8b07a Remove unused code in bug 844 unit test. Hugo Parente Lima 2011-11-01 17:29:43 -02:00
  • dde75099f2 Fix bug 1029 - "qmlRegisterType Fails to Increase the Ref Count" Hugo Parente Lima 2011-11-01 17:29:01 -02:00
  • 64ffc4f61b Fix BUG #1031 Paulo Alcantara 2011-10-31 13:38:19 -03:00
  • 50bf9a570b Fixed compilation error for gcc versions < 4 Jerzy Kozera 2011-10-20 21:25:39 +02:00
  • b30e998e65 Fix phonon unit test when there are device aliases reported by phonon. Hugo Parente Lima 2011-10-31 16:29:09 -02:00
  • c230fad427 Strip the text received from message handler. Hugo Parente Lima 2011-10-31 16:16:14 -02:00
  • 6fe19dbb88 Fix bug 1012 - "FTBFS with hardening flags enabled" Hugo Parente Lima 2011-10-31 15:12:00 -02:00
  • 8060e3ee87 Fix bug 1036 - "Qt.KeyboardModifiers always evaluates to zero" Hugo Parente Lima 2011-10-28 18:11:10 -02:00
  • b50186e9f3 Creates QFlags types at runtime. Hugo Parente Lima 2011-10-14 14:00:18 -03:00
  • 4ba7cd90d6 Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash" Hugo Parente Lima 2011-10-28 16:46:19 -02:00
  • f57d4d4dbc Fix bug 1011 - "PySide cygwin patch" Hugo Parente Lima 2011-10-27 15:01:19 -02:00
  • 5c076e1c53 Reduce the memory used by PySideMetaFunction instances. Hugo Parente Lima 2011-10-26 20:20:22 -02:00
  • 67d6455fa5 Unify the code used to do QObject meta calls. Hugo Parente Lima 2011-10-26 20:17:56 -02:00
  • 15ceed791f Fix bug 1016 - "Calling of Q_INVOKABLE method returning not QVariant is impossible..." Hugo Parente Lima 2011-10-26 18:28:51 -02:00
  • f55d088d44 Optimize PySide::getMetaDataFromQObject function avoiding some str copies. Hugo Parente Lima 2011-10-26 16:23:28 -02:00
  • 07d0879700 Fix code style and add license headers. Hugo Parente Lima 2011-10-26 14:37:28 -02:00
  • 2e1ff21938 Fix unit test of bug 829. 1.0.8 Hugo Parente Lima 2011-10-20 15:46:22 -02:00
  • 0971ac7c4f Version bump to 1.0.8. Hugo Parente Lima 2011-10-20 11:39:51 -02:00
  • 0e8b50c9b0 Fix bug 1019 - "Overriding QWidget.show or QWidget.hide do not work" Hugo Parente Lima 2011-10-19 16:59:36 -02:00
  • b7f593d99e Fix bug 1022 - "RuntimeError: maximum recursion depth exceeded while getting the str of an object" Paulo Alcantara 2011-10-19 16:30:36 -03:00
  • 6acb5f9bc7 Only removes actions bounded to PyObjects on QMenu::clear. Hugo Parente Lima 2011-10-17 17:45:03 -02:00
  • 9f05c7dad5 Initial update typesystem for support Qt 4.8 (beta). Renato Filho 2011-08-05 14:15:31 -03:00
  • 6c47624e92 Fix getTypeName check order. Lauro Neto 2011-10-18 15:07:54 -03:00
  • 2683577b7a Fixes win32's HWND converter. Marcelo Lira 2011-10-13 16:18:16 -03:00
  • ed94eda798 Use sbkpython.h instead of Python.h to avoid problems with Python2.5. Hugo Parente Lima 2011-10-10 15:01:38 -03:00
  • 620b46650a Avoid using uninitialized variable. Hugo Parente Lima 2011-10-10 15:01:03 -03:00
  • 7202e2b8df Fix qglbuffer test on Python3. Hugo Parente Lima 2011-10-07 19:16:14 -03:00
  • 1cefc09118 Fixed unittest to work with python3. Renato Filho 2011-10-07 15:03:53 -03:00
  • b841afdb5c Change String::convertible to String::isConvertible. Hugo Parente Lima 2011-10-07 11:23:35 -03:00
  • 401651e26c Fixed unittest to work with python3. Renato Filho 2011-10-07 15:03:53 -03:00
  • 66d96ef4b6 Updated Cmake files. Renato Filho 2011-10-06 18:18:49 -03:00
  • c33a78cdd4 Slplited python compat file for python 2.x and 3.x Renato Filho 2011-10-06 15:06:29 -03:00
  • 18383549d6 Updated __init__.py file to works with python 2.x and 3.x Renato Filho 2011-10-06 11:43:55 -03:00
  • 6869a49bc3 Updated pyside and signals tests to works with python 2.x and 3.x Renato Filho 2011-10-06 11:43:05 -03:00
  • 1874425448 Updated phonon modue to works with python 2.x and 3.x Renato Filho 2011-10-06 11:42:28 -03:00
  • de291d1d0f Updated QtWebKit modue to works with python 2.x and 3.x Renato Filho 2011-10-06 11:41:57 -03:00
  • e90255bf7e Updated QtUiTools modue to works with python 2.x and 3.x Renato Filho 2011-10-06 11:41:23 -03:00
  • 676b2b579d Updated QtSql modue to works with python 2.x and 3.x Renato Filho 2011-10-06 11:40:54 -03:00
  • f6c818b21d Updated QtOpenGL modue to works with python 2.x and 3.x Renato Filho 2011-10-06 11:40:26 -03:00
  • 66a0bbf578 Updated QtNetwork modue to works with python 2.x and 3.x Renato Filho 2011-10-06 11:39:47 -03:00
  • 1f1fbfbfa8 Updated QtScript modue to works with python 2.x and 3.x Renato Filho 2011-10-06 11:39:08 -03:00
  • d9dd319232 Updated QtGui modue to works with python 2.x and 3.x Renato Filho 2011-10-06 11:38:31 -03:00
  • edaefbce48 Updated QtCore modue to works with python 2.x and 3.x Renato Filho 2011-10-06 11:36:24 -03:00