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
*
Fixed Cmake files used to find the library after the installation.
1.0.0-beta5
Renato Araujo Oliveira Filho
2011-02-02
1
-8
/
+9
*
Fix bug 650 - "Missing bindings for QNetworkProxyFactory"
Hugo Parente Lima
2011-02-02
2
-1
/
+8
*
Fix bug 651 - "Calling disconnect() with no arguments causes segfault"
Hugo Parente Lima
2011-02-02
3
-5
/
+41
*
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
3
-1
/
+11
*
Updated GeneratorRunner calls on CMake files to use "--generator-set" instead...
Marcelo Lira
2011-01-31
3
-3
/
+3
*
Don't crash if a typeId was not found when emiting a signal.
Hugo Parente Lima
2011-01-31
1
-2
/
+2
*
Added test for bug 613.
Hugo Parente Lima
2011-01-28
2
-0
/
+25
*
Fix bug 565 - "QImage missing *data constructors"
Hugo Parente Lima
2011-01-28
2
-32
/
+84
*
Implement __repr__ function for class with Float attributes.
Renato Araujo Oliveira Filho
2011-01-28
1
-0
/
+27
*
Created unit test for bug #617.
Renato Araujo Oliveira Filho
2011-01-28
2
-0
/
+22
*
Created __repr__ function unit test.
Renato Araujo Oliveira Filho
2011-01-27
4
-0
/
+165
*
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
*
Add test for bug#640.
Hugo Parente Lima
2011-01-25
2
-0
/
+12
*
Implement support to others color spec on deepcopy function.
Renato Araujo Oliveira Filho
2011-01-25
2
-4
/
+63
*
Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...
Hugo Parente Lima
2011-01-24
2
-1
/
+6
*
Fixed QLineEdit.getTextMargins return value.
Renato Araujo Oliveira Filho
2011-01-24
3
-0
/
+41
*
Fix bug#636 - "Unable to navigate back to the main site from the generated do...
Hugo Parente Lima
2011-01-24
2
-5
/
+3
*
Bump version to beta5.
Renato Araujo Oliveira Filho
2011-01-21
1
-2
/
+2
*
Updated generatorrunner version dependency.
1.0.0-beta4
Renato Araujo Oliveira Filho
2011-01-21
1
-2
/
+2
*
Replace use of QMetaObject::activate to QObject::qt_metacall.
Renato Araujo Oliveira Filho
2011-01-21
1
-2
/
+2
*
Added test cases for signal emission.
Marcelo Lira
2011-01-21
5
-0
/
+164
*
Fix bug#552 - "Segmentation fault when using QUiLoader and QTabWidget"
Hugo Parente Lima
2011-01-21
5
-3
/
+68
*
Use the same Python used by Shiboken instead of find a new one.
Hugo Parente Lima
2011-01-20
1
-2
/
+1
*
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
6
-2
/
+24
*
Added test for module reloading.
Marcelo Lira
2011-01-19
3
-0
/
+52
*
Fixed Widget and Layout inject code to avoid problems in armel arch.
Renato Araujo Oliveira Filho
2011-01-18
2
-2
/
+2
*
Created unit test for bug #575.
Renato Araujo Oliveira Filho
2011-01-17
2
-0
/
+21
*
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
*
Fixed style on QUiLoader code snippet.
Marcelo Lira
2011-01-14
1
-1
/
+1
*
Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"
Hugo Parente Lima
2011-01-14
4
-25
/
+33
*
Fix typo on Cmake files.
Renato Araujo Oliveira Filho
2011-01-13
1
-2
/
+2
*
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
*
Don't crash when a unknown type is given as a meta call argument.
Hugo Parente Lima
2011-01-13
1
-2
/
+8
*
Add polymorphic-id-expression to QGraphicsObject and QDeclarativeItem.
Hugo Parente Lima
2011-01-13
2
-2
/
+2
*
Fixed path to include file used on cmake files.
Renato Araujo Oliveira Filho
2011-01-13
1
-1
/
+1
*
Create a new parent test.
Renato Araujo Oliveira Filho
2011-01-12
1
-0
/
+7
*
Use python base name as library prefix.
Renato Araujo Oliveira Filho
2011-01-12
4
-11
/
+19
*
Added test for QPainter.setPen() method.
Marcelo Lira
2011-01-12
1
-3
/
+27
*
Added condition for a phonon test that fails on Win32 with Qt 4.7.1.
Marcelo Lira
2011-01-10
1
-1
/
+5
*
Created unit test for bug 589.
Renato Araujo Oliveira Filho
2011-01-07
2
-0
/
+20
*
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
*
Fix bug#560 - "Lack of QtCore.Signal documentation"
Hugo Parente Lima
2011-01-06
4
-2
/
+242
*
Fixes connecting signal to decorated slot.
Marcelo Lira
2011-01-06
3
-3
/
+54
[next]