aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* Fix BUG #1097 - "QtGui.QShortcut.setKey requires QKeySequence"Paulo Alcantara2012-03-081-15/+16
* Fixed/refactored Shiboken::warning function.Marcelo Lira2012-03-082-9/+8
* Fixed CMake configuration of sbkversion.h header.Marcelo Lira2012-03-081-1/+2
* Added a convenience method to check if a converter belongs to a wrapper type.Marcelo Lira2012-03-082-0/+8
* Added adapter class SpecificConverter to provide type conversion based on a g...Marcelo Lira2012-03-082-12/+84
* Added a "to Python" converter function that gets a SbkConverter object.Marcelo Lira2012-03-082-3/+9
* Added some setting and converting functions to the new converter's API.Marcelo Lira2012-03-082-6/+40
* Added functions to the new converters API to check if a type is value or object.Marcelo Lira2012-03-086-5/+23
* Register type converters by name.Marcelo Lira2012-03-083-6/+27
* Make converter branch work on a Python3.2 setup.Hugo Parente Lima2012-03-085-20/+41
* Fixes SBK_CONVERTER macro and SbkEnumType structure.Marcelo Lira2012-03-082-3/+6
* New converters for C++ enum and qflags types.Marcelo Lira2012-03-082-0/+18
* Added SBK_CONVERTER, a macro to get the type converter whatever the type, but...Hugo Parente Lima2012-03-083-10/+3
* Stores C++ enum type names on enum types itself instead of yet another hash.Hugo Parente Lima2012-03-081-18/+12
* Don't call PyTypeReady on QFlags types in createEnum function, this is done w...Hugo Parente Lima2012-03-081-4/+1
* Updates creation of QFlags types at runtime.Hugo Parente Lima2012-03-085-56/+12
* Shiboken's enums now have converters.Marcelo Lira2012-03-083-6/+79
* Fixed Python 2.5 compatibility header for PyLong_FromSize_t and PyLong_AsSsiz...Marcelo Lira2012-03-081-0/+3
* SbkConverter's copyToPython function now returns Python None for C++ NULL poi...Marcelo Lira2012-03-081-0/+2
* New conversions for containers.Marcelo Lira2012-03-084-0/+514
* Converter can be registered and retrieved for string representations of types.Marcelo Lira2012-03-082-1/+48
* New converters for C++ primitive types.Marcelo Lira2012-03-084-2/+443
* New converters for user added primitive types.Marcelo Lira2012-03-084-4/+70
* Implemented new type converters, but only for wrapper types.Marcelo Lira2012-03-088-37/+544
* Implemented PSEP 0106.Hugo Parente Lima2012-03-085-5/+175
* Fix BUG #1057sb-1.0.10Paulo Alcantara2012-03-081-3/+4
* basewrapper: cleanupsPaulo Alcantara2012-03-081-13/+12
* Fix bug 1033 - "QDialog.DialogCode instances and return value from QDialog.ex...Hugo Parente Lima2012-03-081-1/+4
* Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash"Hugo Parente Lima2012-03-081-0/+18
* Fix bug 1010 - "Shiboken Cygwin patch."Yaakov2012-03-081-1/+1
* Fix regression with enums.Lauro Neto2012-03-081-26/+22
* Fix ABI break and link error on MS Windows.sb-1.0.8Hugo Parente Lima2012-03-082-4/+4
* Don't delete parentInfo when it seens to be useless to avoid crash on garbage...Hugo Parente Lima2012-03-082-13/+13
* Add constructor overload AutoDecRef(SbkObject*).Hugo Parente Lima2012-03-081-0/+6
* Fixed code style on sbkenum.cppHugo Parente Lima2012-03-081-9/+4
* Fixed regression that made enums not hashable.Hugo Parente Lima2012-03-082-1/+7
* Made SbkChar_Check macro safer with parenthesis.Marcelo Lira2012-03-081-5/+1
* Fix PySide compilation with Python 2.5.Hugo Parente Lima2012-03-081-0/+1
* Removes printfs and fixes str test.Marcelo Lira2012-03-081-2/+0
* String::convertible renamed to String::isConvertible.Hugo Parente Lima2012-03-083-3/+3
* Added new line to end of shibokenbuffer.h.Hugo Parente Lima2012-03-081-1/+1
* Small changes to sbkstring.cpp.Hugo Parente Lima2012-03-081-16/+8
* Use sbkpython instead of Python.h.Hugo Parente Lima2012-03-081-1/+1
* Add macros to kept python 2.5 compatibility.Hugo Parente Lima2012-03-081-9/+16
* Avoid string variable to be used unitialized.Hugo Parente Lima2012-03-081-1/+1
* Fix string.Renato Filho2012-03-081-5/+9
* Fixed char conversion to work with both python 3.x and 2.xRenato Filho2012-03-081-3/+29
* Fixed object destruction.Renato Filho2012-03-081-1/+2
* Fixed shiboken buffer to work with python 3.xRenato Filho2012-03-081-0/+4
* Fixed compat header.Renato Filho2012-03-081-0/+1