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
*
Fix QtMultimedia test to not fail when no devices were found.
1.0.0-beta2
Hugo Parente Lima
2010-12-17
1
-1
/
+5
*
Add GLuint as primitive type.
Hugo Parente Lima
2010-12-17
1
-0
/
+1
*
Use .pyd extension for pysidetest module on Windows.
Hugo Parente Lima
2010-12-17
1
-0
/
+3
*
Fix QML tests on Windows.
Hugo Parente Lima
2010-12-17
3
-3
/
+3
*
Fix compilation under MS Windows.
Hugo Parente Lima
2010-12-17
1
-2
/
+2
*
Added a call to QObject.metaObject() to check if a segfault is caused.
Marcelo Lira
2010-12-17
1
-1
/
+1
*
Fixed QML type registering test.
Marcelo Lira
2010-12-17
1
-1
/
+1
*
Updated model/view test to follow changes in Shiboken/9459b9da commit.
Marcelo Lira
2010-12-17
1
-1
/
+1
*
Fix bug#491 - "pyside doesn't respect BUILD_TESTS"
Hugo Parente Lima
2010-12-16
1
-3
/
+5
*
Fixed ownership of the value returned by QAbstractItemModel::data(...).
Marcelo Lira
2010-12-16
1
-0
/
+5
*
Updated the PySide test related to Python model returning data to C++.
Marcelo Lira
2010-12-15
3
-13
/
+29
*
Created function used in PyObject getAttro.
Renato Araujo Oliveira Filho
2010-12-15
4
-0
/
+81
*
Created unittest for bug #505.
Renato Araujo Oliveira Filho
2010-12-14
2
-0
/
+23
*
Fix bug#517 - "Documentation for QtDeclarative is not linked in contents.html...
Hugo Parente Lima
2010-12-14
1
-0
/
+1
*
Fix bug#508 - "qmltopy1 crashes when setContextProperty is called twice witho...
Hugo Parente Lima
2010-12-14
1
-3
/
+5
*
Fix bug#518 - "The file 'genindex.html' is not found (linked from contents.ht...
Hugo Parente Lima
2010-12-14
1
-4
/
+2
*
Fix bug#512 - "QGridLayout::getItemPosition() is not available"
Hugo Parente Lima
2010-12-14
3
-1
/
+46
*
Added test for Python written models returning new objects without keeping re...
Marcelo Lira
2010-12-13
6
-0
/
+101
*
Fixed new style signal connection tests for the proper semantics.
Marcelo Lira
2010-12-13
2
-2
/
+7
*
Added unit test for bug#500
Hugo Parente Lima
2010-12-13
2
-0
/
+16
*
Add tests for qmlregisterType function and qml list properties.
Hugo Parente Lima
2010-12-09
3
-0
/
+122
*
Changed file permissions to 0644.
Hugo Parente Lima
2010-12-09
3
-0
/
+0
*
Add support for QML list properties.
Hugo Parente Lima
2010-12-09
3
-11
/
+228
*
Remove unused field "type" from PySideProperty private struct.
Hugo Parente Lima
2010-12-09
1
-1
/
+0
*
Replace useless check by a assert.
Hugo Parente Lima
2010-12-09
1
-4
/
+1
*
Add support for extension into PySide properties.
Hugo Parente Lima
2010-12-09
6
-55
/
+109
*
Fix copyright year.
Hugo Parente Lima
2010-12-09
2
-2
/
+2
*
Fixes QImage constructor signature that used string buffer as image data source.
Marcelo Lira
2010-12-06
3
-6
/
+45
*
Added QRegExp.replace(QString, const char*) method.
Marcelo Lira
2010-12-06
3
-0
/
+56
*
Avoid removal of qmlregistertype.cpp by the build system.
Hugo Parente Lima
2010-12-06
1
-3
/
+3
*
Initial implementation of qmlRegisterType.
Hugo Parente Lima
2010-12-03
4
-0
/
+223
*
Set the object meta object at the declaration time, not instanciation time.
Hugo Parente Lima
2010-12-03
4
-62
/
+96
*
Moved pyside slot attr name do pysideslot_p.h.
Hugo Parente Lima
2010-12-03
4
-1
/
+3
*
PySidePropertyPrivate struct moved to the private header.
Hugo Parente Lima
2010-12-03
2
-18
/
+23
*
Remove unused ancient proxyslot.cpp file.
Hugo Parente Lima
2010-12-03
1
-76
/
+0
*
Updates to more code snippets on documentation concerning QtCore module.
Marcelo Lira
2010-12-03
9
-38
/
+236
*
Updated a lot of code snippets on documentation concerning QtCore module.
Marcelo Lira
2010-12-03
29
-187
/
+172
*
Fixed qt_metacall, now everything works as it should.
Hugo Parente Lima
2010-12-02
4
-62
/
+56
*
Fixed dynamic meta object to avoid empty meta method.
Hugo Parente Lima
2010-12-01
4
-52
/
+58
*
Add needed cast to compile using python versions <2.6
Luciano Wolf
2010-12-01
1
-2
/
+2
*
Fix doc generation after the refactor for v1.0.
Hugo Parente Lima
2010-11-29
1
-2
/
+2
*
Fix phonon VideoCaptureDevice detection to properly use phonon_ namespace
Kalev Lember
2010-11-26
1
-1
/
+1
*
Fix compilation on Windows.
1.0.0-beta1
Hugo Parente Lima
2010-11-25
1
-0
/
+3
*
Fix bug#496 - "No binary read/write methods in QDataStream"
Hugo Parente Lima
2010-11-24
2
-3
/
+35
*
Fix crash at exit when there's a chain of referenced objects.
Hugo Parente Lima
2010-11-24
1
-13
/
+15
*
Merge branch 'apichanges'
Hugo Parente Lima
2010-11-23
21
-92
/
+92
|
\
|
*
Adapt to API changes in libshiboken.
Hugo Parente Lima
2010-11-23
21
-92
/
+92
*
|
Fixed layout ownership transfer.
Renato Araujo Oliveira Filho
2010-11-23
1
-1
/
+1
*
|
Created unit test for bug #480.
Renato Araujo Oliveira Filho
2010-11-23
2
-0
/
+26
*
|
Fixed GlobalReceiver destructor.
Renato Araujo Oliveira Filho
2010-11-23
1
-3
/
+6
[next]