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
*
Separated class typesystem from the main typesystem.
Renato Araujo Oliveira Filho
2011-02-08
23
-119
/
+127
*
Fix 666 - "QByteArray does not support slices"
Hugo Parente Lima
2011-02-04
1
-0
/
+11
*
Fix bug 660 - "QMimeData type deleted prematurely when overriding mime-type i...
Hugo Parente Lima
2011-02-04
1
-1
/
+2
*
Fix bug 643 - "QTabWidget.insertTab not taking ownership"
Hugo Parente Lima
2011-02-04
1
-1
/
+1
*
The global header for PySide is now installed with the libpyside headers.
Marcelo Lira
2011-02-04
1
-3
/
+5
*
Export QTranslator::translate and QTranslator::load.
Hugo Parente Lima
2011-02-03
1
-2
/
+20
*
Export method QCryptographicHash::addData.
Hugo Parente Lima
2011-02-03
1
-1
/
+8
*
Remove some ancient method removals from QtCore typesystem.
Hugo Parente Lima
2011-02-03
1
-2
/
+0
*
Use PyString_GET_SIZE instead of PyString_Size on some inject codes.
Hugo Parente Lima
2011-02-03
1
-2
/
+2
*
Export QSettings::iniCodec and QXmlStreamWriter::codec methods.
Hugo Parente Lima
2011-02-03
1
-4
/
+11
*
QPersistentModelIndex now have the same implementation of internalPointer of ...
Hugo Parente Lima
2011-02-03
1
-2
/
+10
*
Fixed/implemented various QResources methods.
Hugo Parente Lima
2011-02-03
1
-13
/
+39
*
Fix comparisson of QByteArray with Python strings that have zeroes inside.
Hugo Parente Lima
2011-02-03
2
-0
/
+48
*
Added comments to some function removals.
Hugo Parente Lima
2011-02-03
1
-3
/
+23
*
Fix bug 653 - "Crash after calling QWizardPage.wizard()"
Hugo Parente Lima
2011-02-02
1
-1
/
+7
*
Fix bug 652 - "Segfault when using QTextBlock::setUserData due to missing own...
Hugo Parente Lima
2011-02-02
1
-0
/
+5
*
Removed the removal of some QApplication functions.
Hugo Parente Lima
2011-02-02
1
-4
/
+0
*
Fix bug 650 - "Missing bindings for QNetworkProxyFactory"
Hugo Parente Lima
2011-02-02
2
-1
/
+8
*
Updated QAbstractItemModel.createIndex documentation to warning about
Renato Araujo Oliveira Filho
2011-02-01
1
-2
/
+18
*
Fix bug 656 - "cannot inherit from QCoreApplication"
Hugo Parente Lima
2011-01-31
1
-1
/
+1
*
Fix bug 565 - "QImage missing *data constructors"
Hugo Parente Lima
2011-01-28
1
-26
/
+66
*
Implement __repr__ function for class with Float attributes.
Renato Araujo Oliveira Filho
2011-01-28
1
-0
/
+27
*
Implemented fuction __repr__ for base types.
Renato Araujo Oliveira Filho
2011-01-27
3
-2
/
+279
*
Fixed QFileDialog function calls with options in the last argument.
Renato Araujo Oliveira Filho
2011-01-25
1
-1
/
+1
*
Implement support to others color spec on deepcopy function.
Renato Araujo Oliveira Filho
2011-01-25
1
-4
/
+38
*
Fixed QLineEdit.getTextMargins return value.
Renato Araujo Oliveira Filho
2011-01-24
2
-0
/
+21
*
Fix bug#552 - "Segmentation fault when using QUiLoader and QTabWidget"
Hugo Parente Lima
2011-01-21
1
-1
/
+0
*
Don't reject QGLWidget::setMouseTracking function.
Hugo Parente Lima
2011-01-20
1
-1
/
+0
*
Fix bug#623 - "QGLWidget.bindTexture(QPixmap, GLenum, GLenum) is missing"
Hugo Parente Lima
2011-01-20
3
-2
/
+4
*
Fixed Widget and Layout inject code to avoid problems in armel arch.
Renato Araujo Oliveira Filho
2011-01-18
2
-2
/
+2
*
Updates documentation of QUiLoader.registerCustomWidget method.
Marcelo Lira
2011-01-14
1
-0
/
+34
*
Named the single argument of all "QWidget.*Event(arg)" methods as "event".
Marcelo Lira
2011-01-14
1
-26
/
+78
*
Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"
Hugo Parente Lima
2011-01-14
3
-25
/
+22
*
Removed useless rejections
Hugo Parente Lima
2011-01-13
2
-342
/
+11
*
Remove protected fields of event classes.
Hugo Parente Lima
2011-01-13
1
-2
/
+76
*
Fix documentation for QWidget.winId()
Hugo Parente Lima
2011-01-13
1
-0
/
+13
*
Add polymorphic-id-expression to QGraphicsObject and QDeclarativeItem.
Hugo Parente Lima
2011-01-13
2
-2
/
+2
*
Fix Qvariant to Cpp conversion.
Renato Araujo Oliveira Filho
2011-01-07
1
-0
/
+2
*
Fixes the fix in the commit a1cf8f03.
Marcelo Lira
2011-01-06
1
-1
/
+2
*
Fixes connecting signal to decorated slot.
Marcelo Lira
2011-01-06
1
-1
/
+12
*
Fixed QTreeWidgetItem.parent function policy.
Renato Araujo Oliveira Filho
2011-01-06
1
-2
/
+17
*
Fix bug#557 - "Segmentation fault in QDeclarativeComponent.loadUrl()"
Hugo Parente Lima
2011-01-05
1
-0
/
+1
*
Fixed QWidget.setParent signature on typesystem.
Renato Araujo Oliveira Filho
2011-01-05
1
-1
/
+1
*
add new QDatetime init function with 6 arguments
linjunhalida
2011-01-04
1
-0
/
+7
*
Lock the gil on some hand written code to avoid crashes.
Hugo Parente Lima
2011-01-04
2
-4
/
+10
*
Fixed function QDataStream.readRawData return value.
Renato Araujo Oliveira Filho
2011-01-04
1
-2
/
+7
*
New format for __version_info__.
Hugo Parente Lima
2011-01-04
1
-2
/
+2
*
Created support to function qAddPostRoutine.
Renato Araujo Oliveira Filho
2011-01-03
1
-0
/
+31
*
Fix QTreeWidgetItem.parent function.
Renato Araujo Oliveira Filho
2011-01-03
1
-1
/
+1
*
Fixed QWidget.parent function.
Renato Araujo Oliveira Filho
2011-01-03
1
-5
/
+18
[next]