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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug#496 - "No binary read/write methods in QDataStream"
Hugo Parente Lima
2010-11-24
1
-0
/
+12
*
Created unit test for bug #480.
Renato Araujo Oliveira Filho
2010-11-23
2
-0
/
+26
*
Fixed unit test related to bug #446.
Renato Araujo Oliveira Filho
2010-11-22
2
-4
/
+3
*
Fix generated property flags on metaobject.
Renato Araujo Oliveira Filho
2010-11-22
1
-0
/
+14
*
Created unit test for bug #446.
Renato Araujo Oliveira Filho
2010-11-19
2
-1
/
+50
*
Create unit test for bug #467.
Renato Araujo Oliveira Filho
2010-11-19
2
-0
/
+20
*
Fixed recursive call on duck punching test.
Renato Araujo Oliveira Filho
2010-11-19
1
-1
/
+0
*
Fixed unit test to avoid exit with thread running.
Renato Araujo Oliveira Filho
2010-11-19
1
-0
/
+2
*
Created unit test for bug 462.
Renato Araujo Oliveira Filho
2010-11-19
2
-0
/
+44
*
Fix setLayout method that was causing segfault when itemAt wasn't implemented.
Luciano Wolf
2010-11-17
1
-0
/
+24
*
Fix bug#471 - "QtCore.QObject is missing 'thread' method"
Hugo Parente Lima
2010-11-16
1
-0
/
+2
*
Removed invalid test.
renatofilho
2010-11-12
2
-19
/
+0
*
Added PySide attributes to specify current version, and Qt version.
renatofilho
2010-11-12
2
-0
/
+18
*
Fix bug#436 - "Using a custom QValidator generates a segfault"
Hugo Parente Lima
2010-11-11
2
-0
/
+86
*
Fix bug#455 - "QByteArray.data() cuts data to first '\x00' char"
Hugo Parente Lima
2010-11-11
1
-0
/
+6
*
Removed unnecessary find_package statements from pysidetest's CMakeLists.txt
Marcelo Lira
2010-11-11
1
-4
/
+0
*
Created unit test for qvariant conversion for object type.
renatofilho
2010-11-10
3
-7
/
+50
*
Fixed QVariant conversions for user type.
renatofilho
2010-11-09
1
-0
/
+8
*
Convert QByteArray values to string during function call.
renatofilho
2010-11-09
1
-2
/
+2
*
Added test for Bug 452.
Marcelo Lira
2010-11-09
1
-0
/
+3
*
Created unit test for bug #451.
renatofilho
2010-11-05
4
-38
/
+92
*
Fix bug#427 - "QSvgWidget, load from QtCore.QByteArray does not work"
Hugo Parente Lima
2010-11-05
4
-10
/
+757
*
unit test for bug #456
renatofilho
2010-11-03
3
-0
/
+150
*
Created unit test for bug #448.
renatofilho
2010-11-03
2
-0
/
+21
*
Created unit test for bug 428.
renatofilho
2010-10-29
2
-0
/
+19
*
Added test for bug #428.
Marcelo Lira
2010-10-29
1
-0
/
+13
*
Stop signal/slot connection if is impossible to register that on object.
renatofilho
2010-10-28
3
-0
/
+51
*
Fix bug#409 - "function -- PySide.QtUiTools.QUiLoader.load(...) -- takes byte...
Hugo Parente Lima
2010-10-28
1
-0
/
+13
*
Fix unit test for bug 430
Hugo Parente Lima
2010-10-28
1
-1
/
+1
*
Modified cmake files to make use of debug information provided by Shiboken.
Marcelo Lira
2010-10-26
2
-2
/
+1
*
Remove releaseWrapper as Signal tp_dealloc
Lauro Neto
2010-10-26
2
-0
/
+17
*
Fix bugs 430, 426, 429, 394, 433.
Hugo Parente Lima
2010-10-22
7
-0
/
+79
*
Implemented support to notify argument on Properties.
renatofilho
2010-10-21
1
-0
/
+34
*
Added test for bug #395 - error calling QPainter.drawLines overloads.
Marcelo Lira
2010-10-19
1
-6
/
+14
*
Merge remote branch 'mainline/1.0'
Hugo Parente Lima
2010-10-19
9
-5
/
+1694
|
\
|
*
Signal objects redirect calls for homonymous methods.
Marcelo Lira
2010-10-11
2
-6
/
+6
|
*
Added a PySide derived test library.
Marcelo Lira
2010-10-11
9
-5
/
+1694
*
|
Included QSignalTransition constructor to support Signal objects.
renatofilho
2010-10-19
2
-0
/
+44
*
|
Included missing function on unit test for bug 332.
renatofilho
2010-10-19
1
-0
/
+2
*
|
Fix bug#408 - "QIODevice.readData() and .readLineData() have output parameter...
Hugo Parente Lima
2010-10-19
2
-0
/
+29
*
|
Removed QtDesigner dependency from QtUiTools module.
renatofilho
2010-10-15
2
-61
/
+1
*
|
Created function value to class QTreeWidgetItemIterator using the
renatofilho
2010-10-15
2
-0
/
+27
*
|
Fix bug#172 - "editing a QListWidgetItem stored in a variable makes it imposs...
Hugo Parente Lima
2010-10-14
1
-0
/
+9
*
|
Fixed reference leak on uiloader.
renatofilho
2010-10-13
2
-1
/
+59
*
|
Implemented support to deep copy on QtGui.
renatofilho
2010-10-13
2
-1
/
+95
*
|
Implemented support to deep copy on QtCore.
renatofilho
2010-10-13
1
-3
/
+26
*
|
Adding extra check for QPoint as a dict key
Lauro Neto
2010-10-13
1
-0
/
+3
*
|
Adding deepcopy test for QtCore classes.
Lauro Neto
2010-10-13
2
-0
/
+57
*
|
Adding QColor copy test
Lauro Neto
2010-10-13
1
-0
/
+15
*
|
Replace type() comparison with isinstance.
Lauro Neto
2010-10-07
1
-1
/
+1
[next]