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
/
PySide
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved QML enum from QtCore to QtDeclarative typesystem.
renatofilho
2010-10-26
2
-6
/
+10
*
Fix bugs 430, 426, 429, 394, 433.
Hugo Parente Lima
2010-10-22
2
-39
/
+2
*
Fix bug#420 - "Memory leak in setText"
Hugo Parente Lima
2010-10-21
1
-1
/
+1
*
Replace code injection by typesystem commands.
Hugo Parente Lima
2010-10-20
1
-3
/
+3
*
Fix inject conversion rule used to fix bug408.
Hugo Parente Lima
2010-10-19
1
-1
/
+1
*
Added d-pointer to PySideSignalInstanceData struct.
Hugo Parente Lima
2010-10-19
1
-9
/
+10
*
Merge remote branch 'mainline/1.0'
Hugo Parente Lima
2010-10-19
2
-41
/
+24
|
\
|
*
QNetworkReply.errorCode method is now properly called QNetworkReply.error
Marcelo Lira
2010-10-13
1
-3
/
+0
|
*
Adjusted QTimer.singleShot custom code since all Signals are callable now.
Marcelo Lira
2010-10-13
1
-36
/
+22
|
*
Don't export symbols that don't need to be exported and rename many functions.
Hugo Parente Lima
2010-10-07
1
-4
/
+4
*
|
Included QSignalTransition constructor to support Signal objects.
renatofilho
2010-10-19
1
-2
/
+18
*
|
Fix bug#408 - "QIODevice.readData() and .readLineData() have output parameter...
Hugo Parente Lima
2010-10-19
1
-2
/
+38
*
|
Created function value to class QTreeWidgetItemIterator using the
renatofilho
2010-10-15
1
-2
/
+11
*
|
WId conversions used on Windows OS.
renatofilho
2010-10-15
2
-1
/
+36
*
|
Fix bug#172 - "editing a QListWidgetItem stored in a variable makes it imposs...
Hugo Parente Lima
2010-10-14
1
-15
/
+2
*
|
Injected code for class Phonon.Notifier.
renatofilho
2010-10-14
1
-0
/
+21
*
|
Used original object in parent dictionary.
renatofilho
2010-10-13
1
-5
/
+11
*
|
Implemented support to deep copy on QtGui.
renatofilho
2010-10-13
1
-35
/
+591
*
|
Implemented support to deep copy on QtCore.
renatofilho
2010-10-13
2
-67
/
+176
*
|
Adding several __reduce__ methods in QtCore
Lauro Neto
2010-10-13
2
-2
/
+90
*
|
Add templates for __reduce__ functions.
Lauro Neto
2010-10-13
1
-1
/
+8
*
|
Add default name for QObject.findChild(type, name)
Lauro Neto
2010-10-07
1
-0
/
+3
*
|
Moved cmake macros to a separeted file.
renatofilho
2010-10-07
1
-160
/
+1
*
|
Created uiloader plugin used to register new types before QUiLoader.
renatofilho
2010-10-07
4
-0
/
+65
*
|
Used proxy object in QUiLoader loaded widget to avoid cyclic reference.
renatofilho
2010-10-07
1
-4
/
+7
|
/
*
Workaround to change the documentation about the return value of some functions.
Hugo Parente Lima
2010-10-07
6
-9
/
+45
*
Added documentation to QPyTextObject class.
Hugo Parente Lima
2010-10-06
1
-0
/
+33
*
Revert "Fixed doc of return values."
Hugo Parente Lima
2010-10-05
6
-51
/
+15
*
Fixed doc of return values.
Hugo Parente Lima
2010-10-05
6
-15
/
+51
*
Removed whitespaces.
Hugo Parente Lima
2010-10-05
1
-3
/
+3
*
Use QByteArray instead of QString in some internal QLayout functions.
Hugo Parente Lima
2010-10-05
1
-4
/
+4
*
Fixed QWidget setLayout rules.
renatofilho
2010-10-04
1
-7
/
+23
*
Fixed QApplication cleanup.
renatofilho
2010-10-04
1
-8
/
+8
*
Implemented detection for VideoCaptureDevice on phonon module.
renatofilho
2010-10-04
3
-6
/
+34
*
Implement python conversion to QTime, QDate, QDateTime
renatofilho
2010-10-01
4
-2
/
+130
*
Support any QObject in QUiLoader.load function.
renatofilho
2010-09-30
1
-2
/
+2
*
Fix QWidget::style / QWidget::setStyle ownership rules.
renatofilho
2010-09-30
1
-0
/
+25
*
Fix bug#388 - "Fatal Python error: PyEval_SaveThread: NULL tstate"
Hugo Parente Lima
2010-09-29
1
-2
/
+2
*
Modify return type QLineF::intersect to look nice in the documentation.
Hugo Parente Lima
2010-09-29
1
-0
/
+3
*
Fix bug#372 - "DiagramScene (GraphicsView) Example not working"
Hugo Parente Lima
2010-09-29
1
-4
/
+1
*
Added missing classes.
renatofilho
2010-09-29
6
-8
/
+52
*
Added hash functions for QLine, QPoint, QRect and QSize classes.
Marcelo Lira
2010-09-27
1
-4
/
+34
*
Fix bug#375 - "Just an empty table when using delegate."
Hugo Parente Lima
2010-09-27
1
-13
/
+18
*
Add return value docs to functions returning tuples.
Hugo Parente Lima
2010-09-27
1
-2
/
+2
*
Fixed model view ownership rules.
renatofilho
2010-09-24
2
-50
/
+35
*
Fixed QCoreApplication and QApplication cleanup.
renatofilho
2010-09-24
2
-7
/
+3
*
Fixed QVariant::Type convertions.
renatofilho
2010-09-24
2
-4
/
+8
*
Fix bug#168 - "API documentation suggestions" and other fixes.
Hugo Parente Lima
2010-09-24
1
-6
/
+12
*
Fixed bug#310
Hugo Parente Lima
2010-09-24
1
-0
/
+3
*
Modified the type system files to make use of nested type declarations.
Marcelo Lira
2010-09-23
17
-978
/
+1090
[next]