index
:
users/pcacjr/pyside.git
bug1124-unittest
bug1126
bug1135
bug1138
master
Paulo's PySide repository
Paulo Alcantara
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PySide
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix BUG #1091 - "PixmapFragment and drawPixmapFragments are not bound"
Paulo Alcantara
2011-12-21
2
-74
/
+85
*
Fix BUG #1084 - "Crash (segfault) when writing unicode string on socket"
Paulo Alcantara
2011-12-17
1
-13
/
+8
*
Added type system entries to the primitive types used by QtOpenGL.
Marcelo Lira
2011-12-12
1
-12
/
+27
*
No more training wheels. The last occurrences of the old template Converter w...
Marcelo Lira
2011-12-12
38
-917
/
+99
*
Added a type system file for Maemo's QtCore.
Marcelo Lira
2011-12-09
1
-0
/
+26
*
Fixes custom code for QtCore's HWND on win32.
Marcelo Lira
2011-12-09
3
-8
/
+15
*
Qt::HANDLE is declared only in QtCore, and its specifics depend on the archit...
Marcelo Lira
2011-12-09
24
-30
/
+101
*
Fixed QtCore's HWND converter for win32.
Marcelo Lira
2011-12-09
1
-8
/
+19
*
Removed the QAbstractVideoBuffer::map method.
Marcelo Lira
2011-12-09
1
-0
/
+3
*
Fixed converter for win32's WId type.
Marcelo Lira
2011-12-09
1
-1
/
+4
*
Fix compilation of conversion branch against Python3k.
Hugo Parente Lima
2011-12-09
1
-11
/
+27
*
Replaced TypeResolver by SbkConverter and SpecificConverter.
Marcelo Lira
2011-12-09
5
-57
/
+71
*
Removed the remaining occurrences of Shiboken::makeTuple.
Marcelo Lira
2011-12-09
8
-136
/
+209
*
Fixed code for QUdpSocket.readDatagram method to remove usage of Shiboken::ma...
Marcelo Lira
2011-12-09
2
-7
/
+13
*
Fixed code for setting QtCore.__version_info__ to not use Shiboken::makeTuple.
Marcelo Lira
2011-12-09
2
-6
/
+9
*
Fixed custom code for QScriptValueIterator.__next__ function.
Marcelo Lira
2011-12-09
1
-6
/
+10
*
Fixes type converter for Win32's HWND.
Marcelo Lira
2011-12-09
1
-1
/
+1
*
Added converter for primitive type QModelIndexList.
Marcelo Lira
2011-12-09
3
-19
/
+35
*
Fixes conversion rule for QGraphicsView::drawItems array argument.
Marcelo Lira
2011-12-09
1
-2
/
+3
*
Some method signatures were removed.
Marcelo Lira
2011-12-09
2
-1
/
+11
*
Updated various function removals and modifications.
Marcelo Lira
2011-12-09
3
-4
/
+51
*
New containers for container types.
Marcelo Lira
2011-12-09
1
-24
/
+206
*
New converters for primitive types.
Marcelo Lira
2011-12-09
5
-26
/
+373
*
Added new style conversions for QDate, QTime and QDateTime objects.
Marcelo Lira
2011-12-09
1
-4
/
+77
*
Added default constructor to QTextStreamManipulator.
Marcelo Lira
2011-12-09
1
-1
/
+1
*
Turned QStyleOptionViewItem into value type, for it has a public copy constru...
Marcelo Lira
2011-12-09
1
-8
/
+8
*
Signature of various added and modified functions modified to use non-const r...
Marcelo Lira
2011-12-09
2
-17
/
+13
*
Don't double decref variable causing an assertion error on debug builds.
Hugo Parente Lima
2011-12-09
1
-1
/
+1
*
Fix BUG #1063
Paulo Alcantara
2011-12-09
1
-0
/
+1
*
Fix bug 1083 - "winId returns a PyCObject making it impossible to compare two...
Hugo Parente Lima
2011-12-09
2
-23
/
+4
*
Replace private.py file by an inject code.
Hugo Parente Lima
2011-12-09
4
-14
/
+12
*
Fix BUG #1077 - "Application exit crash when call QSyntaxHighlighter.document()"
Paulo Alcantara
2011-12-06
1
-0
/
+5
*
Fix BUG #1034 - "Error compiling PySide with Python 3.2.2 32bit on Windows"
Paulo Alcantara
2011-12-01
2
-1
/
+47
*
Fix BUG #1069 - "QtCore.QDataStream silently fails on writing Python string"
Paulo Alcantara
2011-11-29
1
-25
/
+21
*
Fix BUG #1048
Paulo Alcantara
2011-11-25
1
-0
/
+3
*
Fix BUG #1058 - "Strange code in PySide/QtUiTools/glue/plugins.h"
Paulo Alcantara
2011-11-23
1
-2
/
+2
*
Fix bug 1029 - "qmlRegisterType Fails to Increase the Ref Count"
Hugo Parente Lima
2011-11-01
1
-0
/
+3
*
Fix BUG #1031
Paulo Alcantara
2011-11-01
1
-1
/
+7
*
Fix bug 1012 - "FTBFS with hardening flags enabled"
Hugo Parente Lima
2011-10-31
1
-7
/
+34
*
Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash"
Hugo Parente Lima
2011-10-28
1
-0
/
+3
*
Fix bug 1011 - "PySide cygwin patch"
Hugo Parente Lima
2011-10-27
2
-4
/
+4
*
Fix bug 1019 - "Overriding QWidget.show or QWidget.hide do not work"
Hugo Parente Lima
2011-10-20
1
-10
/
+20
*
Fix bug 1022 - "RuntimeError: maximum recursion depth exceeded while getting ...
Paulo Alcantara
2011-10-20
1
-1
/
+2
*
Only removes actions bounded to PyObjects on QMenu::clear.
Hugo Parente Lima
2011-10-19
1
-4
/
+9
*
Initial update typesystem for support Qt 4.8 (beta).
Renato Filho
2011-10-18
4
-2
/
+25
*
Fixes win32's HWND converter.
Marcelo Lira
2011-10-14
3
-6
/
+8
*
Change String::convertible to String::isConvertible.
Hugo Parente Lima
2011-10-07
1
-1
/
+1
*
Updated __init__.py file to works with python 2.x and 3.x
Renato Filho
2011-10-06
1
-1
/
+5
*
Updated QtScript modue to works with python 2.x and 3.x
Renato Filho
2011-10-06
1
-2
/
+2
*
Updated QtGui modue to works with python 2.x and 3.x
Renato Filho
2011-10-06
1
-4
/
+4
[next]