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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Created unit test for bug #585.
1.0.0-beta3
Renato Araujo Oliveira Filho
2011-01-06
2
-0
/
+27
*
Fixed QTreeWidgetItem.parent function policy.
Renato Araujo Oliveira Filho
2011-01-06
1
-2
/
+17
*
Only try to play the ogg file if the system has the capability to do it.
Hugo Parente Lima
2011-01-05
1
-3
/
+7
*
Fixed QtNetwork test to use '127.0.0.1' instead of 'localhost'
Renato Araujo Oliveira Filho
2011-01-05
3
-14
/
+29
*
Fix bug#557 - "Segmentation fault in QDeclarativeComponent.loadUrl()"
Hugo Parente Lima
2011-01-05
3
-0
/
+16
*
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
2
-0
/
+18
*
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
2
-6
/
+11
*
New format for __version_info__.
Hugo Parente Lima
2011-01-04
6
-5
/
+35
*
Created support to function qAddPostRoutine.
Renato Araujo Oliveira Filho
2011-01-03
3
-0
/
+50
*
Added test case for Bug #572.
Marcelo Lira
2011-01-03
1
-0
/
+4
*
Fix QTreeWidgetItem.parent function.
Renato Araujo Oliveira Filho
2011-01-03
2
-3
/
+20
*
Fix bug#577 - "Reference to QString in docs"
Hugo Parente Lima
2011-01-03
1
-4
/
+3
*
Fixed QWidget.parent function.
Renato Araujo Oliveira Filho
2011-01-03
3
-5
/
+51
*
Avoid conflict in test case names
Lauro Neto
2011-01-03
1
-1
/
+1
*
Fixed test to work in all platform.
Renato Araujo Oliveira Filho
2011-01-03
1
-2
/
+2
*
Fix bug#514 - "Static method QByteArray.fromRawData is missing from QtCore"
Hugo Parente Lima
2010-12-30
2
-1
/
+16
*
Fix bug 546 - "Python crash on exit"
Hugo Parente Lima
2010-12-30
3
-2
/
+17
*
Fix bug#493 - "__eq__ and friends not implemented for QKeyEvent == QKeySequence"
Hugo Parente Lima
2010-12-29
3
-2
/
+29
*
Improve QtScriptEngineDebugger test behavior
Lauro Neto
2010-12-29
1
-11
/
+14
*
Changed api2 test to work on MacOS during a ssh session.
Renato Araujo Oliveira Filho
2010-12-29
1
-8
/
+7
*
Fix bug#569 - "QTableWidgetItem is missing binding of __lt__ to operator<"
Hugo Parente Lima
2010-12-29
3
-15
/
+20
*
Fix bug#563 - "Unhandled signal emitting with invalid signature (which leads ...
Hugo Parente Lima
2010-12-29
5
-16
/
+16
*
Changes the arg name from p to parent to make parent heuristic work.
Hugo Parente Lima
2010-12-29
1
-0
/
+5
*
Fixed MetaObject creation based on typename.
Renato Araujo Oliveira Filho
2010-12-29
1
-5
/
+1
*
Fix test to avoid problems on slow computers.
Renato Araujo Oliveira Filho
2010-12-29
1
-1
/
+1
*
Appended ${QtGui_BINARY_DIR} on typesystem_path for QtMaemo5 module.
Renato Araujo Oliveira Filho
2010-12-28
1
-1
/
+1
*
Appended QtGui library dependency on pysidetest library.
Renato Araujo Oliveira Filho
2010-12-28
1
-2
/
+2
*
Test for QTDESIGNER before add QTUITOOLS.
Renato Araujo Oliveira Filho
2010-12-28
1
-1
/
+3
*
Fix QTreeWidget parent rules.
Renato Araujo Oliveira Filho
2010-12-27
3
-0
/
+60
*
Removed some float comparisons from QColor test to avoid armel problems.
Renato Araujo Oliveira Filho
2010-12-27
1
-12
/
+1
*
Fix bug#549 - "QGraphicsWidget::getContentsMargins() and QGraphicsWidget::get...
Hugo Parente Lima
2010-12-23
3
-4
/
+59
*
Used more common signature on function test to QList objects.
Renato Araujo Oliveira Filho
2010-12-23
1
-1
/
+1
*
Fixed variable scope.
Renato Araujo Oliveira Filho
2010-12-22
2
-1
/
+2
*
Fix testbinding dependency
Lauro Neto
2010-12-22
1
-1
/
+1
*
Moved list_signal_test to pysidetest library.
Renato Araujo Oliveira Filho
2010-12-22
5
-36
/
+27
*
Fix the QtMultimedia/audio_test.py to accept computers with only null
Renato Araujo Oliveira Filho
2010-12-22
1
-1
/
+7
*
Avoid QMatrix test while gcc is broken.
Renato Araujo Oliveira Filho
2010-12-22
1
-0
/
+5
*
Used argument '-a' during the call of xvfb command.
Renato Araujo Oliveira Filho
2010-12-21
1
-1
/
+1
*
Fixed QtUiTools plugin.
Renato Araujo Oliveira Filho
2010-12-21
2
-6
/
+3
*
Added QSslCertificate to QtNetwork module.
Renato Araujo Oliveira Filho
2010-12-21
2
-1
/
+2
*
Fixed indentation mistakes.
Renato Araujo Oliveira Filho
2010-12-21
1
-1
/
+1
*
Fixed global functions from QT_TR_NOOP and QT_TRANSLATE_NOOP family.
Marcelo Lira
2010-12-21
4
-10
/
+75
*
Fixes bug #502.
Marcelo Lira
2010-12-20
6
-7
/
+91
*
Fixed type system for TestView from pysidetest directory.
Marcelo Lira
2010-12-20
1
-1
/
+1
*
QObject.sender should not steal the returned object ownership to Python.
Marcelo Lira
2010-12-20
1
-1
/
+1
*
Fix bug#544 - "QtCore.QRect missing binding for method getCoords"
Hugo Parente Lima
2010-12-20
2
-5
/
+95
*
Fix bug#481 - "mimeData() missing from QListWidget, QTreeWidget, QTableWidget"
Hugo Parente Lima
2010-12-20
1
-3
/
+0
*
Fix bug#558 - "print attribute of a QWebFrame cannot be accessed normally"
Hugo Parente Lima
2010-12-20
2
-0
/
+3
[next]