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
*
Update unit test for static metaobjet to work with new optimizations
Renato Filho
2011-07-22
1
-16
/
+8
*
Update QMetaObject test to test optimization changes.
Renato Filho
2011-07-22
1
-2
/
+4
*
Update unit test for max signals.
Renato Filho
2011-07-22
1
-5
/
+7
*
Fixed unit test for bug_847 mandelbug.
Renato Filho
2011-07-22
2
-5
/
+4
*
Fix bug 938 - "QTemporaryFile JPEG problem"
Hugo Parente Lima
2011-07-22
2
-0
/
+15
*
Fix bug 937 - "missing pid method in QProcess"
Hugo Parente Lima
2011-07-21
1
-0
/
+12
*
Fix bug 934 - "A __getitem__ of QByteArray behaves strange"
Hugo Parente Lima
2011-07-21
1
-0
/
+4
*
Moved test for bug #921 from QtCore's directory to QtGui's.
Marcelo Lira
2011-07-21
3
-1
/
+1
*
Fix bug 821 - "Mapping interface for QPixmapCache"
Hugo Parente Lima
2011-07-20
1
-0
/
+7
*
Fixes bug #910 - installEventFilter() increments reference count on target ob...
Marcelo Lira
2011-07-20
2
-3
/
+39
*
Fix bug 926 - "qmlRegisterType does not work with QObject"
Hugo Parente Lima
2011-07-20
3
-0
/
+56
*
Created unit test for bug #931.
Renato Filho
2011-07-19
2
-0
/
+16
*
Created unit test for bug #921.
Renato Filho
2011-07-19
2
-0
/
+53
*
Fix bug 924 - "Allow QScriptValue to be accessed via []"
Hugo Parente Lima
2011-07-18
2
-0
/
+21
*
Fix bug 920 - "Cannot use same slot for two signals"
Hugo Parente Lima
2011-07-15
2
-0
/
+26
*
Created unit test for bug #919.
Renato Filho
2011-07-14
2
-0
/
+28
*
Created unit test for bug #915.
Renato Filho
2011-07-14
2
-0
/
+29
*
Created unit test for bug #927.
Renato Filho
2011-07-13
2
-0
/
+25
*
Created unit test for bug #899.
Renato Filho
2011-07-12
2
-0
/
+37
*
Fixed enum test.
Renato Filho
2011-07-11
1
-0
/
+16
*
Created unit test for bug #886.
Renato Filho
2011-07-11
3
-0
/
+7
*
Created unit test for duplicated signals.
Renato Filho
2011-07-11
1
-0
/
+5
*
Created unit test for bug #896.
Renato Filho
2011-07-11
2
-0
/
+19
*
Fix bug 913 - "Widgets inside QTabWidget are not exported as members of the c...
Hugo Parente Lima
2011-07-11
4
-1
/
+82
*
Created unit test for bug #909.
Renato Filho
2011-07-04
3
-0
/
+56
*
Fixed QMainWindow ownership control.
Renato Filho
2011-07-04
1
-2
/
+13
*
Fixes bug #899 - http://bugs.pyside.org/show_bug.cgi?id=899
Marcelo Lira
2011-06-29
2
-0
/
+44
*
Created unittest for bug #407.
Renato Filho
2011-06-28
1
-0
/
+7
*
Created unit test for bug #897.
Renato Filho
2011-06-28
1
-0
/
+14
*
Fixed test case, when the destroyed() signal is emitted all C++ objects are j...
Hugo Parente Lima
2011-06-22
1
-1
/
+1
*
Created test for QObject.inherits.
Renato Filho
2011-06-20
2
-0
/
+17
*
Fix bug 879 - "QDoubleSpinBox: Can't call the parent validate() method from a...
Hugo Parente Lima
2011-06-15
2
-0
/
+29
*
Fix bug 822 - "Can't use QApplication without X"
Hugo Parente Lima
2011-06-13
2
-0
/
+14
*
Added an unit test for bug #871.
Marcelo Lira
2011-06-10
2
-0
/
+42
*
Fix bug 869 - "QDateTimeEdit initial time problem"
Hugo Parente Lima
2011-06-08
2
-6
/
+11
*
Created unit test for bug #860.
Renato Filho
2011-06-03
2
-0
/
+37
*
Unit test for bug862 - "Problems when printing objects"
Hugo Parente Lima
2011-06-02
2
-0
/
+41
*
Removed the rejection of QAbstractFileEngine.beginEntryList.
Marcelo Lira
2011-06-02
2
-0
/
+76
*
Updated example to handle with Python warnings.
Renato Filho
2011-06-02
1
-1
/
+5
*
Created unit test for QObject.eventFilter function.
Renato Filho
2011-06-01
2
-0
/
+40
*
Check if the same python object arrive on destroyed signal.
Renato Filho
2011-05-23
1
-0
/
+3
*
Created DestroyListener class.
Renato Filho
2011-05-23
3
-0
/
+29
*
Created unit test for ClassInfo class.
Renato Filho
2011-05-23
2
-0
/
+30
*
Added the missing QPixmapCache.Key class to the type system.
Marcelo Lira
2011-05-19
2
-0
/
+37
*
Create unit test for function QEasingCuver.setCustomType.
Renato Filho
2011-05-19
2
-0
/
+27
*
Update test for python 2.5
Lauro Neto
2011-05-18
1
-0
/
+2
*
Fix bug 803 - "QWebElementCollection.operator[] is not implemented"
Hugo Parente Lima
2011-05-18
2
-0
/
+19
*
Implemented convertion from Python types for QDate, QTime, QDateTime.
Renato Filho
2011-05-18
2
-0
/
+19
*
Fix bug 686 - "Request to make Q[Mutex|Read|Write]Locker context managers"
Hugo Parente Lima
2011-05-17
2
-0
/
+86
*
Unit test for bug 634, based on code from Marcus Lindblom.
Marcelo Lira
2011-05-17
2
-0
/
+28
[next]