commit 0f36142d2aa524c2a7389f124aa6bbbbe052e7f7
Author: John Ehresman <jpe@wingware.com>
Date:   Fri Jun 28 10:28:40 2013 -0500

    Bump the library version number to 1.2
    
    Change-Id: Ibf0cf933d9922a4ca0e79e910f979d52c675301e
    Reviewed-by: Roman Lacko <backup.rlacko@gmail.com>
    Reviewed-by: John Cummings <jcummings2@users.sf.net>

commit d93b050d10ae55c931ed9bf54f586a30b3d1a4dd
Author: John Ehresman <jpe@wingware.com>
Date:   Sat Jun 29 10:20:23 2013 -0500

    Set up PYTHONPATH for tests correctly
    
    Change-Id: I1136418671fc06310310551ad5631ef1aa4b8b32
    Reviewed-by: John Cummings <jcummings2@users.sf.net>

commit ed4751735b341a771e88ece21e2a98301cabe313
Author: John Ehresman <jpe@wingware.com>
Date:   Sat Jun 29 13:42:41 2013 -0500

    Fix potential segfault at shutdown
    
    Check Py_IsInitialized() in PyObjectWrapper destructor, which
    can be called after interpreter shutdown
    
    Change-Id: If9570d14a35ac3419a81846a59d972015205a858
    Reviewed-by: John Cummings <jcummings2@users.sf.net>

commit 3683caf30ca60b273070d9f7e50cf2c2efc7e110
Author: Stefan Landvogt <stefan@valvesoftware.com>
Date:   Fri Jun 28 15:27:56 2013 -0700

    Fix PYSIDE-61
    
    The original author of the test did not know how to create
    one webview after the other after one webview finished loading,
    so the old approach segfaulted, because it tried to access variables
    that were already freed.
    
    The new approach simply creates webviews with a timer after the
    previous webview finished loading. It is also using UsesQApplication
    instead of creatig the qApp manually.
    
    Change-Id: I871e7a238398d96e110e89872634a9c5f3b5bc12
    Reviewed-by: John Ehresman <jpe@wingware.com>

commit c707a7cadd08792d8f9dc23d83fc9a27ba7a7656
Author: Roman Lacko <backup.rlacko@gmail.com>
Date:   Fri May 31 08:34:14 2013 +0200

    Tell Qt to look for qml imports in the PySide package
    
    Change-Id: Ia7565955f8a3b58c8c57631e13bb56a2793b702a
    Reviewed-by: John Ehresman <jpe@wingware.com>

commit e35d8904491e9ded4e64c9156e5e9f2b777b399f
Author: Matthew Woehlke <matthew.woehlke@kitware.com>
Date:   Tue Jun 11 17:20:28 2013 -0400

    fix build in C++11 mode
    
    Add spaces between string literals and preprocessor symbols. These are
    required because C++11 defines string prefix and suffix operators, and
    confuses preprocessor tokens adjacent to string literals as unrecognized
    string literal modifies, resulting in compile errors.
    
    Change-Id: I70f4efca0acb6d2ee03327c0afbc56fe7d82c2a3
    Reviewed-by: John Ehresman <jpe@wingware.com>

commit be2b62c13228c58d807a91e5912228cce65c1478
Author: John Ehresman <jpe@wingware.com>
Date:   Sat Jun 15 13:36:40 2013 -0400

    Fix QByteArray memory leak
    
    QByteArray leaked memory when constructed from Python 2 str
    
    Change-Id: I0e2ea21ba1bd32d9519704baa7dd42e5224e9ed3
    Reviewed-by: John Cummings <jcummings2@users.sf.net>

commit bf988374249370a9005ff751ac468f838da4753d
Author: Roman Lacko <backup.rlacko@gmail.com>
Date:   Wed May 22 09:17:38 2013 +0200

    Ignore QtCore import errors when initializing plugins folder
    
    Change-Id: If7612f97bb03f353d644b26767b3867f04d17fff
    Reviewed-by: John Ehresman <jpe@wingware.com>

commit 188e960e496ad31839ab879e139c4f1cf9f10656
Author: Teemu Kaukoranta <teemu.kaukoranta@digia.com>
Date:   Mon May 27 12:18:57 2013 +0300

    Replaced Nokia copyrights and contact details
    
    Replaced Nokia copyrights with correct Digia copyrights.
    Text in front of copyright is now retained:
    ** File is part of Foo, Copyright Nokia... ->
    ** File is part of Foo, Copyright Digia...
    Replaced Nokia contact details with Digia's.
    Removing "All Rights Reserved" no longer leaves an empty line.
    
    Used the following command:
    
    find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E
    '.*Copyright.*Nokia.*|.*Contact.*' {} \; | tee >(xargs sed -i -r
    '1,50 { /INdT|copy[a-z]*[ ]*=/ !{ s/(^[ \t:#*]*)([a-z ]*)
    (Copyright.*Nokia.*)/
    \1\2Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I
     }}') >(xargs sed -i -r '1,50 s/(^[ \t:#*]*)(.*info@qt\.nokia\.com.*
    |.*INSERT EMAIL ADDRESS.*|.*qt-info@nokia\.com.*
    |.*qt-label1@nokia\.com.*|.*http:\/\/qt\.nokia\.com\/contact.*
    |.*qt-sales@nokia\.com.*|.*http:\/\/www\.qt-project\.org\/.*)/
    \1Contact: http:\/\/www\.qt-project\.org\/legal/I')
    >(xargs sed -i -r '1,50{/(^[ \t:#*]*)(all rights reserved.*)/Id}')
    
    Command now finds command details that point to qt-project.org and
    changes them to qt-project.org/legal
    Also no longer wrongly replaces code snippet "copyright = ..". Need to
    fix these case-by-case later.
    
    Change-Id: I4456c00202c4a2264a400bdc18c19cd097876861
    Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>

commit fa2e571b6c68aa9439a88fc7ab441b6e091268df
Author: Teemu Kaukoranta <teemu.kaukoranta@digia.com>
Date:   Mon May 20 15:26:59 2013 +0300

    Fixed licenses
    
    License fixed using replace-licenses.zsh from mkdist repo.
    Possible copyright and contact changes will come later.
    
    Change-Id: I18b977ac33f1b00e99fa7aae6c1a824769ce5f6e
    Reviewed-by: Janne Anttila <janne.anttila@digia.com>
    Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>

commit a6785ad13fc096c60b2fc38d4220010ae708743a
Author: Robin Dunn <robin@alldunn.com>
Date:   Wed May 15 17:05:08 2013 -0700

    Preload OpenSSL DLLs on Windows.
    
    Add code to _setupQtDirectories that will preload the OpenSSL DLLs if
    they are included in the PySide package.  It uses a trick of temporarily
    modifying the PATH so Qt's QSystemLibrary will be able to find them.
    
    Change-Id: I67b56642ef74444f19806b52c6a1080dc6d92996
    Reviewed-by: John Ehresman <jpe@wingware.com>

commit 72ab0b07c8be82802371aa6a934261a5a1eb237e
Author: Robin Dunn <robin@alldunn.com>
Date:   Mon May 6 10:37:51 2013 -0700

    Look first in the PySide package for Qt's plugins folder,
    
    instead of just in Qt's install or build folder.  Only do it if the path
    exists in the PySide package, and if it's not already on the search path.
    
    Change-Id: I5a8ec8724cad2cb011e7e1c364c82a8b87289c5c
    Reviewed-by: John Ehresman <jpe@wingware.com>

commit d1fe29fc819d949b1347c961eb20a6733e59f382
Author: Roman Lacko <backup.rlacko@gmail.com>
Date:   Wed Jan 16 16:00:19 2013 +0100

    Add explicit type conversion to fix mingw compile error
    
    Change-Id: Id15e68fc34fd8fbb386794f04039a23766691cfe
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit b3669dca4e4321b204d10b06018d35900b1847ee
Author: John Ehresman <jpe@wingware.com>
Date:   Thu Dec 20 17:26:29 2012 -0500

    Use QObject property to invalidate wrapper before deletion.
    
    Define a getWrapperForQObject function to create / find
    wrappers for QObject derived objects.  It sets a property
    so that an invalidate function can be called when the QObject
    property is cleared in the QObject destructor after all destroyed
    signal handlers have been called.  Requires a change to shiboken
    to generate calls to the getWrapperForQObject function.
    
    Change-Id: I4ed548af114bf7176e8e8255a3ea70549c35d74c
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit aeccd2a05bba8c94a3a338370f16af1d545e8abd
Author: John Ehresman <jpe@wingware.com>
Date:   Thu Dec 20 11:57:15 2012 -0500

    Invalidate metaObject wrapper before deletion
    
    Change-Id: I95d3f8dd4a8473849ca19b5c8d5d59dee4c42991
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit 6df4b307c5aec758ad954ab8717f5e85b44e2ae5
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Sep 11 10:32:04 2012 -0300

    Fix reference leak on convertion from a C++ map type to Python dict.
    
    Patch by Dennis Victorovich.
    
    Change-Id: I050da20f6c0bef2f568aefcc81a9a159a412be24
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit 5f72daadde1b99305d3e28da0952958581439414
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 28 17:30:14 2012 -0300

    Change the order of pysitetest and signals directories because signals/disconnect_test.py depends on pysidetest module.
    
    Change-Id: I31e9fa50cd36979b4843c8c12e3d0680dba2135e
    Reviewed-by: Marcelo Lira <marcelo.lira@openbossa.org>

commit 9fdaf2aad6f5472d42a3b74a4fd22cc63f548f1a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 28 17:14:45 2012 -0300

    Version bump to 1.1.2
    
    Change-Id: If67468b046da795ddf2253779f56b027a138b14e
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit ea6575953822193df672e5fe132f3aa9298e0536
Author: John Ehresman <jpe@wingware.com>
Date:   Wed Jul 18 14:17:49 2012 -0400

    During signal emission don't get return type after callback
    
    The callback can disconnect the slot, causing the C++ object for
    the connection to be deleted. Accessing the return type would then
    read already freed memory.
    
    Change-Id: Ib33fa806978793bcac42167dd45f1e59829a3104
    Reviewed-by: Marcelo Lira <marcelo.lira@openbossa.org>

commit 1cea6192fa32fee29ae64cdc2bda1414e6a443bd
Author: John Ehresman <jpe@wingware.com>
Date:   Mon Jun 18 17:52:22 2012 -0400

    Invalidate invisibleRootItem in clear() method
    
    Fixes PYSIDE-56
    
    Change-Id: If0529a289e6d9613fdd85bd9d37ccf438d4e92ca
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit c00a1f7ffd313d7e0363a1d386d2bd6e7db3feb6
Author: John Cummings <jcummings2@users.sf.net>
Date:   Thu Jun 14 16:10:56 2012 -0500

    Optimize vector to pylist conversion
    
    Incorporate changes from Shiboken change I5f0c93b7
    Note switch to push_back() should allow the template to work
    for both QVector and std::vector.
    Likewise, using size_type should avoid compiler warnings.
    
    Change-Id: I4742aa9030e1bfa2e070f4b6f71d124d3c99749d
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit ee9cda9b0bbe877d303d9838ce0af5623b484abb
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jun 14 15:27:58 2012 -0300

    Add missing unit test.
    
    Change-Id: Ia8442dd910c52a892767a49a339c63fec6fbf3c0
    Reviewed-by: Marcelo Lira <marcelo.lira@openbossa.org>

commit 30062e0944bf1a089d92f341f8a6b58dc6b3ba7f
Author: John Cummings <jcummings2@users.sf.net>
Date:   Fri Jun 1 17:06:28 2012 -0500

    Fixed template name typo
    
    Fixed typo of template names by changing "convertion" to "conversion"
    Fixed all usages of incorrect name
    Note that this change is not backwards compatible if using the
    misspelled names in user code.
    
    Change-Id: Ie34e0ef8cc23362c8efb2d6bf1ec9779d6e4c42b
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit ee95e881929b3b51e535ad9024025cc7ac91d57c
Author: John Cummings <jcummings2@users.sf.net>
Date:   Fri Jun 1 15:29:38 2012 -0500

    Improved QVector to python conversion
    
    Added pyseq_to_cppvector_conversion template that calls
    reserve() with the sequence size to reduce memory reallocations
    Changed QVector conversion to use new the template
    
    Change-Id: I099ab15d5f725499218e2ed081a325246aa5b902
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit a090ae9340b6ef8b135919c69ca377f763e138ad
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri May 4 14:25:31 2012 -0300

    Do not always try to remove bytecode version of the test.
    
    Trying to remove the bytecode file doesn't work if it wasn't created
    in the first place.  This can happen for example under Gentoo, where
    bytecode is disabled while building packages to avoid sandbox
    violations when Python tries to write a bytecode file for an
    already-installed module outside the package build directory.
    
    Change-Id: I4cbd63527479365e6f201d3fc51c576f55830680
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit a9141c494501f627ee111fa717e1a356cfe1fc8b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Apr 20 17:05:54 2012 -0300

    Fix bug 1041 - "QAbstractItemModel has wrong ownership policy for selectionModel()"
    
    Change-Id: I1dbe6d3cd69774dfa18f15d83794396f17b769f0
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit c0c336399c0e30b1d7de52980b48c1ff0043860a
Author: Jason McCampbell (Enthought, Inc) <jmccampbell@enthought.com>
Date:   Thu Mar 15 16:03:46 2012 -0500

    Bug pyside-35: GIL was not acquired in several important places.
    
    Change-Id: I876732f90690d9679537611e9a71e33aa3a4e4e3
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit 6f93c2029e9f076de1be7d8f674b3c99f664d0a1
Author: Alexander Jones <aj@dneg.com>
Date:   Wed Apr 18 21:51:15 2012 +0100

    Add hash-function for QModelIndex and QPersistenModelIndex
    
    Change-Id: I2725e78a1006fbee54894f202997e2e408998551
    Task-number: PYSIDE-41
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit f011ce2cb9e2b93a748874de007232ec88cc8ac1
Author: Juhapekka Piiroinen <juhapekka.piiroinen@gmail.com>
Date:   Mon Mar 5 07:59:41 2012 +0200

    Bug fix for PYSIDE-7
    
    This should resolve the issue in PYSIDE-7 "QDateTime does not support the 6-argument format".
    Added function signature for 6-argument version and a testcase.
    
    Change-Id: I617eefab6a41939c37e2f1bf800857bc2d74b6ee
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit fe8dc36f90fe64590f7f13843a076f8d2d61f378
Author: Juhapekka Piiroinen <juhapekka.piiroinen@gmail.com>
Date:   Tue Mar 6 13:57:16 2012 +0200

    Fix bug PYSIDE-6
    
    This should resolve the issue in PYSIDE-6 "Fix phonon VideoCaptureDevice detection to properly use phonon_ namespace".
    Changed if check in PySideModules.cmake.
    
    Change-Id: Ie30d6858a0fc6073560ec4cd09508504cbeb667d
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit db6f1e3306e626b871d6ed1a971638d106648b51
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Mar 13 14:26:42 2012 -0300

    Fix PySide compilation.
    
    Change-Id: Ie7a30961232526af59cbc21dbf1b58ab9a4e3e7b
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit d30a8672c3db038886273d194f5bcdcb19cc29bd
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 30 15:31:11 2011 -0300

    Version bump to 1.1.1.

commit afc9a7e10b8fd1816b99628de5be3e84032fca03
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 30 15:30:29 2011 -0300

    Version bump to 1.1.0.

commit a8a07b77f8a781764eef62eb05bfeac864368cad
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Dec 22 21:49:08 2011 -0300

    Declares Python types using the new "<custom-type>" tag.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Paulo Alcantara <pcacjr@gmail.com>

commit 98be0df6a55b45538d107421fd557fb77f8ab92b
Author: Paulo Alcantara <pcacjr@gmail.com>
Date:   Wed Dec 21 18:51:34 2011 -0300

    Fix BUG #1060 - "Subclassing of QUiLoader leads to "Internal C++ object
    already deleted" exception"
    
    See http://bugs.pyside.org/show_bug.cgi?id=1060.
    
    Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
    Reviewed-by: Marcelo Lira <marcelo.lira@openbossa.org>

commit b2b14fe9b70cb233b003425328ef1f4d8749c744
Author: Paulo Alcantara <pcacjr@gmail.com>
Date:   Wed Dec 21 14:57:32 2011 -0300

    Fix BUG #1091 - "PixmapFragment and drawPixmapFragments are not bound"
    
    See http://bugs.pyside.org/show_bug.cgi?id=1091.
    
    Also minor coding style fixes in QtGui's typesystem.
    
    Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
    Reviewed-by: Marcelo Lira <marcelo.lira@openbossa.org>

commit 481ba5aa3ef94b417211fd25f07f30575b5afa68
Author: Paulo Alcantara <pcacjr@gmail.com>
Date:   Fri Dec 16 18:10:45 2011 -0300

    Fix BUG #1084 - "Crash (segfault) when writing unicode string on socket"
    
    See http://bugs.pyside.org/show_bug.cgi?id=1084.
    
    Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
    Reviewed-by: Trust me

commit 8ddbd3167bba33820b19de36c2dbac83e9e8f55d
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Dec 15 14:47:39 2011 -0300

    The temporary file used in the test for bug #829 must not be deleted by the test.
    
    This fixes the test in win32 platforms.

commit 65d8f9fcef98f8a80015cc5e0b7526224332e7ec
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Dec 14 14:14:18 2011 -0300

    Fixes the QSettings related QVariant's save/load bug.

commit 7b8d2925dd61e2cb1edc78bd10cdda2e8ef19bf2
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Dec 13 16:58:30 2011 -0200

    Small code style changes.

commit c78b4686a1f98273cf4e730efae32fa7f93ebebd
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Dec 12 19:10:07 2011 -0200

    Add GC support to PySide Property type.
    
    This fixes GC errors when running PySide on a Python debug env.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit e76b2b76f51ab643d6e97842ac3d3adc50b6a851
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Dec 12 20:02:38 2011 -0300

    Added type system entries to the primitive types used by QtOpenGL.

commit 2a634aea05487732fe06c2935dc2893f75af79ed
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Dec 12 17:46:37 2011 -0300

    Updated the custom widget plugin to use the new converters.

commit 7bfbbf3cb784f8e22dde74ebe28ba5e5eda4b7db
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Sun Dec 11 23:13:12 2011 -0300

    No more training wheels. The last occurrences of the old template Converter where removed.
    
    Also related fixes here and there.

commit aec20b21a5cfc678c8bd1e017d2300542edfbce7
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 9 22:02:53 2011 -0300

    Added a type system file for Maemo's QtCore.

commit ebeae9d084fc6093d34408a353f2979a654550cb
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 9 20:01:53 2011 -0300

    Fixes custom code for QtCore's HWND on win32.

commit 31804c2adcf5b6939c8c5e133d3ae1f378e67bc5
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 9 18:48:40 2011 -0300

    Qt::HANDLE is declared only in QtCore, and its specifics depend on the architecture.

commit c31c14cdfb5fa31c8e985fb50e8f4d001b7cd0ed
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 9 18:07:23 2011 -0300

    Fixed QtCore's HWND converter for win32.

commit 879e4bb14d1e17bb34c3793f5e33d7b82563a3f7
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 9 17:50:32 2011 -0300

    Removed the QAbstractVideoBuffer::map method.

commit 6575ac8d39281c1694238fe5341311b27bf24924
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 9 16:02:16 2011 -0300

    Fixed converter for win32's WId type.

commit 1af53541bf90b74c350d83507932fd694a5c0283
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Dec 5 20:02:07 2011 -0200

    Fix compilation of conversion branch against Python3k.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit 2a87b74bfea936691db2eb97a8ab2788277869b6
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Nov 1 18:42:47 2011 -0300

    Replaced TypeResolver by SbkConverter and SpecificConverter.
    
    Also updated QtGui's WId conversion to Python 3.

commit 792504f978441d0a7708ebdaabc4b4baf24fdff4
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Dec 1 17:32:48 2011 -0300

    Removed the remaining occurrences of Shiboken::makeTuple.

commit 7b04273736e46ace2d22b568fa7ed4d23944b067
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Nov 30 17:47:35 2011 -0300

    Fixed code for QUdpSocket.readDatagram method to remove usage of Shiboken::makeTuple.

commit 30118e265dbcc536d8ed783ec3f10d56d9cb47c1
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Nov 30 16:02:59 2011 -0300

    Fixed code for setting QtCore.__version_info__ to not use Shiboken::makeTuple.

commit 770c8bda73f045ee2bd6261c0eca0c64cd12d2db
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Nov 30 16:00:57 2011 -0300

    Fixed custom code for QScriptValueIterator.__next__ function.
    
    It must not use the convenience method Shiboken::makeTuple, for it makes
    use of the old template based converters.

commit 16f4378fed98a1bd1ef0dd6c4616aa4ce8fa016e
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Oct 24 16:47:19 2011 -0300

    Fixes type converter for Win32's HWND.

commit 80c02f16e591d7ebce3a3ea0a5e36e92bd65ba3d
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Oct 21 17:43:31 2011 -0300

    Fixes the test for a QFlag value returned in a QVariant.

commit b643a3f8abe68c82b304df4a6644666dc735941c
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Oct 21 17:36:06 2011 -0300

    Modified PySideQFlags based on Hugo's design.

commit 8145f2a7e26f8af918ed9a769abe1c5f6a4399ee
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Oct 20 18:07:49 2011 -0300

    Added converter for primitive type QModelIndexList.

commit 25638d3f8089874d924b631a2e0a8a873e415f61
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Oct 17 14:31:33 2011 -0300

    Fixes conversion rule for QGraphicsView::drawItems array argument.

commit 3318a40ab1337e79979ff58814cae5f030db9e75
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Sep 21 11:07:00 2011 -0300

    Some method signatures were removed.
    
    They were removed because used pointers to primitive types without
    proper user defined handling. Future assessment must be done to tell if
    removal is enough, or other changes are needed.

commit ba062e1b89ddee4bb1a4ed28225b2da98d1004b5
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Sep 16 19:52:40 2011 -0300

    Updated various function removals and modifications.

commit 3ee5bec24438deb08a45a62559e35528f0f4105c
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Aug 31 14:49:57 2011 -0300

    New containers for container types.

commit ae0f62ed80506e744e7c7b9df69cbc0430ed920b
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Aug 12 17:52:04 2011 -0300

    New converters for primitive types.

commit 64bec138e1f23659a5004b25b8e15d666e576f85
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Aug 4 14:18:41 2011 -0300

    Added new style conversions for QDate, QTime and QDateTime objects.

commit 1105a5be3a2dc947c1a3106fa5a308090a0a3aec
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Jul 25 13:39:28 2011 -0300

    Added default constructor to QTextStreamManipulator.

commit 815fae961ff866d3c8e31d7c3401c535085a19f2
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Sun Jul 17 23:26:02 2011 -0300

    Turned QStyleOptionViewItem into value type, for it has a public copy constructor.
    
    It is passed around by value in many places, like the return value of
    QAbstractItemView::viewOptions(). I did the same to the variations:
    QStyleOptionViewItemV2, QStyleOptionViewItemV3, etc.

commit 8c1fbc37515715936a90c858352fb9c3d301b1f8
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Aug 4 19:46:25 2011 -0300

    Signature of various added and modified functions modified to use non-const references.
    
    The API Extractor signature normalizer removes const& from argument
    types, but it leaves non-const references unchanged.

commit ad8992e9e06735265745decebbf6f2406d37e74d
Author: Paulo Alcantara <pcacjr@gmail.com>
Date:   Fri Dec 9 17:27:46 2011 +0000

    pysidesignal: more trivial fixes
    
    Fix typos and coding style.
    
    Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
    Reviewed-by: Marcelo Lira <marcelo.lira@openbossa.org>

commit 41f1c3037231330b48a60f9d3bec62265bcd436b
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 9 16:02:47 2011 -0300

    Makes test for QtCore's bug #1063 compliant with Python 3.

commit 720a6f4cadae3e0267749391648ace6ad3357125
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Dec 9 15:02:46 2011 -0200

    Don't double decref variable causing an assertion error on debug builds.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit 48669462d03e2646c659271686cf054777fcbb66
Author: Paulo Alcantara <pcacjr@gmail.com>
Date:   Thu Dec 8 18:33:54 2011 +0000

    pysidesignal: don't use C's cast
    
    Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
    Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed-by: Hugo Parente Lima <hugo.pl@gmail.com>

commit 66f4ccbe5d1c08886948a67a2dde54e24d81469f
Author: Paulo Alcantara <pcacjr@gmail.com>
Date:   Thu Dec 8 17:41:27 2011 +0000

    pysidesignal: trivial fixes
    
    Fix typos and coding style
    
    Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
    Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed-by: Hugo Parente Lima <hugo.pl@gmail.com>

commit 508e59c0910752d6d745a659e792ce91401875b7
Author: Paulo Alcantara <pcacjr@gmail.com>
Date:   Thu Dec 8 16:11:31 2011 +0000

    Fix BUG #1063
    
    Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
    Reviewed-by: Willer Moreira <willer.moreira@openbossa.org>
    Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org>

commit 93bb5d777e6db0ba8d2b216832bf4211476c581e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Dec 9 11:21:38 2011 -0200

    Fix bug 1083 - "winId returns a PyCObject making it impossible to compare two winIds"

commit e3814f27dd3975b5be5a2f328353fe7d144ce23b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Dec 6 19:53:07 2011 -0200

    Replace private.py file by an inject code.

commit 2f70b1047116fa262b30562f325dfaefff3daa0d
Author: Paulo Alcantara <pcacjr@gmail.com>
Date:   Mon Dec 5 15:10:48 2011 -0300

    Fix BUG #1077 - "Application exit crash when call QSyntaxHighlighter.document()"
    
    Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit e2524f6abb6c00695edce5be26a7d6fc7b71c5fe
Author: Paulo Alcantara <pcacjr@gmail.com>
Date:   Thu Dec 1 13:32:18 2011 -0300

    Fix BUG #1034 - "Error compiling PySide with Python 3.2.2 32bit on Windows"
    
    Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 4985f114a30d5ce0de2a5402d3f2be3d97a93dc4
Author: Paulo Alcantara <pcacjr@gmail.com>
Date:   Tue Nov 29 17:20:00 2011 -0300

    Fix BUG #1069 - "QtCore.QDataStream silently fails on writing Python string"
    
    Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
    Reviewer: Willer Moreira <willer.moreira@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 791f70629cd7ce7bad0a864ff59129822f4c66d7
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Tue Nov 29 11:00:41 2011 -0300

    Bumping to revision 1.0.9

commit 8160e529e2d41351fb191e29b999f32c7807b1e8
Author: Paulo Alcantara <pcacjr@gmail.com>
Date:   Fri Nov 25 15:28:03 2011 -0300

    Fix BUG #1048
    
    Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
    Reviewer: Willer Moreira <willer.moreira@openbossa.org>
              Hugo Parente Lima <hugo.lima@openbossa.org>

commit 45ad11e5be972579f492c142ea3caf79e9bf96fd
Author: Paulo Alcantara <pcacjr@gmail.com>
Date:   Wed Nov 23 14:34:54 2011 -0300

    Fix BUG #1058 - "Strange code in PySide/QtUiTools/glue/plugins.h"
    
    Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Bruno Araújo <bruno.araujo@openbossa.org>

commit e031567fac78e630de5655118097b3f87819e79f
Author: Paulo Alcantara <pcacjr@gmail.com>
Date:   Wed Nov 23 14:08:42 2011 -0300

    Fix BUG #1052
    
    Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit e29d2e460bd228ec73f25ebaa870d125d5fb9db4
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Nov 3 16:08:12 2011 -0300

    Fix PYSIDE_LIBRARY in CMake export.
    
    Was hardcoded with Cygwin library name format.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>

commit fbf3a8b07a1ea4cee1c094148a7f530e1cc1269c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Nov 1 17:29:43 2011 -0200

    Remove unused code in bug 844 unit test.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit dde75099f284a1c44773501fde77dc17d445028d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Nov 1 17:29:01 2011 -0200

    Fix bug 1029 - "qmlRegisterType Fails to Increase the Ref Count"

commit 64ffc4f61b874e461c559495ece6f963ce5153ee
Author: Paulo Alcantara <paulo.alcantara@openbossa.org>
Date:   Mon Oct 31 13:38:19 2011 -0300

    Fix BUG #1031
    
    Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 50bf9a570bebf4856645a086fcfbb11d2e3ae778
Author: Jerzy Kozera <jerzy.kozera@gmail.com>
Date:   Thu Oct 20 21:25:39 2011 +0200

    Fixed compilation error for gcc versions < 4
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit b30e998e659d8e3a0d84fec1b7f2bd3cb0ac55b4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Oct 31 16:29:09 2011 -0200

    Fix phonon unit test when there are device aliases reported by phonon.

commit c230fad4271e04875191c226d3fdd612529ca263
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Oct 31 16:16:14 2011 -0200

    Strip the text received from message handler.
    
    This was needed because now qWarning, etc, are using stream operators
    for security reasons, and those operators add spaces at end.

commit 6fe19dbb88ef590704854f64517d4240ca1206c0
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Oct 31 15:12:00 2011 -0200

    Fix bug 1012 - "FTBFS with hardening flags enabled"
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 8060e3ee872166393a267cbddbdd229b8f608cbb
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Oct 28 18:11:10 2011 -0200

    Fix bug 1036 - "Qt.KeyboardModifiers always evaluates to zero"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit b50186e9f3e7bed94707707870e0d9faec828454
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Oct 14 14:00:18 2011 -0300

    Creates QFlags types at runtime.

commit 4ba7cd90d6799400cd3abf8741c0327835e3bdb6
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Oct 28 16:46:19 2011 -0200

    Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash"

commit f57d4d4dbc212bb13a28f10932197fc0548c842f
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Oct 27 15:01:19 2011 -0200

    Fix bug 1011 - "PySide cygwin patch"
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 5c076e1c5304fc31f981f9a4e80ce5a6602bbb9c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 26 20:20:22 2011 -0200

    Reduce the memory used by PySideMetaFunction instances.

commit 67d6455fa52921d631001e7938aa7b9fa40b45aa
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 26 20:17:56 2011 -0200

    Unify the code used to do QObject meta calls.

commit 15ceed791f8dda4aa1256e67c11f8a748ce4b7b0
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 26 18:28:51 2011 -0200

    Fix bug 1016 - "Calling of Q_INVOKABLE method returning not QVariant is impossible..."

commit f55d088d4449f0a4b77ab428442a344790fbecd2
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 26 16:23:28 2011 -0200

    Optimize PySide::getMetaDataFromQObject function avoiding some str copies.

commit 07d08797000e52ce2d6e74f9b8a576e14abf1cbd
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 26 14:37:28 2011 -0200

    Fix code style and add license headers.

commit 2e1ff21938a1513e95d9d7c6bcfdba79b3ee74cd
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Oct 20 15:46:22 2011 -0200

    Fix unit test of bug 829.

commit 0971ac7c4ff368e0f003a772b9701666c9ac17b0
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Oct 20 11:39:51 2011 -0200

    Version bump to 1.0.8.

commit 0e8b50c9b0bf48f068e35586830e2f98a56890d4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 19 16:59:36 2011 -0200

    Fix bug 1019 - "Overriding QWidget.show or QWidget.hide do not work"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit b7f593d99e2c02ddf8bde439df43b98c3d1caa0b
Author: Paulo Alcantara <paulo.alcantara@openbossa.org>
Date:   Wed Oct 19 16:30:36 2011 -0300

    Fix bug 1022 - "RuntimeError: maximum recursion depth exceeded while getting the str of an object"
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>
    
    Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>

commit 6acb5f9bc77d583f2d9a1fcd896ace193019b4fb
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Oct 17 17:45:03 2011 -0200

    Only removes actions bounded to PyObjects on QMenu::clear.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 9f05c7dad5e245b7687905ac21fa29a33c6d291c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 5 14:15:31 2011 -0300

    Initial update typesystem for support Qt 4.8 (beta).
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 6c47624e9276061a3b003adea844b5ce12d85486
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Oct 18 15:07:54 2011 -0300

    Fix getTypeName check order.
    
    Was segfaulting for signals with None as an explicit
    argument (returning NULL to a strdup).
    
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit 2683577b7a4fd8bbf61911d50a39bf0301cb12b9
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Oct 13 16:18:16 2011 -0300

    Fixes win32's HWND converter.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit ed94eda7981e1fa9a3f1ba29c8eda19a010ba3f6
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Oct 10 15:01:38 2011 -0300

    Use sbkpython.h instead of Python.h to avoid problems with Python2.5.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 620b46650ac150b17707aba54512a2fd06fde14c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Oct 10 15:01:03 2011 -0300

    Avoid using uninitialized variable.

commit 7202e2b8df7c499712229dd42a73a6b508fb10a0
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Oct 7 19:16:14 2011 -0300

    Fix qglbuffer test on Python3.

commit 1cefc091180ec4cf44e68e2a776ae1b4bc6d189b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Oct 7 15:03:53 2011 -0300

    Fixed unittest to work with python3.

commit b841afdb5c09ab431110b34ee463b95d64557731
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Oct 7 11:23:35 2011 -0300

    Change String::convertible to String::isConvertible.

commit 401651e26c9b86b555893eeb656fe9001803eaae
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Oct 7 15:03:53 2011 -0300

    Fixed unittest to work with python3.

commit 66d96ef4b63065c120e6acb3656ee5b7a69487be
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 18:18:49 2011 -0300

    Updated Cmake files.

commit c33a78cdd4ce584eb8eb6aa03d7c93c54b8b5982
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 15:06:29 2011 -0300

    Slplited python compat file for python 2.x and 3.x

commit 18383549d634d6cb8c52b620426bd8f0543774bc
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 11:43:55 2011 -0300

    Updated __init__.py file to works with python 2.x and 3.x

commit 6869a49bc389166b307b56efa3a2677325c86247
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 11:43:05 2011 -0300

    Updated pyside and signals tests to works with python 2.x and 3.x

commit 1874425448ef3331041e5510d7abf8c2ee9ab2c4
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 11:42:28 2011 -0300

    Updated phonon modue to works with python 2.x and 3.x

commit de291d1d0f7ae4c048bd44b09cd5b32f58f1acf7
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 11:41:57 2011 -0300

    Updated QtWebKit modue to works with python 2.x and 3.x

commit e90255bf7e8fc340cc184cabb65402ca7acf3d4e
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 11:41:23 2011 -0300

    Updated QtUiTools modue to works with python 2.x and 3.x

commit 676b2b579d1f9ebd4300a93fed740f1543154157
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 11:40:54 2011 -0300

    Updated QtSql modue to works with python 2.x and 3.x

commit f6c818b21d8aa6905e5c4fc5d5c218159ee4ba7b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 11:40:26 2011 -0300

    Updated QtOpenGL modue to works with python 2.x and 3.x

commit 66a0bbf578ee5f57cb711b284d98dae8c09aa148
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 11:39:47 2011 -0300

    Updated QtNetwork modue to works with python 2.x and 3.x

commit 1f1fbfbfa8149412f336f86e2a5bff0602a56dd5
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 11:39:08 2011 -0300

    Updated QtScript modue to works with python 2.x and 3.x

commit d9dd3192326d6d36a4123ba3cebfe5d196476fe5
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 11:38:31 2011 -0300

    Updated QtGui modue to works with python 2.x and 3.x

commit edaefbce481634b2f9d5a6e28c2e73db7f958602
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 11:36:24 2011 -0300

    Updated QtCore modue to works with python 2.x and 3.x

commit 75843bf45a494c37168ff2ee5672490ca1dee9cf
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Oct 6 11:33:59 2011 -0300

    Updated QtDeclarative modue to works with python 2.x and 3.x

commit 1e29ab65924166688e352eaaa099ad571a980c4f
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Oct 3 18:49:42 2011 -0300

    Initia QtCore port to python3.

commit a2cb6fe0254a122f0ad9d2ee991d9a249903ee12
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Oct 3 18:48:23 2011 -0300

    Created pyside QFlags compat class.

commit 2e69baa4f5e211d171d243a538f7c587e31b4efa
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Sep 19 16:04:17 2011 -0300

    Fixed compilation with python3.

commit 009aef9f1ba14570c7febc80a9ad21ba2113bc33
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Sep 21 16:59:51 2011 -0300

    Fixes argument and return type of a couple of QtDeclarative methods.
    
    The methods are:
    
    * QDeclarativeEngine::importPlugin(QString,QString,QString*)
    * QDeclarativeExpression::evaluate(bool*)
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 9e8916e111c14e48a1abfd80eb756428943c4f78
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Sep 21 16:58:09 2011 -0300

    Fixes argument and return type for method "QScriptString::toArrayIndex(bool*)const".

commit b94ad1e4de5ce5cbded0b93b5cd3fb01389b2d71
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Sep 21 11:10:23 2011 -0300

    QHostAddress::setAddress(quint8*) signature was removed.

commit 2cec2a118634321c010b4727b219fe7088aa12ec
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Sep 21 11:34:29 2011 -0300

    Version bumped.

commit 6f777cd2271cf23407f330f7695abe081b9bf15b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Sep 20 18:30:58 2011 -0300

    Created unit test for layout policy.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 2db3d80e6cbb7d158ce5ab46e9793d28ed9e66dd
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Sep 20 18:28:29 2011 -0300

    Fixed layout policy.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit f367f0ada3ba2ff8a43470a3972173cf15b40f44
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Sep 19 16:02:35 2011 -0300

    Created unit test for bug #1006.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 3a0b98ef4b495bb8eb0a8aa82f6f79bfdfad6c49
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Sep 19 16:01:42 2011 -0300

    Fix QLayout.itemAt and QGridLayout.itemAtPosition return policy.
    
    Fixes bug #1006.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit d86765e535f7b55caa231d90737194bad86cf50d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Sep 13 17:44:17 2011 -0300

    Unit test for bug 995 - "QDeclarativeView.itemAt returns faulty reference. (leading to SEGFAULT)"

commit 846759b324b147ce29f6390f110b0c136258df07
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Sep 9 15:22:08 2011 -0300

    Created unit test for bug #1002.
    
    Reviewer: Hugo Parente <hugo.lima@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit e92b60162069ba177d755dc045cd6233440dca2a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Sep 9 15:20:32 2011 -0300

    Fixed QWidget.window() return policy.
    
    Fixes bug #1002
    
    Reviewer: Hugo Parente <hugo.lima@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit cf61c805887823f290e52e55fe06d15844ac82aa
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Sep 8 14:32:32 2011 -0300

    Created unit test for bug #997.
    
    Reviewer: Hugo Parente <hugo.lima@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit a92a006fd9d6c3256071e75c3bc13ec3a7a83586
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Sep 7 12:51:45 2011 -0300

    Avoid register property twice during the object instaciation.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Lauro Neto <lauro.neto@openbossa.org>

commit f16a241b13fa09e5243c6fd88b02fc76d3f39e48
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Sep 7 11:47:16 2011 -0300

    Fixed segfault during the connection fail.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Lauro Neto <lauro.neto@openbossa.org>

commit f7b0dca2cb79d9926e7fbd74f39fca8d4d3751bb
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Sep 6 11:06:26 2011 -0300

    Create unit test for bug #998.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Lauro Neto <lauro.neto@openbossa.org>

commit bfcc30ab86727b65c0ab89118e35a45a1e683470
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Sep 6 11:04:18 2011 -0300

    Fixed problems in function that return None, and was not verified.
    
    Some functions with inject code didnot verify the result value before
    convert to Shiboken types.
    
    Fixes bug #998.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Lauro Neto <lauro.neto@openbossa.org>

commit d29d9ad5ac54d19aa456d5d8b189766162733445
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Aug 31 15:00:55 2011 -0300

    Changed QStringList from container to primitive type.
    
    QStringList inherits from QList<QString>, and it isn't a reusable
    container itself, such as QList.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit b55ea7fd5ebf58cb6d141c0091f7d47ef761a2ad
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Sep 1 17:33:20 2011 -0300

    Fix bug 981 - "QSettings docs should empathize the behavior changes of value() on different platforms"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit e9de49255b6b4a1749b729a02e9fe643c66a042f
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Sep 1 14:26:33 2011 -0300

    Fix QAbstractFileEngine read and readLine methods to accept data with null bytes.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 8e43e10f4e901851069be5557ec0f3dad72dc954
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Sep 1 11:38:14 2011 -0300

    Fix other QIODevice read functions stopping at null bytes.

commit 7ee30db078e15913c0a50016deb33113f06aa5dd
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Sep 1 14:09:54 2011 -0300

    Add extra test on QByteArray explicit conversion
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit 9afe76796d365978ee4be04e195cc5ec43758868
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Aug 31 17:43:45 2011 -0300

    Fix bug 944 - "QIODevice.readData must use qmemcpy instead of qstrncpy"
    
    Reviewer:  Luciano Wolf <luciano.wolf@openbossa.org>
               Marcelo Lira <marcelo.lira@openbossa.org>

commit 08d202e824ffc6221bd426084ac169324808e9da
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Aug 31 15:24:40 2011 -0300

    Fix bug 966 - "QX11Info.display() missing"

commit 700a4cf95ca3723062dc6affc89a2bd6a5b66dee
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Aug 31 16:58:39 2011 -0300

    Created unit test for QColor reduce function.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 2487a080624a74a0db9dc068174d23453d18c114
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Aug 31 16:57:28 2011 -0300

    Fixed QColor reduce function.
    
    Fixes bug #989.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 57b291fe66dde855ad2d6782eef6034ec914d6c1
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Aug 31 11:31:03 2011 -0300

    Unit test for bug 967, a side effect of bug 988.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 6e6e7f528d59b27349ba1fd33f27d743592f8959
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 30 18:14:42 2011 -0300

    Created test for bug #979.

commit a7e4ddb8cae99fc17ab5e15a0a32c019c3f3a494
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 30 16:02:43 2011 -0300

    Fix bug 988 - "The type supplied with currentChanged signal in QTabWidget has changed in 1.0.6"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit f5f9c23c5f98ac3ce3afd4bf2de03259dff66553
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 30 15:53:36 2011 -0300

    Optimize my dumb code that do stuff with a QByteArray without knowing if will use it.

commit 49ad2f9c1de0c8877f72a92ffab47d2895a48839
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 30 11:19:20 2011 -0300

    Created unit test for repr function.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 1c4ebcbe8a79c7b5c9a9db8164493926009831db
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 29 15:02:27 2011 -0300

    Fixed gcc warning during QDate conversion compilation.

commit 24838672f0b8256a4fddcb04cf30d7a4d53b7d52
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 26 19:12:52 2011 -0300

    Created unit test for bug #987.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Luciano Wolf <luciano.wolf@openbossa.org>

commit d0decf40df7ec0f9474a2237fb0fd4809c43589f
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 26 19:11:54 2011 -0300

    Fail during the signal connection or disconnection raises exception.
    
    Fixes bug #987.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Luciano Wolf <luciano.wolf@openbossa.org>

commit b6068afc3eb822fea7846b294e56412a16d8da56
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 26 18:42:26 2011 -0300

    Fixed SignalManager bug during anonymous signal connection.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Luciano Wolf <luciano.wolf@openbossa.org>

commit e59a9f833f4cb1a891bd84bf87f11c1538496bef
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Aug 25 19:41:19 2011 -0300

    Added missing primitive types on QtCore type system.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 5eda2f136589c9e28fa9c16c55370627f54af73e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Aug 25 19:27:48 2011 -0300

    Fix white space.

commit 01bd258e107ca3ef58e1b1dd9d9bc62f2b602c59
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 26 16:03:08 2011 -0300

    Created unit test for bug #973.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Luciano Wolf <luciano.wolf@openbossa.org>

commit b3e839c1f8cc0f2181ccafb4aebd9dd1a153eb8a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 26 15:49:38 2011 -0300

    Removed debug messages from the test.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Luciano Wolf <luciano.wolf@openbossa.org>

commit e9b959ed8ef5bab7840220675c327f6b0ffc3204
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 26 15:39:29 2011 -0300

    Implemented inject code for function QWebPage.qt_metacall.
    
    This inject code is necessary due a workaround on C++ class QWebPage.
    Check de C++ doc for more information:
    
    http://doc.qt.nokia.com/4.7-snapshot/qwebpage.html#shouldInterruptJavaScript
    
    Fixes bug #973.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Luciano Wolf <luciano.wolf@openbossa.org>

commit d5b645d3ab8faa5aa5887e7fecf370f7ef322bba
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 26 15:38:23 2011 -0300

    Created utility function to call a python method usign args received in
    qt_metacall.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Luciano Wolf <luciano.wolf@openbossa.org>

commit 65d4cf2be4bf6071b03c9ae34368d9cffda597e5
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Aug 25 17:29:01 2011 -0300

    Fix complation warning relative to PyDateTime_IMPORT.

commit 6e9b7ffd5971d56101a304e3bd9e0a4205637aaf
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Aug 24 17:24:21 2011 -0300

    Created unit test for QMenu, QMenuBar, QToolBar clear function.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Luciano Wolf <luciano.wolf@openbossa.org>

commit 138d8c42681a0fd2a73d8ac94aae375af21e6892
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Aug 24 17:22:56 2011 -0300

    Fixed QMenu, QMenuBar, QToolBar clear function.
    
    During the clear function all QActions need be destroyed.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Luciano Wolf <luciano.wolf@openbossa.org>

commit f5a1baac2f018bf75023c9ec98c06b885ac3c1ff
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Aug 24 17:21:32 2011 -0300

    Fixex return policy on QNetworkAccessManager.createRequest.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Luciano Wolf <luciano.wolf@openbossa.org>

commit 34d424f89da117188a8994a78e042e3141808ea6
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Aug 24 14:57:24 2011 -0300

    Register QVariantMap on TypeManager.
    
    fixes bug #959.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Luciano Wolf <luciano.wolf@openbossa.org>

commit 544414cc0372d0f50c621f3785d43ba3a8c2cf04
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Aug 24 10:34:45 2011 -0300

    Created unit test for bug #959.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Luciano Wolf <luciano.wolf@openbossa.org>

commit c31c7c60da668bc690dd0fde3659f64c7d5c5b9c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 23 14:27:15 2011 -0300

    Implement support to pyside debug mode on documentation generator.
    
    Reviewed by: Hugo Parente <hugo.lima@openbossa.org>
                 Lauro Moura <lauro.neto@openbossa.org>

commit 8492b69d3302dcf9bbe25fbd7f4ae2654fbbafae
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 23 10:21:38 2011 -0300

    Fixed build for Qt 4.6.

commit 84b0364b5da72196a8356d1c4e0cfcb3b55beb8a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 22 18:13:45 2011 -0300

    Dependency version update.

commit 3da60153c00c693454fe80f1b3420b872becc4dd
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 22 14:32:58 2011 -0300

    Created unit test for __reduce__ of empty QColor.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 4fdc15ef7f11956e4f0bf34fce60f8aa0252eace
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 22 14:32:27 2011 -0300

    Fix QColor __reduce__ function.
    
    Fixes bug #983.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 74e10eef63b7ce30e5b31f1d47f1c4454e488120
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 19 16:37:38 2011 -0300

    Created unitest for bug #972.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 88acbd47dbc745f4d80b884022f27b899050680c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 19 16:28:51 2011 -0300

    Fix QGraphicsProxyWidget.setWidget return policy.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 14c00d33257d571af96fa98ca786a8d12cbbb766
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Aug 19 16:19:43 2011 -0300

    Fix QSettings code snippet.

commit 7b2c4242ad1d86bcc2da43a8482dbd39b3ac988e
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Aug 18 17:51:13 2011 -0300

    Implemented GlobalReceiverV2.
    
    A new implementation of GlobalRecever that optmize the signal
    connection.
    
    Fixes bug #928.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit d00af325c696acc390dd3565be82cd22b3b94658
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Aug 18 18:36:49 2011 -0300

    Do not generate QTest::qt_snprintf function.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit bb68848f4aa21e3599ae93c0119c58d642231339
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Aug 18 17:32:33 2011 -0300

    Fixed conversion rules for QWebPage.javaScriptPrompt method.

commit 69d0627af36e882301900fbcab4cbfe43c7ab2c0
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Aug 18 14:34:21 2011 -0300

    Updated QtNetwork's type system.

commit 8dd72c2630bba9e18248764c554080dc06fdee5f
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Aug 18 14:32:53 2011 -0300

    Updated QtDeclarative's type system.

commit 2a26f3560784cc2c939224cf75a49b2a16d91724
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Aug 11 13:06:41 2011 -0300

    Updated QtWebKit's type system.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit d2e18937621e7327e341357eb674683c341e93e3
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Aug 11 13:05:36 2011 -0300

    Updated QtXmlPattern's type system.

commit 00f51edd5b4d68aa8dcbf15ade14a96d680a574f
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Aug 11 08:20:40 2011 -0300

    Updated QtGui's type system.

commit 9f00c676825c9affbb563cf3aa71f84e030ccf11
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Aug 10 21:06:41 2011 -0300

    Updated QtCore's type system.

commit f0ea617acb86d81d3ce9b2ec5f5dc8aba2e299a5
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 16 16:12:14 2011 -0300

    Fix bug 964 - "QAbstractItemView.moveCursor() method is missing"
    
    Reviewer: Marcelo Lira <marcelol.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 48015c2bdc6f602abd7800098e1749fb946cf05a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 16 14:50:42 2011 -0300

    Fix bug 950 - "implement Q_INVOKABLE"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 3c7e551a993662623b16fca1c7add077b9ecdd19
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 16 13:47:42 2011 -0300

    Fixed QColor.__reduce__ function.
    
    Fixes bug #960.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 8e1c2702f62e3bbb946879249c610f7181036f5a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 16 11:48:50 2011 -0300

    Created unit test for QColor.__repr__ and QColor.__str__ functions.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit a17bf4130564d074023235bd5b99f95f86f79702
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 16 11:47:29 2011 -0300

    Implemented QColor.__repr__ and QColor.__str__ functions.
    
    Fixes bug #961.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit e3502d00fc5c8a9641641de8e8b5bafe7ea51fe4
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 15 17:56:53 2011 -0300

    Created unit test for bug #958.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 00bd60cfdac4c488b897fa7a0b55da625054a10c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 15 17:54:08 2011 -0300

    Remove obscure code from QUiLoader inject code.
    
    Fixes bug #958.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 247116d3200dd0244ba15e5d7c044bb519a24f08
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 15 17:52:43 2011 -0300

    Removed return policy from QUiLoader.load return object.
    
    This policy have already applied on glue code.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 44c67274f0ad3474ae373aab63012e46dac70114
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 12 16:41:14 2011 -0300

    Created unit test for bug #965.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit bbf66078ea911cbacca69550da15fa21a000e3ab
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Aug 12 16:56:39 2011 -0300

    Fix bug 953 - "Segfault when QObject is garbage collected after QTimer.singeShot"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit b633bd4c2e575ff6101f2ae9ae39e192bad7fcb4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Aug 10 18:00:58 2011 -0300

    Deprecated functions marked as deprecated.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit a87d1142102d5bde730dd1186838227a9e003fc8
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Aug 11 15:18:52 2011 -0300

    Created unit test for bug #951.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 7942a9053d0dc0ebb7bc359b574fb97529985989
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Aug 11 13:58:04 2011 -0300

    Updated qmlRegisterType to register.
    
    qmlRegisterType uses QDeclarativeItem in template args, when the class is derived from QDeclarativeItem, otherwise uses QObject.
    
    Fixes bug #951.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit d44123b26e0e81c78a66b25513b44c580e306641
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Aug 10 15:14:38 2011 -0300

    Fix links on rel bar.

commit 8270b38ecf10f33d48cf32551f1b3106ff5fdc1b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Aug 10 15:14:05 2011 -0300

    Bump version to 1.0.6.

commit b6a0810e706d5bd0e91d048023e62febf163166b
Author: Didier Raboud <odyx@debian.org>
Date:   Mon Aug 8 13:31:19 2011 +0200

    Update pysidedocs theme to rely more on sphinx's base theme:
    
    - Drop files that are redundant with sphinx.
    - Add _templates/layout.html to add the needed customisation.
    - Update theme.conf to ensure theme inheritance.
    - Update pysidedocs.css to fit the theme with sphinx's basic theme.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 5e08e864e7378b87b18bf885a73ac5f4d0cac93a
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Aug 9 15:28:06 2011 -0300

    Added test for signal with typedef
    
    Reviewer: Renato Filho <renato.filho@openbossa.org>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit 44e1d257ec00d03a1dd4feeb4a0b8f2f2739df84
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Aug 9 13:40:38 2011 -0300

    Removing uneeded file

commit 57894b73b7c1764a28d290a5cc4a98942b49f3c4
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Aug 8 17:06:28 2011 -0300

    Fix plugin test
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>

commit a8e05ed6fe93de2480b82961036353421a7677af
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Aug 8 15:20:24 2011 -0300

    Add test for qml plugin.
    
    Simple test. No asserts. If broken should segfault

commit 9a78c19fb889534d96a437c86e9f2c72291b592b
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Aug 8 14:23:47 2011 -0300

    Fixes in QtWebkit
    
    Needed to make example from [1] work. Example will be added
    to pyside-examples.
    
    [1] http://blog.qtlabs.org.br/2011/05/30/transformando-o-qml-no-proximo-flash/

commit 40938ef3664b941fdae81d6e86a5af2ab67f2671
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Aug 8 14:36:40 2011 -0300

    Fixes Bug #944: Segfault on QIcon(None).pixmap()
    
    http://bugs.pyside.org/show_bug.cgi?id=944
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit a713e377bbc0cdbceb3b90b32037a6f28c68c0e1
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Aug 3 20:16:20 2011 -0300

    DynamicMetaObject optimizations.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit fae2dfd9b1bc948b72b4a34469a6e0e08e12a30f
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Aug 3 16:19:51 2011 -0300

    Moved AutoArrayPointer from libpyside to libshiboken.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit d129ca02f607068ded1ed6d073c20b56a3e9a276
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 2 15:51:45 2011 -0300

    Don't color links black.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 8a81e8da2114bdf5903def6ecdb5679c80e7534e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 2 15:51:21 2011 -0300

    Better looking module listing page.

commit 6c8ad3b83f0694e2b5b2ad7df34e793a69966682
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 2 15:50:39 2011 -0300

    Translate QHistoryState code snippet to Python.

commit d7710810050f10b23364ad0507596140b975082f
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Jul 29 19:19:44 2011 -0300

    Cosmetic changes on docs.

commit 609f6bc8898f0df4f789e834e2f2e5c97be9866d
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Aug 1 13:42:42 2011 -0300

    Created template code for added QObject's trUtf8 methods.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 151111bde2fcf7ab182495da16b3799fa2edf123
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Aug 1 13:12:49 2011 -0300

    Replaced hard coded variables by type system variables in QtCore and QtGui.

commit 8d8c4cf308c6e066a4e625ff2a05c11e7b9fba0b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jul 28 16:37:12 2011 -0300

    Fix bug 923 - "Make QScriptValue (or QScriptValueIterator) implement the Python iterator protocol"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit d912655b5a00f44dc26be4ec6821c5e0aed1ab3c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Jul 29 10:35:21 2011 -0300

    New CSS style for PySide docs.

commit c4994bc1ab5b207aaac195f84dde974fd6ef2094
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Jul 21 18:14:43 2011 -0300

    Removed the "default-constructor" from some QtCore type entries.
    
    The generator was improved to do a better job figuring out a default
    constructor for types.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 09ef9957191abaf030f006585bb4858958504440
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Jul 25 14:59:13 2011 -0300

    Removed the remaining unnecessary QTextStream::operator>> methods.

commit 035265df107918c4e091bd55246d93df1d9092a1
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Jul 28 17:38:00 2011 -0300

    Fixes the support for QGLShaderProgram's array functions.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 7a5d2e693bdfde21c58b252e6c0c35def1a64e53
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jul 27 19:24:54 2011 -0300

    Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit aa091e00ef71fb309844de900dd9a8248d62af14
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 28 11:15:26 2011 -0300

    Fixed windows compilation.

commit fe4dd9d63f8113d978e4380a9333bbe3ade5d9ec
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Jul 27 18:02:06 2011 -0300

    Created unit test for QScriptValue __repr__ function.

commit d68d90a1445b7ba7f5d86ae133516bb48107b3c3
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Jul 27 17:54:27 2011 -0300

    Implement a more detailed __repr__ function for QScriptValue.
    
    Fixes bug #922.

commit 75bf7f24b8962a58bddaac3a216abd5c78b898c2
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jul 26 15:21:40 2011 -0300

    Implemented 'QGLShaderProgram' array functions support.
    
    Fixes bug #940.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit 3482e2c114c7a9c639ad9ffc6710f1104c2c704c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 25 18:38:39 2011 -0300

    Update bug_931 unit test to check for isinstance.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 7de55917c9992d6594f503a1af8553fbccf054f2
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 25 18:37:22 2011 -0300

    Implemented meta type for PySideSignal.
    
    This allow intercept isinstance function to make valid with any
    SignalInstance object.
    
    Fixes bug #931.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 5922676bb1279d5ba7eeccc85ff55515ddc9c459
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Jul 25 18:56:52 2011 -0300

    Use linked lists instead of lists to speed up a bit.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 9a8531bfd6f2d05feb941aa368e61728471a351e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Jul 22 16:10:29 2011 -0300

    Small optimizations on libpyside.

commit 238222df8e3a2a5f00652ba47361cb6d9d1e0a16
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 22 18:19:47 2011 -0300

    Created unit test for property decorator.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit dffc9a21ead22af64143b6f3d568505b36333f9d
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 22 18:17:47 2011 -0300

    Implemented Property decorator support.
    
    Fixes bug #900.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 6cd17da797977fc014e2828ff1abbf14060bf318
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 22 15:09:08 2011 -0300

    Bumped version to 1.0.5

commit 10269a2c321d14f417bd6eb20e18f4661de2b96d
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 22 15:07:27 2011 -0300

    Updated shiboken version dependency.

commit 3ab2d7b8c333ede505b92ec9293ddd63e190a098
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 22 15:06:54 2011 -0300

    Fix typo on function modification signature.

commit 51dad59dc7a6c9b2f571a3529361df1cd25fdbf6
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 22 10:22:05 2011 -0300

    Use realloc functions on MetaObject functions.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit ec45601aa14400b3d3e13f3f326e57d534da6ad2
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 21 17:57:17 2011 -0300

    Implemented DynamicMetaObject optiomizations.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 9dd8f98e736dc70ae4f1a78f13ee643a63aa2e47
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 21 17:52:28 2011 -0300

    Update unit test for static metaobjet to work with new optimizations
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit a0566f992848f36311f48295c2d8d006802c9b35
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 21 17:49:08 2011 -0300

    Update QMetaObject test to test optimization changes.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 7eae54e157f3b10dc1ce00da1a3253b92a18c4be
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 21 17:46:40 2011 -0300

    Update unit test for max signals.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 81f264913e25fde7f539a4f40b664040c5baca76
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 21 17:44:57 2011 -0300

    Fixed unit test for bug_847 mandelbug.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit f10f4f70d4ffe21ace185db5da4ce4ab0fba9b34
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jul 21 19:10:46 2011 -0300

    Fix bug 938 - "QTemporaryFile JPEG problem"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 5902ca2e66913a374cbfde629b97807e4e2b4bc4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jul 21 17:12:49 2011 -0300

    Fix bug 937 - "missing pid method in QProcess"

commit 0b6bafdd447f56c9910a41f039f9ed1431af04ee
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jul 21 16:25:22 2011 -0300

    Fix bug 934 - "A __getitem__ of QByteArray behaves strange"

commit 673a7d1bccdaa522b8b8d9aee48cb6d0c0c5a342
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jul 21 16:00:44 2011 -0300

    Fix bug 890 - "Add signal connection example for valueChanged(int) on QSpinBox to the docs"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 5d05c840bf9635be129804be584243cb005cfe06
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Jul 21 14:35:01 2011 -0300

    Moved test for bug #921 from QtCore's directory to QtGui's.
    
    Because it imports QtGui module.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit e3539a09a8c6fdcea1ad3029c8f85f81e303e6ff
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jul 20 17:48:15 2011 -0300

    Fix bug 821 - "Mapping interface for QPixmapCache"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit ef45b5a924b921628c1bc3fd7fce18c994430208
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Jul 19 15:58:20 2011 -0300

    Fixes bug #910 - installEventFilter() increments reference count on target object.
    
    http://bugs.pyside.org/show_bug.cgi?id=910
    
    Also added/fixed unit tests.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit cab3b37b788cef6fdd999bedbe0ced93c9151ae4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jul 20 17:47:15 2011 -0300

    Add a comma.

commit b166a72ccf8b7b9c6bc93ee0977892a556148f6e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jul 20 15:45:25 2011 -0300

    Fix bug 916 - "Missing info about when is possible to use keyword arguments in docs [was: QListWidgetItem's constructor ignores text parameter]"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit e37426c8c4a1f041c2f4b9c0f560751aa4b9a924
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jul 20 10:41:31 2011 -0300

    Fix bug 926 - "qmlRegisterType does not work with QObject"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 8ec69343969dd1ef767d9c8d38ce49d4280e5d4c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jul 19 11:30:12 2011 -0300

    Fix memory leak on GlobalReceiver.

commit 6f872f484c587461f6203440560a665bdf76c3d8
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 18 18:02:03 2011 -0300

    Created unit test for bug #931.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 304a2658408e81e8bfb4c37a9e1996907f5ab94f
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 18 15:18:06 2011 -0300

    Renamed PySide.Signal instance class to PySide.SignalInstance.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit e6f0d69532fffb19befde41ab6155ca87a0390a0
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 15 19:01:22 2011 -0300

    Created unit test for bug #921.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 420cc076b36bea4c956db744aae986b67e702ce9
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 15 19:00:33 2011 -0300

    Disconnect signals during the class destroy.
    
    Fix bug #921.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit f16324eb57fe8e079a921f6fea916dfdeef7e084
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Jul 18 16:08:33 2011 -0300

    Update copyright year of license boiler plate.

commit 17e3d0da85c7dc98ab5ff4b69b7a839ab16627ef
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Jul 15 17:47:45 2011 -0300

    Fix bug 924 - "Allow QScriptValue to be accessed via []"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 48a1b539a4c0ca08cda976fa1f68f4fd02f18dd5
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jul 14 18:50:51 2011 -0300

    Fix bug 920 - "Cannot use same slot for two signals"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 116a691516c329eb7a0dec31a134e9b58de6b9d8
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 14 15:24:32 2011 -0300

    Created unit test for bug #919.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit d4760309b7cd4c30596db3935a4904ba87299282
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 14 15:23:47 2011 -0300

    Fix argument name on QStyle functions, and modify default value.
    
    Fixes bug #919.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit d454f8a12ce1b651615fbea0103b12b229d58c55
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 14 10:43:43 2011 -0300

    Created unit test for bug #915.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 6848e692ce8fbbbf089ee40edec138179ebd37df
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 14 10:28:54 2011 -0300

    Fixed QGraphicsView.scene return policy.
    
    Fixes bug #915.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit c22e33a6c890bf850a045e2c67f43f126634695d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jul 14 15:59:43 2011 -0300

    Fix bug 929 - "pkg-config files do not know about Python version tags"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit e9f082e83cb4f78f44a53089a08a71ab9d19f797
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jul 12 18:38:53 2011 -0300

    Created unit test for bug #927.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit f62ba98e886475c7936140fae1e5fba1676947a2
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jul 12 18:36:06 2011 -0300

    Fixed QThreadPool globalInstance ownership rules.
    
    Fixed QThreadPool start, tryStart ownership rules.
    
    Fixes bug #927.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit 9ef344629ad058ff946fd789355acdd6f2b8a68c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jul 12 11:50:55 2011 -0300

    Removed polymorphic-id-expression from  QDeclarativeItem.
    
    Fixes bug #925.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 794104582e2e8655d2e0f6564185a9ccc312fb62
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 11 18:56:57 2011 -0300

    Created unit test for bug #899.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit dc5ef0b998fefddf873304b54b13c34d874e0740
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 11 18:55:54 2011 -0300

    Increment reference for functions used on QtCore.Property.
    
    Fix bug #899.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit ae0e33ff72bc8ff4394370edcbb6d608b01a5d7f
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 11 18:57:14 2011 -0300

    Fixed enum test.

commit c7385c45c4a7437fcd343bfb736b39c201bfdd6c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 11 14:04:42 2011 -0300

    Created unit test for bug #886.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit b731b70fb22df04029cd2b86497125b0cacb60f1
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Jul 6 20:02:56 2011 -0300

    Created unit test for duplicated signals.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit 09810443bf705bd02c6838c49eda2f9fdd1dcb71
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Jul 6 20:01:25 2011 -0300

    Fixed PySide signal object constructor.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit fa59041a976fc4e57651b63f273d63f30f4fd161
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Jul 6 19:59:21 2011 -0300

    Created unit test for bug #896.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit f2cecb5697bbc725432315a1e9c54b2904c3b1e2
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Jul 6 15:39:48 2011 -0300

    Implemented staticMetaObject property for QObjects.

commit f3d69f65d18b641aeeedfbbfe8a0e16d2a75d9fe
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Jul 4 18:29:46 2011 -0300

    Fix bug 913 - "Widgets inside QTabWidget are not exported as members of the containing widget"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 7d364bde656cd6246c1c2a533813762089679857
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jul 5 12:02:15 2011 -0300

    Translate Shiboken enums to strings during the signal connection.
    
    Fixes bug #903.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 0b5d8a1dec2a8af437b20395edbe7d6b3aea413e
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 4 10:43:09 2011 -0300

    Created unit test for bug #909.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit f43d92fab4c1ea8818b6886e65427e1e355a249b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 4 10:37:37 2011 -0300

    Fix QUiLoader::load function ownership rules.
    
    fixes bug #909.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit d82b8dbd8d01e0c52491c8b801675acc9bc7a6c9
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 4 10:33:15 2011 -0300

    Fixed QMainWindow ownership control.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit da39716cc95ca03f20c32928709b092a1989ce26
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Jun 29 18:13:24 2011 -0300

    Fixes bug #899 - http://bugs.pyside.org/show_bug.cgi?id=899
    
    Added unit test.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araujo <renato.filho@openbossa.org>

commit b6f38556bd8cfcc61c537701a61cde56b4f704cf
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jun 28 19:28:09 2011 -0300

    Created unittest for bug #407.

commit 7eb5694e17cbbf8c167ad3b483b4c7d6c89a5650
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jun 28 11:40:33 2011 -0300

    Created unit test for bug #897.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit b385e0c3edd0d9e99665cebbd8ee37055594d838
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jun 28 11:39:04 2011 -0300

    Fixed propagation of properties for user-defined types.
    
    Fixes bug #897.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 0d0981309edf7cf067d7485e89a2ce3993389604
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jun 22 16:00:44 2011 -0300

    Fixed test case, when the destroyed() signal is emitted all C++ objects are just QObject because their up destructors were already called.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 1783db758c1c8ed89b380133964e06526ae90e4d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jun 22 11:49:36 2011 -0300

    Remove reference leak on global receiver.

commit c0a4142c42591b6299d7bafecc7628ffcc33f842
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Jun 22 10:44:39 2011 -0300

    Bumped version to 1.0.4.

commit db796e14d0184bdebc1efaf2bc6c85d1c592d494
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jun 20 15:23:04 2011 -0300

    Created test for QObject.inherits.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit ebaf95ca1aba9febe62cb98cd40fc9e710c45b12
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jun 20 15:20:44 2011 -0300

    Removed glue code for QObject.inherits function.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit f549793a5ca68bc6cc213506df0b2ac3fc541413
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jun 16 19:27:00 2011 -0300

    Fixed QWidget.parentWidget return policy.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit a208d34edee970a655557969de4e2be3bfccf423
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jun 16 17:00:27 2011 -0300

    Fill qApp is any QApplication is active during the QtGui moude import.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit af2972255d9977541b6cd40521ea9a387f24b452
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Jun 15 16:12:26 2011 -0300

    Updated PySide type systems to use the new type system variables: %ISCONVERTIBLE and %CHECKTYPE.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araujo <renato.filho@openbossa.org>

commit df30f375124a1faea6a960e6adcd0d90fba08615
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jun 14 18:44:56 2011 -0300

    Fix bug 879 - "QDoubleSpinBox: Can't call the parent validate() method from a subclass"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 590abafc54206e458066f5632accda94e37f5edf
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Jun 10 18:35:31 2011 -0300

    Fix bug 822 - "Can't use QApplication without X"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit b66f8a789a55d07ad9fec0d9c40893ecf3952157
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Jun 9 10:59:24 2011 -0300

    Added an unit test for bug #871.
    
    http://bugs.pyside.org/show_bug.cgi?id=871
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 90be65711973543630aae0ce7437f12fefbafcd9
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Jun 9 15:14:59 2011 -0300

    Fixed default return value for "QStyleOptionViewItem QAbstractItemView::viewOptions() const".
    
    Wrong code would be generated if compiling avoiding the "protected hack".

commit 23445c7feeb83cec5caec1a24c9df441d9cfc1e5
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jun 8 20:01:40 2011 -0300

    Fix bug 877 - "Fatal Python error on application quit."
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>

commit c1f78498e6eb5d5f9e097c7b32f1002aea257aec
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jun 8 16:28:16 2011 -0300

    Fix bug 870 - "QStylePainter.drawControl doesn't draw anything"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 23d1e497d87ee9ba4b6aff96f65e67e91cc73705
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jun 7 11:07:06 2011 -0300

    Implemented support to MSG type on windows.

commit 3e88ef1c54f54e9aca8c82b2519a4525a11c1fc1
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jun 6 18:14:40 2011 -0300

    Removed unnecessary functions from QByteArray.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 97da5d1574e89adbbb3bcda32210c3588419c502
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jun 7 17:04:14 2011 -0300

    Fix bug 869 - "QDateTimeEdit initial time problem"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 6f46c1fab5b8ed3311048db54625375adb8e9383
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jun 7 15:25:07 2011 -0300

    Fix bug 424 - "QDockWidget.setTitleBarWidget does not accept 0"

commit 0589d438b3edb252309900f6b88de866c0d971c6
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Jun 6 18:54:12 2011 -0300

    Show perm links only when the mouse hover on title.

commit 85a3a7fb31986893a8c1829ee13b608b0cddba0d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Jun 6 18:52:16 2011 -0300

    Update javascript files used in sphinx generated documentation.

commit 902b1ec786063a14c8fc362d7aa099b7c5123e4f
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jun 3 15:34:09 2011 -0300

    Created unit test for bug #860.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit 3595badad674572714ad89f60d39b454729c8d35
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jun 3 11:32:47 2011 -0300

    Fixed signal connection with native c++ slot.
    
    Fixes bug #860.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit e3df0766c3d104900cdf2128551240e5d0352f49
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jun 2 17:19:09 2011 -0300

    Fix bug 827 - "Anchor sign for headers to copy links for sections"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 928fa00609e9e2be428bd7386c62b8c601b4173a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jun 2 16:23:21 2011 -0300

    Fix bug 631 - "QSocketNotifier: Accept file-like object (with .fileno() method) in constructor"

commit 542adc0452cfec99948b07e51e9701740ea38fba
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jun 2 15:49:18 2011 -0300

    Avoid warnings about redefined constants.

commit 596f8347e29957111edd3d1a6606a5887294887c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jun 2 15:35:24 2011 -0300

    Unit test for bug862 - "Problems when printing objects"

commit 801efd40f37e8450f9d0e71fadf039a5bd7fe91a
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Jun 1 14:46:02 2011 -0300

    Removed the rejection of QAbstractFileEngine.beginEntryList.
    
    Added an unit test.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit f957a6f42d2abf5b33bf2bd9b525731c313cc668
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue May 31 12:29:52 2011 -0300

    Moved internalPointer methods code injection into a code template.

commit c0d6e44accb302ab31694a4efa0c18c13fc997dd
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jun 2 13:54:33 2011 -0300

    Updated example to handle with Python warnings.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit f1c7c786943e66e45a632491192a8b4a40da45e3
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jun 1 15:40:48 2011 -0300

    Port all buffer related code to the new Shiboken buffer interface.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 7109418dbeac85be5513fa2a6e974576219e7582
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 31 15:45:44 2011 -0300

    Created unit test for QObject.eventFilter function.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 20f8953cb48ac03536e8101a4cfc061a31337b62
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 31 15:45:28 2011 -0300

    Fixed problems with eventFilter function destruction order.
    
    The object passed to eventFilter function will keep a reference
    to the listener object, this will ensure the destruction order.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 3800537912667b9291623baf96a0504f5de73f3b
Author: renato araujo <renato@renatoPC.indt.org>
Date:   Mon May 30 16:25:38 2011 -0300

    Created ClassInfo documentation.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
                  Hugo Parente <hugo.lima@openbossa.org>

commit cbf60dce5415891bf856112950672de7b0e4a827
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 25 17:52:17 2011 -0300

    Updated generatorrunner dependency version.

commit 2c2398db4fc249eb656739732f4a18b5f22fc81c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon May 30 14:44:09 2011 -0300

    Minor change in a doc code snippet.

commit 0c8a5401d92416a8a526b26e5e429df0abc1f5fe
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 24 11:41:16 2011 -0300

    Fix memory leak on QEasingCuverFunctor.

commit ed7b92d5d718ee1aa0ff7d65fd4944e67e32da29
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 23 11:43:24 2011 -0300

    Check if the same python object arrive on destroyed signal.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 77559ac63945da93f7e90c2910232c6eb2629487
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 23 11:39:17 2011 -0300

    Created DestroyListener class.
    
    This class is used to keep the Python object live until the signal destroyed emission.
    
    With this is possible to use the QObject on destruction signal.
    
    Fixes bug #505.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit d9c43275a09fc68146a210a9da281a9491d62980
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 23 11:28:57 2011 -0300

    Fixed reference leek on global receiver callback call.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 306395a65ffd72987dcbe50a1b5c29bc45b7ab2a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu May 19 18:16:32 2011 -0300

    Created unit test for ClassInfo class.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit e13ce9212afb46f86e11f78fee98a1d1e1b1557e
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu May 19 18:12:52 2011 -0300

    Implemented PySide::ClassInfo Object.
    
    This class reproduce the Qt macro Q_CLASSINFO behavior.
    
    Eg.:
        @QtCore.ClassInfo(author='PySide', url='http://www.pyside.org')
    
    fixes bug #705.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 5805ea4e01c463e5eae029a51978bdb1b910aad4
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu May 19 18:12:00 2011 -0300

    Create checkType for libpyside objects.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 6e8f2a6d61970160ffa17ea839eb51a7f2f23900
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu May 19 18:10:58 2011 -0300

    Fix indentation.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit e93b79399ae54f7cfb67ca73cdb92ea0f91d8a22
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu May 19 13:23:46 2011 -0300

    Added the missing QPixmapCache.Key class to the type system.
    
    Unit tests for QPixmapCache were also added.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 5e778d0f1b39993fa3eb5976c950caf6e5f4eb85
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 18 15:32:11 2011 -0300

    Create unit test for function QEasingCuver.setCustomType.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit cceea0af845bd17149ff01a6d01c6c9b1453e230
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 18 15:29:12 2011 -0300

    Implemented support to QEasingCurve.setCustomType.
    
    fixes bug #725.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 923d007ab947b5e20ee0dbabb94564372649367f
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 18 15:27:41 2011 -0300

    Create PySideWeakRef class.
    
    With this class you can use a c function as a callback on PyObject destruction.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 21b5e6f05a02c834835dac846e9919aa75aad06b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed May 18 17:25:07 2011 -0300

    Remove ugly gray background on documentation see-also links.

commit 7888982223aa338f63ec0c389d0cd787bdfa617c
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Wed May 18 11:47:18 2011 -0300

    Update test for python 2.5
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>

commit 68157d645e5eb886ec7b3b47979fdf681322e3ac
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue May 17 19:55:05 2011 -0300

    Fix bug 803 - "QWebElementCollection.operator[] is not implemented"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit b3f5de99994ae93dd548da3d5fbc74c8a9cd3a9a
Author: Paulo Alcantara <paulo.alcantara@openbossa.org>
Date:   Mon May 9 14:37:38 2011 -0300

    Fix typo
    
    Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>

commit 8e221bfb9731589a4a4d4712745252e50b0a97c6
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 17 17:36:04 2011 -0300

    Implemented convertion from Python types for QDate, QTime, QDateTime.
    
    Fixes bug #680
    
    Reviewer: pcacjr <pcacjr@gmail.com>
              Hugo Parente <hugo.lima@openbossa.org>

commit 952f9f0bda958afa36421c6af828f55f643a3deb
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue May 17 16:34:08 2011 -0300

    Fix bug 686 - "Request to make Q[Mutex|Read|Write]Locker context managers"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit c27dceaaab0d35aa0227157d6901ab96faf78e93
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue May 17 16:33:43 2011 -0300

    White spaces removal...

commit 85a5641368287e366b27aff2027f8cbf2163fcd0
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue May 17 15:46:03 2011 -0300

    Unit test for bug 634, based on code from Marcus Lindblom.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 0f1b57dc941544e1b5cee7b90d175aa46bb2fdde
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri May 13 18:44:44 2011 -0300

    Created unit test for bug #854.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit ddae00b6c429604c3f2459f022e30ca883b9275f
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri May 13 14:02:21 2011 -0300

    Fixed kee-reference rule.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit 48f8b3865de03dd96bcae7b24c4c5ca16dca5831
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon May 16 15:04:25 2011 -0300

    Fix bug 857 - "64bit Windows build broken"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.filho@openbossa.org>

commit b926ac5defe8f198d397344337ebadd09e278dde
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Apr 5 17:52:26 2011 -0300

    Added tests for bug #716 - QPersistentModelIndex isn't convertible to QModelIndex
    
    The main test (exactly the same as reported) was added to QtGui tests,
    but also extended QAbstractItemModel test with a case that is the
    essence of the problem.
    
    http://bugs.pyside.org/show_bug.cgi?id=716
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit c057f74ce3c72d8a4d4a4f2a5357a5d3b7625fb2
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Apr 13 16:08:27 2011 -0300

    QPersistentModelIndex has its "operator const QModelIndex&() const" method back.

commit ad023b3cb5b2bcb1598983bccba0a49c56b9d58e
Author: Paulo Alcantara <paulo.alcantara@openbossa.org>
Date:   Tue May 10 16:31:42 2011 -0300

    Create unit tests for bug #606
    
    Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 6545eb21f52545f2319d853a827a1122dfbac6cf
Author: Paulo Alcantara <paulo.alcantara@openbossa.org>
Date:   Tue May 10 15:36:03 2011 -0300

    Fix bug #606
    
    Add toTuple() function to these all classes:
        - QPoint/QPointF/QSize/QSizeF/QVector2D/QVector3D/QVector4D
        - QLine/QLineF/QColor
    
    Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 23a1c436e393c6b414a1022b270dc3edeedec78c
Author: Paulo Alcantara <paulo.alcantara@openbossa.org>
Date:   Mon May 9 18:25:33 2011 -0300

    Add template to toTuple() functions
    
    Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>

commit 82335c46141201269abadf3fc05943c122ffb59e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu May 12 19:05:44 2011 -0300

    Always use the local Qt headers + global.h.in cleanup.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit c1f05a0624b1fae87f091c4c4d302ce38df4ba5a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu May 12 19:04:22 2011 -0300

    Only add Qt4.6 classes when using Qt4.6 on QtTest and QtGui.

commit 2c83593868edc665c22f7453e8c6becc4e5d8a87
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu May 12 19:01:47 2011 -0300

    Correctly set SUPPORTED_QT_VERSION variable to the current Qt version.

commit f592efca989138d4bf25fedd60f3e4483c4722c4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu May 12 19:00:44 2011 -0300

    Add since attribute for classes and enums added on Qt4.6 and Qt4.7.

commit 93ea992d35224a28a70c3c189366b5c4c8ed85fc
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu May 12 18:59:48 2011 -0300

    Fix QGraphicsItem compilation on Qt4.5.

commit eca2d3cd6daaaa88b783efd33dc36c7df1cf73bd
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu May 12 18:58:59 2011 -0300

    Fix QColor wrapper compilation on Qt4.5.

commit 5f80e31958a7d950317f967ad56e9dbc996fa9e3
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu May 12 18:56:53 2011 -0300

    Be compatible with Qt4.5, i.e. no QScopedPointer.

commit c8f5fa07fea810e448982f7ebac50533e457aa9c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue May 10 18:41:49 2011 -0300

    Remove typesystem verbosity after fix of bug 417.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit c85ce954582eba5761e895641e4e5dbf6dd8f4cc
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue May 10 18:11:55 2011 -0300

    Use add-function on QCoreApplication and QApplication constructors.
    
    This was needed after a fix in the shiboken generator regarding the
    tp_init initialization.

commit 5825092e76917eb9b23769fa7e7a635601534968
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 10 16:48:48 2011 -0300

    Created unit test for bug #312.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit ad58b05c54c3f9d2646d8440c098d98931304f8e
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 10 16:42:32 2011 -0300

    Uses QMetaObject revision 3.
    
    This allow to register signal and slot in any order.
    
    Fixes bug #312
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 143ae88746d80f39140d915b44b8049c201b2775
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 9 19:50:10 2011 -0300

    Created test for mew pythonic functions on QTransform class.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 9de9075f4ffd79989a7bdbcee905f2f3bbfe964f
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 9 19:49:25 2011 -0300

    Create pythonic functions for QTransform class.
    
    fixes bug #615.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit cc9b6766a26bb9843c957346faa8d63ff9ffaaf7
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue May 10 10:20:30 2011 -0300

    Fix assert in bug 722 unit test.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 42ae5c406f3fa3062923dd71d34aa109902b75e4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri May 6 15:10:42 2011 -0300

    Remove the restriction of detecing QtOpenGL module just when the gl.h header was found.
    
    This is needed to be able to compile the QtOpenGL module on Linux when using OpenGL-ES
    backend. On the other hand OpenGL-ES support isn't yet supported under MS Windows but I
    don't think that this should be a problem at all.

commit 03312ecc18395035374ceadb4211edcffffb2c53
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 9 15:58:25 2011 -0300

    Avoid run PyObjectWrapper operators without python interpreter.
    
    Fixes bug #829.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit ae67df9d8b833e5ccad75cd1de2565503e38262a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri May 6 19:03:03 2011 -0300

    Created unit test for bug #847.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 595133f9c858002a32c489ff6a045a076516e57b
Author: Paulo Alcantara <paulo.alcantara@openbossa.org>
Date:   Thu May 5 17:31:45 2011 -0300

    Create unit test for bug #835
    
    Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 81d71072792d832b13d4ce7d7574afe8930b7269
Author: Paulo Alcantara <paulo.alcantara@openbossa.org>
Date:   Thu May 5 16:50:01 2011 -0300

    Fix bug #835 - "pyside breaks descriptor protocol"
    
    Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit f05552fc86dc205ca7589a6183872e2e7abfb162
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu May 5 16:46:58 2011 -0300

    Fix path of pysideqmlregistertype.cpp.

commit 442bcd9d54b64e89f290e5f983f4fdcc5dac3381
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu May 5 14:43:28 2011 -0300

    Fix bug 825 - "Can't register a class using that uses metaclasses in QML using qmlRegisterType"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 8cb9b6d1973e9a1500399c2a2cab151d557c38d7
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu May 5 14:23:06 2011 -0300

    Updated snippets code to use QFileSystemModel instead of deprecated class QDirModel.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 7542b1c7265d7d686d38bad3256bbd5bb2040c7a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu May 5 14:17:22 2011 -0300

    Moved unit test of bug 834 from QtCore to QtGui, as it tests QtGui classes.

commit adf13f83e978a1ef07f0052847d6e02bd1215c43
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 4 17:24:14 2011 -0300

    Created unit test for bug #820.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit f65c15ec955cc4c114142c4f022f2a2e537669e0
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 4 17:23:37 2011 -0300

    Fixed signal name parser.
    
    Fixes bug #820.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 18924d8ce0a269d771b8075d5c48ce6f40fe0234
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 4 13:19:22 2011 -0300

    Created unit test for QSysInfo class.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 7e2fd5d14bd98c886db05767d7ce0b17cc45b300
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 4 14:12:27 2011 -0300

    Fixed QSysInfo.Endian enum detection on MacOs.
    
    Fixes bug #809.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit ba6726449fe30636389955f00ee74dda07b0b2ea
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 3 18:09:46 2011 -0300

    Created unit test fo QMacStyle class.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 8e8e8b044b69029fb2d1a346cf9707f4d7e3fa9e
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 3 18:09:17 2011 -0300

    Included QMacStyle class check.
    Included QMacStyle header on global include.
    
    Fixes bug #840
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit a445a69facd5a01697f6c696eccaf660968e077e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue May 3 19:10:01 2011 -0300

    Fix bug 786 -  "There's no __eq__ for all classes inherited from ObjectDescription<T> due to an Apiextractor bug."
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 4b5a6f760f3f2f9e4bc97cba8c080bb58c204353
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 3 16:18:50 2011 -0300

    Fixed some typos on unit test for bug #841

commit 1d3063a8231ea2e44a946ac8dcb76faff8cb8e9e
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 3 16:09:40 2011 -0300

    Created unit test for bug #785.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit c1f1b62957e498e39d5309670700e5cab9b3e0e1
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 3 16:08:44 2011 -0300

    Put back missing functions for class QItemSelection.
    
    fixes bug #785.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit fd2abb11f59740340532bb51ee17bc3c7138a4ac
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue May 3 16:37:07 2011 -0300

    Fix bug 797 - "error on ui file load"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 71cd11a1c3b746b55c31bb818598f26a454992a4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue May 3 15:03:44 2011 -0300

    Fix bug 844 - "Crash in QGraphicsItem::toGraphicsObject when printing obj reference"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit d03ba5bb656c8b1a40dbbec5a2197f1f78cf6e30
Author: Paulo Alcantara <paulo.alcantara@openbossa.org>
Date:   Fri Apr 29 14:29:11 2011 -0300

    Create unit test for bug #834
    
    Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit bc3a572c5af8d16b75e55e5c7c6f683c96b61482
Author: Paulo Alcantara <paulo.alcantara@openbossa.org>
Date:   Thu Apr 28 16:51:12 2011 -0300

    Fix bug #834 - "Segfault on childEvent"
    
    The fix was basically setting the owner attribute to a correct value.
    
    Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 2ef1ba00c7d00b6277f8ab96e5d02c4f085abbc4
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 3 12:21:54 2011 -0300

    Create manually dir for tests.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 2b69cc925f009b38a73495f82e74ac6992cf11d8
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 3 12:21:10 2011 -0300

    Fixed QStandardItem::clone and QStandardItemModel::setItemPrototype ownership rules.
    
    Fixes bug #841.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit e50456ec721ccf909333d4a79aeed81707cd37ec
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 2 19:09:40 2011 -0300

    Updated unit test for bug #617 to new enum repr format.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 81dc2bba105c3e22d811d4b341aa06e2e5bc6a83
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 2 17:59:16 2011 -0300

    Created unit test for bug #826.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 46986a6d0d5f092f8eef9e81c3af285880d31969
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Apr 29 19:15:49 2011 -0300

    Created unit test for bug #839.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 56d3f53bef9ea9131e73f0ac02aac3db727cebe6
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Apr 29 19:15:08 2011 -0300

    Implemented QTestTouch functions.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 2b455b5acdf24079e80bf2ebb12574f552395326
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Apr 28 17:59:49 2011 -0300

    Bump version and updated dependency version required.

commit 42d7f881d5d06b30365e03176b610412925d6431
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Apr 28 15:59:55 2011 -0300

    Fixed bug 728 to use the correct arguments on function call.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit cecd566782a01e41464ac2f6273f63fd78b57b8b
Author: Paulo Alcantara <paulo.alcantara@openbossa.org>
Date:   Mon Apr 25 15:52:04 2011 -0300

    Create unit test for QIPv6Address
    
    Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
    
    Reviewer: Renato Araujo <renato.araujo@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 5a80d6418bf2cbe5bb14819db5d022d52bec0d75
Author: Paulo Alcantara <paulo.alcantara@openbossa.org>
Date:   Mon Apr 25 15:46:19 2011 -0300

    Fix bug #788 - "QIPv6Address.__getitem__ is missing."
    
    Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
    
    Reviewer: Renato Araujo <renato.araujo@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 8d6761b93d82f59b8a75af59043eecbbf16ec9c6
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Apr 28 14:50:25 2011 -0300

    Fixed QFileDialog functions which used QString as pointer to return values
    
    Fixes bug #819
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit b2ddb6c1cd46f6e56962fd64731aaa6a85a36855
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Apr 28 11:20:32 2011 -0300

    Fixed QKeyEvent polymorphic-id-expression to support QEvent::ShortcutOverride.
    
    Applyed patch from Evan Patterson <epatters@enthought.com>
    Fixes bug #833
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 17a4a02354482045a0a8c1f3ec65c058d4b265ef
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Apr 28 16:33:25 2011 -0300

    Fix documentation bug 853 - "Provide constants for Qt and PySide version"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 4fd1c23ae3b631188aebbf73251d04c18c42f274
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Apr 26 16:28:22 2011 -0300

    Update inheritance diagram sphinx extension.
    
    Better handling missing classes.
    
    Reviewer: Renato Araujo <renato.filho@openbossa.org>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit 8eb96fc200e2ecebdd0945475c10c458c308ef2a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 27 15:03:43 2011 -0300

    Created unit test for bug 829.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 26e45be10730d10f9d04b1c6548ac545106ce643
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 27 15:02:38 2011 -0300

    Implemented stream operator for PyObjectWrapper.
    
    Fixes bug #829.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit ea4968f5f31efba2df21514ae08beb1bef29031c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 27 15:02:10 2011 -0300

    Fixed QVariant conversion for dictionary.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 3bb2bf375e52006c4880aff88f20344f5ccf1f87
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Apr 27 17:51:52 2011 -0300

    Fix bug 836 - "Pyside crashes with more than four base classes"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit c4225d063d7e78c6a761004745ccda4cf5188860
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Apr 27 10:04:26 2011 -0300

    Fix bug 766 - "Constructor "QImage(const char* const xpm[])" missing"
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit adac79f08bff1e299eb61a2341383350602b4505
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Apr 26 17:58:45 2011 -0300

    Fix bugs 776 and 777
    Bug 776 - "Operator "QPolygon::operator<<(QPoint)" missing"
    Bug 777 - "Operator "QPolygon::operator<<(QVector<QPoint>)" missing"

commit 74dc26aa7180f7df26c5b975d7cd6a0443d04d78
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Apr 26 15:19:33 2011 -0300

    Fix test on windows.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 862e1a14b2848edd6ce62d00a6547150d95bea5d
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Apr 26 15:13:24 2011 -0300

    Created unit test for bug #778.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 4bfd1759d48c828e3d21d1e7a9636a6ad87f4c92
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Apr 26 15:06:40 2011 -0300

    Implemented support to iterator on QTreeWidgetItemIterator.
    
    Fixes bug #778.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 50e6f9690b338a9990eff566c4e49f156e275294
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 25 15:56:01 2011 -0300

    Created unit test to QKeySequence convertion to QVariant.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 5d3285e41d53de399da93ecebcef04b3dc3616ee
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 25 15:54:00 2011 -0300

    Fixed QKeySequence convertion to QVariant.
    
    Fixes bug #775.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 94571574b496bbf7b6658b4dc0aae60386a612fa
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 25 15:08:50 2011 -0300

    Created unit test for QKeySequence.operator[].
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit f94046f4a2e52bea8f96337b6af7cdc373ff3a63
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 25 15:08:10 2011 -0300

    Implemented support to QKeySequence.operator[].
    
    Fixes bug #774.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 9dd46ce92f2eccd25140d0bc911bae1b96a3f4cb
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Apr 25 15:09:21 2011 -0300

    Fix bugs 771, 772, 779, 780, 781, 782, 783 and 784
    Bug 771 - "Constructor "QStandardItem(const QStandardItem&)" missing"
    Bug 772 - "Method "QPainter::drawConvexPolygon(const QPoint* points, int pointCount)" missing"
    Bug 779 - "Method "QPainter::drawLines(const QLine* lines, int lineCount)" missing"
    Bug 780 - "Method "QPainter::drawLines(const QPoint*, int)" missing"
    Bug 781 - "Method "QPainter::drawPoints(const QPoint*, int)" missing"
    Bug 782 - "Method "QPainter::drawPolygon(const QPointF*, int, Qt::FillRule)" missing"
    Bug 783 - "Method "QPainter::drawPolyline(const QPoint*, int)" missing"
    Bug 784 - "Method "QPainter::drawRects(const QRect*, int)" missing"
    
    Reviewer: Renato Araújo <renato.araujo@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 0f0124e54c22d46fa71722b9eff93ebb34816d4c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Apr 20 16:36:27 2011 -0300

    Fix bug 768 - "Method "QGraphicsItemGroup* QGraphicsScene::createItemGroup(const QList<QGraphicsItem*>& items)" missing"
    Fix bug 769 - "Method "QGraphicsScene::destroyItemGroup(QGraphicsItemGroup* group)" missing"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit d7684d00e3a61c4d457b04521756296dfe56d8a4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Apr 20 15:00:02 2011 -0300

    Fix bug 765 - "Method "QRect QStyle::itemTextRect(const QFontMetrics&,constQRect&,int,bool,const QString&) const" missing"

commit c104fa61ad68ece261cc459e7ac31e0a5ac7e3f9
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Apr 19 18:09:17 2011 -0300

    Fix bug 760 - "Method "void QMatrix::map(int x,int y,int* tx,int* ty)const" missing"
    Fix bug 761 - "Method "void QMatrix::map(qreal x, qreal y, qreal* tx, qreal* ty) const" missing"

commit 6ec7cd56a32680a182849817843ef95145986add
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 25 10:24:57 2011 -0300

    Fix unit test bug_750 and qpicture_test to avoid deadlock in some plataforms.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 9b4a43be493cb38adc5aa3a4b195ab9033ce550e
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 25 10:12:24 2011 -0300

    Implemented test for QWebFrame.metadata function.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 047d42c704cf2bf8aabd61b7d405746506b7e37d
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 25 10:10:37 2011 -0300

    Implemented conversion from QMultiMap to Python dictonary.
    
    Fixes bug #773.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit c9a260df4b5d9b07e398c0dc1a3168371e71ccfb
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 20 18:43:51 2011 -0300

    Created unit test for function QPicture.setData
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit fc47ed069ee60fff932e2b6e06c4f8acd7faa0fb
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 20 18:43:02 2011 -0300

    Implemented necessary convertions rules for function QPicture.setData.
    
    Fixes bug #759
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 0512a3f98f1bc449214b29c307f40bb03a19ae26
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 20 10:35:24 2011 -0300

    Fixed reference leak on PySideSignal for QTimer.SingleShot
    
    Fixes bug #815.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 3bc3257c8ba8b0381cb7765fbd847925e83aec79
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Apr 19 17:09:00 2011 -0300

    Set WA_InputMethodEnabled in test.
    
    If WA_InputMethodMethod is not set, setFocusWidget will fail
    in a ASSERT in a debug-compiled Qt.
    
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit ef05a106c3733a7546dc918eaa9884e1e229f80a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Apr 19 13:39:04 2011 -0300

    Created unit test for bug #811.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 6ad57fe3f465ee4d878425d9147270ee36a75b52
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Apr 19 13:38:01 2011 -0300

    fix QTextBlock.setUserData reference leak.
    
    Fixes bug #811.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 055e5e97b6873228c64c5ab4a84b71ce8a2012c4
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Apr 19 16:37:22 2011 -0300

    Fix bug 814 test.
    
    Using the modelData property name was causing problems
    with a debug-build Qt.
    
    Reviewer: Renato Araujo <renato.araujo@openbossa.org>
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>

commit 26be28d120aba5401e8e4ed0509557070729cb82
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 18 15:00:01 2011 -0300

    Fixed test to avoid problems with float numbers in different archs.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 2b0c31fb027bada0f641a320add7009d0ee61f0a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 18 14:51:16 2011 -0300

    Exported missing enums on phonon.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 98a0d2ba6f3e02c3f3e4aa88e52d0aa9b4273446
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 18 14:50:29 2011 -0300

    Created unit test for ObjectDescription.fromIndex.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit dab522fe31c1fdae817f93d8d3621086e4e959e1
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 18 14:49:33 2011 -0300

    Implemented function ObjectDescription.fromIndex.
    
    Fixes bug #787.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit bba3918943835e941a8eb3beaa89d1d452518c66
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Apr 15 19:26:15 2011 -0300

    Fix round problems on unit test.

commit 82155ceeda127c9d10a0b7ea79c7e63220acac14
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Apr 15 19:21:11 2011 -0300

    Create unit test for bug #757.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 13878d27cd03c73aaf36952636b61ee25e801d33
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Apr 15 17:56:54 2011 -0300

    Fixes Bug #757 - Constructor "QPixmap(const char* const[] xpm)" missing.
    
    http://bugs.pyside.org/show_bug.cgi?id=757
    
    Reviewer: Renato Araujo <renato.filho@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 595c70c32fd98bb8676195d8e847d3c2878c2485
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Apr 15 17:00:07 2011 -0300

    Avoid delete file from source dir.

commit ea5dd4f257f45b41984dd83640c6b7abf57a663d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Apr 14 19:56:12 2011 -0300

    Fix bug 717 - "QByteArray doesn't honor \0 inside strings."
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit e14378b1265d622a3ed82fbfe4e42fd0a4c0f0cd
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Apr 13 16:02:54 2011 -0300

    Fix inject code of QByteArray::fromRawData.
    
    The QByteArray returned must share, nto copy, the string contents.

commit 5d753e281a7f90463de36cc46caf1dd441cd4d62
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Apr 14 13:16:35 2011 -0300

    Fixes bug #755 - Method "void QInputContext::setFocusWidget(QWidget*)" missing
    
    Also added an unit test.
    
    http://bugs.pyside.org/show_bug.cgi?id=755
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 8aa06c9bc910ac727c66cdc841f5c7d7f059577e
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Apr 14 11:20:06 2011 -0300

    Fixes bugs 753 and 754.
    
    Bug #753 - Method "void QTextDocument::undo(QTextCursor*)" missing
    Bug #754 - Method "void QTextDocument::redo(QTextCursor*)" missing
    
    Also added an unit test.

commit accbee8ae8c76f93f97635a3a28fa8d7f1adac84
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Apr 13 19:38:07 2011 -0300

    Fixes bug #741 - Method "qreal QTextLine::cursorToX(int*,Edge) const" missing.
    
    Also added unit tests.
    
    http://bugs.pyside.org/show_bug.cgi?id=741

commit eed7193f32218465381ddb5c0310585006674add
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Apr 13 18:26:00 2011 -0300

    Fixes bug #742 - Method "void QPrinter::getPageMargins(qreal*,qreal*,qreal*,qreal*,Unit) const" missing
    
    Also added unit tests.
    
    http://bugs.pyside.org/show_bug.cgi?id=742

commit 6efe441b766852764c4638f41b5ae556c93a9aa8
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Apr 7 11:29:15 2011 -0300

    Fixed CMakeLists.txt files to prevent static source files of being deleted by "make clean".

commit 45604383c13cd312d4a304fb0400c75e2765c243
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Apr 14 10:00:42 2011 -0300

    The funcition QSplashScreen.repaint was removed because that override the QWidget.repaint.
    
    This will save some genereted code and does not produce any side-effect.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit adf3d712d5c41eec81a69429c12df2c1851b9020
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Apr 14 09:53:12 2011 -0300

    Created unittest for bug #750.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 2dcb2a855ac2a1c84cab355c53edf69926fa3ec5
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Apr 14 09:52:37 2011 -0300

    Put back QPainter.fontInfo.
    
    Fixes bug #750.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 640a428c9bf4f415924a56b4e0054706f57a3b65
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 13 20:55:01 2011 -0300

    Created unit test for bug #743.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 000a3232453a64922eab53ec496c361aed365b49
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 13 20:54:00 2011 -0300

    Implemented support to mapping on QMatrix4x4.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 6f981476023030723bbad15751bb053a5be60c4c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 13 18:28:04 2011 -0300

    Created unit test for bug #740.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 0c5809474bf157d020ebd94aa903b3faccae4a6a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 13 18:27:09 2011 -0300

    Implemented function QBitmap.fromData.
    
    Fixes bug #740
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 2a788ba61801c858a739b0e7947dc5a6589e686d
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 13 15:10:50 2011 -0300

    Created unit test for bug #722.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit fa3bbed001275d7a3aef8120cb4ee58abfe603ca
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 13 15:09:20 2011 -0300

    Use PyFloat as double in signal signatures.
    
    Fix bug #722.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 998084a7fe0fe87ed2ded049b5720819601851d7
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Apr 12 17:05:05 2011 -0300

    Removes the removal of QMatrix4x4 call operators.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 958394f5ec5dc38f12314db07222fb6f598bcd42
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Apr 12 15:54:33 2011 -0300

    Fix code injection of QIODevice to support returning an error.

commit c2c04ddd5107f0743441c9cf77c481254d168aae
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Apr 12 15:53:56 2011 -0300

    Fix bug 723 - "Missing QAbstractFileEngine.read and QAbstractFileEngine.readLine"

commit b1ab2a02604bca8abfb18a2f626643a52c5d4453
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Apr 12 14:35:07 2011 -0300

    Created QtDeclarative.ListProperty documentation.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit b3a3a293635281c0e55ee016e3dab77d465d5bb3
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 11 18:44:57 2011 -0300

    Create unit test for bug #816.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit b2982dccc5079395231450c21d26a2fc27c32940
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 11 18:43:41 2011 -0300

    Fixed QCoreApplication.instance method to handle with application created before PySide module loading.
    
    Fixes bug #816.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 442a0ca932a663251deeefb37428b4d8df70a139
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 11 11:36:29 2011 -0300

    Created unit test for bug #814.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit 99c656e2a5b15d3e655d5fefa53ac43fc492ab2b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Apr 7 15:45:02 2011 -0300

    Updated dependency version.

commit b49109923fe635103006b10a046a51620f21d2c7
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 6 16:06:14 2011 -0300

    Fixed bug #400 link description.

commit de23ffa760d9cba199930760618f99423f5e0bca
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 6 16:05:56 2011 -0300

    Create unitest for bug #688.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit ccf8ddf75b0e5342f8e927b20d3f355456e44099
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 6 16:04:55 2011 -0300

    Implemented support to pyton iterator in QTextFrame::iterator.
    
    Fixes bug #688.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit e3b24c2204fedb0141ddd949e4f556d345780df1
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Apr 6 15:59:01 2011 -0300

    Fix 720 - "QByteArray prints itself wrong, on tp_print and tp_repr"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit c06cec65df9db1b580cb24d43bfc6a5f46b20f17
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Apr 6 19:04:56 2011 -0300

    Fix bug 724 - "Missing QAbstractFileEngine.map method"

commit 6ef7460a47674072b2dd2f8521bea8c84f7153d5
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Apr 6 18:35:49 2011 -0300

    Fix bug 721 - "QFile doesn't support map and unmap functions."

commit 0cb14ebf352b4174be9e60f47574aee432e35a1d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Apr 1 17:08:13 2011 -0300

    Remove unused variables and warnings when using gcc 4.6.

commit fab79738ac6644f065740ac58694d2c58ee3a9f0
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Apr 6 23:02:53 2011 -0300

    Updated type system files to use the new %BEGIN_ALLOW_THREADS and %END_ALLOW_THREADS variables.
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit cf905e46616b46e811925926a231bb8fa6e1ce12
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Apr 6 22:23:36 2011 -0300

    Fixes bugs 746, 747 and 748.
    
    Bug #746 - Method "QFormLayout::getLayoutPosition(QLayout*,int*,QFormLayout::ItemRole*)const" missing
    Bug #747 - Method "QFormLayout::getWidgetPosition(QWidget*,int*,QFormLayout::ItemRole*)const" missing
    Bug #748 - Method "QFormLayout::getItemPosition(int,int*,QFormLayout::ItemRole*)const" missing
    
    Also added unit tests.

commit 77be0fc1a7927022347104162b4bd42f0cbb01a8
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Apr 6 21:25:50 2011 -0300

    Fixes bugs 739 and 752.
    
    Bug #739 - Method "QTransform::map(qreal x, qreal y, qreal* tx, qreal* ty) const" missing
    Bug #752 - Method "void QSplitter::getRange(int index, int* min, int* max) const" missing
    
    Also added unit tests.

commit f1b3580d577a20a3b317dae42583652248141f6a
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Apr 6 21:15:49 2011 -0300

    Do *not* mix tabs and spaces.

commit 8b1f0d192a8295b9aac9bfa876fba5674014b91d
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Apr 6 20:51:04 2011 -0300

    Fixes bugs 744, 745, 756, 758 and 764.
    
    Bug #744 - Method "void QGraphicsLayout::getContentsMargins(qreal*,qreal*,qreal*,qreal*) const" missing
    Bug #745 - Method "void QGraphicsLayoutItem::getContentsMargins(qreal*,qreal*,qreal*,qreal*) const" missing
    Bug #756 - Method "void QWidget::getContentsMargins(int*,int*,int*,int*) const" missing
    Bug #758 - Method "void QTextCursor::selectedTableCells(int*,int*,int*,int*) const" missing
    Bug #764 - Method "void QLayout::getContentsMargins(int*,int*,int*,int*) const" missing
    
    Also added unit tests.

commit 00f0ea88cfd1020ff3765597ca9525eb73a783b2
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Apr 6 19:49:37 2011 -0300

    Merged fix_int*... and fix_qreal*... type system templates.
    
    Also modified the method call to be friendlier with virtual methods.

commit 4b1986f9179293103d14edcefec80571f92db227
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Apr 6 16:01:55 2011 -0300

    Version bump to 1.0.2

commit 21786216f2dff1b7065c1f98f09116fe72c993cc
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 4 18:07:28 2011 -0300

    Create unit test for bug #793.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit 1067faec16032e2f71c72b8415605708a88adb66
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 4 18:06:07 2011 -0300

    Change the order of function call on destructionVisitor to avoid problems with cyclic dependency.
    
    Fixes bug #793.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente <hugo.lima@openbossa.org>

commit 2e1ed4a88122b10bffa35043ff1373e8ec476dcd
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Apr 1 09:20:05 2011 -0300

    Fixes bug #489 - PySide.QtGui.QImage with string buffer argument.
    
    http://bugs.pyside.org/show_bug.cgi?id=489
    
    Also added an unit test.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit cfe00ac969eea7d937a6fa0a0a5752dc70b96963
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Mar 30 18:37:42 2011 -0300

    Fix bug 712 - "QtGui.QFormLayout doesn't have setItem() function"
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit d6afa13b442a77a226b5d35367516966e546cb04
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Mar 29 15:39:13 2011 -0300

    Fix bug 540 - "Duplicate entries in QRegExp docs"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit d981750c467814cfc9ff3ac265cd0f05a48f54c7
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Mar 28 14:51:57 2011 -0300

    Fix doc bug 794 - "QPixmapCache.find example is wrong"

commit a3e1ea3b9735b47178b0e7f97cdc3f1fbd9a66dc
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Mar 25 16:12:36 2011 -0300

    Fix bug 790 - "QStyledItemDelegate Signal with lambda and QModelIndex: Fatal Python error: PyEval_SaveThread: NULL tstate"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit deefa3508703537c318d18e5da2df57ae19a70bd
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Mar 23 13:31:35 2011 -0300

    Fix bug 694 - "QWebPage::extensions need injected overloads due to required casts on C++ version"

commit 61f479b6826f7d88c02c0ab5986e8e2c08be5518
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Mar 23 19:14:42 2011 -0300

    Fix bug 699 - "PySide.QtCore.Property doesn't throw a TypeError if the first arg isn't a PyType."

commit e360a53087975cac53975f00e747991b7eb818af
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Mar 22 18:08:17 2011 -0300

    Fix bug 685 - "The second arg. of QObject.findChildren doesn't have a default value and doesn't support regexes."
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit c1f507f87ad03651e899ad54199fe028b426515d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Mar 22 19:18:59 2011 -0300

    Fix a type in QtGui type system.

commit 16421e85e709c4c326a867e4103d6814be9818af
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Mar 22 16:55:00 2011 -0300

    Use set instead of add on reference-count action attribute.

commit fda4e800cab59b96780951d28b32a477ceccd290
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Mar 22 14:55:38 2011 -0300

    Type systems of all modules but QtCore and QtGui reviewed.

commit 080dafd0e50f63943bcf7f0b9e8cdd11b37a4230
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Mar 21 18:08:49 2011 -0300

    Fix bug 736 - "Signal/Slot is not working at all"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 3c50d09ddac8738e57c629a729448a41bce15659
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Mar 21 18:07:09 2011 -0300

    Changed local variable naming style.

commit c0be87af80705a9b10fbef81190ad1c2f95b2f9d
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Mar 22 11:49:43 2011 -0300

    Revert "Fixed test for bug #674 to works with new getattr check."
    
    This reverts commit a6f0d0cb5209655bd3f1727b9ddb03ff547104a6.

commit 58fb1c705c7c3e6fae2aa4f295991d005f4e63ae
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Mar 22 11:12:33 2011 -0300

    Only raise 'RuntimeError' for function call to avoid problems with contructor order calls.

commit a2f110d3b93de001964c879993110e96d248ad63
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Mar 22 08:58:09 2011 -0300

    Added comments for all method removals.
    
    And some other clean ups.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 44f5f6261876d508d52826534f7f77270c2b31ce
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Mar 21 15:11:03 2011 -0300

    Fix bug 728 - "QFileDialog.getOpenFileNames never returns (hangs)"
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 69abc806ec895239154287779dca9c4cac8adcea
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Mar 21 10:09:51 2011 -0300

    Created unit test for bug #726.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 258995d03cd0cf81288917e073056d64844c003d
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Mar 21 10:08:04 2011 -0300

    Does not use normalizeSignature in functions with return type.
    
    Fix bug #726.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 120ace2cf9af79157035c266d7fbe27d9a09f76c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Mar 18 17:37:00 2011 -0300

    Add unit test for bug 693 - "Heap corruption or double free reported on program exit"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 9fd4705cf6093b7962ac6b82668362cb00db0341
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Mar 16 11:40:50 2011 -0300

    Fixed test for bug #674 to works with new getattr check.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 734e08632729128135844b5c98817b4881a00a68
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Mar 15 15:34:33 2011 -0300

    Created unit test for bug #696.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 855ad2d587161e8ae3ea7b0c64d30f73130e3cd8
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Mar 15 15:33:30 2011 -0300

    Check if class is valid before call meta object function on class getattro function.
    
    Fix bug #696.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit d3fb0b38b76eb9a08a60c1a5667388afe9521fea
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Mar 11 15:57:27 2011 -0300

    Created unit test for bug #711.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 32fb36f97ac76ef23271049dbb6642bf7bfed557
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Mar 11 15:56:25 2011 -0300

    Fix QToolbar.clear parent policy.
    
    Fixes bug #711.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit a8be4c2326f01aa6ad209e3f9787553088e16b11
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Mar 15 16:54:55 2011 -0300

    Add unit test for bug 706 - "dataChanged signal raise an incorrect TypeError"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 945f9bffd9e1b2dd797110c0a1738a3f273bc21f
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Mar 11 17:42:21 2011 -0300

    Fix bug 718 - "PySide/PyQt4 QByteArray incompatibilities: setNum method"
    Fix bug 719 - "PySide/PyQt4 QByteArray incompatibilities: appendByte method"

commit e2121ae09afcc73fffb1af408dca4ce33988dcda
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Mar 11 17:30:00 2011 -0300

    Add comments to some function removals.

commit 40bbb494874e4f39ca814e23af3f27b9804e7429
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Mar 9 17:18:11 2011 -0300

    Created unit test for bug #714.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit e8a8e3c63e85524bc2edfec1fccf2104cda87f38
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Mar 9 17:17:43 2011 -0300

    Removed parent policy from QLabel.setPixmap.
    
    This is not a parent transfer because the function receives a "const &" and stores a copy of the pixmap.
    
    Fixes bug #714.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    	  Marcelo Lira <marcelo.lira@openbossa.org>

commit c453a7ca2bc1ca5f752c1defec43ac1d65f7b997
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Mar 4 16:00:56 2011 -0300

    Remove duplicated const functions from QRegExp
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit 8b261892b87b6261810b0085b75374467a4ae243
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Mar 4 13:10:38 2011 -0300

    Last code snippets....

commit 36fdd023e0d470bc3feb7472985f59eedc0a0857
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Mar 4 11:35:54 2011 -0300

    Removed Signal/Slot documentation content.

commit 632105b470da139380275c55d47076e4440f14ff
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Mar 4 11:36:55 2011 -0300

    Version bump to 1.0.1

commit 3798c8718c277d856562829d8326bb7cced0d84a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Mar 3 18:56:26 2011 -0300

    More code snippets ported to Python.

commit 11042fdbaac58bbab03eb76d849186796cb30c44
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Mar 2 21:15:45 2011 -0300

    Version bump, 1.0.0 final yay!

commit 70e12fad1ef4ab4129c77da033cfd08716d381ae
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Mar 2 17:49:28 2011 -0300

    Added some missing code snippets to PySide documentation.

commit 8b83ec73fa255aacca54f9766aa787adf2ac1bc0
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Mar 2 17:50:44 2011 -0300

    Removed useless files from docs.

commit b0a0454f35055ae651b48f08dad67a6251e3b6dc
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Mar 2 17:48:09 2011 -0300

    Remove some warning messages when generating the docs.
    
    Those classes haven't especific documentation, they are only typedefs for template instanciations.

commit 1c66507f8011067b4b941ece76dff285c6a0930d
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Wed Mar 2 13:52:51 2011 -0300

    Fix bug 676 - "wrong QLocale.toFloat() description".
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit e0799d7dcf6d768ae773579153c43f532d1ed7b8
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Mar 2 14:35:55 2011 -0300

    Fix bug#708 - "Remaining pyqtSignal in ref docs"

commit 11a7187cf8c511ab5ddb7b9bbc36243834bf5a58
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Mar 1 20:30:30 2011 -0300

    Added module documentation for all modules.

commit 3c58feee51cb2946f47d6f8c1e224ae72e3e2358
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Mar 1 17:16:48 2011 -0300

    Removed a lot of files not used by the doc generation.

commit 66cdf3f52feaf484b455491aefc17e8600c2535f
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Mar 1 17:16:00 2011 -0300

    Missing doc code snippet for webkit.

commit dd123896b4abf1beeca9c4074dfb0d3711865c8b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Feb 28 15:41:26 2011 -0300

    Fixed/translated some doc. code snippets.

commit b4026126dee2cafb4a2cd3be789e4a5a166b8bf1
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Mar 1 15:47:44 2011 -0300

    Use multiple code snippets directories to fix the crazyness of Qt docs.

commit 0a4573591e9d1a59b61167ed2b72a7ecc9181eab
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Feb 28 15:40:57 2011 -0300

    Removed unused doc snippet files.

commit 905f660ab2c75ab6396b946869e07ed962845099
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Feb 28 20:21:33 2011 -0300

    Added modify-documentation do QDeclarativePropertyMap to remove references to QVariant and QString.

commit eb2a982b94a20bc55a173e24908b6b5bf6bfe296
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Feb 28 20:19:49 2011 -0300

    Added missing format attribute.

commit 610fc659e802c05e14ec4e905f06a19b5306ce2a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Feb 25 19:11:25 2011 -0300

    Added some QML tutorials to the documentation.

commit a7263b23e001b5281119edd3c5d9f49513503afb
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Feb 25 19:07:27 2011 -0300

    Minor fixes on pysideapi2.rst.

commit 2a58c0102b6ad68635c3ee0fa8808d604e103aba
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Feb 25 19:05:54 2011 -0300

    Use monospace font for sphinx literal strings.

commit fcfc95133038225661deceea17e7cf515a109b37
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Feb 17 17:48:30 2011 -0200

    Change version from beta6 to rc1

commit 5d9855256aa07239ae5eb7511e5bc3186389bc6a
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Feb 7 13:08:04 2011 -0300

    Updated PySide CMake files to use the new generator argument "avoid-protected-hack".
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 75937124c2e8b567e226d7675265a87562d4a1c7
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Feb 16 11:37:45 2011 -0300

    Updated CMake files to use the "--drop-type-entries" generator option.
    
    Instead of maintaining a complex CMake scheme to remove optional type
    system entries, the generation will rely on the new generator capability
    of dropping entries given via command line.
    
    Reviewed by Bruno Araújo <bruno.araujo@openbossa.org>
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 861e26665da05bc6fbc28ed3503fdcc4b8bd9fb6
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Feb 16 17:39:08 2011 -0200

    Fix bug 681 - "Unicode support for trUtf8 method"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 8550948818153625a4f23def6eb2ab1b7e63d30b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Feb 16 16:07:01 2011 -0200

    Fix bug 674 - "QGraphicsScene::clear() is missing"

commit c8ecf9fea606679be567b9799fd6afb40a370564
Author: Jerome Leclanche <adys.wh@gmail.com>
Date:   Wed Feb 16 11:38:04 2011 -0200

    Fix bug 687 - "[PATCH] QUiLoader code example crashes"
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 8f34f94da365825c2d21e02fb10a44d4cefb313b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Feb 15 19:05:02 2011 -0200

    Fix bug 675 - "QGraphicsLinearLayout segfault"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 7c606aeda23b4469ca924ebb974b1eac397ff0e5
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Feb 15 16:38:53 2011 -0200

    Refactor to simplify code just avoding some Cism.

commit 0f29c21f6e9364593831c0d03693c36a2858dc0a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Feb 15 16:38:21 2011 -0200

    Make PySide signals work with meta types.

commit f8482e43947d2e0f218db70deae26186077899e5
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Feb 15 16:37:16 2011 -0200

    Add unit test for bug 684.

commit 719b8f40e337edf57c6993c725ab5e71e329bc58
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Feb 11 18:18:14 2011 -0300

    Raise error when slot argument is unknown.
    
    Instead of accepting it silently and generating potential
    segfault and undefined behavior, raise TypeError when
    the type of an argument is unknown to PySide type system.
    
    An example of such erratic behavior is in declarations like:
    
    @Slot
    def foo(self):
    
    Slots without arguments must be explicitly declared this way:
    
    @Slot()
    def foo(self):
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>

commit 03f4a7b08397045ab321d9ef6dd7ed2bf408b009
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Feb 11 17:17:43 2011 -0200

    Fix bug 679 - "QWebPage miss extension function"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit c9dd530e71173a5c3673f9184495cbe8a30c9ce4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Feb 10 20:16:58 2011 -0200

    Fix phonon compilation and detection of VideoCaptureDevice class.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit dae317b8314da6f0e594128b3b3fed01c448bbc9
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Feb 10 18:38:46 2011 -0200

    Fix bug 638 - "Documentation for phonon doesn't show class inheritance diagrams."

commit f5a70fbbc42fa7a6ac7a2644eb1ed2d8509bac5e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Feb 10 18:35:36 2011 -0200

    Removed duplicated entry of QWebPage::ErrorDomain on typesystem.

commit 732183f1df8882e9ef05900bc2d874dd789522ce
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Feb 10 16:39:49 2011 -0300

    Increments reference of None object on custom code for QState.addTransition method.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 8d1d3957374b8e31c57c9719083c1dbcce9d3433
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Thu Feb 10 14:01:59 2011 -0300

    Created unit test for bug #671.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 4b0ed850fcb8fbfafe6255e4989d41d19693ac25
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Thu Feb 10 14:02:39 2011 -0300

    Appended the metaclass data flags value on head.
    
    Fix bug #671.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit e96cb16b14f7a5e3f122befa9abd697c497407ad
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Feb 10 13:05:24 2011 -0300

    Added QCursor test. It is related to bug #630.
    
    Bug #630 - Fails to resolve overload for QCursor(QBitmap, QBitmap, int, int)
    http://bugs.openbossa.org/show_bug.cgi?id=630
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 00f696e3c7305a9283932be00af6cb72f7268f3b
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Feb 9 18:24:26 2011 -0300

    Fixed function 'QToolBar.addAction' to support callback in the
    arguments.
    
    Create unit test for bug #635.
    
    Fixes bug #635.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit efad1c8b8cd10ad43207610ca7837308f4c024da
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Feb 9 18:03:09 2011 -0200

    Fix bug 668 - "QFileSystemModel setRootPath stops application from quitting."
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 079e6beb2d5152f33deb6c2c5144cbed302752a9
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Feb 8 18:43:13 2011 -0200

    Replaced all entries of reference-count with action=add to action=set.

commit cc695f88bd82e26e957ce3633fc8d8c042a12b44
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Feb 8 16:10:24 2011 -0200

    Fix bug 663 - "Crash on exit when passing QNetworkAccessManager around"

commit 287fd9d6499a7bf49ba42e6491f30406ea78ac68
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Feb 8 16:10:03 2011 -0200

    Remove invalid function removals.

commit 3c31d96eed51265fd769235d365c27e45b2c66ca
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Feb 8 15:52:02 2011 -0200

    Fix bug 667 - "Crash on exit"

commit 280d68ca34debebfeb9172420598a15ba576eb7e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Feb 8 14:35:38 2011 -0200

    Fix QGLBuffer::map code injection and test.

commit 8cb71269c6273133710cfee3759cbbbf20ec6292
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Feb 9 18:05:20 2011 -0300

    Updated phonon typesystem to use the new pyside cmake macro syntax.

commit 8c29de6075710febdeafaa8c3c78d6c085d5f757
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Feb 9 15:49:45 2011 -0300

    Updated http server used on tests to keep trying until get a free address.

commit f81fc0390a48512f8e7d95695c2a1e43c49ce573
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Feb 9 14:21:30 2011 -0300

    Created unit test for bug #662.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit bd26ec914fc417d535c129f46ca54f85e42982bf
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Feb 9 14:13:46 2011 -0300

    Implemented support for iterator on QTextBlock.
    
    Fixes bug #662.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit a1d4eb3d867a4434db076b572d615f028000a9d5
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Feb 9 12:26:23 2011 -0300

    Fix append object description on typesystem only when this was found.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 811e37c378ee12dca738e57c640385c9e0546355
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Feb 8 11:57:59 2011 -0300

    Separated class typesystem from the main typesystem.
    
    Remove class specification,  detected during the compilation from the
    main typesystem to avoid errors during the generation.
    
    Fixes bug #661
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 9386dd0452eb72c0940f14756254c4e14ac76415
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Feb 7 18:44:25 2011 -0300

    Updated translation test to use previous generated qm files.
    
    Upload qm files used on test to git.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 5d4af8f96b998af696cbf2a4518cc050f60f78b9
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Feb 7 18:02:19 2011 -0300

    Updated http server used on unit test.
    
    Allow the server to reuse the address to avoid errors.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 1155542ecca6ab5d8ee00aececae453d980ac690
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Feb 4 19:07:04 2011 -0300

    Created unit test for signals.
    
    Test for types inside of namespace
    Test for types defined by typedef.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 4ebad6745f9c85dd4f074fe328e0dd36ca8d6c18
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Feb 4 19:06:34 2011 -0300

    Fixed problems to emit signals with objects types.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 44998fd471927efb8c7a55e5bd7b81bad9f6e876
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Feb 4 18:24:07 2011 -0200

    Fix 666 - "QByteArray does not support slices"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 59c882566be0d58c256f715ce675f10f3181ccc3
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Feb 4 17:42:38 2011 -0200

    Fix bug 660 - "QMimeData type deleted prematurely when overriding mime-type in QStandardItemModel drag and drop"

commit 34529760f4766a84a7dbb8f32c776abfe9c4fdda
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Feb 4 15:32:55 2011 -0200

    Fix bug 643 - "QTabWidget.insertTab not taking ownership"

commit 93bd129cfb95aefb1fbbfbaeb4da614c95dce1d6
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Feb 4 16:05:12 2011 -0300

    The global header for PySide is now installed with the libpyside headers.
    
    This is good for PySide derived bindings (like the ones for QtMobility),
    so they don't need to copy the PySide global headers to their source
    tree and end up with an outdated file.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 8a628bf8324ac79b7651b870c18813aec3320d7f
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Feb 4 15:00:02 2011 -0300

    Removed unnecessary line from test binding CMake file.

commit f8e6845c81c9e189a0babecafc8b2e224c19f7d4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Feb 4 15:12:29 2011 -0200

    Fix qresource_test openning the file in binary mode, so it doesn't fail on windows.

commit 143e81278c6d2337e7ff64baaec00d14e3df5841
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Feb 3 18:31:39 2011 -0200

    Export QTranslator::translate and QTranslator::load.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit c662028d3dbefcfb0abc2090ec6df3d4915bb1a6
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Feb 3 18:24:39 2011 -0200

    Export method QCryptographicHash::addData.

commit 0fd98c95cab100824d8f6e5712714061e0e37684
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Feb 3 18:23:03 2011 -0200

    Remove some ancient method removals from QtCore typesystem.
    
    - QDir(QString,QString,QFlags<QDir::SortFlag>,QFlags<QDir::Filter>)
    - QBitArray::fill(bool, int)

commit 4475f30d7a8dc0266b9a26a4dbde188838a1f0e1
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Feb 3 18:22:21 2011 -0200

    Use PyString_GET_SIZE instead of PyString_Size on some inject codes.

commit 8994866ef2eaf36f2f21fe93d61c66097a27b29e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Feb 3 18:20:52 2011 -0200

    Export QSettings::iniCodec and QXmlStreamWriter::codec methods.

commit ae2019a4da7da95693023db78bef8adb07afe615
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Feb 3 18:18:32 2011 -0200

    QPersistentModelIndex now have the same implementation of internalPointer of QModelIndex.

commit 13a6cba842c15bd28dd0d9626789fa2987e4a236
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Feb 3 18:15:38 2011 -0200

    Fixed/implemented various QResources methods.
    
    - data() is now exported and returns a Python read-only buffer object.
    - (un)registerResourceData now accept buffers as arguments, and respects zeroes in the middle of data.
    - Improved unit test.

commit 702cd168e1af7ef854aad7091529e4ce6e9df833
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Feb 3 18:04:16 2011 -0200

    Fix comparisson of QByteArray with Python strings that have zeroes inside.

commit 4f4abdb2be8417ae5f75340e673341a833b9a14c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Feb 3 16:02:14 2011 -0200

    Added comments to some function removals.

commit a54d0181bdcd3dfbd3e1df2814a23124acc95ee1
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Feb 2 19:21:16 2011 -0200

    Fix bug 653 - "Crash after calling QWizardPage.wizard()"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit fac9507d3eccfe6c46462496be1e9991312ea644
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Feb 2 16:24:23 2011 -0200

    Fix bug 652 - "Segfault when using QTextBlock::setUserData due to missing ownership transfer"

commit a7e1ccf1272710a429a031b26ff8d177842895ef
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Feb 2 16:13:31 2011 -0200

    Removed the removal of some QApplication functions.
    
    These functions were removed due to ancient bugs in shiboken
    generator, all them now fixed.
    
    Functions:
    
    font(const char*)
    setFont(QFont,const char*)
    palette(const char*)

commit 845679929a848dc3c0599b0c1f2281e15ca7faf4
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Feb 2 15:16:38 2011 -0300

    Bump version to beta6.

commit a544dac9593fb03f30a09eba2513b17dac3ef97e
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Feb 1 16:17:24 2011 -0300

    Fixed Cmake files used to find the library after the installation.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 6b6527e74b7d9a15ed60c543e8834d672c7f8a8d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Feb 1 19:34:23 2011 -0200

    Fix bug 650 - "Missing bindings for QNetworkProxyFactory"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 82e9d146016da82c8fab15aacb05e627b5cc5281
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Feb 1 19:15:23 2011 -0200

    Fix bug 651 - "Calling disconnect() with no arguments causes segfault"

commit 4551b2421c47d2bba261b2202b019e6cc8a4af28
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Feb 1 15:48:42 2011 -0300

    Updated QAbstractItemModel.createIndex documentation to warning about
    ptr argument life time.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit fd8b33616fe6a1c5ceaa0b227843d65f2d1eeae6
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Jan 31 15:46:23 2011 -0200

    Fix bug 656 - "cannot inherit from QCoreApplication"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit c89f03fe396278de485dbbebe681b33fc3e91427
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Jan 24 15:52:18 2011 -0300

    Updated GeneratorRunner calls on CMake files to use "--generator-set" instead of "--generatorSet".
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit c4ba32827072011e5d7ebea77098339c032f3d5a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Jan 28 19:19:38 2011 -0200

    Don't crash if a typeId was not found when emiting a signal.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 10b81cd4368535b26d7c2bdc61c84d0cac64348a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Jan 28 19:15:06 2011 -0200

    Added test for bug 613.

commit 279fb0242963caf5a03ea30d6cde5f10d3387f7b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Jan 28 16:28:17 2011 -0200

    Fix bug 565 - "QImage missing *data constructors"
    Fix bug 566 - "'PySide.QtGui.QImage' object has no attribute 'scanLine'"
    
    The constructors now accepts any PyObject which implements the buffer protocol, as the
    C++ and PyQt4 version the buffer must be alive during the life time of QImage because QImage
    *does not* copy the image data.
    
    scanLine() and bits() now return buffer objects pointing to the memory inside QImage.

commit 9c7d055f3d6f7f93f66ed977ca480979b445fcb8
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Jan 28 18:02:20 2011 -0300

    Implement __repr__ function for class with Float attributes.

commit f3bcaf31a85dbd07ef5fcb47fe582dc3ecedf8b1
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Jan 28 15:58:21 2011 -0300

    Created unit test for bug #617.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 6c3258cc03c3069231c904f3d0b4b59eaafb2074
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Jan 26 15:22:38 2011 -0300

    Created __repr__ function unit test.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 16c3baa45401a915713b0b6201edf4f5c72822ab
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Jan 26 15:21:37 2011 -0300

    Implemented fuction __repr__ for base types.
    
    Fixes bug #593
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 494828092bc5f7853b4e63a6f94dfed8253115b5
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Jan 25 16:48:55 2011 -0300

    Fixed QFileDialog function calls with options in the last argument.
    
    Fixes bug #590
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit dc661c9e6527d04604d42e234dd6ba46a8f9c879
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jan 25 14:24:27 2011 -0200

    Add test for bug#640.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 9c7755b08018b1e71d7895e20f91f848152ffe9d
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Jan 24 18:18:45 2011 -0300

    Implement support to others color spec on deepcopy function.
    
    Created unit test QColor reduce function.
    
    Fixes bug #612.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit a51b488ca06d412c7071f4f44e556d45b022ec81
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Jan 24 15:20:53 2011 -0200

    Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj types?) returns True for empty instance; probably should be False"

commit b66595efa544b2675fef7ec2c6832dba5d8c1177
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Jan 24 11:13:27 2011 -0300

    Fixed QLineEdit.getTextMargins return value.
    
    Fixes bug #632
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit f2cce0a1b594efc6edf901848a609f3f7209e870
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Jan 24 10:23:30 2011 -0200

    Fix bug#636 - "Unable to navigate back to the main site from the generated documentation"

commit 1af49e5713f05a116de946afe152015d41813eab
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Jan 21 16:14:58 2011 -0300

    Bump version to beta5.

commit 6f92863aa088f49d6023ca55d693a29322a8c0b2
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Jan 21 14:35:31 2011 -0300

    Updated generatorrunner version dependency.

commit 6a87db2791fd5b9313379e75a2a3551c8697be9c
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Thu Jan 20 17:27:53 2011 -0300

    Replace use of QMetaObject::activate to QObject::qt_metacall.
    
    This is necessary to support signals with default values.
    
    Fix bug #624
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit da8c292b69c53f0a16bc405ed590ce5d4ecacf9b
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Jan 20 15:57:48 2011 -0300

    Added test cases for signal emission.
    
    Signals are emitted from C++ and Python.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 4a2bfc9239c13272478185ce056e481d7aa1106b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jan 18 16:59:06 2011 -0200

    Fix bug#552 - "Segmentation fault when using QUiLoader and QTabWidget"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit e9d1dc38e2940a2b25e8eb1060a4945f2c20b04c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jan 20 15:17:00 2011 -0200

    Use the same Python used by Shiboken instead of find a new one.

commit 810207dfe43140dddbebea5f1069a3d90fd1dc7a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jan 18 17:23:02 2011 -0200

    Don't reject QGLWidget::setMouseTracking function.

commit a3cf9b0a3cdf5ced4a12e44240c84ef8696a222b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jan 18 17:22:03 2011 -0200

    Fix bug#623 - "QGLWidget.bindTexture(QPixmap, GLenum, GLenum) is missing"

commit 3e0b9e52deae29e6e7e463603db9a5f5847e826a
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Jan 19 13:46:40 2011 -0300

    Added test for module reloading.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 4f72f1d3686a1bf3a249b5b3265d8e10e24014cf
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Jan 18 14:42:02 2011 -0300

    Fixed Widget and Layout inject code to avoid problems in armel arch.

commit f0181b754558580b90dae8868cb812fa0f6e4322
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Thu Jan 13 15:03:16 2011 -0300

    Created unit test for bug #575.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 70d4b7c6adea10c807deee659b875fb31de7f46c
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Jan 14 15:18:51 2011 -0300

    Updates documentation of QUiLoader.registerCustomWidget method.
    
    The new documentation highlights the danger of duck punching virtual
    methods of widget objects produced by QUiLoader.
    Also named the argument of QUiLoader.registerCustomWidget as
    customWidgetType.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 6d379db301e5cb604fa208e93c4938e81a554647
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Jan 14 16:57:23 2011 -0300

    Named the single argument of all "QWidget.*Event(arg)" methods as "event".
    
    Just to make the generated documentation more readable.

commit 7e4a01a4b9a0ff4b34fe50a870091bdc76689acb
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Jan 13 13:13:39 2011 -0300

    Fixed style on QUiLoader code snippet.

commit b57192c596230ef8fb6a9cb1fe51d3a72e719e4f
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jan 13 17:51:14 2011 -0200

    Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit d9940e55a41b83d30ce41e8002f614bfe16d54bf
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Thu Jan 13 13:51:51 2011 -0300

    Fix typo on Cmake files.
    
    Reviewer: Bruno Araujo <bruno.araujo@openbossa.org>

commit 776b41613d765bbeae21ff8626ebbccfbd1e35d3
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jan 12 15:45:35 2011 -0200

    Removed useless rejections
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 4587eec6cb142f4fd3d6f302b4ee840c3cc77886
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jan 12 14:56:56 2011 -0200

    Remove protected fields of event classes.
    
    Event classes have a lot of non-documented protected fields, those fields
    are removed from PySide because they are Qt implementation details,
    besides the fact they are accessible by ordinary event methods.

commit bcad6d0392ace27a9a4acb0097f2e170cb5f6e21
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jan 12 12:31:59 2011 -0200

    Fix documentation for QWidget.winId()

commit a24e8ed2811a9d4f116d3c2e05721a4e47b7a09f
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jan 11 15:17:56 2011 -0200

    Don't crash when a unknown type is given as a meta call argument.

commit 67f0db5a2b6ad96d41bda2b96112bba3cba55862
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Jan 10 17:52:37 2011 -0200

    Add  polymorphic-id-expression to QGraphicsObject and QDeclarativeItem.

commit f98566eebd41613236ad88b7aba676d4b081bb12
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Thu Jan 13 10:29:49 2011 -0300

    Fixed path to include file used on cmake files.
    
    Reviewer: Bruno Araujo <bruno.araujo@openbossa.org>

commit 3ac4080bfe3052b8ee805a0a983a68cf142241b2
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Jan 12 19:26:27 2011 -0300

    Create a new parent test.
    
    Check if the parent does not increase the reference if you set the
    parent twice.

commit 7e667036d58a0549dd08a152149e1ba1f410bfb7
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Jan 11 17:58:52 2011 -0300

    Use python base name as library prefix.
    
    Use the same CMAKE_BUILD_TYPE as shiboken if none was specified.
    Append SHIBOKEN_PYTHON_BASENAME in the library suffix.
    
    Fix bug #509.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 99cbdef40cda9379651951d0f187fbba6e829ae1
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Jan 11 18:53:06 2011 -0300

    Added test for QPainter.setPen() method.
    
    Calls it with enum, to call the setPen(Qt.PenStyle) signature, and with
    an integer, to call the setPen(QColor) signature (QColor is implicitly
    built from an unsigned int in C++).
    
    For more details see Bug #511:
    http://bugs.openbossa.org/show_bug.cgi?id=511
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 64a35df0c16663bea2693701f576005e2f8ebb4c
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Jan 10 15:26:54 2011 -0300

    Added condition for a phonon test that fails on Win32 with Qt 4.7.1.
    
    This is due to a bug on Phonon::createPath that happens with the
    specific combination of Win32 platform and Qt 4.7.1. The bug is reported
    as fixed for Qt 4.7.2, but it wasn't released yet.
    
    For more details on the bug:
    http://bugreports.qt.nokia.com/browse/QTBUG-13062
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit 1caaffba59c8a6897d58e7682842f4b4a86405f2
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Jan 7 18:58:40 2011 -0300

    Created unit test for bug 589.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit f4f48519ec2dade5a016b87bc089e90a0caf71a4
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Jan 7 18:58:15 2011 -0300

    Fix Qvariant to Cpp conversion.
    
    Fixes bug #589
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 4c79d1e8cd54b3bf7dc0d2ea3d5f5b000a862fc7
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Jan 6 20:56:14 2011 -0300

    Fixes the fix in the commit a1cf8f03.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 36b7f922b2de2bffc80b60e9a8e1536083c2cad6
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jan 6 19:30:03 2011 -0200

    Fix bug#560 - "Lack of QtCore.Signal documentation"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit ece91be2e6ab129085d372ce3aac08d4073b42ec
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Jan 6 18:45:44 2011 -0300

    Fixes connecting signal to decorated slot.
    
    Decorated methods on classes derived from QObject are not called when
    connected to Qt signals because they get a name different from the
    decorated method. To solve this decorated methods are registered as
    global slots.
    
    An unit test was added.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 42e52dec9cd5db837a9fda2663b9c873dac1cd7b
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Jan 6 16:23:16 2011 -0300

    Refactoring to Phonon basic playing test.
    
    Also replaced the ogg audio tone file for a wav one.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 44b71a0ff22cf724b394003131b344ff013a0886
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Jan 5 18:54:02 2011 -0300

    Fixed PATH variable for tests on win32 platform.

commit b6343a7674347d1ddae27f61965eb83dd5b2223b
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Thu Jan 6 13:32:35 2011 -0300

    Created unit test for bug #585.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 5985c015b2b7efe3dad01e37b869a765dd1b8588
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Thu Jan 6 13:32:55 2011 -0300

    Fixed QTreeWidgetItem.parent function policy.
    
    Fixes bug #585
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit adb9268807aca51c9332e266d6649005c5e9577f
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jan 5 19:11:53 2011 -0200

    Only try to play the ogg file if the system has the capability to do it.
    
    This fix a failing test on macosx.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit e4eaf410aff780efc4e7f5bc693a7b031938d1c5
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Jan 5 14:42:39 2011 -0300

    Fixed QtNetwork test to use '127.0.0.1' instead of 'localhost'
    
    This is necessary to make all test to be able run on any buildbot machine.
    Fix Http server shutdown sequence to avoid deadlocks.
    
    Fixes bug #587
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit cfeea7ec045c1f9e7d4652ed2f672db2977de3a8
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Jan 5 14:10:38 2011 -0200

    Fix bug#557 - "Segmentation fault in QDeclarativeComponent.loadUrl()"
    
    The signature QDeclarativeComponent(QObject*) should not exist, it's not
    documented and just creates a useless QDeclarativeComponent when used,
    useless in the sense that it will segfault when used.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit bcb6a2eb75a85cba86c92ccb61ae6e34123758ee
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Jan 5 08:48:23 2011 -0300

    Fixed QWidget.setParent signature on typesystem.

commit aa305dc5ae5f463c31938fb50cd92257b0fc7911
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jan 4 18:46:40 2011 -0200

    Lock the gil on some hand written code to avoid crashes.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit f7fd9277f47359f8eb4490bcb8f5bdc84000035e
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Jan 4 18:32:24 2011 -0300

    Fixed function QDataStream.readRawData return value.
    
    The function readRawData now return None in case of error, otherwise a
    string with the read data.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 4351b2e5133e89c02ff26ecbf0f7df6e902efc64
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jan 4 13:25:05 2011 -0200

    New format for __version_info__.
    
    The new format follow the same rules used by sys.version_info().
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit cc7d8dd1386138a5e88afe64664f51c33aad2f56
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Jan 3 19:54:40 2011 -0300

    Created support to function qAddPostRoutine.
    
    Created unit test for bug #515
    Fixes bug #515
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 1f1f82d5827c3ec77fcd4ee6b6ab47afa0473007
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Jan 3 16:38:30 2011 -0300

    Added test case for Bug #572.
    
    Bug #572: Giving unicode value as 'body' argument to WebView's load
    method crashes python.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 7a3e7b6f86a514c661bf61c65d1098339e4ffba3
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Jan 3 14:21:40 2011 -0300

    Fix QTreeWidgetItem.parent function.
    
    Create unit test for new use case.
    Fixes bug #547
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 1ed2877743ce786e1d71f804f1b4aa4f433aa4be
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Jan 3 14:24:19 2011 -0200

    Fix bug#577 - "Reference to QString in docs"

commit 1af0e9f4fe50537d18c07cfa05578d3242ce21c9
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Jan 3 13:43:29 2011 -0300

    Fixed QWidget.parent function.
    
    Create unit test for bug 576.
    Fixes bug #576.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit ba00068ce161bba9c62c0784876bcb38d252cd98
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Jan 3 11:28:02 2011 -0300

    Avoid conflict in test case names
    
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit 814b80f42352199915a13a61280dfe62b8763670
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Jan 3 10:01:04 2011 -0300

    Fixed test to work in all platform.

commit 9e6762eeb050496f74fdafa1325dd294bf564ce1
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Dec 30 16:36:23 2010 -0200

    Fix bug#514 - "Static method QByteArray.fromRawData is missing from QtCore"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 394cdb357d88e4c6968d3986ca7820756661fa35
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Dec 30 15:26:20 2010 -0200

    Fix bug 546 - "Python crash on exit"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 9b02c46c03a3e246146ccd5b63fda8cb0335aac7
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Dec 29 18:57:58 2010 -0200

    Fix bug#493 - "__eq__ and friends not implemented for QKeyEvent == QKeySequence"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit ecb060f85c3de21b6f2e6ea94417685307252791
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Dec 28 21:18:26 2010 -0300

    Improve QtScriptEngineDebugger test behavior
    
    The extra ContinueAction after evaluate() was crashing
    on MacOS X.
    
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>
    Reviewer: Renato Araujo <renator.filho@openbossa.org>

commit 1d05357e2657df96b16b5cb4f2e9cc2b6ca73d2b
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Dec 29 11:55:09 2010 -0300

    Changed api2 test to work on MacOS during a ssh session.

commit d8f3b9629a6b1f1ab91516fdc144eb4fd80e5128
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Dec 28 18:53:06 2010 -0200

    Fix bug#569 - "QTableWidgetItem is missing binding of __lt__ to operator<"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 92b893c53242a191b76291f8fb0ce68fd284c115
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Dec 28 14:50:46 2010 -0200

    Fix bug#563 - "Unhandled signal emitting with invalid signature (which leads to application crash)"

commit 6d18229268b42db54824cc277e339bac34ad3404
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Dec 28 12:21:50 2010 -0200

    Changes the arg name from p to parent to make parent heuristic work.

commit 40f5c3ce0e88a54bf8b838b4951a23a3e147fd5a
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Dec 28 19:43:51 2010 -0300

    Fixed MetaObject creation based on typename.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 6849ba0864c245e15b5786d959b5afa730fb906b
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Dec 28 19:43:00 2010 -0300

    Fix test to avoid problems on slow computers.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit c406547057691d758de8324ffb6fabff93e7f1fa
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Dec 28 14:12:24 2010 -0300

    Appended ${QtGui_BINARY_DIR} on typesystem_path for QtMaemo5 module.

commit d96649862fff5ee8e22ac3f48c9a96fea04238bf
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Dec 28 14:09:16 2010 -0300

    Appended QtGui library dependency on pysidetest library.

commit 0029d0ef7e85cde40b945d6a55c321f459acda09
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Dec 28 11:49:39 2010 -0300

    Test for QTDESIGNER before add QTUITOOLS.
    
    This test is necessary because the module QTUITOOLS uses some classes
    from QTDESIGNER.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Bruno Araujo <bruno.araujo@openbossa.org>

commit 97875193524f407ec4594969041d84f7aa8ec546
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Dec 27 18:59:32 2010 -0300

    Fix QTreeWidget parent rules.
    
    QTreeWidget.clear() - remove all child ref from the current widget
    QTreeWidgetItem.parent() - use default policy for returned value
    
    Fix bug #547
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 949f6b52558e150f8727c1496167d67c1c0799ef
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Dec 27 13:20:43 2010 -0300

    Removed some float comparisons from QColor test to avoid armel problems.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 85715f3fc3de87bfa4ac07f4d76f1b69bb012109
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Dec 23 16:59:33 2010 -0200

    Fix bug#549 - "QGraphicsWidget::getContentsMargins() and QGraphicsWidget::getWindowFrameMargins() not available"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 09840da111e373ebde987cc5f34b89aa49ae3a55
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Thu Dec 23 15:46:39 2010 -0300

    Used more common signature on function test to QList objects.
    
    Replaced "const QList<QObject*>" signature to "const QList<QObject*>&",
    more used on Qt code.

commit 3468d8f78e1b0b54124adbe9d21d097c064bb85e
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Dec 22 19:12:42 2010 -0300

    Fixed variable scope.
    
    This keep the QByteArray live during the use of your content.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit af6514a1e81cadbad1ac754ea362ec24e107efb9
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Wed Dec 22 18:11:26 2010 -0300

    Fix testbinding dependency
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Renato Araujo <renato.araujo@openbossa.org>

commit 2734efb6b704c53bab64168be49ce06d6b5a03da
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Dec 22 16:14:47 2010 -0300

    Moved list_signal_test to pysidetest library.
    
    This isolate the test case, and avoid other problems with X during the
    buildbot compilation.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit d3b630e1682c89ee427964d81c32219c14863b1d
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Dec 22 10:25:32 2010 -0300

    Fix the QtMultimedia/audio_test.py to accept computers with only null
    device.

commit cebdd1f4dcb057436878b60295684c24cb09f1d9
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Dec 22 10:17:21 2010 -0300

    Avoid QMatrix test while gcc is broken.

commit 45edcc54a6215e161cc0c176daf5e3b4dc3aeaff
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Dec 21 17:26:50 2010 -0300

    Used argument '-a' during the call of xvfb command.
    
    This argument allow the xvfb to find a free server number during the
    execution.

commit ed10989ff23d95d20f361944a6deffbeced63a0d
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Dec 20 18:55:02 2010 -0300

    Fixed QtUiTools plugin.
    
    Removed use of static QString to store the class name.
    
    Fix bug #533.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 0d0cb0753edea1e209742c5777ca024b7a58b83a
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Dec 20 17:50:43 2010 -0300

    Added QSslCertificate to QtNetwork module.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 3e66025bbb698ddd491d502bbb9f9483b17d82a0
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Dec 20 17:49:54 2010 -0300

    Fixed indentation mistakes.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 3f0291dfe49cdf15325600aba362a0fc5662d19d
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Dec 21 12:17:56 2010 -0300

    Fixed global functions from QT_TR_NOOP and QT_TRANSLATE_NOOP family.
    
    These function just return one of their arguments as result, and the
    buggy implementation was forgetting to increment the reference count for
    the returned object.
    
    A new unit test was added.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 7771798cf27896c43054699c5f53468cd8bf14cf
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 17 19:37:35 2010 -0300

    Fixes bug #502.
    
    The ownership of the editor returned by the Python override of
    QAbstractItemDelegate.createEditor(...) is now transferred to C++.
    
    A test was added to simulate the situation that triggers the bug,
    instead of relying on an example with a view, model and editable cells.
    
    See: http://bugs.openbossa.org/show_bug.cgi?id=502
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 05d011ccfa3ad442adb3639f9db87d49dd346299
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Dec 20 17:41:53 2010 -0300

    Fixed type system for TestView from pysidetest directory.

commit c350f418c7fc9650a89f5a9be29e7987927bdd9a
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Dec 20 15:52:58 2010 -0300

    QObject.sender should not steal the returned object ownership to Python.

commit db35d78b27389be9794b620c95cd290bf98a93dc
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Dec 20 15:06:33 2010 -0200

    Fix bug#544 - "QtCore.QRect missing binding for method getCoords"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit a9424b314ef086262ec1cc4b62a733d0dd86aaf8
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Dec 20 13:47:41 2010 -0200

    Fix bug#481 - "mimeData() missing from QListWidget, QTreeWidget, QTableWidget"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 50db2f3b2ea800fdc3e197705c210ab7afcfb0de
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Dec 20 11:18:42 2010 -0200

    Fix bug#558 - "print attribute of a QWebFrame cannot be accessed normally"

commit 4204a86b97c3ea37f284fc5a922ea8aa696f3ddc
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Dec 17 19:01:37 2010 -0200

    Fix QtMultimedia test to not fail when no devices were found.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 914398bbf3aad4b933b827b716c36377aa00f270
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Dec 17 18:58:26 2010 -0200

    Add GLuint as primitive type.
    
    If we don't do that any function with GLuint will be rejected by
    the generator on Windows.

commit afd176ffaac193ab4b467efb4b7aa657909d92e6
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Dec 17 18:45:25 2010 -0200

    Use .pyd extension for pysidetest module on Windows.

commit 5c7d93abed7ce374c32fbf73b5fe4ee3e00b972b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Dec 17 15:30:18 2010 -0200

    Fix QML tests on Windows.

commit 58d43d6de9fe449e2abacfd6eb5fedca06ad7ec8
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Dec 17 14:41:57 2010 -0200

    Fix compilation under MS Windows.

commit 803a2708402710b92cc5246931803c0c0144f01d
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 17 13:55:07 2010 -0300

    Added a call to QObject.metaObject() to check if a segfault is caused.
    
    This completes the tests for bug #507[1].
    
    Also removed an unnecessary commented line.
    
    [1] http://bugs.openbossa.org/show_bug.cgi?id=507
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 7f42b68c29bc4e22add7d9bb1f7fbf98c99c88c0
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 17 11:39:03 2010 -0300

    Fixed QML type registering test.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit 937b2cfc6d39b8fc915faec644b4c578ce3fadc5
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 17 11:28:01 2010 -0300

    Updated model/view test to follow changes in Shiboken/9459b9da commit.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit d4318366f11c910edc9d305d1c9db3924677bf4d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Dec 14 18:23:33 2010 -0200

    Fix bug#491 - "pyside doesn't respect BUILD_TESTS"
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 42d887ff86c9eb56a721d7cb979c4242f4f4953e
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Dec 15 19:12:24 2010 -0300

    Fixed ownership of the value returned by QAbstractItemModel::data(...).
    
    The value returned by Python to the virtual method
    QAbstractItemModel::data(...) called from C++ has its ownership
    transferred to C++.
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit ce42ea6eebacdc4ae3cef913d03d06dd77bb1516
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Dec 15 19:11:40 2010 -0300

    Updated the PySide test related to Python model returning data to C++.

commit 22b74854195c888b82b1f246d87e16ea18b2c978
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Dec 15 17:52:29 2010 -0300

    Created function used in PyObject getAttro.
    
    Moved the code generated to a function in libpyside.
    Create unit test for bug #525.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 0229e5413b18df40d76d152074e24a548fdbab69
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Dec 14 17:43:01 2010 -0300

    Created unittest for bug #505.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 26d2bd6a7c50f93ef61845e2c9751205a6c2f912
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Dec 14 17:11:29 2010 -0200

    Fix bug#517 - "Documentation for QtDeclarative is not linked in contents.html, modules.html"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 8974ff4abd320ad6089919010c08b4461ff8c11e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Dec 14 16:25:21 2010 -0200

    Fix bug#508 - "qmltopy1 crashes when setContextProperty is called twice without keeping a reference"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 39d61bdc0565a5ce9ec301283a4485e43aaa1f62
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Dec 14 15:56:05 2010 -0200

    Fix bug#518 - "The file 'genindex.html' is not found (linked from contents.html)"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit bdaed6a95a3e4edb20d8e02d8b429be0f4d8da5e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Dec 14 15:11:03 2010 -0200

    Fix bug#512 - "QGridLayout::getItemPosition() is not available"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 86b7d6e25c2612313da8a9193c90cc60728d3264
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Dec 13 17:47:16 2010 -0300

    Added test for Python written models returning new objects without keeping reference to them.
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>
    eviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit ee8d6262dcceb4d594a01623c947e9186e985221
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Dec 13 15:19:57 2010 -0300

    Fixed new style signal connection tests for the proper semantics.
    
    One example to clarify: for the "destroyed(QObject* = 0)" signal,
    "obj.destroyed.connect(...)" connects to "destroyed()", and
    "obj.destroyed[QObject].connect(...)" connects to "destroyed(QObject*)".
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 02e4fa2b963b35d3a5cd737e3887938afb6da1e7
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Dec 9 16:13:39 2010 -0200

    Added unit test for bug#500
    
    Reviewer: Lauro Mora <lauro.neto@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 94d8426d1c47d6e761f07073b7e7c5960da9497e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Dec 9 16:03:03 2010 -0200

    Add tests for qmlregisterType function and qml list properties.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit a6955f9fed375c78d34de53ab00169257c61c114
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Dec 9 15:28:01 2010 -0200

    Changed file permissions to 0644.

commit 3df02f96815b2183ff9b49db6e46db7700d5bc1e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Dec 8 16:52:23 2010 -0200

    Add support for QML list properties.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 8252145146de231387173d9b7beac284159f4b61
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Dec 8 16:35:45 2010 -0200

    Remove unused field "type" from PySideProperty private struct.

commit 621275639b45b36e64ad9a594be133fc9043c044
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Dec 8 15:15:29 2010 -0200

    Replace useless check by a assert.
    
    QMetaObject must already be ready at this point.

commit b4d1a3a4b616dffcd41247dc5584846372083db6
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Dec 8 15:06:52 2010 -0200

    Add support for extension into PySide properties.
    
    This is used by PySide implementation of QDeclarativeListProperty.

commit e76fffc6173a43189b6133873fcc8e310bf6aa48
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Dec 8 14:54:21 2010 -0200

    Fix copyright year.

commit f5f2b23a70bb4dbd590cd24f28c0f5740e0f9ef6
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Dec 6 15:30:53 2010 -0300

    Fixes QImage constructor signature that used string buffer as image data source.
    
    The fixes uses the patch provided by Pieter Palmers on the bug #489
    description[1].
    
    A very simple test, to check the signature existence, was added.
    
    [1] http://bugs.openbossa.org/show_bug.cgi?id=489
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit edf5b58da83696ad908ac21b18bdd9a343d842ee
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 3 17:07:11 2010 -0300

    Added QRegExp.replace(QString, const char*) method.
    
    The only way to search and replace using QRegExp is using the
    QString::replace method. Since QString was removed, QRegExp now is
    useful only to search stuff, but not replace. For this purpose the
    QRegExp.replace method was added. The first argument is the string
    that will be operated over, the second argument contains the
    replacement, and the return value is a new modified Python string.
    
    Unit tests and documentation for QRegExp.replace were added as well.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 1c6fad98417ad5be5a4748ac865ed81f52b5d9c5
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Dec 6 11:42:36 2010 -0200

    Avoid removal of qmlregistertype.cpp by the build system.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit f02876e6c9acecdd1f202aeb5c2721fde581a0ac
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Dec 1 15:44:17 2010 -0200

    Initial implementation of qmlRegisterType.
    
    It's fully functional, but need some adjustaments in the build system that will be done in the next few days.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 8fb60373627f5d9978df2b9f38d0180f5897477a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Dec 3 17:04:37 2010 -0200

    Set the object meta object at the declaration time, not instanciation time.

commit a29f511f6ded054550feea317f089ac77b6b4994
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Dec 3 16:28:27 2010 -0200

    Moved pyside slot attr name do pysideslot_p.h.

commit d36b2398b8d9ddd76c669f24106cbe02eada1b57
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Dec 3 15:55:41 2010 -0200

    PySidePropertyPrivate struct moved to the private header.

commit 079e105618e8d3bff8515b8c993a2c68d04a92db
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Dec 2 18:43:37 2010 -0200

    Remove unused ancient proxyslot.cpp file.

commit 885386fdba018286912d7f3efb3da347e4c80a83
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 3 10:48:08 2010 -0300

    Updates to more code snippets on documentation concerning QtCore module.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 0220d7d1768353f062ef7af10845686f1327923e
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Dec 2 16:18:29 2010 -0300

    Updated a lot of code snippets on documentation concerning QtCore module.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 9edc8a3834c9ba067b255b9996d59a473df6ef18
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Dec 1 18:09:09 2010 -0200

    Fixed qt_metacall, now everything works as it should.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit ec7b01c24f903925494fe21cc08b5c5111435daa
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Dec 1 15:34:44 2010 -0200

    Fixed dynamic meta object to avoid empty meta method.
    
    Empty meta methods cause a assert failure on QtDeclarative module.
    Also removed the scoped pointer to avoid heap allocation when it's not
    needed, as QByteArray is already implicity shared.

commit 52c2a2cd0d2571e5447f3c20c48626b685fc83d0
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Tue Nov 30 10:30:55 2010 -0300

    Add needed cast to compile using python versions <2.6
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 1079b1066cb60995da4913cdf3b25fb258334600
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Nov 25 19:39:42 2010 -0200

    Fix doc generation after the refactor for v1.0.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit dadd07ccd733ce3d7eb27dcf08791fb256bcd981
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Nov 25 16:00:54 2010 -0200

    Fix compilation on Windows.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>

commit 91030433ced8aa59000de1465635dab528dbb36d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Nov 24 15:15:56 2010 -0200

    Fix bug#496 - "No binary read/write methods in QDataStream"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 47aa7189789b43be6c7fee10affc83966fbbab07
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Nov 24 14:24:09 2010 -0200

    Fix crash at exit when there's a chain of referenced objects.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit f31d9107555376e60757b9c8054030e2cf7bddad
Merge: e635023 a8ae068
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Nov 23 15:04:27 2010 -0200

    Merge branch 'apichanges'
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>
    
    Conflicts:
    	libpyside/pyside.cpp

commit e635023cdb91452e719f16afb70d3d19b01aed34
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Nov 23 12:09:22 2010 -0300

    Fixed layout ownership transfer.
    
    Fixes bug #480
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit abf841fbd3a28d16441ea076584d37b68659b288
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Nov 23 12:14:04 2010 -0300

    Created unit test for bug #480.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit a8ae0680f23ca5e702a662cf36a465b7a7b2788a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Nov 23 14:37:16 2010 -0200

    Adapt to API changes in libshiboken.

commit ce1cadcacf01f4428f0f247dcd34ffdc38c9184e
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Tue Nov 23 11:34:11 2010 -0300

    Fixed GlobalReceiver destructor.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 276f260f65e07dfb9778ba8d069f18e070852528
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Mon Nov 22 16:35:23 2010 -0300

    Fixed unit test related to bug #446.

commit 934f291fd9ce8a14fcf75b167a592706dfbcb826
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Sun Nov 21 19:01:57 2010 -0300

    Separates QObjects with python ownership before start destructing then.
    
    This avoid list changes during the destruction.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit f7cb52d3822cb8d1897498cf04ca58813c530af6
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Sun Nov 21 19:01:11 2010 -0300

    Added reference to object which was exported to QML context.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit e12197e2822a8cca0022d0843057548246930c16
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Sun Nov 21 18:08:46 2010 -0300

    Fix generated property flags on metaobject.
    
    Fixes bug #478
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 3bc0d023c848be0d8e7e7337a92980647e11804a
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Sat Nov 20 12:56:18 2010 -0300

    Fix setContexMenu function ownership rule.
    
    Fixes bug #441.

commit 783c146766383186034d67f88ea1061f5abddaaf
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Nov 19 20:19:50 2010 -0300

    Created unit test for bug #446.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>

commit ff7f570599f88b022dffa9e80d9b28c2933cc053
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Nov 19 20:18:55 2010 -0300

    Fixed codesnippte  about return of QAbstractSocket.read function.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>

commit c21497ec1a74552db43823857bec9bcdbb675038
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Nov 19 19:30:22 2010 -0300

    Create unit test for bug #467.

commit 6cefd33cd08232b25a3b81d598b88ec47aa5aad2
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Nov 19 18:59:44 2010 -0300

    Fixed use of QtDeclarative include header to work with MacOS.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit ca0e17a45ed333c6b88f17df554757644d8041a4
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Nov 19 18:51:29 2010 -0300

    Fix typo on function call template type.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit c9aef92cab51623aba0211c5805c88386c638e0a
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Nov 19 15:02:42 2010 -0300

    Update to new Shiboken API (Renamed SbkObjectType)
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 5e0550446c3546beb4a7076a80a7475b394567f4
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Thu Nov 18 11:02:03 2010 -0300

    Updated to new shiboken API.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 098946263932e115bdbca17eb51c3a27848435e2
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Nov 17 19:55:43 2010 -0300

    Fixed recursive call on duck punching test.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 43e499a4faf7c7cacdba026bc87eda24a7d02e23
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Nov 17 19:43:33 2010 -0300

    Fixed unit test to avoid exit with thread running.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit dd8b0fcfe41222be0141e2b717bb6f6b4c6f7107
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Sun Nov 14 21:02:34 2010 -0300

    Created unit test for bug 462.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 71d279c0406030faa97927f510e2b2f802daf794
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Nov 18 17:42:00 2010 -0200

    Uses QByteArray instead of QString to avoid data copy.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 090e4a6525c5469b2f257eb978ae74b1b8df5ffc
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Nov 18 17:38:43 2010 -0200

    Remove function deleteDynamicQMetaObject, use Shiboken::callCppDestructor<DynamicQMetaObject> instead.

commit 16913eedcec8c71b129dfcb029e0eb0fc50bb2a1
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Wed Nov 17 18:58:39 2010 -0300

    Fix setLayout method that was causing segfault when itemAt wasn't implemented.
    
    Reviewer: Hugo Parente <hugo.lima@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 5a8efeb9df4271b0e1ec47bf231d2f23141d2375
Author: Mickaël <mickael9+junk@gmail.com>
Date:   Tue Nov 16 15:06:43 2010 -0200

    Fix bug#470 - "Object::connect: No such signal QTimer::"timeout()" when using QTimer::singleShot"
    
    Reviewer: Hugo Parente <hugo.lima@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit bd3efd2a0f39c7f0ec7be88672e30c332ac1d1fe
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Nov 16 13:12:21 2010 -0200

    Fix bug#471 - "QtCore.QObject is missing 'thread' method"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit d2e204f3df1c80112cf42bb117db81299f93f8cf
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Nov 12 19:09:44 2010 -0300

    Removed invalid test.

commit 968d376c5dde8e93d59867070fb7fd250c59aad3
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Nov 12 18:50:40 2010 -0300

    Fix __init__.py and private.py install command.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Renato Filho <renato.filho@openbossa.org>

commit 178f81aa70711876fe492431ae32afa3538cf460
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Nov 12 08:52:09 2010 -0300

    Added PySide attributes to specify current version, and Qt version.
    
    Fixes bug: #454
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 655219636b1500e82d543914045f4cc7ba7db95f
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Nov 11 17:45:16 2010 -0200

    Fix bug#436 - "Using a custom QValidator generates a segfault"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 7013bd760e1ad46b31c019e0a11df504d6e2563e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Nov 11 14:04:06 2010 -0200

    Fix bug#455 - "QByteArray.data() cuts data to first '\x00' char"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 2a4ee1675dd798d5a50363fb073e6801d45a8d17
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Nov 10 21:18:47 2010 -0300

    Removed unnecessary find_package statements from pysidetest's CMakeLists.txt
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 41b6f14acbde484cad2c8b670e5a3556ec62d7cf
Merge: 23c1b92 2ef14fc
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Nov 10 20:23:57 2010 -0200

    Merge branch 1.0 into master
    
    Conflicts:
    	PySide/QtCore/qvariant_conversions.h

commit 23c1b92073a25e23e2c3bdb2e1a758cfbb64fe79
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Nov 10 20:01:04 2010 -0200

    Changes needed to compile PySide with libshiboken v1.0
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 2ef14fcc12f003620f85a30f6a4b00e8fee654d2
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Nov 10 12:54:23 2010 -0300

    Created unit test for qvariant conversion for object type.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit a623a57d0660e4490c370da7167db3a794f5162e
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Nov 10 12:53:28 2010 -0300

    Fixed QVariant conversions for object types.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 92dcb7ae3a92416b4129d549625eba0512e02426
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Nov 10 17:22:32 2010 -0200

    Changes needed to compile QtCore with libshiboken v1.0

commit 66ff08586178ffb601fe874d48b9847fb577f513
Author: renatofilho <renato.filho@openbossa.org>
Date:   Tue Nov 9 22:36:11 2010 -0300

    Fixed QVariant conversions for user type.

commit c7f6b49e1e8df003f44528839f4b0438f155e8b1
Author: renatofilho <renato.filho@openbossa.org>
Date:   Tue Nov 9 16:07:47 2010 -0300

    Convert QByteArray values to string during function call.

commit 90bdf74053b18d92df0eed142fef39ce8a15d6b4
Author: renatofilho <renato.filho@openbossa.org>
Date:   Tue Nov 9 13:59:05 2010 -0300

    Fixed QVariant conversion to C++
    
    Now before convert from python object to C++, PySide check for a existent of
    metaType for any derived class.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 729d68b703a4b8998f5b796e2da1a4e9b113468e
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Nov 9 09:58:00 2010 -0300

    Added test for Bug 452.
    
    Bug 452 - QListWidgetItem() not casting NoneType to null correctly.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 257e0cdf188172a9548e652ca5763bb124bb58ea
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Nov 5 16:34:11 2010 -0300

    Implemented PySideMetaFunction class used to call dynamic slots.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 5371e403ffe741119ba0803077b772ca84f3fce3
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Nov 5 16:33:36 2010 -0300

    Created unit test for bug #451.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit a029d217c2ae26aedb89e472ccdf61d20ec7fd26
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Nov 5 11:05:56 2010 -0200

    Fix bug#427 - "QSvgWidget, load from QtCore.QByteArray does not work"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 50f915572de1f6f492f80b2cfc8c8fedd9cdae6f
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Nov 3 14:21:11 2010 -0300

    Fill the argument used on metacall for slot functions.
    
    Fixes bug #456.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 60f46e4ea698f03bb6bace050ed3b88eb5d04ac3
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Nov 3 14:20:52 2010 -0300

    unit test for bug #456
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 17b0474ec7c5980380eacd0e4374941b0d1cd81d
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Nov 3 12:12:46 2010 -0300

    Fixed return policy on QWebView.page()
    
    Fixes bug #448.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 7a6c33e90bea643da038f99d9fc74e3267998937
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Nov 3 12:12:20 2010 -0300

    Created unit test for bug #448.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 1f2696e9e77ba252f023776972fbf253c2f7a203
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Nov 3 10:58:55 2010 -0300

    Fixed invalid call function.

commit e9b0f3e4ae9b1d9cd72003a40200d121e179269e
Author: renatofilho <renato.filho@openbossa.org>
Date:   Tue Nov 2 13:31:52 2010 -0300

    Fixed slot registration during the meta object constructor.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 5b0606009d478cf01d9b3d25110352823cdce0f4
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Nov 1 11:04:56 2010 -0300

    Fixed metacall function adn PyGil state handle.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 4cd7a240d8db7de44b471a8ef0ed2f956addb743
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Oct 29 18:53:42 2010 -0300

    Renamed qsignal, qslot, qproperty files to pyside*.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit c7945787c556d2e3e40a1b9ef93147c640ee8ff6
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Oct 29 16:21:50 2010 -0300

    Created Singal/Slot/Property namespace for pure C structures.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit 62fd909705a4bf99590346712b040f7b40c9bb74
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Oct 29 14:08:34 2010 -0300

    Created unit test for bug 428.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 7a439f4d21b08b0ef9b7344ee61dd55f71b13ed6
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Oct 29 09:47:41 2010 -0300

    Exported function to instantiate a signal object.
    
    Fixes bug #428
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 5944cc8d99d0c72cd87aa572224d3492e05c10eb
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Oct 29 10:57:35 2010 -0300

    Added test for bug #428.
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit a7d09741c2f4a094867a9729bbba82472aed0db1
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Oct 29 10:52:50 2010 -0200

    Update package requirements.

commit bd8239b1cd99d25c26eb99a051072254342ab0bb
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Oct 28 16:28:43 2010 -0300

    Stop signal/slot connection if is impossible to register that on object.
    
    Created unit test for bug #442, #437.
    Fixes bug #442.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit a1524b78b632d99aa6076391d0d77e46271dd7c8
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Oct 28 17:32:33 2010 -0200

    Fix bug#409 - "function -- PySide.QtUiTools.QUiLoader.load(...) -- takes bytes-string (but not unicode-string)"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 22eab45ac999b03e2f30d2cf769d3f36450a05cb
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Oct 28 17:32:12 2010 -0200

    Remove whitespaces.

commit b9811b773a13f83d7d3cae793e04088915da988e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Oct 28 17:03:33 2010 -0200

    Fix bug#438 - "Can't find Python.h on OS X"

commit 42e83525db3da45b38b097825c736b2c733e9cf2
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Oct 28 15:35:38 2010 -0200

    Fix bug#438 - "Can't find Python.h on OS X"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 07b25e96864209358991682e4e26bea4c89e4f96
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Oct 28 15:33:47 2010 -0200

    Fix typesystem to use argument tags instead of hardcoded variable names.

commit ec0d05f8589236865906faa30441bd04d56b4409
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Oct 28 15:09:16 2010 -0200

    Fix crashes caused by the newer changes on shiboken generator.

commit 31a4f12f4cb358fa05726379c2a40106563e47ea
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Oct 26 15:58:14 2010 -0200

    Fix unit test for bug 430

commit 363ecb3461c54451c4766202a2eaaf95326a9d39
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Oct 28 11:18:11 2010 -0300

    Implemented Signal constructor base on QMethod list.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit ff03bd56ffd25c7f5f600772b393ce660494a351
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Oct 27 17:25:50 2010 -0300

    Updated SignalManager to new TypeResolver api.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 631f296b188737477aba4c4dd7af57c356db16c4
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Oct 27 17:24:27 2010 -0300

    Updated QtXml and QtXmlPatterns typesystem.
    
    Move some value-types to object-type because these classes use QScopedPointer without assigner operator.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 7c6595c9264e6d21e715f0697a3b9a402828a5fb
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Oct 26 15:24:48 2010 -0200

    Uses python include path provided by Shiboken.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 38bef241a99012002459828d34a1cae4e72f11f0
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Oct 26 13:46:47 2010 -0300

    Removed AVOID_PROTECTED_HACK section from CMakeLists.txt.
    
    It was moved to the Shiboken cmake configuration file.
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit b0e9403d48c4c7a21ae8d7e2eaf26d712a835556
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Oct 25 18:23:03 2010 -0300

    Updated PySide cmake files to use Python library information from Shiboken.
    
    Shiboken cmake files provides information about which Python library to
    link against through cmake SHIBOKEN_PYTHON_LIBRARIES variable. It also
    sets the Py_DEBUG flag if necessary.
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>
    Reviewed by Renato Araujo <renato.filho@openbossa.org>

commit 720c76980dedd51abee7f182bd261a9ce5405a5e
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Oct 25 16:58:03 2010 -0300

    Modified cmake files to make use of debug information provided by Shiboken.
    
    In summation, PySide is compiled for debug if the libshiboken is
    compiled for debug.

commit b7f36fec396631cf61ecc801e55df73a2ef55857
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Oct 25 18:12:45 2010 -0300

    Remove releaseWrapper as Signal tp_dealloc
    
    It was being called when the Signal was garbage
    collected, resulting in a segfault.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Renato Filho <renato.filho@openbossa.org>

commit a82deb1de29320159c8614c2c62c96e176d32771
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Oct 25 20:28:49 2010 -0300

    Moved QML enum from QtCore to QtDeclarative typesystem.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 78ab6c87ea27bf6f21d5144a2df5f977b90f7940
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Oct 25 20:13:28 2010 -0300

    Fixed plugin compilation problems on MacOS.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 77a1654ad587241d3c14bafa2c0deae53e1599ee
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Oct 22 17:28:43 2010 -0200

    Fix bugs 430, 426, 429, 394, 433.
    
    These bugs are about QApplication instance being destroyed  before
    some QObject.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 800fb4613cb61dbff33750ec0ab4b18ca3369c6c
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Oct 22 16:20:58 2010 -0300

    Put signals register before property registration.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 76fa1124908009ec1eaab0960dd542d6cc0e2c66
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Oct 20 16:32:14 2010 -0300

    Fixes to libpyside pkg-config and cmake files.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 8e1e25a631d3e697ea795d66c8ed7e8fbbf7c6dd
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Oct 22 14:25:37 2010 -0300

    Fixed type translate on QProperty.
    
    Fix bug #431
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit d094064ffeec72eaf75fcaa9e23ecab6506d346b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Oct 21 18:10:54 2010 -0200

    Fix bug#420 - "Memory leak in setText"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 26750d345c61148d45b500e891b970b8e4e79661
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Oct 21 13:15:04 2010 -0300

    Implemented support to notify argument on Properties.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 4f1a11b61f1488921eb2d5de339d92afec8fbc9f
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Oct 20 13:51:28 2010 -0300

    Create private data structure to QProperty type.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 5100b62bdca70d48d5d441cc33ca941053ae1551
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 20 12:05:41 2010 -0200

    Replace code injection by typesystem commands.
    
    Related to bug#418 - "tag parent does not work in constructor modify"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 97de7750eecb3341f4999cb3f5ae1b2576cae2e7
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Oct 19 18:47:24 2010 -0200

    Fix inject conversion rule used to fix bug408.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>

commit cc7a2018b52c9191a37f4f1220b2e57b1fbe0d97
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Oct 19 18:13:22 2010 -0200

    Added d-pointer to PySideSignalInstanceData struct.

commit e733c2b11bbe60036f4e10bff8f07ef328223cce
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Oct 19 18:09:53 2010 -0300

    Added test for bug #395 - error calling QPainter.drawLines overloads.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 4a638ed6347ebe82c9093b1bb229f062a703a6a8
Merge: ae942fd c86a509
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Oct 19 17:20:10 2010 -0200

    Merge remote branch 'mainline/1.0'
    
    Conflicts:
    	CMakeLists.txt

commit ae942fd5dae9e59cae78a32ed598001bf70e523e
Author: renatofilho <renato.filho@openbossa.org>
Date:   Tue Oct 19 15:21:23 2010 -0300

    Included QSignalTransition constructor to support Signal objects.
    
    Created unit test.
    
    Fixes bug #416
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit bea4934c04fe49eedff218e9905926ec3477e0b1
Author: renatofilho <renato.filho@openbossa.org>
Date:   Tue Oct 19 15:20:09 2010 -0300

    Included missing function on unit test for bug 332.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit af870d2e32699963b218ff33c25a2d4452a75be8
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Oct 18 19:01:04 2010 -0300

    Fixed PySide plugin for uiloader dependency.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 65022ffef62096033bcff49c4544640dac92f44e
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Oct 19 15:30:59 2010 -0200

    Fix bug#408 - "QIODevice.readData() and .readLineData() have output parameters in their signatures"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit e7f280f7451b3429fc1e1407225a6b9d27db1888
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Oct 15 18:18:27 2010 -0300

    Removed QtDesigner dependency from QtUiTools module.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit d75bd8367d26e4049b6748cc001ec7482fbda832
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Oct 15 17:04:30 2010 -0300

    Created function value to class QTreeWidgetItemIterator using the
    operator *.
    
    Fixes bug #400.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 5c9afb798ecc9ec29622464c9c96909a2e79f220
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Oct 14 16:32:29 2010 -0300

    WId conversions used on Windows OS.
    
    Fixes bug #399.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 83f8447c9546f53c134a10f02e81abdab88aed3a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Oct 14 15:11:18 2010 -0300

    Fix bug#172 - "editing a QListWidgetItem stored in a variable makes it impossible to delete"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit ef35dc4cd4b6b09d41c855696b28a31708cf2ad7
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Oct 14 11:11:26 2010 -0300

    Injected code for class Phonon.Notifier.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 8f1bb6ffe00723f1f61fefc3f9175a414b2f736e
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Oct 13 19:03:37 2010 -0300

    Fixed typo on typesystem used in doc generator.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 3ad81fcdaaa9155a83f0d9112ba6f0b324312346
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Oct 13 16:43:15 2010 -0300

    Used original object in parent dictionary.
    
    This allow use the object as arguments in any functions.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit e71b215f0bb4c6b53bd74a66ab856426df51f140
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Oct 13 16:42:50 2010 -0300

    Fixed reference leak on uiloader.
    
    Fixes bug #392
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit c86a509af1a1a44d449aeb68858e17007e53e12a
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Oct 13 16:04:50 2010 -0300

    QNetworkReply.errorCode method is now properly called QNetworkReply.error
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 0568190e8b39e52660efed55004a5da2a2535944
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Oct 13 15:46:07 2010 -0300

    Adjusted QTimer.singleShot custom code since all Signals are callable now.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 4c8660413a66b8e006687def786d9a82c6870094
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Oct 13 12:55:41 2010 -0300

    Implemented support to deep copy on QtGui.
    
    Fixed QMatrix*x* implementation.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit ce09bd623b678eefddbe848b5cb44533cc648ae9
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Oct 13 12:53:10 2010 -0300

    Implemented support to deep copy on QtCore.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Neto <lauro.neto@openbossa.org>

commit eb9b436390a71327104a884afe09b566b0dc5fbd
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Wed Oct 6 09:26:28 2010 -0300

    Adding extra check for QPoint as a dict key
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Filho <renato.filho@openbossa.org>

commit a3b0314c58720194613a87623461abc93469a978
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Aug 9 18:03:24 2010 -0300

    Adding deepcopy test for QtCore classes.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Filho <renato.filho@openbossa.org>

commit 51dd97bebcf49c36402bd3401e5f8b1bf0d1de31
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Aug 9 17:55:05 2010 -0300

    Adding several __reduce__ methods in QtCore
    
    Add QColor.__reduce__
    Adding QByteArray __reduce__
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Filho <renato.filho@openbossa.org>

commit 24fcb55072c9e9db0215e0268202e4e14f55195f
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Aug 9 14:23:35 2010 -0300

    Add templates for __reduce__ functions.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Filho <renato.filho@openbossa.org>

commit 646850ee7b92b4c6d25de04583bcc52a4f122e1e
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Jul 15 09:38:40 2010 -0300

    Adding QColor copy test
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Filho <renato.filho@openbossa.org>

commit 9a3db9de9c67f1b38348ef64bcb730eec1d1e763
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Oct 13 10:00:50 2010 -0300

    Updated version to 0.4.2.

commit 7fab5c03a94a24f6496ad129485244f7d6f4f994
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Oct 7 17:25:56 2010 -0300

    Signal objects redirect calls for homonymous methods.

commit 4b3b56acd7caaa7ff0d9c7b913cfe73db12afd4a
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Oct 5 16:10:50 2010 -0300

    Added a PySide derived test library.
    
    The test library is intended to provide specific test cases in a way
    that problems could be isolated easier than using the ones provided by
    the Qt library. Cases commons to all Python bindings must go into the
    Shiboken test libraries, the one added here is intended to test Qt
    specifics (e.g. signals).
    
    A Python unit test was added for the case when a method and a signal
    have the same name.

commit 87c67294301eb53c67e949ff50b991afe24d80c0
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Fri Oct 8 18:13:17 2010 -0300

    Updating documentation to reflect adoption of wikipages.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>

commit ba54f0956e50c9a667ce160c69592d08ce514382
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Oct 7 16:51:12 2010 -0300

    Fixed python include var used in plugins project.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit e8e8da9efdcb728dd1989d9274cbc22be22ae9c4
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Oct 7 15:12:57 2010 -0300

    Only compile QtUiLoader if QTDesigner was found.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 897dd874a34ddfc164ea7dbd4bfd5eaffd02aabd
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Oct 7 15:02:34 2010 -0300

    Replace type() comparison with isinstance.
    
    type() comparison won't work due to weakproxy.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>
    Reviewer: Renato Filho <renato.filho@openbossa.org>

commit 8419414b80d9f933c8a3af4ee8fd0ea4aba3820b
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Oct 7 14:44:51 2010 -0300

    Reorder includes to avoid _POSIX_C_SOURCE warnings

commit 349bdc2bc53c36043c81222f6e83762c72a6c56f
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Oct 7 14:36:12 2010 -0300

    Add more test for operations with QFlags

commit 04180e1f1d9e5dc2b8e8e856f6fde0587074284a
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Wed Oct 6 19:18:19 2010 -0300

    Add default name for QObject.findChild(type, name)
    
    Plus test.
    Should return a child of the given type.

commit 3c7f55855b45168818ef6fc5e58b30f1c7e4d133
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Oct 7 12:15:11 2010 -0300

    Moved cmake macros to a separeted file.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 24cbdd8dfa3cd01184d0dae297c15547d4962293
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Oct 6 18:55:42 2010 -0300

    Created uiloader plugin used to register new types before QUiLoader.
    
    This is used to register a new python type which can be used in ui description files.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 83533ddc5d89feb046863b4dacc86be3967e4a6b
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Oct 6 18:54:51 2010 -0300

    Used proxy object in QUiLoader loaded widget to avoid cyclic reference.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit e75b82fdf6e9903e7264a1bc962ab7ed42c53bcd
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Oct 6 18:53:39 2010 -0300

    Created unittest for widgets defined in Python and used during QUiLoader.loader function.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 42516e6f864c2beb912c593f6198ab394a5a243f
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Oct 7 11:48:39 2010 -0300

    Version bump.

commit 54618cdad9d007023051e8ecad4d7228c16613ad
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 6 18:33:16 2010 -0300

    Turn call_method function into an anonimous function.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 740137e51a4c506d03e4de1ab53e418dfab1c8c0
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 6 18:29:05 2010 -0300

    Rename some slot internal functions and structures and remove C linkage from init_slot function.

commit a43eafaae46060adfc6e0f15fb14b56c6c887494
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 6 18:19:42 2010 -0300

    Don't export symbols that don't need to be exported and rename many functions.

commit 1a10971865153e252d99b19018b5f2444e06a0eb
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 6 16:47:55 2010 -0300

    Don't inline function deleteDynamicQMetaObject.
    
    It's used by address, so inline it is useless.

commit f2c59b613b28bfc8c1351d09ec7edaaedb174bfc
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 6 16:38:35 2010 -0300

    Move structs tagged as "export C" outside C++ namespaces.
    
    Also don't export structs that don't need to be exported.

commit 16ccce72d8c2763051806a5fc9caa574fa1dcc61
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 6 16:10:03 2010 -0300

    Don't export functions not used outsise libpyside and move them to an private header.

commit 9257cd1783c96401b4736e48b1f9741624183124
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 6 15:28:20 2010 -0300

    Changed name of qproperty functions

commit 15b0e9aa2b16109aa293ab446a8edc533af56658
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 6 14:49:12 2010 -0300

    Add a d-pointer to DynamicMetaObject.
    
    This break the ABI.

commit 6b8d262b4067bffd4e5a9611c07b862aa64d2538
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 6 14:48:25 2010 -0300

    Workaround to change the documentation about the return value of some functions.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 673c0d26757526a068e758195d235c047150d789
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 6 11:40:42 2010 -0300

    Added documentation to QPyTextObject class.

commit ec252fae3f8c231cac63711b9e7522aaa6a53a79
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Oct 6 11:37:15 2010 -0300

    Update pyside.qdocconf.in removing useless entries.

commit 1508831725b74ce7962a1dba79848cad8e87258f
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Oct 5 14:55:20 2010 -0300

    Fixed some code snippets used in the PySide docs.

commit 829ffd3dfd31eef3b98678adfcba1609445305b3
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Oct 5 16:42:40 2010 -0300

    Revert "Fixed doc of return values."
    
    This reverts commit bebede17c03c5f6180262a4031c53998142564ad.

commit bebede17c03c5f6180262a4031c53998142564ad
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Oct 5 11:49:13 2010 -0300

    Fixed doc of return values.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 79f837715f1a3bb91ed728e62eb27a5b0887b215
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Oct 5 11:48:44 2010 -0300

    Removed whitespaces.

commit ebe20bd63fa677804a520df6ce1a2fd64a9401ad
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Oct 4 19:08:29 2010 -0300

    Add unit test for bug#172

commit 5f21b20e722a41bd3d1d9bbf4c36f8f08aba4f63
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Oct 4 19:05:46 2010 -0300

    Generate documentation for phonon.

commit 4caa8e8ab32ffdad8d8c9c47b9bc2b52600fd5d5
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Oct 4 19:04:28 2010 -0300

    Sort typesystem according to their dependencies to avoid the inclusion of a typesystem with generate=no.

commit 254d365d5c8017a63916bf524c69313cefdeccb2
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Oct 4 18:59:17 2010 -0300

    Use QByteArray instead of QString in some internal QLayout functions.
    
    As only latin1 chars are expected, we don't need waste memory with QString.

commit 4adb686fc15dc3dfdb872157df27b534f1ca7f98
Author: renatofilho <renato.filho@openbossa.org>
Date:   Tue Oct 5 12:07:08 2010 -0300

    Extend QUiLoader test to test  ui files with custom widgets.

commit 7f4e85f6501aa58623244303cdaf6e129c02af4d
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Oct 4 16:16:20 2010 -0300

    Fixed QWidget setLayout rules.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 73fea931819ee1f6a32c50c9d67a9c292e69d45a
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Oct 4 16:15:25 2010 -0300

    Fixed QApplication cleanup.
    
    Fixes bug #396.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 2f8381e71213a1ecaed3ceda9ed9cdd981b79893
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Oct 4 11:15:56 2010 -0300

    Implemented detection for VideoCaptureDevice on phonon module.
    
    Fixes bug #355.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 51cbe9d49e3a992f1d02dd97fe68e34fae6957ee
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Oct 1 19:43:53 2010 -0300

    Added missing file on QtUitools tests.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 940b90e80a7ec21e513ac16ff73d8fa8cf23d489
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Oct 1 19:00:36 2010 -0300

    Implement python conversion to QTime, QDate, QDateTime
    
    Fixes bug #371.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 288a53369fa8df74a92c7517e8744c5139797c78
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Oct 1 13:23:04 2010 -0300

    Removing deprecated and duplicated test
    
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>

commit 7633675d1154eda8d799aa340c5513baa34621b9
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Sep 30 15:36:20 2010 -0300

    Support any QObject in QUiLoader.load function.
    
    Fix bug #392.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
             Marcelo Lira <marcelo.lira@openbossa.org>

commit 846c9a151f23ec727540f1bda8d6b43609f5ad43
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Sep 30 15:35:49 2010 -0300

    Unit test for bug #392.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
             Marcelo Lira <marcelo.lira@openbossa.org>

commit 44af04703081f529c433f0fbc5229e9e0d12304f
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Sep 30 12:07:20 2010 -0300

    Fix QWidget::style / QWidget::setStyle ownership rules.
    
    Fixes bug #389.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 5222609f31c298f4f729789a0f7764a4496b5ae9
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Sep 30 12:07:04 2010 -0300

    Unit test for bug 390.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 866c76ff1fd8246ffb1be557670a522dd678050a
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Sep 29 18:31:18 2010 -0300

    Use PyObject as default type on signal/slot signature.
    
    Fixes bug #390.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>

commit fa87b811adbe0930523c927adcdeaf8272fbf865
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 29 18:02:31 2010 -0300

    Fix bug#388 - "Fatal Python error: PyEval_SaveThread: NULL tstate"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 492ac5c64ca75fbed346d3b13b3b0dd99c140910
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 29 15:16:52 2010 -0300

    Modify return type QLineF::intersect to look nice in the documentation.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 169d0f8147316f9c1b287953f03113dca997a37b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Sep 28 18:24:11 2010 -0300

    Add test to check iterability of QPolygonF.

commit eabb9d37a78d1c584fe7e70928f0e820bd6e0afc
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Sep 28 18:07:02 2010 -0300

    Fix bug#372 - "DiagramScene (GraphicsView) Example not working"
    
    The correct title would be "QVariant doesn't correct store a QGraphicsScene object."

commit 6ad03f2a795563aec47d45d6426639323f981975
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Sep 29 11:15:42 2010 -0300

    Added support on script to compare symbols in both Qt bindings (PySide/PyQt4)
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 10bb31b434cfea305906aaee02b9a111243daf6b
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Sep 29 11:14:47 2010 -0300

    Added missing classes.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 4787f1eb0fd1363536dc64f168d382e6247f1097
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Sep 27 19:03:30 2010 -0300

    Added hash functions for QLine, QPoint, QRect and QSize classes.
    
    Tests where also added.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 62234b4f86eea914b8bb802f5d5f3c110f5db92a
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Sep 27 16:56:16 2010 -0300

    Made the use of xvfb-run with QtGui tests optional.
    
    To enable it run CMake with the USE_XVFB set to 1. Default is 0.

commit 199b8b3baee2e3297413636a63ca09abe6aac39a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Sep 27 16:14:53 2010 -0300

    Fix bug#375 - "Just an empty table when using delegate."
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 51d9d503cd847b5677d7bf438df2f754119f0400
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Sep 27 15:17:12 2010 -0300

    Add return value docs to functions returning tuples.

commit 41bd89393e3203c027cb659771e390a7101c5fc4
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Sep 24 15:59:11 2010 -0300

    Inlcluded assert to avoid call objectcts metacall whithout Python relatives.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 805824d4b637a240f5f26bde1f09d11780551950
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Sep 24 15:58:43 2010 -0300

    Fixed model view ownership rules.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 6320bfa4fa3428d05785edc433ff9740799c938f
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Sep 24 15:58:00 2010 -0300

    Fixed QCoreApplication and QApplication cleanup.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 2bd1bab4bb37b44e5ffc94e284e67d7cfe4ce9ff
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Sep 24 15:55:20 2010 -0300

    Fixed unit test to avoid put a object child of QApplication.
    
    This will cause assert on debug mode. Because qApp is dever destroyed.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 88fd0c6e0bca1cf0a25a80ba367e6ee3d59b1862
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Sep 23 11:47:34 2010 -0300

    Fixed QVariant::Type convertions.
    
    Fixed QItemEditorFactory ownership rules on typesystem.
    
    Fixes bug #373.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 3e0af488ee5820f35462f381c5a1676dc9560a5d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Sep 24 15:34:20 2010 -0300

    Fix bug#168 - "API documentation suggestions" and other fixes.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 9eddff59405f9bfb94c0bb15da3d047eb7029958
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Sep 24 10:43:04 2010 -0300

    Fix bug#385 - "Windows build error (MSVC Express 2008)"

commit 31db130bbdf4895ff110f3570599b44458b989ad
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Sep 23 16:34:13 2010 -0300

    Fixed bug#310

commit 26a17dbdb183ec4fc9e5dae0a1d3f71344df9320
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Sep 23 16:33:19 2010 -0300

    Removed modindex.hmtm and added domainindex.html to work with newer sphinx versions.

commit 1b754f30983fb870fcbd7f62fe3b0c8001c48426
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Sep 23 16:14:49 2010 -0300

    Removed doc files not used.

commit dedc78b3fef25e04cf436ca462714ad8dc0329cd
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Sep 24 15:47:41 2010 -0300

    Fixed segmentation fault libpyside's signalUpdateSource function.
    
    This function is called when an object is instantiated, and it will
    go through the class attributes looking for signals and what else
    is relevant. If the user has set a new attribute in the constructor
    before the call to its parent QObject-like __init__ method, a
    segmentation fault would ensue.
    
    This commit fixes this condition and also adds an unit test.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 16579322f177c1fde0336c2b255a4a696ed73e5d
Author: Matti Airas <matti.p.airas@nokia.com>
Date:   Thu Sep 23 16:16:57 2010 +0300

    added a tool to compare class hierarchies

commit 8048bd0c3bcdb1de33aa69d961402b355d6b07af
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Sep 21 09:32:02 2010 -0300

    Modified the type system files to make use of nested type declarations.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit bf4b2c7660adc99b6a8b83748787f0ea078ad13b
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Sep 22 16:59:46 2010 -0300

    Port old boost code used in QtUiTools.
    
    fixes bug #376.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 3525b77d69937938aa285f84b995a3a2d8685cce
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Sep 22 16:59:04 2010 -0300

    Created unit test for bug #376.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit fccfafe71fdf148fca9b6c0c9b09feccd57cf0ec
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Sep 21 17:18:33 2010 -0300

    Added enum QML_HAS_ATTACHED_PROPERTIES to QtCore type system file.
    
    Also suppressed warning about _ISalnum enum from ctypes.h
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit c41f0dc385335890cacdb830054e24d34acd0246
Author: renatofilho <renato.filho@openbossa.org>
Date:   Tue Sep 21 15:46:39 2010 -0300

    The CMake configuration for PySide and Shiboken use the PYTHON_LIBRARIES
    variable to link against Python. This is not the correct way to link against
    Python on OS X. Instead of specifying a library or the framework, one simply
    uses the flag "-undefined dynamic_lookup". The symbols will be resolved at
    runtime when the extension module loads.
    
    Fixes  bug #352: Thanks to   Robert Kern <robert.kern@gmail.com>
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 4229fa0082135c889094c6cea7baa970b5208587
Author: renatofilho <renato.filho@openbossa.org>
Date:   Tue Sep 21 14:29:34 2010 -0300

    Created unit test for bug #360.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 2a225be9c770ccf774a97457ab409b6b3f60b467
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Sep 20 19:02:16 2010 -0300

    Use CMAKE_<CONFIG>_POSTFIX  on config files, used for cmake and pkgconfig.
    
    Fixes bug #286.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit f8a12b7577773f6a02804e1e60920a964f5e01ca
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Sep 20 18:31:49 2010 -0300

    Fixed ownership rules for QStandardItem functions.
    
    Fixes bug #367.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit ae44c27bb06c721b783a311111efd66465f681fd
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Sep 20 18:31:29 2010 -0300

    Created unittest for bug 367.

commit aa47ffd8956c0071f098fac296e9e081729b810a
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Sep 20 16:49:45 2010 -0300

    Added missing classes to QtNetwork module.
    
    The missing classes are: QAbstractNetworkCache, QNetworkDiskCache
    e QNetworkCacheMetaData.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 0c0a5c128dcccc54ce08f53faec480d5d51f3425
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Sep 20 15:12:23 2010 -0300

    Fixed QApplication static functions return policy.
    
    Fixes bug #363.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 80c2ebe62694815e2023b5fbafb9242fbdd1f2c9
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Sep 20 15:12:08 2010 -0300

    Created unit test for bug 363.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit b476759ed077e45f6d9ec78cf367554f1f5114f3
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Sep 20 11:17:28 2010 -0300

    Updated test with new Property name.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 67cb84debbd19bd47ee0281fd014bd77042f1e4c
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Sep 20 11:12:47 2010 -0300

    Removed old comentary (not necessary anymore).
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 5a86f845c2eabb71a3a19be32a2d34ad5b72bca9
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Sep 20 10:32:24 2010 -0300

    Renamed QProperty object to Property.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 6974551674d72a828ff9ae19af510c90a62a09ec
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Sep 17 17:03:01 2010 -0300

    Created PySide cleanup functions used to register functions to be called before the python die.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit b8436f6b1e1efb4da51c6bcc6c22d997541d10c6
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Sep 16 11:39:59 2010 -0300

    Fix doc generation and only generate docs for QtDeclarative module when it was found.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 75b44379d3e9e5f6dc4e6943b2f2229e32802892
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Sep 16 16:47:30 2010 -0300

    Added the method signature QTimer.singleShot(int, Signal).
    
    This fixes bug #313.
    The implementation can be improved when bug #362 gets fixed.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 562bb8a822a8ef24066d75b613d9c2d05fb2fdee
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Sep 16 14:56:01 2010 -0300

    Added test from Lauro's patch on bug #313.
    
    http://bugs.openbossa.org/show_bug.cgi?id=313

commit b47f82c498ff8dae8a418784026b40cc7ca41e31
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Sep 16 14:48:57 2010 -0300

    Fixed the Python names for Signal and Slot objects.
    
    In python the Signal object appears as "Signal" instead of
    "PySide.QtCore.Signal", and the Slot object read as "QtCore.Slot"
    instead of "PySide.QtCore.Slot".

commit 40ccd1fe1f2d553ca25dc6cb10b4c6566879537c
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Sep 16 16:56:24 2010 -0300

    Fixed test.
    
    The anonymous connections will be considered on QObject.receivers function.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 1217b7df39a9040d0c579727fa9d15ebb78cff4a
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Sep 16 14:15:12 2010 -0300

    Update unit test for bug 312.
    
    Now the test verify if is possible connect more then 500 signals, if the signals was disconnected.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 551f6b9c7240d1f68e50edcec0fc41969beaef1d
Author: renatofilho <renato.filho@openbossa.org>
Date:   Thu Sep 16 14:14:45 2010 -0300

    Fixed connection cleanup function.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit c06110168c39e5c44b9b11ff13fd6f9795199df3
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Sep 16 11:36:32 2010 -0300

    Fixes bug #348 adding the method QState.addTransition(Signal, QAbstractTransition*).
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit f92262928a6ac0463d4fb3fe52e8650fd484fbdc
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Sep 15 17:40:29 2010 -0300

    Created unittest for bug 328.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 09e087f0bd9b38b59cc738589e216e95c5aa2211
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Sep 15 17:39:49 2010 -0300

    Included Notifier signals on genereted code.
    
    Fixes bug: #328.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 87ea5d920c62eed3e9c1185fa66740c13c71f65b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 15 10:44:27 2010 -0300

    Fix bug#347 - "Setting properties in constructors gives incorrect results"
    
    Added new function to libpyside: "fillQtProperties".
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit cd7dac40f758f821514693c6d7d4c449a9f81240
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 15 10:40:52 2010 -0300

    Don't ignore exceptions caused by property getters and setters.
    
    The exception is ignored only if the call was a meta call.

commit 5ce6221efae57de30c04f1069d294f4e6275bf85
Author: renatofilho <renato.filho@openbossa.org>
Date:   Tue Sep 14 18:19:59 2010 -0300

    Updated tryLock function to work in thread.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 2559ae50f05f5135f88361fdc60f558c382d0b80
Author: renatofilho <renato.filho@openbossa.org>
Date:   Tue Sep 14 18:19:15 2010 -0300

    Created unittest for bug #332.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 3edeee197ac061b3dbd861d63baf489f9031a96d
Author: renatofilho <renato.filho@openbossa.org>
Date:   Tue Sep 14 14:06:42 2010 -0300

    Created unit test for bug #312.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 42f917666904f4eb93002eae2de70d1f225f438f
Author: renatofilho <renato.filho@openbossa.org>
Date:   Tue Sep 14 13:03:39 2010 -0300

    Increased global receiver maximun slots support.
    
    Fixes bug #312.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 149646c766fd46f7f59922436c0323fd6a2d78a4
Merge: b315368 6fc086e
Author: Carlos Goncalves <mail@cgoncalves.info>
Date:   Tue Sep 14 11:41:41 2010 -0300

    Treat modules as library targets.
    
    This fixes dynamic linking on Mac OS X. Previously modules were been linked to
    libpyside in the build tree even when installed (ie. hardcoded).
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit b315368a1b8bd1af8fadca38d0356c85662ea3a7
Author: renatofilho <renato.filho@openbossa.org>
Date:   Mon Sep 13 19:25:41 2010 -0300

    Fixed crash on qsignal destructor.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit cbf12bc3a010508081d59bdac832d3e2bb9e0c2a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Sep 10 19:33:49 2010 -0300

    Fix bug#254 - "QWebView.setPage() does not seem to work"
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 067b49c738bc147d6a706b6f5ac6336913cb14d5
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Sep 10 10:25:56 2010 -0300

    Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated files to allow multiples version installed simultaneous.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 95e6f790de7b67df1c68f6c492c9b4e338492d25
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Sep 10 10:17:53 2010 -0300

    Add PYSIDE_QT_VERSION to CMakeCache.txt.
    
    This variable stores the Qt version used to compile PySide, so
    installers and packages can guess the min Qt version required to run PySide.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit be5bd91e7234409c88a7a5b57dbfea699ea77add
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Sep 9 18:09:28 2010 -0300

    Remove OS specific commands from translation test.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Bruno Araújo <burno.araujo@openbossa.org>

commit b25a7e510c44db1cae0406b380d984e81676bb38
Author: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
Date:   Thu Sep 9 15:51:50 2010 -0400

    Add newline in the end of qpytextobject.h to avoid compiler warnings

commit a2cc5bd09b2c16d130ebe7f450872cb5fdc7a502
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Sep 9 15:56:55 2010 -0300

    Bump version required for Shiboken.

commit ae435c55fc8bdc6b2c6456e0f4d00589d7b3bb2c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Sep 9 15:24:51 2010 -0300

    Created unittest for bug #338.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 64663cdb4ef1c64b362c1693a3243df0e3818c1a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Sep 9 14:26:20 2010 -0300

    Fixed QVariant conversion from Python object.
    
    Fixes bug #346, #338
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 3ef0527eaf0a9cc296c899f67ec4821f1ad1f073
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Sep 9 11:25:00 2010 -0300

    Fix copyright year of generated files.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 9fbf8b778ba4565ae9ba19943adf0816317edc0d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Sep 9 11:13:31 2010 -0300

    Fix project name on license boilerplates.

commit d1fa9599607c422c8db3d735338e0c2dc5a34b50
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Sep 9 11:03:11 2010 -0300

    Added license boilerplates to all typesystem files.

commit f9daf01879d736a8c640fd3df603a22141b2ff74
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 8 19:57:42 2010 -0300

    Change the license boiler plates of all LGPL files removing the special exception.

commit 63cacc4411cd52e359e1867532524ee816248b61
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Sep 8 19:32:33 2010 -0300

    Created module shutdown function necessary to avoid call python functions before module exit.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 6daa2edea54d10e761d0432137373f226f2613ca
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Sep 8 18:06:07 2010 -0300

    Store randon port after fail on first attempt.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Lauro Moura <lauro.neto@openbossa.org>

commit 6fb0e698eeeb4eda86df2f59b833eada0543fdc4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 8 15:36:37 2010 -0300

    Repeat the same test, but using new style signals to cause a segfault.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit e5348268a63a8fd15519c703c4e6e7feb34f4282
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 8 15:31:41 2010 -0300

    Make accessManager test do not depend on internet access.

commit 19f7b20dd0644e50762d6a571c9403a317028d06
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 8 15:27:04 2010 -0300

    Declare SignalInstanceData struct in the C++ way, without ugly typedefs.

commit 00208f2db1b257ea9354dc30655bc94799867e9c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 8 15:19:11 2010 -0300

    Remove unneeded casts that can hide errors.

commit 0ba776e27a8c17727fa883eed29f60bc6c0bb7be
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 8 15:08:41 2010 -0300

    Fix bug#282 and bug#283.

commit 6fc086e9f9a786521492593b92889c735697191e
Author: Carlos Goncalves <mail@cgoncalves.info>
Date:   Sat Sep 4 02:10:33 2010 +0100

    Treat modules as library targets.
    
    This fixes dynamic linking on Mac OS X. Previously modules were been linked to
    libpyside in the build tree even when installed (ie. hardcoded).

commit f1bc92a2dd0f9a19ac8dcf9699f65d4ee2d61945
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Sep 3 15:47:44 2010 -0300

    bug_300_test moved to QtGui, because it tests a class from QtGui.

commit cb48464859110d4e6ebcf59d70a59804c55d4705
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Sep 3 15:36:04 2010 -0300

    Remove the dependecy of QtGui from a test located in QtNetwork.

commit 823eec81c245f56cd2baf7c9fe0b1bf006500561
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Sep 2 20:33:00 2010 -0300

    Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit f024b0d8840b00da4f3a703db5b22c70cf8b26ee
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Sep 2 18:53:04 2010 -0300

    Install qpytextobject.h
    
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>

commit 94a402db7b479c9f33e6501aa670c5ed0d5f10e4
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Sep 2 17:14:09 2010 -0300

    Fixed return ownership on mimeData function for QAbstractItemModel.
    
    fixes bug #296.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 8f4246a522aa02c9e1d7e44ab6a18d13075d53b9
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 1 20:58:41 2010 -0300

    Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not working"
    
    Added class QPyTextObject which inherits from QObject and QTextObjectInterface to
    solve the issue with registerHandler, the same approach used by PyQt.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 94ce2814e9a3709ab7d60f3acee6576fe9476b1d
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 1 20:55:44 2010 -0300

    Remove warning about unused variable in QTimer::singleShot code injection.

commit ee0ab65aafd830ec85aeb58ca5b0add58e7131f6
Author: Matti Airas <matti.p.airas@nokia.com>
Date:   Thu Sep 2 13:09:05 2010 +0300

    fixed a typo in typesystem file name

commit c436fcd2aa27e38411f2dab8051116dac0996b49
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Sep 1 18:28:31 2010 -0300

    Fixed typo on typesystem.

commit cfcd31973d8af9db11a4f384c5d33481fd4711fd
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Sep 1 17:35:43 2010 -0300

    put back suppress warning for "Shadowing" message.

commit 145fe577d2228d98db6d7703f8e95f1a1a4f5f79
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Sep 1 17:33:32 2010 -0300

    Fixed generated global.h.

commit 5c0d39b9dc18450364399f68ba0db3b19a9605c8
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 1 15:06:17 2010 -0300

    Fix bug#316 - "QAbstractItemModel.createIndex is broken"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit e0a5ca517f60b24fed19ac406300be8d103730b4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Sep 1 14:03:52 2010 -0300

    Fix bug#335 - "QT_TRANSLATE_NOOP has incorrect signature"

commit 990f057b8d170509cb407f1fff3d382db6b4e9f5
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Sep 1 15:40:35 2010 -0300

    Use Cmake detected vars to generete global.h file.
    
    This make PySide independent of Qt Macros in some cases these macros
    return invalid value because the module can be compiled separated from
    Qt.
    
    Fixes bug #326.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Lauro Neto <lauro.neto@openbossa.org>

commit 589c40a6d60b59d90cec180bb54f8fe08a4bee17
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Sep 1 10:29:33 2010 -0300

    Fixed function modifications.
    
    Fixes bug #336.
    
    Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
              Lauro Neto <lauro.neto@openbossa.org>

commit 36a73c0ecd1d1a71a331663697e485e2fbece8b0
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Aug 31 18:13:20 2010 -0300

    Also install the typesystem used during generation.
    
    Installs the typesystem fed to the generator. This
    fixes the install of modules like QtGui, with
    run-time generated typesystems.
    
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>
    Reviewer: Renato Filho <renato.filho@openbossa.org>

commit 60122d3709b1b66fc711b10c39cb3c75d17c4908
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 31 16:31:10 2010 -0300

    Use the correct path separator when under Windows.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 7638112ea84ee3ed2b9a671179e46c81e694afd8
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 31 16:30:04 2010 -0300

    Do not include QtGui common typesystem twice.

commit dc1eef279e3b34f5e978e2e07a80969b07a112e8
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 31 16:26:15 2010 -0300

    Fix Qt class detection on Windows.

commit 28000755c2913851a3c7c339a8eabe6ece450c30
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 31 11:35:43 2010 -0300

    Created unittest to bug #324.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit b9bf521a93785ccd935cc4ce1464cb612c4fdbfe
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 31 10:59:04 2010 -0300

    Unittest to bug #324.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit a44c2b9792b183819871617d04be24319721f77f
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 30 19:21:14 2010 -0300

    Removed manually added function on QItemSelection to use automatic code insertion base on container type.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit a326f0ff296dfc0ce1f7457fdbe9ac04f3f11616
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 30 18:08:14 2010 -0300

    Fixed args type parse for bool types on signal.

commit d27d6958c07fdb2d452484ddda0b615c43c8db7b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Aug 30 17:28:13 2010 -0300

    Fix bug#309 - "QtCore.QByteArray() or list from QtCore.Qsettings.value() as default"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.araujo@openbossa.org>

commit 7b2903ad21aba22798b4ceace38c34d29bf7b8cc
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 27 12:12:19 2010 -0300

    Fix typesystem based on auto OS detection.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Anderson Lizardo <anderson.lizardo@openbossa.org>

commit 2774fd8af75ad5a1f412d6e72493de438ce2b8ae
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Aug 26 18:12:45 2010 -0300

    Fixed Mac OS build
    
    Fix parser of QApplication header.
    
    Fixes bug #318
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit d552e6eba8a908b02dc032402f532245f672dad0
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Thu Aug 26 15:11:25 2010 -0400

    Add missing checks for printing classes
    
    Reviewed-by: Lauro Neto <lauro.neto@openbossa.org>
    Reviewed-by: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>

commit c25215106caf093a02443059817f5ceb86457254
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Thu Aug 26 15:10:12 2010 -0400

    Fix class checking for 64-bits
    
    Reviewed-by: Lauro Neto <lauro.neto@openbossa.org>
    Reviewed-by: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>

commit 653261e047871ae64d4e3bb97b7b24d05df06db3
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Aug 26 15:24:05 2010 -0300

    Now slots signatures in C++ use Qt notation.
    
    Ex:
       Slot(str, int) # Python
       slot(QString, int) # C++
    
    This allow the user create slots based on types, compatible with Qt Slots.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit a2f3e249bc0543b522c7d0e516dd07326e3ea7de
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Aug 26 15:23:23 2010 -0300

    Fixed slot singature parse function to keep compatibility with QSignal.
    
    Fixes bug #319
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 268bf7735b787d2310e18b3aed262bd27b9d24c6
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Aug 26 12:02:59 2010 -0300

    Fixed signal signature parser.
    
    Fixes bug #311.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 6914f21603fa32727af0d419b6f438e88413ed7f
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Fri Aug 13 22:38:54 2010 -0400

    Add Qt Simulator support
    
    Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit e5e44b6465e2755c70c8e13060de4c2ca799fd64
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Sat Aug 14 10:02:33 2010 -0400

    Replace macro checks with actual symbol checking
    
    This increases a little more the check time, but is also more precise.
    It is also required for cases where qfeatures.h incorrectly reports
    support for a feature, but the actual class is not compiled (the case
    for a couple of classes in Qt Simulator).
    
    Additionally, the macro has been made more concise, and is reused for
    both QtGui and QtNetwork.
    
    Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit d53f699751047b18e7c729de3cdcc7eb45b32dd1
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Mon Aug 16 21:59:45 2010 -0400

    Simplify handling of typesystems for multiple OSes
    
    * Factor out install() commands into PySide/CMakeLists.txt
    * Drop typesystem_<module>_common.xml and typesystem_<module>.xml.in,
      and make typesystem_<module>_<os>.xml (if exists) include
      typesystem_<module>.xml (which holds common data)
    
    Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit 3c36d444729ee9285bb4ab0252968057bf904a8d
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Fri Aug 13 22:32:07 2010 -0400

    Various cleanups to CMakeLists.txt files
    
    * Simplify endmacro(), endif() and else() statements
    * Remove unused and redundant code
    * Use AUTO_OS for holding the typesystem suffix (instead of MODULE_NAME)
    
    Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>

commit 2593f9fccc71a200c5a802b2e05717910885e864
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Aug 25 17:45:02 2010 -0300

    Created unittest to bug 307.

commit 4e6d901bf8dd8e709fd00506679e7dad67c33ded
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Aug 25 17:12:46 2010 -0300

    Modifyed declarative test to avoi use of network.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit e1d1a0cbd174976ed5e1634d0a9633499ea67dda
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Aug 25 17:09:40 2010 -0300

    Includded allow flags to some function on QNetworkManager.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit df834e5bb1bc29f8b7b82b828a5824be7266965c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Aug 25 17:07:53 2010 -0300

    Updated Declarative typesystem.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 42d98f91c49774227b89373e44f0f6de20605c52
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 24 17:14:40 2010 -0300

    Fixed Qt application cleanup.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 49ac670cfc106cccef0fac0681a92ea6db413a75
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 24 17:11:55 2010 -0300

    Avoid cyclic dependency on test.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 20e226bc663e88849cd269043ebc9b7e223d5c10
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Aug 25 12:08:03 2010 -0300

    Fix bug#303 - "Missing method: QCoreApplication.arguments()"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit f05cca8aae3211c2691e47c0740fc87ba988822b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 24 16:23:46 2010 -0300

    Write the pyside version variable on cmake cache.
    
    With the pyside version variable on cmake cache, the script used to
    create the windows installer can discover the PySide version being
    compiled.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 74e87b6728286b61560fe636a3ab66c746805630
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Aug 23 15:37:32 2010 -0300

    Add function qtTrId
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Renato Filho <renato.filho@openbossa.org>

commit 3cc4a66f2ec23757d11e296ebe755d8c2b72d43d
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Aug 23 10:18:55 2010 -0300

    Fix variable name.

commit b9d61bcdba335a120f36fdbe1625e7d6630d9c5c
Merge: e0fc2c6 4c79798
Author: Matti Airas <matti.p.airas@nokia.com>
Date:   Mon Aug 23 11:05:00 2010 -0300

    fixed the newsigslot documentation to use API 2.
    
    Reviewer: Renaot Filho <renato.filho@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit e0fc2c6517981c1a03952eb4d039bd122a8e617d
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 20 18:34:06 2010 -0300

    Fixed use of QFile to works on all plataforms.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 4dd52c399630cfaa6c1a660f4883478add0ce43b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 20 18:26:22 2010 -0300

    Changed test to avoid erros on slow machines.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit d39b10d9ae0426e06d9117e78e4172a645916000
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 20 18:08:24 2010 -0300

    Fixed Cmake for test on windows.
    Fixed install modules on windows.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 5a06e6f135aae65e314ab4c2002a5923e221a8ac
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 20 17:25:30 2010 -0300

    Fixed QtNetwork typesystem to work on windows.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 662800956b935bf344dfb8cbfb47f2c3b5717aec
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 20 16:37:41 2010 -0300

    Use AutoPointerArray to dynamic array creation.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 0576d04403cd02e08bc6c8d71c30f4abc186f95e
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Aug 20 14:22:39 2010 -0300

    Fix install command to correct module name.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 35a5bad950bfa5082268a0f52be4d6e310678f8f
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 20 14:43:18 2010 -0300

    Fixed typestyste to windows.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit af8bf30d0636285c7f3f4fb957b8d368d7ff596c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 20 13:36:02 2010 -0300

    Changed output dir for python modules to make the tests run in others platafforms.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 7b9a4707ce9f178bb3122444b16d7ad1e05a515c
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 20 13:20:34 2010 -0300

    Fixed typesystem for windows.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 2bdba4680c7ead9b3488a0dc01bf0945ae57c3a8
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 20 11:33:28 2010 -0300

    Fixed libshiboken classes visibility.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 7b9ec90b4dffee089d3b1cbcbe5b933b3aa91c9b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 20 10:48:06 2010 -0300

    Fixed QtScriptTools CMake file and others files.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 4c7979877a2808a98cc60e234b8f2a0dc51acd4b
Author: Matti Airas <matti.p.airas@nokia.com>
Date:   Fri Aug 20 12:42:25 2010 +0300

    fixed the newsigslot documentation to use API 2

commit 18d65457dc735543cfcead4a4cac427138b522bb
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Aug 19 18:24:20 2010 -0300

    Updated test to work with Cmake 2.8 in multiples plataforms.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 0fb81692e3804ff92e326566994c4e1d1255b737
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Aug 19 17:49:44 2010 -0300

    Use .pyd for modules on windows.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 465649d73e552cfb1e74e343eea3341b2842ccd6
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Aug 19 17:48:08 2010 -0300

    created macro to compile pyside modules.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 23672770ea6fd79c38fed0695fc92ca193f0ece4
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 17 15:49:55 2010 -0300

    Disable remove of QAbstractItemModel signals.
    
    Fixes bug #300.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Hugo Parente Lima <hugo.pl@gmail.com>

commit 9a969935ccc866804574480ac41ec004646f104c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Aug 17 10:44:48 2010 -0300

    Fix bug 294 addind a converter specific for QFlags.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit d686c687074708af1654131f603b767d52f611e6
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 16 18:22:56 2010 -0300

    Fixed gui typesystem to avoid warnings.
    
    Reviewer: Hugo Parente <hugo.lima@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit aedea32f131a553a9db0670cd89c43d171244951
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 16 18:21:25 2010 -0300

    Implemented help function to connect signal with python callback.
    
    Updated QAction unittest to work with signal connection on constructor.
    
    Reviewer: Hugo Parente <hugo.lima@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 2d24d300d8ef7e65489051f2f6d3d7d213d4a86a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 16 12:07:12 2010 -0300

    Avoid read the property in the QObject constructor.
    Create unit test to verify if the python property is setted during the constructor.
    
    Reviewer: Hugo Parente <hugo.lima@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 6bd528978cad1fe2c0e56cb35b270346da3fbbdd
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 13 18:22:22 2010 -0300

    Raise a error when try to modify a read-only property.
    
    Add get function as mandatory in QProperty constructor.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 1162a844bd689958205d10eeff549451ee8cb93b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 13 17:25:57 2010 -0300

    Fixed Http test to work with Qt 4.7.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit c130273ee0fd41be0ed756a90ab8a24934ddb7e9
Author: renato <renato@renato.note>
Date:   Fri Aug 13 15:28:59 2010 -0300

    Fixed arguments parser on QProperty constructor.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 9a19bd26d2282743aae939c0497a9bc2d92ee8d9
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Aug 12 14:44:36 2010 -0300

    Added tests for QObject properties being set with named arguments on the constructor.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 2b21d79f5439d982de2495d3a190c4f82f51e458
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Aug 13 14:15:52 2010 -0300

    All tests using GUI aren't shown if the host machine has xvfb installed.
    
    Unwanted graphical output from tests are redirected to a fake X server
    on Unix system. This depends on the presence of the Xvfb server.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 8ea5127ccbb0a5d84313041559769bc40fc2ad67
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 13 11:22:02 2010 -0300

    Created unit test to QVariant converstion of QStringList.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 533cdcd07b61ffe7d578f0c54b923a1fdbff2ced
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Aug 12 14:56:25 2010 -0300

    Fix typo on typesystem.

commit 5cbfffc005c90761af3ba97043ca728970a732b1
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Aug 12 11:59:48 2010 -0300

    Removed rename command from unecessary functions.
    
    Fixes bug #287.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 26a48c4ed389cb619ee0109fb1a22a4699e8236a
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Aug 12 10:00:17 2010 -0300

    Fix ownership of value returned by QItemDelegate::createEditor method.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 0cf8145d78125453723680135881d5424a9c6168
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Aug 12 09:59:48 2010 -0300

    Fix bug 295 - "QModelIndex::model() sets the QModelIndex as parent of the model"

commit 1cdc799701648aa8756d7eef756d97fccfe8a3b9
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Aug 12 09:55:55 2010 -0300

    Removed obsolete methods from QRegion.

commit da8e8199550cca9863ac9c0310ce56b2cc63cb4b
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Wed Aug 11 13:13:57 2010 -0300

    Fix debug build when no debug symbols was found for Python libs.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 9f2f97de733bbe629ef306ee3a631ee9e78c9b85
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Aug 11 11:56:40 2010 -0300

    Fixes custom code for QTabWidget.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 1b27bad2b2892a953024708e40f4689b8dc9d7ae
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 10 14:27:11 2010 -0300

    Fixed ref leak.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 66adabc96d0c98e124f6c1cb6c454f1aff6ee883
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 10 14:26:45 2010 -0300

    Created conversion to QStack.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit c21de7bd8161243da4c238c639930270b0b298e3
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 6 09:51:58 2010 -0300

    Removed unecessary command from CMake file.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit d26c712a992dbdf3d23475ff964c90febc6de4f4
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Aug 9 14:21:48 2010 -0300

    Fix argument check in QAction constructor.
    
    The fourth argument for QAction(string, qobject, keysequence, pyobject)
    was initialized as a NULL pointer by default but was checked against
    Py_None before being used.
    
    Reviewer: Renato Oliveira <renato.filho@openbossa.org>
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>

commit 5dc1ac791ddc47cf1236f6428331190c5a0f5ab1
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Aug 9 14:21:22 2010 -0300

    Add test for QAction.setShortcut

commit 1b4e1400444de83dfc8027fbf7c6c8f2ce98927b
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Wed Aug 4 18:46:36 2010 -0300

    Fix typo: QPropery.

commit 9e7369e4aec34ce42b92c5686d192e3bf93c3966
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Aug 4 16:39:27 2010 -0300

    Fixes QAction code injection for constructor code.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit f3a1585e6e2798aa105cb1f775afa75c21da0591
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 3 19:47:23 2010 -0300

    Bump to version 0.4.1.

commit ee9e1f6155db49bbb46ecf6a4d264b5658a05e4a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 3 11:45:53 2010 -0300

    Added support to shortcut named arg on QAction constructor.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 5ce8d05a089d0409b474be03eab1c7c4d5cfabb6
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Aug 3 09:07:34 2010 -0300

    Bump version to 0.4.0 and update shiboken version
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Renato Filho <renato.filho@openbossa.org>

commit f098bb9f3ab5034d8fd04f5ea06e7128bee50d5a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 2 15:54:35 2010 -0300

    Included support to double values on qAbs.
    
    Fixes bug #269.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 34a06b8de43767cc206d2a200c84e5505516e111
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Mon Aug 2 17:12:18 2010 -0300

    Fix bug273 - QT_VERSION and QT_VERSION_STR constants.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 630a4062ff9d837ae0f91056ab610183bf47370a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 2 14:55:50 2010 -0300

    Fixed ref leak on QMenu inject code.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 114bca41a21bf5504094b30d7c8735ac8483e50d
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 2 14:55:03 2010 -0300

    Created unit test to layout ref leak.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit efe8019eda0471baf99ed4372ceda4af06cbe3c1
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 2 14:53:29 2010 -0300

    Created a pythonic constructor to QAction
    
    Fixes bug #274.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 09876a43863e7846ce514ae94d2ad0056a32bc67
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 2 14:53:01 2010 -0300

    Created unit test to bug #274.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit d4f911f5b377b6847bd6309e3f6c5aa00a3690bd
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 2 11:39:17 2010 -0300

    Raise a python error when signal not found on object.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit a6440638302436156fb8441a64f24eb8b5208c62
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 30 11:39:00 2010 -0300

    Fix compile on cmake 2.8 for mac users.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 6c8c9c6391d55a02bb2369fa1c154e9a3a8013d2
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Mon Aug 2 11:15:19 2010 -0300

    Fix getOpenFileName/getSaveFileName signatures.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 1920130fc973f61b0e42f468df9576a917bf2b2e
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 29 19:20:50 2010 -0300

    Fixed cyclic dependency on duck punching test.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit ee7b4826c0f0e487b75a70812dbcdcab00a0afdd
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 29 19:14:05 2010 -0300

    Fixed return policy on ItemList.
    
    Fixed singleShot function to invalidate temporary object.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 6a2df2daa4e1efc5b7e6e5946c96a528ec9b7248
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Jul 29 15:02:48 2010 -0300

    Added test case for signal signature received by QObject::connectNotify().
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 1fe7baf787381775e845923872d78096153ab5e3
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 29 13:53:47 2010 -0300

    Emit connectNotify with real signal name.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit f4668398e2c536f4ff191991af4fd992b044d196
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 29 13:52:32 2010 -0300

    Call signalmanager clear during QtCore exit function instead of QtCoreApplication destrcutor, to avoid memory leaks.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 4f51600e20b25f05eb9730c131ca3cd51eaa1774
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Jul 28 17:50:11 2010 -0300

    Created unit test to test shiboken objects destructor.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 505ba23a9d63e7c6d014f3c5bd5b1cdf778aac56
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Jul 27 10:01:33 2010 -0300

    Fixed glue code for QApplication and QCoreApplication.
    
    The code for QApplication deletion should also invalidate the
    wrapper for it. Also the similar code for QCoreApplication must
    perform the same steps as QApplication.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit e42133e8e715600a948831eb9c29a5437a5f4fa1
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Fri Jul 23 11:10:57 2010 -0300

    Fix elasticnodes segfault.

commit 078408b8c25d73b900955b87e92dc50e9b19eb33
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 23 13:48:47 2010 -0300

    Avoid running x11 specific tests on others OS.

commit 3267accc9f8c96371302531fdb8d1c24271cfd44
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 23 11:45:30 2010 -0300

    Fixed uninitialized value.

commit 8bde4b3800ca1c5c517fe382f6fdf78c212b9ad0
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 19 15:19:45 2010 -0300

    Use correct python lib in debug mode.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit f7afa613cf4b4a7a587d29855465e1db577fcd06
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 15 18:33:41 2010 -0300

    Update modules to work without protect hack.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit e5042dc193bbcb4b1566594d832076adfef5fd94
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Jul 21 17:10:48 2010 -0300

    Added a custom cmake file to help finding Python debug provisions.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit cb7d3e95a27392e504f3b99deacddb3a3e0a8a56
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Mon Jul 19 16:30:11 2010 -0300

    Fix bug#252.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit c62c36a64dd4c0fc0cd586c5c2b3d4f97ba3f769
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Wed Jul 14 18:38:13 2010 -0300

    Fix CMakeLists to include QtMultimedia tests + fix audio test.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 28d0c480b15d566cabfb63dc6cc65697dc5b5edc
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jul 13 17:53:59 2010 -0300

    Create unit test to bug 243.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 95c7699ae37c0c4a10d606405230000cfae99bde
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Tue Jul 13 14:15:35 2010 -0300

    Update tests to check native pointers (qchar *, void *, ...).
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit e2056540d55033e8415246c2d17d9750bd30c1f0
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jul 13 15:12:28 2010 -0300

    Uset 60 secs as default test timeout.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit bac154b896b39c1e817742ce2213da3e0d346977
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 12 18:45:19 2010 -0300

    Create support to QVariantList and QVariantMap.
    
    Fixes bug: #263
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit be1073e7728e31281a607313007e817d5e9db2af
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Fri Jul 9 18:19:26 2010 -0300

    Fix warning on QString* parameter inside QtWebKit.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 5cc46f2f1342e085897eefd06eda453e2f28b5bc
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 9 18:27:39 2010 -0300

    Fixed layout reference control on layouts.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>

commit 975edd5647f7fcebe9381ccf7d0524c736b1d069
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 9 15:33:39 2010 -0300

    Fixed test ref count mistake.

commit d351f6a015b7b1a7a6d89651f149d78ecd7f13d0
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Jul 9 15:22:53 2010 -0300

    Fix build on python2.5.
    
    Doing the merge request for Hugo as he went on vacation today :)
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 1a5de6c46c0a7e74cd9d8d6460a1f2f125a86339
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Thu Jul 8 17:06:14 2010 -0300

    Add a default value and argument name to QUiLoader::file(str, QWidget)
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit e50766012453a22e1f4ee37a1112bd8b03b97124
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 9 10:33:09 2010 -0300

    Fixed memory leak on state machine classes.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 4090ef81efcada5bd6f882e1c91cd3a699c9c034
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 9 10:31:37 2010 -0300

    Restore missing function on QStandardItemModel.
    
    Created unit test.
    
    Fixes bug: #257.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit f1bbc25546b688e8a0766212a24f2d1eacc826c7
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 8 13:52:29 2010 -0300

    Created QProperty documentation.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 7431ae12a45baffd2a365f9382ffaa8adeb66957
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 8 10:49:50 2010 -0300

    Exported flags on enum in script typesystem.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 1c4ee915c07daae9919e890072593b51e54c9aec
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jul 6 18:44:00 2010 -0300

    Implemented support to properties on QMetaObject.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 693ae6d6c4073a483524af48e7a1a0ad1fba1131
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jul 8 10:47:24 2010 -0300

    Modify multiple connections test to avoid use more then 50 slots
    supported by PySide.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 83db5730319cc258e683a12567ba9362dbd07d45
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 5 18:08:25 2010 -0300

    Use original name in type discovery during signal/slot.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit c737f90c1ddbe19cbbe93cb3915e14df59f97444
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Wed Jul 7 13:52:55 2010 -0300

    Fix qApp macro implementation.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Hugo Lima <hugo.lima@openbossa.org>

commit 154831efcf8d07932389ef8149c397357a0939b4
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jul 6 18:45:10 2010 -0300

    Fix typo.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 56560943dfc2de0d1df5d2058bcf55ea3c9400ee
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jul 6 10:49:53 2010 -0300

    Typesystem cleanup.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 01df78dfd8a2f0b6eac8ed4fae2faf1a6592e0c9
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Jul 5 10:14:04 2010 -0300

    Remove the removal of isSortignEnabled from QtGui typesystem.

commit 2963909063e434936ba095ba9532782e7e3fd518
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 5 14:23:09 2010 -0300

    Remove use of deprecated types.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 82d1d827557f7f9aadbc4fe1f526ce2162f03621
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 5 14:22:08 2010 -0300

    Implemented copy constructor to PyObjectWrapper.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit e64209b4d30253e11a22a5f2917953833880ba12
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 5 14:19:28 2010 -0300

    Add unit test to QListWidget.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 72235a6530831a13c940839c53e873740fad71b7
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jul 5 14:18:43 2010 -0300

    Use original name on QVariant type lookup function.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit bc4aa5ca947be692a6d016b349b1e2959a9bedf2
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jul 2 15:56:01 2010 -0300

    Created QListWidget test.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit c5b700a311f3558d1d33c2894dc3ba2583bd6c46
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jun 29 17:55:59 2010 -0300

    Fix typo in tests/QtGui/qdynamic_signal.py
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 9ee7d00d11693fff3cebf6db0d3d5b18ed8666fb
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jun 29 17:55:23 2010 -0300

    Fix reference leak in PySide::signalUpdateSource.

commit 4c6e35634c220a9bc64b33db41a80360a3bc6e18
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jun 29 16:37:05 2010 -0300

    Created unit test to use signals in objects not created on python.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 27530522a8b494874549f11bcdd2a56e685870ba
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jun 29 10:43:37 2010 -0300

    Fix qwidget_test.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit b812f04d2481464d8a0c0e117bba9d9aaf727e8c
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Tue Jun 29 10:04:15 2010 -0300

    Fix bug#256 - "PySide does not support signals with containers."
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit ee00f28629745a7b615a0ce6e8c723605e0e1f35
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Fri Jun 25 17:47:09 2010 -0300

    Fix cmake files used by other projects to detect PySide.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 9a662a134c6d437edbdc795c00588a249557a0c2
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jun 25 17:03:04 2010 -0300

    Used default constructor for primitive types with complex name.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.lima@openbossa.org>

commit d1ee9643270fcdad8ab7db9f812194be2e2c9d94
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jun 22 18:54:31 2010 -0300

    Fixed http test.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 7373ecb1c067f1f1c0156e88d1ed799ef8b02a24
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jun 22 18:34:55 2010 -0300

    use original name on activated function.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 174a3c2760cae01eb2276f88d1610c425ec29c70
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jun 22 18:12:56 2010 -0300

    Fixed typo in typesystem install path.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit b1f7791a7257b0fb5a766cd1825fb32d52403bee
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jun 22 18:08:25 2010 -0300

    Check for invalid signal or slot name.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 09cb758d9ecfa21f4b8c5b73a43ce05ca6ee0492
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jun 22 18:08:05 2010 -0300

    Fixed layout policy.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
                  Luciano Wolf <luciano.wolf@openbossa.org>

commit 499d42a6f408ab64795b4c8a7ba507a682c7cb39
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jun 21 19:37:30 2010 -0300

    Included qsinal.h in installed files.

commit 86d0f6715ed282f7fecf789a85feb03d913ea7d9
Author: Hugo Parente Lima <hugo.pl@gmail.com>
Date:   Mon Jun 21 14:10:10 2010 -0300

    Fix bug: "Debug build fails to run the tests (doesn't work) [_Py_AddToAllObjects: Assertion (...) failed]"
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 54b69c3595cadfbfa5f65849d4dd106718920976
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Fri Jun 18 19:37:21 2010 -0300

    Adding qInstallMsgHandler() method support.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Hugo Parente Lima <hugo.lima@openbossa.org>

commit 928e0b2795244d18a87764effe3d2a94504ac272
Author: Catalin Iacob <iacobcatalin@gmail.com>
Date:   Sun May 16 14:42:38 2010 +0200

    Fix libpyside install.
    
    On Windows, if LIBRARY DESTINATION is given, ARCHIVE DESTINATION must also be
    given otherwise CMake fails with 'install Library TARGETS given no DESTINATION!'
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit e323cd90f7922ffa8d0121b87c3a00c6706e0dd0
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Jun 21 15:21:25 2010 -0300

    PySide now installs its type system files.
    
    The pyside.pc file now has a "typesystemdir" variable pointing to
    the directory where the type system files are installed.
    
    Example usage: pkg-config pyside --variable=typesystemdir
    
    Also set the "PYSIDE_TYPESYSTEMS" CMake variable on
    libpyside/PySideConfig.cmake.in to point to the same path
    of pkg-config's "typesystemdir".
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 143946435835163d750b08982a906834a575fa64
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Jun 18 10:54:42 2010 -0300

    Small updates to the documentation.
    
    Removed the doc about building BoostPythonGenerator and modified a
    line about the generator used to create the bindings in the index.html
    file.

commit 88146cf500008c13912e03213dc98bab491b15a2
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Jun 18 16:11:54 2010 -0300

    Implemented a dummy http server to run unit-test on a offline computer.
    
    Reviewed: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 5ce7c945367f1d673a25666c1cc3ab300b23df49
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jun 17 18:49:12 2010 -0300

    Fixed udpsocket to work on offline computer.
    
    Reviewed: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 33f7ff2b4d26cede665a087178ca444c6d0894dd
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu Jun 17 17:25:00 2010 -0300

    Fix bug#242 - "PySide is installed into wrong path on Mac OS X"
    
    If the cmake variable SITE_PACKAGE is set, we wont try to detect the SITE_PACKAGES variable.
    
    Reviewed: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit e34105a7499fe1c2edd6fbee6dc2acb3993f5827
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Thu Jun 17 16:07:15 2010 -0300

    Fix phonon test
    
    Now it checks for ogg backend before playing. The timeout was moved
    to 10s to avoid phonon timeout.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.araujo@openbossa.org>

commit 6b70a1362ccfd140617c610e52f2abbbbe08afc4
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jun 17 14:02:29 2010 -0300

    Fixed signal connection with native slot.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit d699a3abedfe60e7146fad8381b03687ce476699
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Jun 16 18:03:07 2010 -0300

    Created test for Connection between new Signal API and Slots
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit cf90354ff99bc90ecfc6ea57e3cbddcad6bab9a1
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Jun 16 17:45:09 2010 -0300

    Create QAction signal test.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 83cf37f609ca3adb343be090054188dc254b9741
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Jun 16 13:52:09 2010 -0300

    Create unit-test for signal with QObject.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 4cca85f52585b17f53e26f81ca26504fe561e578
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jun 15 13:34:42 2010 -0300

    Implement inject-code to functions using QChar in QFontMetrics and
    QFontMetricsF
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit ef7eb0fca443ca1df624034c6e6ede597f2dab3c
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Wed Jun 16 18:16:17 2010 -0300

    Fix the template used by QFileDialog methods.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Marcelo Lira <marcelo.lira@openbossa.org>

commit cdde96f3a4c12c03ec8272d1e75c2f4a30e29cf6
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Wed Jun 16 14:56:29 2010 -0300

    Add a default constructor value to QVariant::Type.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit ab40ddbb2f06ceaceda886d386583f25e03cd640
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Wed Jun 16 14:55:26 2010 -0300

    Fix LD_LIBRARY_PATH variable to be possible to run tests when using CMAKE_SKIP_RPATH=true

commit e0c46d67613fe8c38c3bee6b99ae58260cb33260
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Mon Jun 14 16:56:36 2010 -0300

    Implementing API2 modifications.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 0eb8d670c240b5ea621dba6271139f30cc97790a
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Jun 15 20:26:24 2010 -0300

    Added QVariant::Type as a primitive type.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 13b61ca7e55f52b501de9e028d2d7048836979ba
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Jun 15 20:17:29 2010 -0300

    Rename error() method to avoid name clash with the error signal.

commit 7fc3d5137ffa9a5df57ae84e739e4d4fbb6251b6
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Jun 15 20:15:56 2010 -0300

    Add suppress message for yet another weird message from the C++ parser.

commit a103f6bb83ca1664a093583daf5a6c658de19840
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Jun 15 20:15:22 2010 -0300

    Remove invalid function modifications from typesystem.

commit ef291779fdb7f959efa26cde84e9ff251507399e
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Tue Jun 15 18:30:10 2010 -0300

    Updating QVariant description inside API2 document.

commit 59d42297fd1eed28f9249a9c9a4c5b9fa33fc00f
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Tue Jun 15 17:38:35 2010 -0300

    Updating API2 documentation.

commit 5c6eb8b91309ab5449bc9d0fa77394d393be19b1
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Mon Jun 14 16:59:58 2010 -0300

    Documentation about new API2.

commit 4ace08b64b7165de46d3f774eb15b14d3f94f073
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Jun 14 15:45:00 2010 -0300

    Fixes QString primitive type for Qt 4.7 adding a default constructor.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 569d1ab60e9b2227b2f4ed407718d17cc179d265
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jun 14 14:59:26 2010 -0300

    Fixed parent function return ownership.
    Fixed QMainWindow functions ownership.
    
    Fixes #241.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 4284ae6cc69f6281140d960cfd6d62a94066bf36
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Jun 10 15:33:06 2010 -0300

    Fixed thread test to avoid memory leaks.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 89167fa56ebef6e8d596495ad912196f274587da
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Mon Jun 14 14:22:55 2010 -0300

    Revert "GENERATOR_EXTRA_FLAGS must be a cmake string, not a cmake list."
    
    This reverts commit fc059316968e5bdc079a2ebd84800297ecce7d2a.

commit fc059316968e5bdc079a2ebd84800297ecce7d2a
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Mon Jun 14 11:23:42 2010 -0300

    GENERATOR_EXTRA_FLAGS must be a cmake string, not a cmake list.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 1b6337d8b4a65988dfbeb0eed67bc6584b25fdee
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu Jun 10 19:57:18 2010 -0300

    Removed QVariant from PySide.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Marcelo Lira <marcelo.lira@openbossa.org>

commit d8a192b5e14e996992a98766cd39ca2028e6474e
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Wed Jun 9 16:45:24 2010 -0300

    Remove registration of PySide primitive types, the generator do this automatically.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.araujo@openbossa.org>

commit f1327b5a5fe52ac41a96096f214c93c6a082195d
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Jun 8 11:23:56 2010 -0300

    chmod -x on some tests, because we need to follow a pattern.

commit e47b49f86d63845fe214768838c4fc7c55e3012a
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Jun 8 11:17:48 2010 -0300

    Re-add the possibility to run tests by module.

commit 00918cb847dfa1b28acb791c66cb444bc2123f79
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Jun 8 09:59:01 2010 -0300

    Added QDataStream methods to read and write QString, QChar and QStringList.

commit ccd189d30c284e9a67a802193ef05c4149108f9a
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Jun 8 09:57:21 2010 -0300

    Add checkType method to PySide custom converters.

commit e39bfefde9edda662f51eeaf9a482f209c7f1217
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu Jun 3 15:34:17 2010 -0300

    Remove wrapper for classes: QString, QStringRef, QLatin1String, QStringMatcher, QChar and QLatin1Char.

commit 24a944590663582df72aefd1929ec19ba3c6414f
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Wed Jun 9 19:34:40 2010 -0300

    Apply "rename to" tag to QtGui methods.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Marcelo Lira <marcelo.lira@openbossa.org>

commit b2bf4f18cc7182384800914118dc66dd087cadf9
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Jun 9 18:13:23 2010 -0300

    Rename necessary arguments on QtCore typesystem.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 1a40cc79df157bec25a3439f8fb08c4809651146
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Wed Jun 9 18:18:22 2010 -0300

    Fix compilation of QTest bindings on MacOSX.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 009b6a8e9a70db61ad4b9d1021dd2ee4f9cdb650
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Wed Jun 9 14:01:51 2010 -0300

    Fix cmake detection of phonon on MacOSX.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.araujo@openbossa.org>

commit bf8a60db4cdbfc3e7c9c98778b219e9c83746d44
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jun 8 17:42:43 2010 -0300

    Created support to hash objects with type QDate, QTime, QDateTime, QUrl.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit cf6e5f16687a0b28677a5c4ff035eebc5424272d
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Jun 8 17:41:32 2010 -0300

    Created unit test for QDate, QTime, QDateTime, QUrl hash function.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 1a698a7e954fbf005f46aadda2300f475bfec292
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Tue Jun 8 15:47:21 2010 -0300

    Updating QtMaemo5 dependecies inside CMakeLists file.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>,
              Renato Araújo <renato.filho@openbossa.org>

commit 0f33e1d3d84f9c1d8540a64ab9ba8dbc0c73d0d9
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Tue Jun 8 10:47:27 2010 -0300

    Updating QEasingCurve and QTest to compile for ARMEL platforms.

commit ab918abc1e103e0ca86939f7d057e8a44ac8a4ef
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jun 7 14:43:45 2010 -0300

    Created new unittest model.
    
    Separete unittest for module.
    Only run unittest for compiled modules.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 471486732b03cbb42b884158604a59d5a18e8a35
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Jun 7 16:23:37 2010 -0300

    Removed an copy'n'paste error from the documentation of new style signals/slots.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit ca1533509e52479e222710469d4eb2fd898f18b2
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Jun 7 10:08:47 2010 -0300

    Bump to version 0.3.3.

commit 09b7fcdc4fa2e8f695be08045c5085317f6eaefe
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Thu Jun 3 11:24:14 2010 -0300

    Fix newsigslot documentation. Use Signal/Slot instead of signal/slot.

commit ee6303819e9aaba0aa0b9c5d1d9a84248dff6b1b
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Jun 3 08:30:49 2010 -0300

    Fixed custom code related to connectNotify behaviour.
    
    The code injection that deals with calling connectNotify in the
    binding generated with the protected hack turned off should call
    the connectNotify method directly instead of using the protected
    caller.
    
    Reviewed by Renato Araújo <renato.filho@openbossa.org>
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 5863f2dc8e73f2e766fca8a2628f2e784b684d9a
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Jun 2 18:19:40 2010 -0300

    Fixed QColor test with proper values and remove an unused line.

commit 02f4a14bab2d2056097bb9f05ebbd7cb91da22d1
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Tue Jun 1 13:59:07 2010 -0300

    Updating documentation to include QtDeclarative and support new features.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Renato Araújo <renato.filho@openbossa.org>

commit 3e7a66f0fcdfdadb98b120d239378a60bf1bed1c
Author: renato <renato.filho@openbossa.org>
Date:   Mon May 31 18:17:21 2010 -0300

    Fixed Maemo5 classes parent policy.
    
    Fixes #178.

commit 3a79f868d1830e759c17d3f0e3dc176cb245d010
Author: renato <renato.filho@openbossa.org>
Date:   Mon May 31 17:33:13 2010 -0300

    Create unittest to pickselector.
    
    Fixed pickselector return policy.
    Fixes bug #179

commit 1a235edc097e280ddee1d49ed836dbaa28399eb8
Author: renato <renato.filho@openbossa.org>
Date:   Mon May 31 16:08:19 2010 -0300

    Fix QColor test to avoid floating points.

commit 41a1aa59d160cfb5e8e7b14024880d99e04a0938
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri May 28 14:02:53 2010 -0300

    Use external CXX_FLAGS on compilation flags.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>,
              Marcelo Lira <marcelo.lira@openbossa.org>

commit c161698a4014b1d73c3409c62ea93e2369abf9b8
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Mon May 31 10:37:21 2010 -0300

    Revert "Fixed signal/slot class name based on PSEP 100."
    
    This reverts commit 361ac438c2b9e3c6c10c9ab2207a6464557b8a85.
    
    Conflicts:
    
    	libpyside/qsignal.cpp

commit 2cb23734c85529a32e720b6f624fa6176a8e0a32
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Tue May 25 14:55:24 2010 -0300

    Adding test cases to cover QtDeclarative + fix inside typesystem.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 12e6ba386a733bd38105aacfa2d0304ac94ade67
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Fri May 28 15:45:04 2010 -0300

    Test a specific situation that causes python segfault.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit e5c3d58025ef270db204420d0d72857b9f8230e4
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Thu May 27 14:18:53 2010 -0300

    Webkit test cleanup.
    
    Running 2 different tests inside the same class causes a segfault
    due to TimedQApplication limitations.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 0eb416d487ae381a78fe99498a5217e9f24d7413
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri May 28 11:04:48 2010 -0300

    Disabled GCC optimization flags by default.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>,
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 43ec6577661dd468ba8f6c841b3fe90537a951eb
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 26 16:42:13 2010 -0300

    Fixed bug on dynamic metaobject creation.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>,
              Marcelo Lira <marcelo.lira@openbossa.org>

commit cafb38dafd9a44da1227bc914094833b5a8dbfde
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 26 16:41:44 2010 -0300

    Fixed QGLBuffer typo.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>,
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 14e5013ef62c18ad60493a98e68db9224558840b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 26 14:30:05 2010 -0300

    Implemented QGLBuffer unittest.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>,
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 0c6e44c7d421254eadd00282adbaf50247479ebe
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 26 14:28:39 2010 -0300

    Updated QtOpenGL typesystem to Qt 4.7.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>,
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 2264c8874cc2939217745ad9d0daa47e770e9578
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 25 17:45:59 2010 -0300

    Merged typesystem (Qt 4.6 and 4.7)
    
    Start use "since" tag on typesystem to Qt 4.7 modifications.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>,
              Marcelo Lira <marcelo.lira@openbossa.org>

commit 893946b5727dfa3489bc3d2fa411fd24fd3d8ff7
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Mon May 24 17:18:09 2010 -0300

    Check QT_NO_SESSIONMANAGER flag to avoid generating qsessionmanager_wrapper.

commit fbc43d942a6ff0dc5ef2e1446bb96ed6bee7d35c
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Mon May 24 16:30:53 2010 -0300

    Initial bindings for QtDeclarative module.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 92a07a7a15394b3f0a01004988d6025e7c8f1e9e
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 24 15:47:57 2010 -0300

    QtMultimedia bindings.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 4c3a4cc91fc3dc4b4cadeff5a423ff93624b83de
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 24 10:23:49 2010 -0300

    QtNetwork 4.7 unittest.

commit c2b2e579ae58562e620224e1b82cd199edab248b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri May 21 20:18:41 2010 -0300

    Updated QtNetwork typesystem to support Qt 4.7

commit ca4279fb792eda7cd34e8e36a248dadcf93e87dd
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Sat May 22 12:27:32 2010 -0300

    Fix CMake variable escaping
    
    Was breaking Release mode compilation

commit f91faac0943bf99e11e4ad9092ae7a7b735eeab8
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri May 21 20:15:42 2010 -0300

    Fixed typo on licence header.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>

commit 072aeadecfff5db9abcb665db144c5d80976fc22
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu May 20 16:29:03 2010 -0300

    Fix bug#225 - "QWidget didn't have fontMetrics Functions"
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit e00da49c844ef1a8025abdb91c4c11416c0f1e98
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Fri May 21 15:48:45 2010 -0300

    Fix QVariant custom code to work with Qt4.7.
    
    Instead of expand QDECLARE_METATYPE just to change a string, change the class name used to hold
    the PyObject and use the Qt macro. This will protect us on future changes on this macro like the
    one on Qt 4.7.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 46c628ec49b5948bffaf61e972618bd63adfb791
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Fri May 21 14:34:34 2010 -0300

    Use the "just compiled" libpyside even if the platform doesn't support library rpath.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 17f9eed1ad5d04603872f198876047466ba08666
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Thu May 20 22:07:17 2010 -0300

    Fix bug#218 - TimedQApplication uses a singleton.
    
    It's necessary to use a global TIMEOUT value, big enough to run
    all the tests without killing the QApp.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
              Renato Araujo <renato.araujo@openbossa.org>

commit 7fd722a38a7ac9ad60113eae825aefa017f210c1
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri May 21 09:06:28 2010 -0300

    Fixed Nokia copyright.
    
    Reviewer: Matti Airas <matti.p.airas@nokia.com>

commit 792456c8e4271b97183428b22e84d9498cfaa2dc
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu May 20 19:01:41 2010 -0300

    Fix convenience symlinks used during install by appending the
    
    Author: Didier Raboud <didier@raboud.com>
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit d9be18983480567acc800258c1a2b05e0af8ab03
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu May 20 19:01:00 2010 -0300

    Includes the postfixes in the install target (allows debug build)
    
    Author: Didier Raboud <didier@raboud.com>
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 9d8f595e29419d441b7d00279f12ea4f56742ad4
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu May 20 17:04:57 2010 -0300

    Revert "Fix bug #229."
    
    This reverts commit 5442c99d143fedb2fd7acd02e6e9d6195c16504d.
    
    The added function are part of QtGui, not QtCore.

commit 2956c15cb2aec0d0450a4c3272af82a8a2e37450
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu May 20 14:41:23 2010 -0300

    Append license and copyright to pyhtml2devhelp.py script
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit a98a0bf25a9ab0d2dd111ffbf1791339686de345
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu May 20 14:40:52 2010 -0300

    QAbstractTableItemModel unittest.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 5442c99d143fedb2fd7acd02e6e9d6195c16504d
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu May 20 14:30:29 2010 -0300

    Fix bug #229.
    
    Just remove the removal of some functions from Qt namespaces.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.araujo@openbossa.org>

commit 5ee62778c17d502d71ab9fc4199bd738fc432311
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu May 20 11:53:31 2010 -0300

    Update polymorphic-id-expression to QAbstractItemModel derived classes.
    
    Fixes bug #211.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit f5986ec7fba61cdf531cf62447a6bdf81aac8a20
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu May 20 11:55:54 2010 -0300

    Fix bug#228 - "Missing PySide.QtGui.QStyledItemDelegate.initStyleOption"
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 361ac438c2b9e3c6c10c9ab2207a6464557b8a85
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu May 20 10:57:14 2010 -0300

    Fixed signal/slot class name based on PSEP 100.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 3d205e83191fa778d9e17e318cff28829abfa62d
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Thu May 20 11:03:58 2010 -0300

    Updating doc to reflect PSEP100.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Renato Araujo <renato.araujo@openbossa.org>

commit 34317b147f3c00b0ea81d79219183c1e96bc5533
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu May 20 10:48:59 2010 -0300

    Fix bug#207, Add initQtMetaType class to libpyside.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit bb32f636589e915811d5ad9dce598f226fa49fbf
Author: Renato Oliveira <renolive@rodrigo-oliveiras-macbook-pro-15.local>
Date:   Wed May 19 14:32:14 2010 -0300

    MacOs compiler fix.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit b830e6696627e1c740e7f93f7978c604a59ee7ac
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 19 14:20:18 2010 -0300

    Implemented SO detection support.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 101a3f0e33a747e0627acb2429c01acac9a88798
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Wed May 19 16:09:42 2010 -0300

    Update tests to cover bug#207.

commit 43263681e7ba8f74dc7150cd049774350718bf84
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 18 18:41:36 2010 -0300

    Fix dynamic linking in various modules.
    
    Author: Didier Raboud <didier@raboud.com>
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit b7343f255c77ae822eaf07c6ac10035863ca188f
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 18 18:38:19 2010 -0300

    Implemented OPENSSL detection on QtNetwork.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 8236687340f8bfea8b36874bec28bb52cca18f1b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 18 15:13:11 2010 -0300

    Append licence header.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 81cf6af6eb5cc38ab45c953c1fd6a6c72c3234d1
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Thu May 13 14:08:47 2010 -0300

    Adding documentation about new-style signal/slot.

commit 9a8bc9c3d14f37e8a25ef820d1cdc25807842ee4
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Mon May 17 19:48:16 2010 -0300

    Adding new-style signal/slot tests.
    
    Based on Marcelo Lira's source code.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 16809db86b7fbdde8cb4cf3d525d9d8e34fc03be
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Mon May 17 19:46:12 2010 -0300

    Fix signal initializer.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit b7df2f1c0ca771caad27c0fe896e5657f589f05c
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Mon May 17 19:46:12 2010 -0300

    Fix signal initializer.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 40d67b2892039fabc41bf7a23c0ee7f95310367f
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 17 19:11:56 2010 -0300

    Implemented signal to signal connection.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 3f6c11762e55942f530737b6ed6528680fb675b5
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 17 18:56:00 2010 -0300

    Implemented support to connection type.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 089cce5dbbcaeb32b14fc561ce0d723dbb80d6e1
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 17 18:40:38 2010 -0300

    Used shared pointer on MethodData to allow copy.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit f976c831fd89c09e116465538f0a3888bba543e2
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 17 17:37:52 2010 -0300

    Register Signal objects on MetaObject.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 367536b2aad4c076141d6075b766c246a102d763
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 17 16:50:25 2010 -0300

    Removed init[slot,signal] from public api.
    
    Use PyObject_dir to discovery signals methods. (this is very slow)
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 77d9398bde09ed06ff0be94168c7c8739ec2483d
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 17 15:28:11 2010 -0300

    Fixed memory leak on signal allocator.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 005aeaf8290ff9308bb9ad0edfec1949e8125772
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 17 13:56:53 2010 -0300

    Fixed memory leaks.
    
    Used PyObject on attr functions.
    Code style update.
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 7001f3df8fd969cbd619fc33172d74c738f796a1
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 17 13:43:15 2010 -0300

    removed TPFLAGS_BASETYPE from signal/slot classes to avoid derivation
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit a6ce509dac8c2623f481e0b7442305d7d0245487
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 17 13:37:01 2010 -0300

    Updated signal/slot class names to follow the same style.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 37141d23299586f996a71e18b511992eb1b712d1
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 17 11:10:44 2010 -0300

    Fixed signal signature parse.
    
    Implemented signal allocator function to be used on generator.
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 5eabe6943ff7f6fe0a4e4b008f4664361354441a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri May 14 19:05:51 2010 -0300

    Implemente sequence operator on signal class.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit d8593de73a7f8fdb71012d253f91de3878d29d5e
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri May 14 17:14:49 2010 -0300

    Implemented signal name discovery if not setted on constructor.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit c5fd4d4830cb49c9f8087d7e54335f4c248f76bf
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu May 13 15:50:42 2010 -0300

    Implemented support to modify slot return type.
    Included method type in DynamicQMetaObject metadata.
    Moved Signal/Slot objet to libpyside.
    Create unittest to signal class.
    Implemented disconnection function.
    Fixed emit method on signal object

commit d2a6f35ef914b000ddd7685925075985c76817ac
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu May 13 15:50:10 2010 -0300

    Included QMetaMethod class in QtCore typesystem.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 79ce19690db524e40f1e837cd52ebbbe251b3447
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 12 18:12:25 2010 -0300

    Use new decorators api on autoconnect test.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit fde014f5db8f35727585e4402849ef565987c63a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 12 17:21:19 2010 -0300

    Implemented support to slot decoration.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit ac217286e20644cd2519cde6c2588761b6a39cd6
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed May 12 17:20:29 2010 -0300

    Created unitest to slot decoration.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 4452d5dbaa089ad8bf9ae169d6d7579a04215161
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon May 10 13:41:56 2010 -0300

    Created test to static metaobject.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit e58db20b0fe32beb87365e74cf29fc45bb8ce603
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Fri May 7 15:50:28 2010 -0300

    Fix bug#167

commit 4fb103abfabf0f4b5f2c21258330647d0377ce1b
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Fri May 7 15:47:46 2010 -0300

    Removed undocumented enum from QtCore.

commit f34be7e312e71430580e7168c9b52d33126b71e8
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Fri May 7 15:56:56 2010 -0300

    New test case to cover QMenu.addAction() problem. Bug #167.

commit f17539378b995711c011b74070509566f30c7e9a
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri May 7 11:47:43 2010 -0300

    unittest for autoconection signal/slot.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org

commit 1551821972882def5738220112c3a7487ab80edf
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri May 7 10:50:41 2010 -0300

    uinit test for signasl with valuetype as pointer.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit dfdad7e0e54bab62825e639b7bacc0679032c236
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 4 18:51:21 2010 -0300

    Bump to version 0.3.2

commit c54618eee276f134722889b715279f021af5ecb5
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue May 4 15:08:06 2010 -0300

    Fixed layout issues in global module index documentation page.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Renato Araújo <renato.araujo@openbossa.org>

commit f0e7ba8fe7c043ac21d846959a5d24752a0f010a
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue May 4 13:57:50 2010 -0300

    Fix documentation page about how to generate the documentation.

commit 3ca68789bb95a8a5d3bad0ad6f6799051bdb0f76
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue May 4 11:39:50 2010 -0300

    Updated git-archive use to keep compatibility with git version 1.6.

commit c52e628de3afeafe72c3969e43eee8990e3fa815
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue May 4 11:48:02 2010 -0300

    Fix libshiboken SONAME.

commit 04a7beaab3089341479bc4fc11c2dc6d3721f3c5
Author: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
Date:   Tue May 4 09:19:39 2010 -0400

    Add QtMaemo5 to the modules list
    
    Reviewer: Renato Filho <renato.filho@openbossa.org>
    Reviewer: Lauro Neto <lauro.neto@openbossa.org>

commit e2763f0ae9471148ae0c6be87d9b0b05075c731f
Author: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
Date:   Mon May 3 16:59:19 2010 -0400

    Bump generation tools versions

commit 4805c01d3375d9c0cdf428e75f0e61cf6c54e432
Author: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
Date:   Mon May 3 15:14:09 2010 -0400

    Update build docs dependencies/versions

commit fdb03104bf19ba029915ad69fc8337785a6d498d
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon May 3 17:05:18 2010 -0300

    Fix Phonon.path.[sink|source]() return ownership
    
    Was leaking references and segfaulting on exit.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Renato Filho <renato.filho@openbossa.org>

commit 6d2bdf8907edfcef88cd38530778a9e3500f0886
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Apr 30 20:12:29 2010 -0300

    Fix phonon playing test
    
    Wasn't playing anything as no output was being connected to
    the source.

commit 8ba349cfedc492dc0260cf176a2f7ca86e06b186
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Apr 30 20:11:55 2010 -0300

    Adding missing files
    
    Were giving 'symbol not found' with Qt4.5 or failing compilation

commit 0313063fa38b291d82d43f452d92d1211c8ae447
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Mon May 3 16:31:45 2010 -0300

    Add doc generator for some missing modules.
    
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
    Reviewer: Renato Araújo <renato.araujo@openbossa.org>

commit 683c105ae9d128c64a3ef1ac8ae264506c1e2101
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Mon May 3 10:50:17 2010 -0300

    Build documentation of out source dir, automagicly replacing variables like version numbers.
    
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
    Reviewer: Renato Araújo <renato.araujo@openbossa.org>

commit 3ee5470bc386eaa40a88e59f52eca94376eebb3e
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Fri Apr 30 16:09:02 2010 -0300

    Fix documentation title, as requested by bug#168.
    
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
    Reviewer: Renato Araújo <renato.araujo@openbossa.org>

commit 59d0798159149be4bf9fd209b468a5b09d37d80a
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Fri Apr 30 16:08:23 2010 -0300

    Add dbus example do docs.
    
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
    Reviewer: Renato Araújo <renato.araujo@openbossa.org>

commit e7f6729d5b23931ba8a3ea30d80b15110cb4aa8f
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Fri Apr 30 17:12:43 2010 -0300

    Python2.6 doesn't include a .pc file.
    
    "Requires: Python" will break any use of pkg-config when trying to
    detect information related to pyside or shiboken modules.

commit 228372d4dac023b3e0376e5f7d8ec3cd4eed9ce0
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Fri Apr 30 17:11:55 2010 -0300

    Install pysideconversions.h to the proper place.

commit c3a2b39438e18e1ad0abdce4cf5fb3a2a3339513
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Apr 30 18:00:25 2010 -0300

    Fixed typesystem parser warnings.

commit 7d694e215d648d43c8151ac3f0ad46b498b24991
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Apr 30 17:04:42 2010 -0300

    Adding test for QtScriptTools
    
    Reviewer: Bruno Araujo <bruno.araujo@openbossa.org>
    Reviewer: Willer Moreira <willer.moreira@openbossa.org>

commit 52f06cdcd83adc4e5fa61764602d9b3511296c77
Author: Willer Moreira <willer.moreira@openbossa.org>
Date:   Fri Apr 30 13:08:22 2010 -0400

    Adding support to QtScriptTools module.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Lauro Neto <lauro.neto@openbossa.org>

commit 9f6d188d3551fd096c596c3feaf03faf456389ec
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Apr 30 15:02:46 2010 -0300

    Add missing flags attribute.

commit acc0ce463c8872d7549f32992c561c654fc1303e
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Apr 30 14:22:24 2010 -0300

    Phonon Notifier wrapper.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Renato Araújo <renato.araujo@openbossa.org>

commit a7c7c9a76c0e9a132a8526ac420d0fb68905d53e
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Wed Apr 28 17:43:48 2010 -0300

    Add QMultiMap support for Qt.

commit d168458987ecec8008f7df97e3a8f64dc33018ff
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Fri Apr 16 19:51:09 2010 -0300

    Initial bindings for phonon

commit faa90f5b7be896e50018b46778c6cc7aa5aba557
Author: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
Date:   Wed Apr 28 17:44:36 2010 -0400

    Update build docs.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Renato Araújo <renato.filho@openbossa.org>

commit 171c9ed6efaef75ec95fbb96bba890c4a8bf236b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Apr 29 11:41:22 2010 -0300

    Fixed convertes memory leak.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 35a3178fdcb0b3e925491ac33b1f3ed02ced7725
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 28 14:37:39 2010 -0300

    Update documentation about shiboken and remove old one about
    boost.python.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 8d0fc00e8bbcb504373c3b29932bc6bdc2fb9fe3
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Apr 28 14:34:46 2010 -0300

    Skip BaseWrapper class from class diagram generation.
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit aaece960d3cf1c9d19dd84fe8171769517647724
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Apr 27 18:12:50 2010 -0300

    Adding ./doc from boost
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 685246809debe672a0007b67fe78f7c77bad6739
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Apr 27 16:44:54 2010 -0300

    Fixing project name
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 196f5ae1046aca2f9fdc6284581474d062f505fc
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Apr 23 18:59:46 2010 -0300

    Created unittest for QtScript.

commit 0255f6ebb65850e593d34da4804d2bad2ad486bc
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Wed Apr 21 13:07:45 2010 -0300

    Adding support to QtScript module.

commit 88bae999f715fcd22ea7efe5c497d60323ddef39
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu Apr 22 15:54:52 2010 -0300

    Added all Qt global functions using the brand new function tag.
    
    Reviewer: Renato Araújo <renato.araujo@openbossa.org>
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>

commit e6cfe657ff35b10a82419b027dc056a3e560795b
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Fri Apr 16 15:44:07 2010 -0300

    Moves contents of qobjectdefs_pyside.h to global.h.
    
    This change is required to APIExtractor correct find the file where the classes
    declared in qobjectdefs_pyside.h were.

commit 765dc0857887bb838e22797f9e237f2d63cb1bb5
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Apr 13 20:22:15 2010 -0300

    Function modifications of QDragMoveEvent moved to its base type, QDropEvent.

commit 59ccd4c744de0c3c41015a80798e31e8481df5b0
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Apr 22 16:18:23 2010 -0300

    For now on, the c++ ownership is mandatory on QLayout family classes.
    
    QLayouts class does not take ownership of widgets, only transfer
    ownership to parentWidgets.
    
    If you add a QWidget in a QLayout this widget does not have your
    refcount incremented until this layout get a parent QWidget.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 3c68c1f03f14f233f11dc2918192078a36efd276
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Apr 22 14:39:51 2010 -0300

    Fixed QLayoutItemWidget polymorphic expression.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 1ec8bf6f1e745eea07c450b24dd1e6f6fb60f7db
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 19 17:57:08 2010 -0300

    Fixed QLayout family return policy.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 2c937c64420c414a33f76c8df8f1f72592469576
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Apr 19 17:59:53 2010 -0300

    Fixed QApplication exit order.
    
    SignalManager need be destroyed before QApplication to avoid memory
    leak.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 3468ba1efffc17f532ca69007602e87f19245304
Author: renato <renato.filho@openbossa.org>
Date:   Fri Apr 16 16:14:03 2010 -0300

    Implemented module QtMaemo5.
    
    Create unittest for module.
    Fixed generetion of typesystem_gui.xml based on detected system.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit de4a1a10b01f54ce03bc484f04f4294ba8b4d314
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Apr 15 12:13:07 2010 -0300

    Fixed bug with refcount on PyObject args during signal/slot emission.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>

commit 2de4b9385917ff3d0616cf9967295d412f89297f
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Apr 13 17:55:53 2010 -0300

    Removed unecessary inject code on QtHelp typesystem.
    Renamed unittest to standard name with test in the end of filename to be
    detected by test suite.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 24249a4538756ba19d1cef29b5db98680d29105e
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu Apr 8 19:08:53 2010 -0300

    Partially fix bug#181 "Support Qt message handling system".
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>

commit e7c5666bc3ab7d7678f319138688391395a50711
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Apr 13 14:55:06 2010 -0300

    Fix typo, QT_MULTIMEDIA* => QT_QTMULTIMEDIA*
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>

commit 653bb5149b0e29bbad994568954a1c937fe0b248
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Apr 13 15:13:19 2010 -0300

    Created unittest for QtXmlPatterns.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 27458bcd2f87e29dbdb60ba0de463261fedd3afa
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Mon Apr 12 18:35:21 2010 -0300

    Fix bug#197, among some reference leaks.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>

commit f4c941bdadd8fd0ea4286745551af55899b76494
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu Apr 8 15:26:36 2010 -0300

    Add hack to find QtMultimedia module.
    
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
    Reviewer: Renato Araújo <renato.filho@openbossa.org>

commit 1d90691a0004aa20e15f86872f44c0bf33409703
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu Apr 8 11:13:35 2010 -0300

    Fix modified type of QAbstractVideoBuffer::map method.

commit 7a3f28e1bf742f689200a981e28de8f9222508b2
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu Apr 8 11:11:28 2010 -0300

    Do not throw an OverflowError on QString.number(-1).

commit 74624014231706acdd87d70f5c1fb01fdd1f8ab6
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 23 14:37:58 2010 -0300

    Install QtMultimedia header file.

commit bbb1b7ef98d35f8cb03c827c05814fd942f46840
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 23 14:36:48 2010 -0300

    Fix CMakeLists and typesystem of qtmultimedia to use the right typesystem file from QtGui.

commit 354b8b6cea7b3f8ae1c95d20d48c598da5c6cbdc
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 23 14:34:37 2010 -0300

    QtMultimedia doesn't exists in versions prior to 4.6, so we dont need to check if we had Qt4.6 to add specific Qt4.6 files.

commit 3ddaabdefe113406be50447515fcf39cc058554a
Author: Carlos Goncalves <mail@cgoncalves.info>
Date:   Tue Mar 9 12:48:41 2010 +0000

    Initial QtMultimedia bindings

commit 542095e1ee72e32e5b935fb20c52d17d54903f79
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Apr 9 16:51:37 2010 -0300

    Fixed signal emission with pythonic signalture.
    Created unittest.
    
    Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
              Luciano Wolf <luciano.wolf@openbossa.org>

commit 9ca3e6148aafc852c72302a2d3401a2dff56abd2
Author: Thomas Berg <merlin66b@gmail.com>
Date:   Sun Mar 21 07:35:56 2010 +0100

    Use '&&' instead of 'and'.
    
    The 'and' keyword is not supported by msvc.
    
    Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>

commit 7127770c641cbfa5b9d3b72276d949e300089707
Author: Thomas Berg <merlin66b@gmail.com>
Date:   Sun Mar 21 03:31:51 2010 +0100

    Use heap allocation for array with unknown size.
    
    With msvc, arrays can only allocated on the stack if the size
    is known at compile time.

commit ce69493714e3c6337dad103abea094136770d571
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Mar 18 16:45:54 2010 -0300

    Initial bindings for QtXmlPatterns.
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>

commit f9e2b8a5c5087bbb6570b64667bd4ab91f326b78
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Fri Apr 9 14:21:32 2010 -0300

    Suppress some known warnings from apiextractor.

commit 4d699fd85d0e6726f4100bcd4b382dc2185c1435
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Fri Apr 9 14:17:22 2010 -0300

    Remove warnings about deprecated const char* to char* conversions.

commit 9498ae46122f3f89e7aa44e50099be847c58ec2c
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Fri Apr 9 16:23:07 2010 -0300

    Initial bindings for QtHelp
    
    Reviewer: Renato Araújo <renato.filho@openbossa.org>
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>

commit 965a16322bade4098b8fe187296e62b746d6b590
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Apr 9 17:49:31 2010 -0300

    Adding test for multiple QObject inheritance
    
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>

commit fbf8774f5833bd7f864d3919e843a857f21f1fb5
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu Apr 8 17:31:40 2010 -0300

    Fix bug#200 "Add support to disable the binding generation of some modules."
    
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
    Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>

commit f8907f4e4ed306f07c28d285d2d46bd2b43ea19b
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Thu Apr 8 16:34:52 2010 -0300

    Fix bug#210, "Can't connect generic callable objects as a slot".
    
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>

commit bd8d5dabb334d16ccfdb76fe0fb8d083be2c0219
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Apr 6 18:57:10 2010 -0300

    Small optimization in QObject::receivers
    
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>
    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>

commit fa9a91b59e4dee7e289c9711b86525016491e414
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Apr 6 17:02:13 2010 -0300

    QStrign uses the same hash function of str/unicode objects.

commit fc08b8878113645692f65d84e488de8288fa09b7
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Apr 6 14:13:43 2010 -0300

    Fix QObject::connect(sender, signal, slot).

commit 9f9c1aed52213deba3ca4b34b9010f7dbadb45ef
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Tue Apr 6 14:09:34 2010 -0300

    Better warning message when the signal emission fail.

commit a5b2237ee0a7a894e1eac4e2c0f4b270866a059a
Author: Hugo Parente Lima <hugo.lima@openbossa.org>
Date:   Mon Apr 5 18:10:23 2010 -0300

    None is convertible to QString, the result is a QString where QString.isNull is true.

commit 826678cb91124784339c2a92118e82413ef03b5c
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Apr 1 19:26:07 2010 -0300

    Do not handle QVariant user types as Python objects, only the real Python objects.
    
    Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>

commit 9b338f98571bd2d0433564014af3cf18e87788bd
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Apr 1 19:25:00 2010 -0300

    QVariant.toList returns a list when it contains a python sequence.

commit 956d6fd530a5c1c526dc64a357addd790ab87c12
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Apr 1 18:12:40 2010 -0300

    Fix some issues with QVariant, including the QAbstractKinectScroller one.

commit 77c2be562b00166172caf7fc460765488e47e3a4
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Mar 30 15:28:57 2010 -0300

    Extended QMatrix test with QPoint reverse multiplication.
    
    Reviewed by Anderson Lizardo <anderson.lizardo@openbossa.org>
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 96e7b2db77552e1b322427125a9044381f778182
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Mon Mar 29 14:24:27 2010 -0400

    QEasingCurve::setCustomType typesystem workaround
    
    Due to bug #201, typesystem signatures that take pointer to function
    types are incorrectly expanded.
    
    To workaround this bug, the typesystem signature for
    QEasingCurve::setCustomType removal is:
    
    <modify-function signature="setCustomType(double)" remove="all"/>
    
    But for ARM, this same workaround does not work, and has to be:
    
    <modify-function signature="setCustomType(float)" remove="all"/>
    
    This is probably due to how apiextractor/shiboken is incorrectly
    expanding the pointer to function signature. To remove setCustomType on
    ARM (and thus allow the build to succeed), this commit adds both
    signatures.
    
    This is a temporary fix just while bug #201 is not fixed.
    
    Reviewed-by: Lauro Moura <lauro.neto@openbossa.org>
    Reviewed-by: Bruno Araujo <bruno.araujo@openbossa.org>

commit bf8b1e7d38dd849a6cd22005fcfb0668007915f3
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Mon Mar 29 16:55:28 2010 -0400

    QtNetwork/typesystem_network.xml updates
    
    Reviewed-by: Lauro Moura <lauro.neto@openbossa.org>
    Reviewed-by: Hugo Lima <hugo.lima@openbossa.org>

commit 5bd8147956aa7b54af96ce4a0ec9f00afb8fcf88
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 30 12:01:10 2010 -0300

    Adapt to changes in libshiboken
    
    Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>

commit 718dd06ecd8443bc556f68bb17f7958e891ee48b
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Mar 24 20:23:47 2010 -0300

    Fix QObject::findChildren and QObject::findChild methods.
    
    QUiTools unit tests uses these functions and will fail without this patch.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>

commit 771c2be893567c8f6bd0deda87ff0e95322923a2
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Mar 24 19:24:14 2010 -0300

    Initial bindings for QtUiTools.

commit 7107c2fef5b5a0eba19c513945d8698bc8d962bb
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Mar 24 18:41:35 2010 -0300

    Removed unused/duplicated test due to a typo.

commit a35a05883476b0f1fee51c0bfa99e1ee4e974038
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Mar 26 16:34:37 2010 -0300

    Removes the user added copy constructor for QPoint class.
    
    API Extractor already provides it.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit 17730b9af517180cbc2a2c88c6b3f9fca99e76d6
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Mar 26 18:25:37 2010 -0300

    Added missing enums to QtOpenGL type system.

commit 2e1a48c831eb35ef8f2d77f44eed54dbf2e1c346
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 23 19:23:34 2010 -0300

    Version bump
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>

commit d2b3cf46905c69707415a227ca2973108392ee28
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 23 19:23:01 2010 -0300

    Fix file name of generated source package.

commit a576f86faae357b7cd1b614567c17bfb6b2c3358
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 23 19:04:02 2010 -0300

    Fix name of source package generated by make dist.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>

commit 30480cb699bfed0c96e3026c949c4da2b6910672
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 23 16:37:34 2010 -0300

    Use the right typesystem file for QtGui.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>

commit 61fcd59519fb76e9158c26108b124812d265a989
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 23 16:35:39 2010 -0300

    Install QtXml header file.

commit 2fe34fee65bda5a3eec7b08974f71f839be5e7c5
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Mar 8 12:50:01 2010 -0300

    Adding tests for QMenuBar.addAction.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit e7ec7cf9d5e69f30552bcc79e891bf06cfdb3d16
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Mar 23 16:02:31 2010 -0300

    Updates QMenuBar type system and adds custom code for addAction method.

commit 09d40d5b0e33019acaabe5bd66a3874ea103cab8
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 23 14:32:25 2010 -0300

    Fix CMakeLists and typesystem of qtwebkit to use the right typesystem file from QtGui.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>

commit d4c193277a2ba0fa5d47292160ebc1c12ce9dca0
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Mar 23 13:50:37 2010 -0300

    Adds unit tests for QDomDocument class.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit d42c260b589fc1b867a07115ed87b62b6643071f
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Mar 23 09:30:52 2010 -0300

    Adds unit tests for QXmlSimpleReader class.
    
    QXmlSimpleReader is tested for instantiation, as well as 'feature'
    and 'property' methods.

commit 1e1c83886edee5c4d83a69e9414becc8f0bd47a7
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Mar 23 12:54:14 2010 -0300

    Updates to QtXml module.
    
    Fixes many classes, in particular: QXmlDefaultHandler, QXmlContentHandler,
    QXmlEntityResolver, QXmlReader and QXmlSimpleReader.
    
    A new type system template was added to handle virtual methods that must
    convert a (result, bool ok) tuple returned from a Python override into
    a single C++ result value and set a C++ bool* argument.

commit d38e0155185d0c691e22387e5b2fb22b114bf324
Author: Matti Airas <matti.p.airas@nokia.com>
Date:   Tue Mar 16 10:34:12 2010 -0300

    initial bindings for QtXml
    
    QtXml now compiles and can be imported but is not tested at all.

commit c91f618bf3275914bbe02ea91a19a86516a045d1
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 23 11:36:48 2010 -0300

    Bump version to 0.3.0.
    
    Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>

commit 61ce86f9fa8865161a1a3b06f0b2b88760be224b
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 23 11:27:27 2010 -0300

    Changed routine to build source packages.

commit 8d0ae81d99aaab95bae609bd56c7692e9ccdea0b
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Mar 22 18:39:43 2010 -0300

    Install module headers.

commit fc297baab11d0baccbc841838d4ab4700ccac0ea
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Mar 22 18:39:08 2010 -0300

    Add all binded modules to __all__ variable of __init__.py

commit d4f3f70eda6f9b7b0307de7f913be9bdd46d9987
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Mar 22 17:55:09 2010 -0300

    Add PySideConfig.cmake and PySideVersion.cmake files.

commit a5c10e3a4d28b4556e4927cefd72bb9ca279ad92
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Mar 22 17:45:05 2010 -0300

    Add pkg-config file for libpyside.

commit cf3f6d1cf5e4628e735ce6d164d74861e550071e
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Mar 23 10:46:51 2010 -0300

    Adds a new flag test.
    
    The test does an invert operation on the result of an or operation
    over two enum values.
    
    Reviewed by Anderson Lizardo <anderson.lizardo@openbossa.org>
    Reviewed by Bruno Araújo <bruno.araujo@openbossa.org>

commit 290d773b323e8a0c7e9178b4c7997dcb2db5ba97
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Mar 23 08:29:18 2010 -0300

    Adds a hash function to QTreeWidgetItem objects.
    
    A "hashable" unit test was added as well.
    
    Reviewed by Anderson Lizardo <anderson.lizardo@openbossa.org>
    Reviewed by Bruno Araújo <bruno.araujo@openbossa.org>

commit c424162a0380609eed447fd370467813242fec08
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Mar 22 17:02:17 2010 -0300

    Fix methods for the '*&' commit in apiextractor
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>

commit 5e391044e735afb282ddaca61076ca0135759437
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Mar 22 11:54:07 2010 -0300

    Initial QtSql bindings.
    
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit 4df12e7cba463ce664b8cf4e95bb72c4aef2a5ff
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Mar 22 11:52:48 2010 -0300

    Return a QStringList wrapper instead of a python list in Converter::toPython.

commit a025ecb863f7a2e7881458e3f614fb1c4598c49d
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Mar 18 16:38:28 2010 -0300

    Putting back QDrag::start.
    
    Although it is not documented, it's in the public API in the
    latest Qt SDK.

commit c4896b83723adc7050d486450b9758e5211dacb5
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Mar 18 16:37:31 2010 -0300

    Adding a more complex test for QPixmap, QColor, etc

commit 061349d6391cd3677b58489e31d4e9e654abc47b
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Mar 18 16:36:48 2010 -0300

    Adding QVariant(QPixmap) test

commit 2c73d919273b1660af40053afa198a42278c07a9
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Feb 26 20:16:54 2010 -0300

    Fix QDataStream <</>> QPixmap test

commit 737952531b367f4adc3bc73d326f350e58948634
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Sat Mar 6 21:49:02 2010 -0300

    Isolate QVariant tests that use pure python objs

commit 1356f832ae7a51435e904218014261072099d3c2
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Mar 15 10:17:12 2010 -0400

    Fixes QPixmap.loadFromData method and extends QPixmap test cases.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Bruno Araújo <bruno.araujo@openbossa.org>

commit ff3f3a9cf2efc3e51de83831ffba355abe61e701
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Mar 18 21:12:51 2010 -0300

    Bindings for QtOpenGL.
    
    Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit 637208c48821634dab3599673bef64b090cff1e8
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Mar 18 17:51:47 2010 -0300

    Remove whitespaces from qtnetwork typesystem.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>

commit e7adc30c8d0f04bc447666c235a5a72724174224
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Mar 18 17:47:35 2010 -0300

    Remove some methods and ctors which makes no sense in the python world.

commit ef1ed30d114477af62fe57c909a97337f2e3d6ff
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Mar 17 17:04:28 2010 -0300

    Small fixes for Qt containers converters.

commit 1e8fae534a702555055718810ac8b09ea4fcdd92
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Mar 17 16:56:39 2010 -0300

    Added test for invalid QStringList conversion.

commit e567c33769897f7bb5cdc299738ba21c1c649702
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Mar 17 15:53:38 2010 -0300

    Remove qtgui_qstring_qkeysequence from test blacklist.

commit 04081418245c6eb5a37b0f0ae01fd32306636429
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Mar 17 11:12:38 2010 -0300

    Removes QVariant(float), QVariant(double) will just do the job for us.

commit 781bdbe6321298e7bb567a717a8b0fca4cd0e7e2
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Mar 15 14:46:30 2010 -0300

    Fixed PySide custom conversions to work with newer versions of shiboken generator.

commit b53b9e49ba3b277913b970df758b75b36cc253a4
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Mar 15 14:43:30 2010 -0300

    Added container conversion to QStringList.

commit fc9619b5651e5aa7d39b0651f6e426d8b71f8db9
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Mar 15 14:41:54 2010 -0300

    Added conversion templates for Qt containers.

commit ceae06a748c5120eee89a2983b1cc994c09844ca
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Mar 4 18:38:56 2010 -0300

    Extends the QKeySequence unit test.
    
    The test adds conversions from QString and Python string to a
    QKeySequence.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 965dd2d917500cf03076de721a691f9a7ad63420
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Wed Mar 3 17:34:03 2010 -0300

    Adding event filter test for new type discovery
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>

commit 8ea7551ac00a49d72ccf0d6a8fcf1e064d59e496
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Wed Mar 3 17:09:57 2010 -0300

    Initial QtTest bindings

commit 361322dea68da3f8193979496ac4e4a4e725ee9f
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 2 18:54:12 2010 -0300

    Add some missing Qt4.6 enums.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>

commit 6f19bc36d75249c32a0b30e55460ed3e0348bc23
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Mar 2 18:52:33 2010 -0300

    Fix compilation of QtCore when using -DAVOID_PROTECTED_HACK.

commit 77bb1220b4bc7d538d1e57cf6011d7b3fbe42925
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Mar 2 13:30:38 2010 -0300

    Updated type system and QString and QPixmap conversions to be extensible.
    
    And removed the QkeySequence test from the black list (the list of tests
    expected to fail).
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit 4eafde570f4bb3d4bf663959959d8c1a0b221212
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Mar 1 19:48:54 2010 -0300

    Re-add polymorphic-id-expression attribute on QtCore and QtGui typesystems.
    
    Also add some missing classes on QtGui.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>

commit 0169a27adc524ffd7553264240dbd74aaad74739
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Mar 3 16:03:12 2010 -0300

    Fix QtWebkit module compilation with Qt4.5.
    
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
    Reviewer: Lauro Moura <lauro.neto@openbossa.org>

commit 30f3f070ac20d98bae7fcd02a85bc60f33457742
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Sat Feb 27 13:45:28 2010 -0300

    Adding QColor == GlobalColor test
    
    Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
    Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>

commit 7256827c898d11be2cbf43566bac348f0395f2e8
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Feb 26 20:38:59 2010 -0300

    Adding test for QColor(QRgb)

commit 8bc7aa50c6e875461787ce9c6b5e2edb01de78bc
Author: Carlos Goncalves <mail@cgoncalves.info>
Date:   Sun Feb 28 02:21:13 2010 +0000

    Initial QtSvg bindings
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 0d9b1dca7fcdae9ceb1d31c2f21926c2b06e7802
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Mar 2 13:33:43 2010 -0300

    Updated custom converter for QBool to use ValueTypeConverter instead of ConverterBase.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit a13b5b014569c46d9a8b5a09ac24162fada7b9f5
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Thu Feb 25 12:25:41 2010 -0400

    Replace "requires" class decorator with a simple if (for Python 2.5 compatibility)
    
    Reviewed-by: Lauro Moura <lauro.neto@openbossa.org>
    Reviewed-by: Bruno Araujo <bruno.araujo@openbossa.org>

commit b10d28d07f215ae8f237f038db2a5d90009055c5
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Wed Feb 24 19:26:24 2010 -0300

    Adding blacklist with qkeysequence test
    
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit c7199a6ecbe5d4daf95f0e4629ea6cac4526cc19
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Wed Feb 24 16:07:52 2010 -0300

    Fix bug #164 - __len__() function missing in QItemSelection.
    
    Reviewed by Renato Araujo <renato.filho@openbossa.org>
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit 915a34b39ff192b1f6c057721f326cd0d36588ec
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Feb 26 14:32:04 2010 -0300

    Do not link QtWebkit module against other modules.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit 9639df1818207f6073b22ff6d3890c8d09bc12ce
Author: Carlos Goncalves <mail@cgoncalves.info>
Date:   Tue Feb 9 01:07:14 2010 +0000

    Initial QtWebKit binding (Qt 4.6 supported)

commit 42cd45f62ae1e57c929dcb55ab66d4dec67291f2
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Feb 25 14:15:36 2010 -0300

    QWidget.setStyle should not be set as parent of the style passed to it.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit b4942f58314130fbe6aa9ce8a307b3d21fc633c4
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Feb 25 14:06:43 2010 -0300

    Adds a QStyle test.
    
    The new test creates and sets a QStyle for all widgets in an UI
    hierarchy. One of the widgets, a QFontComboBox, contains a QLineEdit
    originated in C++, calling setStyle in it must not steal the ownership
    of the QStyle or else things will break.

commit b0112feddd5dbcdc602fe4836591313c04c8d934
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Feb 25 13:45:28 2010 -0300

    Fixed QtGui type system for QStyleFactory::create(QString) method.
    
    The 'create' method returns a new QStyle object whose ownership
    must be transferred to Python.

commit 18302e80b874f3032e17abe1deab03b92232711a
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Feb 25 13:29:54 2010 -0300

    Renamed QStyle test to StandardPixmap.

commit 9c0e61aec48cf1c0201ed6df8df86a8c8f66a770
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Feb 24 18:50:03 2010 -0300

    Adds unit tests for QGraphicsProxyWidget and for Python type derived from it.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 3e100626a5e1676240f374275440d2ec1e191599
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Wed Feb 24 16:03:06 2010 -0300

    Fixing usage of tp_name in QVariant converter
    
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit eeb50b166bc122cf5326e842528d92b4e0914ff3
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Feb 24 15:19:36 2010 -0300

    Custom code should use Converters instead of the "_cptr" macros.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 15cfd5f5a2da879f0ac4a1f5dfd4f2fb139ac6b4
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Feb 23 20:51:50 2010 -0300

    Header fixes
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit e78d11c683db8551628d0259f72390cfd930e965
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Feb 22 18:21:50 2010 -0300

    Adding more tests for QFlags operators

commit b12189b3de7f63d1d0168d82808b72ce3cb97dc8
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Mon Feb 22 11:41:11 2010 -0300

    Enable support for >> and << operators (QtCore.QTextStream).
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit d131b85ce4ff300dece894a9672355b3f00451e4
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Mon Feb 22 11:41:11 2010 -0300

    Enable support for >> and << operators (QtCore.QTextStream).
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 6d8b1440a37bbe6d8eedcfbe420acab15c21b8ac
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Tue Feb 23 10:32:54 2010 -0400

    Modify return ownership for some QTextCursor methods
    
    This is necessary because the parent of the object returned by these methods is
    not the callee's method object.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 46f20f137ca789fd6a26eb4ce0f2360c91258c21
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Tue Feb 23 10:26:14 2010 -0400

    Add tests/qtgui/qtextedit_test.py

commit 30bc9ff03841fe4866d6faa18fa6623902c4dd59
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Feb 23 16:27:24 2010 -0300

    Renamed exec function on QPrintDialog().
    
    Fixes: #165
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 75b7afbd63be9b27d3bd964891720e8c16079280
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Feb 19 17:10:24 2010 -0300

    Fixed memory leak on callbacks used on signal connection.
    
    Now using the 'destroyed()' signal the reference is cleaned after source
    object destroyed.

commit ab738e07d2cffc0fc9692ecc3a5f830847b853bb
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Feb 23 14:50:17 2010 -0300

    Remove warnings about unused variables in code injection of TR functions.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 1461f2e6d25388dd1fe831e3adc56e0e2ce13df5
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Feb 23 14:47:49 2010 -0300

    Use %0 instead of cptr, because cptr is an implementation detail.

commit 3838566c193758a9cc09833f7e2ce3a44afe0d7f
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Feb 22 16:18:04 2010 -0300

    Doesn't use "return" on typesystem templates, use %PYARG_0 instead.
    
    .

commit e5624ded523a25b0b45b4e216ddb4dae38add50c
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Feb 19 19:28:19 2010 -0200

    Added QPixmap(QVariant).
    
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 03030ce1945075d9c32ab6ada75a45b7f7f906b6
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Feb 22 15:38:50 2010 -0300

    Replace QChar(char) with QChar(Str)
    
    QChar(char) was conflicting with QChar(int) due to char converter
    using PyNumber_Check.
    
    Reviewer: Renato Oliveira <renato.oliveira@openbossa.org>

commit b5128919aaa92862dec02c268a2e94c742425a9f
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Feb 22 15:35:13 2010 -0300

    Adding conversion file for QChar

commit 82e214967cc048cee380c5e97d3c3ad78d3a923a
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Feb 22 15:33:12 2010 -0300

    Adding tests for QChar(Str)

commit fceead0efef4b6b833546ecd331f21dc878719c8
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Sat Feb 20 19:22:26 2010 -0300

    Adding test for QChar(int)

commit babe9db5515e38635e04c2fd018fcfe5b24d40e8
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Sat Feb 20 18:22:17 2010 -0300

    Added a new case to translation unit tests.
    
    The new test calls QCoreApplication.translate passing None to an
    argument that in C++ expects a 'const char*' and accepts a null pointer.
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit c440eccaef049b03a21022af6286e819259777b2
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Sat Feb 20 16:12:53 2010 -0300

    Adds a simple unit test for QtGui.QPen instantiation.
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit eaaa562f9c52d924476b7f8635d5529891955271
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Feb 19 19:10:11 2010 -0200

    QtGui and QtNetwork uses the global header from QtCore, so they must be compiled after QtCore.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 5bf7e701e7f598287a460682ad4468a2460a9932
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Thu Feb 18 17:26:37 2010 -0300

    Support QPoint(QPoint) constructor.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 1b943ab43c730b28b7dc3acbdc8d6d5a737cf4ad
Author: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
Date:   Fri Feb 19 16:00:58 2010 -0400

    Remove multiple signatures for QSignalMapper mapped() and setMapping() functions (Fixes: #154)
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 29c6142355278e772025fa006f8075036f4c8e3f
Author: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
Date:   Fri Feb 19 07:58:09 2010 -0400

    Replace reserved words at qgraphicsitem_isblocked_test.py

commit fc68cd2248106e64fa1a00743c2ec56edf2effe0
Author: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
Date:   Thu Feb 18 16:18:33 2010 -0400

    Use assert() functions in the unit tests for the sake of standardization

commit 65f6f78008d4f961c9ebe5d8047b0f2c742fe15f
Author: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
Date:   Thu Feb 18 12:18:57 2010 -0400

    Add unittest for QInputDialog.getXXX() methods

commit 9f47f2174215eb49f3060669db66c7145e2ee7e5
Author: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
Date:   Thu Feb 18 11:36:11 2010 -0400

    Add unit test for QGraphicsItem.isBlockedByModalPanel()

commit ecb715ae00b1b2f36518fa666dd1a685dd5f88ee
Author: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
Date:   Wed Feb 17 13:33:28 2010 -0400

    Add unittest for QFontDialog

commit 6c086e845e022f5c77cf11ac360cb878818c2568
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Feb 19 17:40:30 2010 -0300

    Fix array deallocation
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 8ad970d91e4cc28ae0666baa12aa9d0e212c2e96
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Fri Feb 19 08:55:32 2010 -0400

    QGraphicsItem.isBlockedByModalPanel: initialize the pointer argument to avoid invalid memory access if the method returns false
    
    Reviewed by Bruno Araujo <bruno.araujo@openbossa.org>

commit 53b60c6b11ebbce26c0257a32271414ab433be0d
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Feb 18 17:38:37 2010 -0300

    Update QFontMetrics(f) tabArray handling
    
    Instead of expecting a value, tabArray is used to pass
    an array of ints to C++. This commit uses libshiboken
    sequenceToIntArray function to build the array.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit ce0b964def33eac6589591666438bb7bfab122e9
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Feb 18 17:36:29 2010 -0300

    Adding tests for QFontMetrics
    
    Testing in C++ showed no changes in the return value when
    changing the last two arguments (tabStops and tabArray), so I
    chose only to check the return value and error checking.

commit b2c5e91ff773591ce387effa0b77470fa2217c65
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Feb 18 11:14:41 2010 -0300

    Fixed the number of dynamic signal to 50, to avoid index error on
    QMetaObject functions.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 0f2681523a65b34f6b1317ce48ceb1e55ed907b9
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Thu Feb 18 15:10:36 2010 -0400

    Add tests/qtgui/qradialgradient_test.py
    
    Test various combinations of implicit qreal <-> int conversions and QPointF
    handling.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 7edc6b4ef1fb8ce2fd4decf10c084526509ce3c2
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Feb 12 14:53:57 2010 -0300

    Fixing typo in fix_arg,QRect* template
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 89afc32e0ab9f3d0376f774fe334c7087a76d423
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Feb 12 14:53:27 2010 -0300

    Adding QPainter.drawText with QRectF test

commit da44aaaef1f8206348177b90542aec8466e26b2a
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Feb 18 17:49:33 2010 -0200

    Do not link a python module to other python module.

commit 3599b75f885983aa87e8ef8baf0fb2c65ef175cb
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Feb 18 17:48:59 2010 -0200

    Put all custom converters inside Shiboken namespace.

commit 20077974e87ea27bb4710aaa89edd0bf97ba60ce
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Feb 18 17:47:32 2010 -0200

    Move QVariant converter implementation to global header.

commit ae55152a9255cc20dc44332d456ae944848ed212
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Feb 18 17:42:44 2010 -0200

    Remove redundant code on containers custom conversions.

commit 48bea29fd6b88f25810783502f3f5db74f1847fc
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Feb 18 16:13:16 2010 -0200

    Rename qcoreapplication_impl.cpp to qcoreapplication_init.cpp, because
    it's a glue for the init method.

commit a6a1481df381d1e8595fd489796ac97f096e0a89
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Feb 18 16:11:09 2010 -0200

    Do not export symbols, because nobody can link against QtCore.

commit aa2a2a57030dec2e8b73b017de5f157aae0fb5e5
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Thu Feb 18 16:33:23 2010 -0300

    Improve qpixmap test to support qstring and qsize arguments.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 97dd19383811a68cde71f9655ca2566517a596c8
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Feb 18 14:34:05 2010 -0300

    Adds more reference counting tests for QAbstractTransition class.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit d617892b59a3d9e90b178b87326bd06a00eeac17
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Feb 18 14:30:23 2010 -0300

    Adds code to QAbstractTransition.setTargetStates regarding reference keeping.
    
    The added custom code keeps alive the reference of the sequence passed
    to setTargetStates and decrefs any previous object passed via
    setTargetState or setTargetStates.

commit fa6756f52b368270b6e8e0ee4adb499a2afd5499
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Feb 17 17:54:31 2010 -0300

    Fixes type system for QAbstractTransition.setTargetState.
    
    And also for QAbstractTransition.targetState method.
    The test cases for it were expanded.

commit 16b2d0e370d4c7f69e846a90737ca56e010cf609
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Feb 17 16:44:17 2010 -0300

    Fixes QtGui type system to use 'reference-count' tag setModel methods.
    
    Various setModel methods where changed from the incorrect parenting
    tag to the proper 'reference-count' tag. The return value of
    QAbstractItemView.model() was defined to have 'default' ownership,
    otherwise the Qt heuristics from the generator would set the returned
    pointer as a child belonging to the QAbstractItemView instance.
    The test case for this was expanded and changed to a more meaningful
    name.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit fb265bc5c4f61bee40508168c891252bffc15f72
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Feb 12 18:07:20 2010 -0300

    Removed type system instructions causing returned objects to be invalidated.
    
    Directives passing to C++ the ownership of return values of methods
    were causing the said values to be marked as invalid.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 9eae7e3672dcad1796763b2d2b4debac49074cf9
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Feb 12 17:37:10 2010 -0200

    Remove access to internal stuff from QtCore typesystem.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 8e8c65f888707143e19b124e9b82b25ffc27a9da
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Feb 11 16:51:50 2010 -0300

    Adding qabs_test.py
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 3458562477c25980943b9a6fed3aa17c2fa86884
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Feb 12 13:33:30 2010 -0300

    Adding qcolor.get* tests
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 50d8761aa8ec6e6bba62edabec084c25b2791bab
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Feb 11 16:13:11 2010 -0300

    Adding QSet conversions plus test in qstatemachine
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit d39d8d6b5eba15e755451624b77a7601e94fc5d9
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Feb 11 16:11:31 2010 -0300

    Fixing imports and adding test checking classes

commit 29f6a260e49a6955dd12d354400d9ee6cfd6ddc7
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Feb 11 16:04:06 2010 -0300

    Add UsesQCoreApplication in state machine test

commit 8b35d247f8649c6b3f64d27ac6a43a8c54e640fd
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Feb 11 12:52:37 2010 -0300

    Fixed QMatrix4x4 inject code.
    
    Now QMatrix4x4 constructor supports any PySequence object.
    Created unit test for QMatrix4x4 injectcode.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit aae49f8f9b679d8c0e74e3f5e00c6a8a88791b64
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Feb 9 17:31:45 2010 -0300

    Inject code for QGraphicsView.drawItems.

commit 04b5eb900403a82cdffabdfc8a2bdeeebbf458e3
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Wed Feb 10 16:00:39 2010 -0400

    Ignore "staticQtMetaObject" attribute
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 7cc4ab54aaee271d8230eb16d42d99fd7201f2b3
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Feb 8 17:08:08 2010 -0300

    Putting back QFileInfo(QFile) and setFile(QFile)
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 262c32e87b6d56159b5dd75403061d7c678f64b4
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Feb 8 16:42:07 2010 -0300

    Small fix on qpushbutton.clicked emission

commit fad2f7e53de6274027637b6b61858fb825f6616f
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Feb 8 15:29:58 2010 -0300

    Adding support for connect(obj, signal, slot)
    
    window.connect(button, SIGNAL('clicked()'), SLOT('close()') should
    connect button.clicked to window.close

commit d54d860e13fb76e96460f9a4268c2649cf8152c4
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Feb 9 15:27:48 2010 -0200

    Added QtCore.qAbs function.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit a8be41f419d9f5e9c57fc0b1069b4b5ed68fbb0f
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Tue Feb 9 15:22:11 2010 -0300

    Fix warning about "remove argument" on QFontDialog methods.
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit 1e7c506e3d05412655be26f5fea1e8815ab6d4f4
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Feb 8 16:31:06 2010 -0200

    Remove the removal of QBrush(Qt::GlobalColor, Qt::BrushStyle).
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 7fdbf2e9f2aa0202b6acdee4dcf6f7f24be6314c
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Mon Feb 8 15:49:31 2010 -0300

    Fix TODO's for QFontDialog.getFont(...) methods.
    
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit dff79b35f2724c3cda16b0a6500508a8a8a34316
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Feb 8 10:47:33 2010 -0200

    Add QColor(QVariant) constructors.
    
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit cb24298e92a247cc8e1aa2f7e96726f66fbfd358
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Feb 8 10:45:58 2010 -0200

    Do not remove QVariant ctors handled by code injection, just set them private so they
    will continue to be considered by implicit conversions.

commit c8e3a73ee7ab59bff0c7e7c341463dd507383127
Author: Carlos Goncalves <mail@cgoncalves.info>
Date:   Sun Feb 7 01:54:14 2010 +0000

    Fixes for QtCore and QtGui type sytems
    
    - Added missing Qt::InputMethodHints flags
    - Fixed QFontMetricsF::boundingRect
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 186911e530ea3c934a13bb9a7d0fe68c2427f829
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Feb 8 10:19:28 2010 -0300

    Fixed QToolBox inject code.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit ef8f6fc64668307631be22947d35db81bffad6a6
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Feb 5 14:13:40 2010 -0300

    Inject code for QTransform, QFontMetrics, QMatrix, QFontMeticsF.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit dac9954e97ab1054ace55ccff9b527f5f65c19d6
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Fri Feb 5 15:58:35 2010 -0400

    Simplify "else" and "endif" statements
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit c1d5619a6fdb47797fc7046a1cb83655e8595186
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Wed Feb 3 13:23:41 2010 -0400

    Remove nested parenthesis on IF() statement (not supported in CMake 2.6.2)
    
    Nested parenthesis on IF() statemens do not seem to be supported on CMake
    2.6.2 (returns syntax errors). Besides, according to the IF() documentation,
    LESS will always be evaluated before AND, therefore parenthesis are
    unnecessary.

commit 1c0fef9a16ebef629dbac0c272065a221832d1b2
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Wed Feb 3 13:26:33 2010 -0400

    Remove duplicate source file
    
    ${SPECIFIC_OS_FILES} already includes this file for X11 platforms. This gets
    rid of a warning when running cmake.

commit 63a3be90057cef5578ec75a6d7ec6cf2fbc5e66b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Feb 4 19:53:37 2010 -0300

    Inject code for QFontMetrics.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit fc5718611845daa2ff51de16db63920c226da067
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Feb 4 19:59:30 2010 -0300

    QMatrix4x4 inject code.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 1f9fab648e31df7f8b8396dd9ace08383e29419f
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Thu Feb 4 10:57:15 2010 -0300

    Adding test for QAbstractTransition, QAnimationGroup and QStateMachine.
    
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit af7a410d23bad9f6d08e0d298db417208ef06e2d
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Feb 2 14:06:31 2010 -0300

    Used Release as default build type.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit af9f990d61600a6746567b44352986b2c575430a
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Thu Feb 4 16:59:52 2010 -0300

    Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:
    Implemented inject code for QState.addTransition - by Renato Araujo.
    QState test - by Renato Araujo.

commit 41744e427a8bd5d04c25e5849f83115ff927cfd4
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Feb 4 19:19:17 2010 -0200

    Add code injection for QInputDialog::get*
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 9dff4753c4e19b37cc6b18854998e3a736a35e4e
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Thu Feb 4 10:54:50 2010 -0400

    Implement QGraphicsItem::isBlockedByModalPanel
    
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 10acf2bcb226dcc25e9894ec9b7cc8345cd89c4b
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:   Thu Feb 4 12:03:30 2010 -0400

    Ignore internal function (qDrawPixmaps)
    
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit d5fced1cf150672bf05332d0e51e904763a70a47
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Feb 4 16:10:26 2010 -0200

    If an error occur when calling a slot, print the error to stderr.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 9657bedf75a69d53a0327b53ae191c708bae71bc
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Feb 4 16:10:11 2010 -0200

    Fix list of source files for QtNetwork module.

commit 82b253cc84564691ae261db6f271bf318a9405dd
Merge: dd261e8 d942c83
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Feb 4 15:38:58 2010 -0200

    Merge remote branch 'cgoncalves/master' (Initial QtNetwork bindings).
    
    Conflicts:
    	PySide/typesystem_templates.xml
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit dd261e8b50bac7492f90c197c973a956cb585678
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Wed Feb 3 16:38:31 2010 -0300

    Fixing QColor get* methods, using new template
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 193cc8025910b92f764e6e1339ce2ec213b20cc5
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Feb 3 18:56:53 2010 -0200

    Fix duck punching unit test.
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit 3ec23a2a898e46a89d7f1b744e5b381a29454350
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Feb 2 16:33:01 2010 -0300

    Fixing QVariant converter toCpp for basic types
    
    Instead of storing a single pointer, the converter now
    checks for basic python types like string, bool, ints, using the
    same if/self structure of the constructor.
    
    Only as a last resort it tries to convert to a python object holder.
    
    Reviewer: Renato Filho <renato.filho@openbossa.org>

commit 6e33903fe2b45e8d9e5b631e8383d89d1078ec83
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Feb 2 15:48:05 2010 -0300

    Adding extra tests to QVariant

commit ecf529ce6a0d75f4694168f62e83d49230ed27eb
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Wed Feb 3 13:26:36 2010 -0300

    Ported QWidget inject code.
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit 3b41e703769b036072e3e3345dd480778ee93918
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Feb 3 18:18:39 2010 -0200

    Fix QShortcut inject code.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit d942c8380c4970dd48f8b0ab44c5691e2c6836db
Author: Carlos Goncalves <mail@cgoncalves.info>
Date:   Tue Feb 2 23:36:22 2010 +0000

    Do not allow multiple arguments in read_wrapper, but one only

commit 71e75498f4baccc70ac785e82029417e145d3188
Author: Carlos Goncalves <mail@cgoncalves.info>
Date:   Tue Feb 2 23:05:55 2010 +0000

    Initial QtNetwork bindings.

commit 8360149dad03dc4a22e9a1af2e84de2dec8b31da
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Feb 1 21:42:39 2010 -0300

    Adding support for QIODevice.getChar
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit 13eca0b322cfbc8761a573f94dc1904eb38e3d18
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Feb 1 20:05:42 2010 -0300

    Adding __str__ to QByteArray

commit 74351882b5e613f109cfe1f3c0b60885dcad06bc
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Feb 1 18:00:43 2010 -0300

    Fixing several tests
    
    Using isinstance instead of comparing classes names
    Removing unnecessary tuple check, treated by the return value unpacking
    Adding missing inject code tests
    Adding qfile.getchar test
    
    Fixing QLocale.to* methods
    fixing __setitem__ in qbytearray

commit 76529055ff3894793cf83be02248a9f189a1983f
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Wed Jan 27 14:21:52 2010 -0300

    Tests for QString.to* and QByteArray imp convers.

commit 5e0169fe506aafe246029acd6f90ecef054fc074
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Wed Jan 27 14:20:22 2010 -0300

    Adding tests and fixing QString __setitem__ and []
    
    Instead of calling replace, using remove/insert, as
    there's no way of replacing only 1 char at a given position
    by another string directly.

commit 2cee6b6fca0c9b4188b7fb10643f77a719b792fc
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Feb 1 20:34:18 2010 -0300

    Ported boost::python inject code for QMenu and QShortcut.
    
    Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>

commit 70f80e8ae5bdfe5da2378398c88f1ae4efd2781e
Author: Carlos Goncalves <mail@cgoncalves.info>
Date:   Tue Feb 2 18:55:47 2010 +0000

    Create tuple using Shiboken::makeTuple instead
    
    Shiboken::makeTuple is simplier and easier to use
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 7a4ea686d353141734a5dd64256e30ed5401c999
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Feb 2 17:33:51 2010 -0200

    Remove all "class" attribute from define-ownership tag, so the default value will be applied.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit d5a562f2159dc94e6c7cee1dfb771e63684c724d
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Feb 2 17:33:22 2010 -0200

    Enable return value heuristic on shiboken generator.

commit 9025d5487c7841ab18150006e68c9041c0678902
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Feb 1 20:33:02 2010 -0300

    Fixed signal signature on singleshot inject code.
    
    Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>

commit e864bdf57e2c549ad5f8f6f8b966dadca6f1ee68
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Feb 1 15:29:09 2010 -0300

    QPixmap conversion from QVariant.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit e4919faa31215b55ec6f95ca0ff58ba6dd011124
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Feb 1 18:58:46 2010 -0200

    Adapt to changes in AutoDecRef class
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 2f26c9b7a1c8c07cf455a99e5c0caaac56d0f7ca
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Feb 1 15:28:15 2010 -0200

    Add code injections for QApplication setStyle and style methods.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit c17424841cddf58c7455a47839860ac2a1e423c2
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Feb 1 14:27:22 2010 -0200

    All interface-types replaced by object-types, because shiboken ignores interface-types.

commit fbffcb1a2455f76c7b36f2b7bcf4038f6cd9c442
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Jan 29 14:09:15 2010 -0200

    Removes a test which creates an instance of an abstract class.

commit 7896c3164dd17dfc73ef7ce8ad60939e9a697d68
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Jan 29 14:08:51 2010 -0200

    Add QGraphicsItem::UserType constant.

commit 2dcadf3454f73c2670e05a74cfe370e8b8e87836
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Jan 29 10:58:24 2010 -0200

    Enable some functions disabled in QApplication on boost-PySide.
    
    - qwsSetDecoration(QDecoration*)
    - qwsSetDecoratiom(QString&amp;)
    - commitData(QSessionManager&amp;)
    - saveState(QSessionManager&amp;)
    - fontMetrics()

commit cba0c6c4f3463c2b9e1f15f581e3f7958022864b
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Feb 1 14:39:32 2010 -0300

    Ported QRect inject code from Boost.PySide bindings.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 169580901390052680de2500fdefeb00f9b73a56
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Feb 1 10:58:22 2010 -0300

    Exported QXmlStreamAttributes for QtCore.

commit ec546e00fe6d569aa587b46ad6a5557f7d14f787
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 28 18:50:37 2010 -0200

    Add code injections for QTabWidget.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 10a6f08867eabb63361407ec148bd66e0ac3ebce
Author: renato <renato.filho@openbossa.org>
Date:   Thu Jan 28 17:37:18 2010 -0300

    Fixed some warning messages during QtCore compilation.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit b71cade8c68f15591c16639b259628d1fdcb8226
Author: renato <renato.filho@openbossa.org>
Date:   Thu Jan 28 15:39:52 2010 -0300

    Export QGenericArgument and QGenericReturnArgument types for QtCore.
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit 1d026bf13fbb6736a1094658ba864267b0e6e8ff
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 28 14:53:48 2010 -0200

    Ensure that QApplication instances will be alive forever until the Python VM death.
    Also deletes argv when QApplication is removed.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit e902987249cfefed36addf74fda824dc445c989c
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 28 16:26:11 2010 -0200

    Rename QApplication::exec to QApplication::exec_

commit bf57d0caa20bc6809f9bae61033e0f756d73b9fe
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 28 14:53:10 2010 -0200

    Do not allow more than 2 instances of QCoreApplication (or QApplication).

commit f33140602f8aee732cfa9c07311a555d28fa0621
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Jan 27 17:51:56 2010 -0200

    Add support for buffer protocol on QStrings.

commit 3592cd622e61ee689b096c99d46b6d936109e383
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Jan 27 16:59:56 2010 -0200

    Revert "We do not support character buffer protocol on QStrings."
    
    This reverts commit 1a7cbb2473327abad936447c47818ee13df2992c.

commit 8cd100beee09b2bd8305e124fb52fc1f5025584c
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Jan 27 14:28:59 2010 -0200

    Throw an exception when the user attempt to create more than one instance of QApplication.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit a642451bfff138257e3c706f0c87590fd8269056
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Jan 27 11:44:51 2010 -0200

    Added qApp macro.

commit d35fd7fa2c689af2467b98cb45e0fa42efbd59b1
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Jan 26 22:17:04 2010 -0200

    Initial QtGui bindings.

commit 478a440f26eefdd04afdc69daa93e89b1bdcdfdf
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Jan 26 22:06:53 2010 -0200

    Set QtCore module as shared library instead of module, so it'll work with other modules.

commit 38ed669dc19498bcdcb3dec59ab72ca8faf2bfbd
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Jan 26 18:01:30 2010 -0200

    Use a PyLong to represent Qt::Handle.

commit ed108a7f00566aee69ea4dfed4eb94f5fe37ed1f
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Jan 11 19:19:50 2010 -0200

    Add typesystem path variable to execute_generator CMake macro.

commit 95959b4c80e30df8fd6332b883cff6221d6b9c63
Author: Carlos Goncalves <mail@cgoncalves.info>
Date:   Fri Jan 22 02:02:55 2010 +0000

    PySide depends on libpyside which needs to be installed
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit efd2f934467323a1b25b167e86b2aa297c1f1283
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Jan 25 15:43:43 2010 -0300

    Adding cast to QString::fromUcs4 call
    
    Some systems (Ubuntu 32-bits) were failing to compile
    due to Py_UNICODE being unsigned long
    
    Reviewed by Hugo Parete <hugo.lima@openbossa.org>

commit 9523cb207abbdca410679df27c0fe10ac1688dd9
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Jan 25 14:21:30 2010 -0200

    Link against QtCore and add it to the include directories.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit af9b887b1ee894b92c45a91592e9ed3a5f943299
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Jan 22 19:12:21 2010 -0200

    Small modifications to the typesystem to make it compatible with Qt4.6.
    
    This fix bug #124
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 50e8fc385b2221835f34cfa5b3aedf9740e0274f
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Jan 22 19:09:39 2010 -0200

    We can't ensure that the last enum value of QVariant will be fixed forever,
    e.g. On Qt4.6 there are new values and they changed.

commit 2992bb3fb8a6162061a3834031ae56ed4ed7e990
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Jan 22 01:58:35 2010 -0300

    Remove redundant QChar ctors.
    
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 03287b8d01e4c0536425e8339f7af50066b06351
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 21 18:44:59 2010 -0200

    Add support fot buffer protocol for QByteArray.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
    and Renato Araújo <renato.filho@openbossa.org>

commit d0cd206f37b707cf73a389d815080690082f70da
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 21 14:44:36 2010 -0200

    QString can now receive buffer objects on constructor, like boost-based PySide.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 1a7cbb2473327abad936447c47818ee13df2992c
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 21 14:02:19 2010 -0200

    We do not support character buffer protocol on QStrings.
    
    The only way of supporting it is storing an 8-bit encoded version of QString
    into the QString instance, this will increase the memory usage of QString in 50%,
    and we don't want it.
    
    So, if you need to pass QStrings for a python functions which doesn't accept
    unicode, just cast yourself the QString to a python string.

commit a50ecea26dc7035f32ca90a4118fcb8f0c836f6b
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Jan 21 13:49:30 2010 -0300

    Updates duck punching test to use 'types' module instead of 'new'.
    
    The 'new' module was deprecated on behalf of 'types' module.
    
    Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>

commit ca75446b9b1b2160175db520691b56c0e16bfd12
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Jan 20 15:33:34 2010 -0200

    Fix qdatastream unit test and typesystem.
    
    Reviewed by Lauro Mora <lauto.neto@openbossa.org>

commit 23ee9d02262a44deb48cc8b713ea66ba9a25c085
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Tue Jan 19 17:28:28 2010 -0300

    Adding a buffer test (copied from PySide trunk).

commit 908559869385846c00954ebf40343aff5359790f
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Jan 19 16:32:09 2010 -0300

    Type system marks added QObject's connect and disconnect methods as static.
    
    Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>

commit 83cea32ed6304fd914249efaa44be755ef88b85a
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Jan 19 13:06:57 2010 -0300

    Updated test for overloads with static and non-static versions of a method.

commit 1b2e58b9175870d888075f21a35d05c39e4c4a90
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Jan 18 18:13:42 2010 -0200

    QKeySequence is a class from QtGui, so this test has been moved to QtGui tests directory.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 53500b6542c176c10598a42b04d88bb65913a2b9
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Jan 18 14:59:09 2010 -0200

    Does not makes sense concat a unicode string with a QByteArray.
    Because the user does not know nothing about the internal representation of the unicode string.
    
    Reviewed by Lauro Moura <lauro.moura@openbossa.org>

commit 2f726de3600e5386fc1bc70776c5cb29a637b5ab
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Jan 18 14:26:00 2010 -0300

    Updates SignalManager and GlobalReceiver to acquire the GIL before calling Python.
    
    Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>

commit 55d3c6ef4e9f43215d529be73b1617510c08ffcd
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Jan 15 15:51:34 2010 -0200

    Fix QBool custom conversion.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit ea56231a367af2bf110328fd52a8ac29e8377277
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Jan 15 15:51:11 2010 -0200

    Register Qt primitive typedefs used on signals.

commit 3fb4c40df1836545889c7afa6de595a62e568fbe
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 14 21:06:12 2010 -0200

    Remove unused attributes from QEvent derived classes.

commit 0e649b3e3874fb237be0b0ca02a04e7708325e06
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 14 16:42:38 2010 -0200

    Adapt to changed in libshiboken API.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit ad2d6b21584e608f39379491eb0acd338899c4c9
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Jan 12 18:10:48 2010 -0200

    - Removed QTextStream with QByteArray const reference and added the ctors with QByteArray and QString pointers.
    - Added QTextStream::string()
    - Added QTextStream::codec()
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 75a4dd209fc4ae361e5a7a947ace43656a1593df
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Jan 12 11:48:49 2010 -0200

    Added functions qRegisterResourceData and qUnregisterResourceData to QtCore.

commit 7422472ffae4473266d8aec9f69de35e8d61d967
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Jan 12 11:14:23 2010 -0200

    Add QT_TR* functions to QtCore.

commit 265bb73eaf6c43b865757067ebc4dec0d310ba3a
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Jan 12 11:03:45 2010 -0200

    Do not remove QCoreApplication::installTranslator and QCoreApplication::removeTranslation methods.

commit 7ae0956ba6ad9280ca74999515bdd67eb7da7105
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Jan 12 10:49:31 2010 -0200

    Call connectNotify methods when connecting signals.

commit cb7c8ad32befcadb35d02c201902dcc6b6232e18
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Jan 11 19:21:48 2010 -0200

    Adapt some injected codes to the recent changes related to object initialization. (tp_init/tp_new).

commit 56974dabcc01e48cd0abed0b10114a68c9f82192
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Jan 8 14:58:28 2010 -0300

    Adding tests for QByteArray += operator
    
    Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>

commit 0e0d22dbba5a52e27d3aab320afcdd721cdc0e7d
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Jan 8 17:40:49 2010 -0300

    Adding metaclass for tests - DocModifier

commit 4141123993bd6bcb52eae3db97d07317e33f4938
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Jan 8 14:47:04 2010 -0300

    Add parent tag to QObject.metaObject
    
    Placeholder until the heuristic for turning unmanaged
    pointers returned into children of the method owner is
    implemented.
    
    Was failing in calls like QObject().metaObject().methodName(),
    as the QObject is decref'ed by the stack right after the methodName
    bound method is put into the stack. (CPython specific)

commit 6218b0b4de365615c31cf97be092e2c1a21a4100
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 7 16:58:45 2010 -0200

    QProcess::startDetached now returns a tuple.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 55516cd9f79bdf608c27b755bbae2f8edf87d5c3
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 7 16:53:18 2010 -0200

    If the QVariant is holding a QString, QVariant::toPyObject will return an QString.

commit 42c7bd94516eae1042c404684cc468a88ad73317
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 7 15:55:14 2010 -0200

    QDate::weekNumber and QDate::getDate now return tuples.

commit df0dfdaaf096588ca4a3648725a9e8ea6bd331a6
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 7 15:42:09 2010 -0200

    Fixed QLineF::intersect method to return a tuple.

commit e439aca9d2a27546d22db85bcebacb3d0615bd68
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Jan 7 14:59:49 2010 -0200

    When object-types are passed through signals the void pointers are pointers to pointers of the object, not just
    pointers to the object like is used to happen with value-types.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit aade838add186bf92a2d2d14a77f5469bd23f4c2
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Jan 5 10:53:46 2010 -0200

    Do not remove arguments when there are no arguments and the slot uses self.
    
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit b38d83f8bdd7e50cf29ceb43b671807a30d826aa
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Dec 28 17:35:03 2009 -0300

    Remove usage of QThread in signal emission test
    
    Reviewed by Anderson Lizardo (anderson.lizardo@openbossa.org)

commit 33c837a48d5183bf7a6b1b4061fbb7a15d33114a
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Dec 22 20:22:53 2009 -0300

    Split signal tests into gui and core tests
    
    Can't use a QApplication and a QCoreApplication in
    the same process

commit 359c973b425db0c27675add1a330734bbd7d8dbd
Author: renato <renato.filho@openbossa.org>
Date:   Wed Dec 30 11:45:09 2009 -0300

    Implement disconnect function for Python callback.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 0d6a8f3978188f3e343c364806e0bb6e6ac1e643
Author: renato <renato.filho@openbossa.org>
Date:   Tue Dec 29 17:42:42 2009 -0300

    Fix qmentaobject test to work with dynamic metaobject.

commit 7729b390d0b8ca82192158cae3865e31b0365573
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Dec 28 16:41:50 2009 -0300

    Fixes type system templates for methods with bool* as parameter.
    
    Template functions like "fix_bool*" were converting the bool "ok"
    value to various types except bool, and "fix_bool*,arg" was using
    the wrong C++ argument.
    Tests were also added.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 85048bbd6c5d4231f71852cab18fd581c5068141
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Dec 29 17:04:56 2009 -0200

    Fixes problems calling dynamic python slots.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit e8e1ecc260028d045efcbc3c71d7a50009950f5b
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Dec 29 18:01:30 2009 -0200

    Fix test of QObject::sender

commit 283739a4051335cb66d18eaef4de1140e68a1c4f
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Dec 28 18:25:53 2009 -0200

    Added QTimer::singleShot

commit b9ce558e2976e14c1027f67468205c5796e80eb6
Author: renato <renato.filho@openbossa.org>
Date:   Mon Dec 28 16:56:41 2009 -0300

    Implemented support for classname on metaobject.
    
    Export QMetaobject.
    
    Reviewer: Hugo Lima <hugo.lima@openbossa.org>

commit 73b5357057b7ca2a72806313877860488cce0854
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Dec 23 16:50:19 2009 -0200

    Initial implementation of the new architeture for signal/slots.
    
    Reviewed by Renato Araújo <renato.filho@openbossa.org>

commit 750a56af8ac182147c63d7a29ec3aa987d0e0ed7
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Dec 22 20:14:41 2009 -0300

    TypeResolver updated to use Shiboken::CppObjectCopier instead of SbkCopyCppObject.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 4c16e02e3f33da51a95e6460cd1771e4682fbe6e
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Mon Dec 21 17:17:14 2009 -0300

    Updates TypeResolver to use the improvements on Shiboken converters.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 439a99fdfd74c1da255c3beca6fcdf9f08ffb373
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 18 13:29:06 2009 -0300

    Modifies injected QObject.emit method to use varargs parameter.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 3b422b2d97a13a6198c035b6624aed6514ac0aa2
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Fri Dec 18 11:44:09 2009 -0300

    Implement signal->signal connection.
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 1613ca708021f927524c484d2a03791ed82aa39b
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Dec 17 18:01:34 2009 -0200

    Fix the array of void pointers passed to slots avoiding memory corruption.

commit 742d46f23f48018c2fafa036f30e01e6b55a8c2c
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Thu Dec 17 15:44:09 2009 -0300

    Fix memory corruption caused by tuple processing loop.

commit fb040f76c1752d929f48101a9205223f2d32a98d
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Wed Dec 16 15:47:30 2009 -0300

    Signal emission tests with non QtGui tests
    
    Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>

commit ffd0b47222e9a46615c9f86a3eb9aa034579acee
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Dec 15 17:15:03 2009 -0300

    Fixing pysignal_tests with helper classes

commit 976cbf00293016ba4e173f4e89de92790fdf06c0
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Sat Dec 12 17:17:28 2009 -0300

    Fixing "wrong number of arguments" tests

commit 859cec5632618710821cb56eb5483f2fab290f66
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Dec 15 16:04:07 2009 -0300

    Adding decorator requires(ModuleName) for tests

commit 9e6100816e6f000375d1ef2b3ec134ee7bc90fca
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Dec 14 20:54:42 2009 -0300

    Adding no-qtgui tests for lambda and multiple sig
    
    Lambda tests using QProcess
    
    Multiple connections using QProcess and split into
    separate test cases

commit d345245c9d61815829242951e1c5282d4d335919
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Dec 14 20:20:07 2009 -0300

    Add empty classes when  QtGui's not available
    
    Also, for tests using the UsesQApplication will raise
    an NoQtGuiError when QtGui is not available.

commit 62bea2811a6673e6e5836269bd0cf4a8e997cfd7
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Dec 14 13:56:44 2009 -0300

    Fixing signals connections back to static method

commit 1c087643b4c5856c12d8a4cd738ee93502310ca2
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Sat Dec 12 16:58:39 2009 -0300

    Fixing multiple signal tests
    
    Changed to use a emitter argument to run_many, so we can pass
    qpushbutton.click or a partial call for python signals

commit 477a17fb1bdbd83210c62c163691da790e4a304d
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Sat Dec 12 16:13:08 2009 -0300

    Fix typo in run_test.sh (PYTHONPATH)

commit 9e1a1ec8a75ba16cc9eb21ccc2aa8adf6f21de93
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Dec 16 21:10:15 2009 -0200

    We have a nice Dynamic MetaObject! Yay!
    
    Python signals and slots are like C++ signals and slots to Qt :-)

commit e791f15afcd9d0a51c745b715f0f369e209500d9
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Dec 16 16:00:58 2009 -0200

    args_dont_match.py renamed to args_dont_match_test.py
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit c8e908097207d8852e17e99585ae88a17e3af144
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Dec 15 19:24:30 2009 -0200

    Initial port of signal slots infrastructure from PySide to the Shiboken version.

commit d90b6ba47409c7cc461bb6c200f8e41b9a917088
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Dec 16 14:57:39 2009 -0300

    Adds SLOT and SIGNAL global functions to QtCore module.
    
    Reviewed by Hugo Lima <hugo.lima@openbossa.org>

commit 3deada6b7ebad62985850ec436db84b832715003
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Dec 15 15:37:20 2009 -0200

    Tests synchronized with the boost python PySide.

commit 84282e06acb7514455e38bf64ed70fba3d302b71
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Dec 11 20:43:12 2009 -0300

    Updates code injections to follow Shiboken generator changes.
    
    Reviewed by Hugo Lima <hugo.lima@openbossa.org>

commit f917ca22a86fedf3b496970021d42477c2b926e4
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Dec 9 16:07:38 2009 -0300

    Removed code injections of copyCppObject and toPython converter methods for QVariant and QString.
    
    Converter<T>::copyCppObject and Converter<T>::toPython are not
    needed anymore due to improvements in Shiboken generator.
    
    Reviewed by Lauro Neto <lauro.neto@openbossa.org>

commit 942c774827f332aa2b7d4baa90cb614a438239cd
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Tue Dec 8 14:56:59 2009 -0300

    Support slice operator into QStringList.
    
    Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>

commit a2f9d30a4db04e6eee70f8713652aa06173efe18
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Dec 8 16:32:17 2009 -0200

    Added inject codes for QByteArray::toSomeNumberType and QByteArray::split
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit ea9882809a039bd7b4e8f38d7c483dbc77a73d42
Author: renato <renato.filho@openbossa.org>
Date:   Tue Dec 8 16:18:39 2009 -0300

    Implemented QObject functions tr and trUtf8.
    
    Reviewed by: Marcelo Lira <marcelo.lira@openbossa.org>

commit 41e51c0c45f445c5fc2c479b85406e212a473d3a
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Dec 8 15:56:12 2009 -0200

    Removed "QString::arg(QChar, int, const QChar&)", it's also handled by QString::arg(QString, ...)
    and causes conflicts with QString::arg(int, ...) because int is implicitly convertible to QChar.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit c8fbdc9163931ec38b2c8cb8e240e295bd6f8556
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Dec 8 15:40:32 2009 -0200

    Added inject code for all QString::toSomeNumberType.

commit 354b09e00b57a8f87d53bdcd3cab0e254cd461bd
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Dec 7 19:10:52 2009 -0200

    Almost all QVariant tests pass.
    
    There is just one test which fail, it'll need some support from libpyside to work.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit b9ca1774f78c3dbd287b28138aaea6907f839918
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Dec 8 14:38:52 2009 -0300

    Updated code injections to use Shiboken updates regarding type system variables.
    
    Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>

commit 42526f3202e13245a07b15f9f25657dda124da19
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Wed Nov 18 15:51:52 2009 -0300

    Added new methods to QStringLists: __len__, __getitem__ and __setitem__
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit 6d53b501635dd2be6a8bb321fad8a5da418129f3
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Dec 7 18:06:36 2009 -0200

    Remove unneeded method in QString converter, this method is now auto generated by
    the generator.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit da73b90ce18d7b70b4eced68ff52ee06c291c825
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Dec 2 14:33:49 2009 -0300

    Updated code injections to use the new PyBaseWrapper_New signature from libshiboken.
    
    Reviewed by Lauro Neto <lauro.neto@openbossa.org>

commit af6bf93d772414bdd375ad31eb924c7f501fa656
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Dec 1 20:14:34 2009 -0200

    Enable parent ctor heuristic for PySide.
    
    Reviewed by Lauro Moura <lauro.neto@openbossa.org>

commit b65330abdf070b6debef74511d84d7e5bf9c2f35
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Dec 1 20:14:21 2009 -0200

    Added inject code for QObject.findChild and QObject.findChildren methods

commit 1836d5879ca515abf6010e5fe29e7be183394281
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Dec 1 14:05:12 2009 -0200

    Add inject code for QObject.inherit and QLocale.toInt.

commit 0b0ff22e6b5eff3f1b4faaf4efac5395d2454d12
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Nov 30 18:13:12 2009 -0200

    Fix QString converter to compile with the new libshiboken api.

commit 51e7af60fa2014d9ef76d385859ca6e120b0f340
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Nov 24 19:37:52 2009 -0300

    Updated type system code injection for QAbstractItemModel::createIndex.
    
    Reviewd by Luciano Wolf <luciano.wolf@openbossa.org>

commit 87e6d4690ae10930ebe75ba467aa50ad3dafda51
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Nov 23 15:40:23 2009 -0200

    - Support path with spaces.
    - Use the system library suffix instead of a hard coded ".so" string.
    
    Reviewed by Lauro Neto <lauro.neto@openbossa.org>

commit f6198fff4d4717266e658d27089df181f9bc3f6d
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Nov 23 15:32:44 2009 -0200

    Re-added the root project name, without it cmake get crazy when you try
    to use the icecc support.

commit f1993589f884271608acc52aa3f3b9b7e8632878
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Sat Nov 14 19:19:02 2009 -0300

    updated QtCore type system file in accordance to the inject-code
    meanings defined on the Shiboken generator
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit 5314e3eb7159a456fae38a59e586ad09e8cf0238
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Nov 19 20:32:17 2009 -0200

    Set default symbol visibility to hidden, so pyside is even smaller!
    1.4MB on my 64bits machine.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit f1962c58cbb914681e19c843918c29811d0e61c9
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Nov 18 18:57:22 2009 -0200

    Added QModelIndex::internalPointer and QAbstractItemModel::createIndex functions.

commit 6a759410d33623472c0dc635336275f0596dda64
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Nov 18 17:47:07 2009 -0200

    - Add QLocale::toFloat, QLocale::toDouble.
    - Use a clearer naming convension on typesystem template names.

commit 9ff5512a8b4577e944cbf8e7d13eacfca7f3624c
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Nov 18 17:20:59 2009 -0200

    Add sequence protocol support for QBitArray.

commit 5521bb2fd048be3cd74c427f7965926b816f82d8
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Nov 18 16:47:12 2009 -0200

    Added inject codes for methods like QString::toDouble, QByteArray::toFloat, etc.

commit b8a07a9e0eca74ebdbd1d4e1537d47764f494c15
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Nov 10 20:34:44 2009 -0300

    Change QByteArray constructor to accept \x00 bytes
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit b164e617a21654e4ac28bda4c65d16787651f49d
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Sat Nov 7 17:28:52 2009 -0300

    Adding writeUInt8 accepting char

commit bc20292caabce8a1def8d1d8037386351500ae21
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Fri Nov 6 20:00:19 2009 -0300

    Add test to QDataStream.read/write Int8

commit 92f10f962960df539a388f6307ea4082d41bac3e
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Wed Nov 4 17:56:22 2009 -0300

    Adding more tests for QDataStream
    
    From pyside-boost

commit f0fbc345c248b515f38c0929e5c1555e775fabe1
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Tue Nov 10 20:36:43 2009 -0300

    Uncomment QTextStream and QDataStream plus fixes

commit 2a4b5da2874b5c84fcb921116818d25e7abaa483
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Nov 10 20:11:49 2009 -0200

    Just disable the warning about strict-aliasing instead of disable the optimization.
    
    Reviewed by Marcelo Lira <marcelo.lira@openssa.org>

commit a70b766aa905c608f05ff192e8f14420f26cffa9
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Nov 10 19:58:13 2009 -0200

    Add support for distributed compilation using icecc.
    
    To use it, just pass -DENABLE_ICECC=ON when running cmake.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit e78792932d60bc0516fdd67263a609d571c119f7
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Nov 5 11:33:36 2009 -0300

    fixed Converter<QString>::isConvertible() method to consider all the cases;
    also changed Converter<QString>::toCpp last return option to use a more
    straightforward way to get the C++ object

commit f35ae6e97eec6792281ef9b0fd8789df77b10568
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Nov 4 16:46:13 2009 -0200

    Added sequence protocol for QByteArray.
    
    Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>

commit e84308397da7114650b018cef0d0592a98ad152e
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Nov 4 15:19:02 2009 -0200

    Added sequence protocol to QString.

commit 86fa278e1c254db2595b9aa8036cf2b7407d5662
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Nov 4 15:18:20 2009 -0200

    Speed up construction of QString's from python unicode strings.

commit d2cd71313d0c44eaffe4b38ab3f9ac6daa2c20cb
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Nov 3 05:23:00 2009 -0300

    Updated container converters to the new shiboken conversion scheme
    
    Reviewed by Hugo Parente <hugo.lima@openbossa.org>

commit c0832e4a9ad96c6b7df0f1749c764b37f7ab1bc3
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Oct 30 14:01:47 2009 -0300

    removed unnused function 'sprintf' from QtCore's type system file

commit 6ad39b792bab4953cd0c966e762437fc160331ee
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Oct 29 11:17:58 2009 -0300

    removed "QString::arg(char a, int, const QChar &) const" from QtCore's
    type system file; since the first argument char type is used as a character
    the overload decisor gets confused as char is deemed equivalent as a Python
    integer in nearly all cases; the functionality is not lost since the
    signature that receives a Python string does the same

commit 9c0e56b59893041f0c56928d258bc2f85c917b30
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Oct 28 17:54:22 2009 -0300

    updated custom conversions to use Converter<T>::isConvertible properly

commit 7c0aea7c45ae79907c3d50e57e7f6094a43abed0
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Thu Oct 29 18:55:35 2009 -0300

    Install __init__.py

commit 317de91e3707caff4e6b07f5b543a53df9487e33
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Oct 28 17:03:50 2009 -0200

    The bug #41 is somehow fixed now, so we dont need to reject QStrng::replace method.

commit 568683ea4b2ff7a8209333ddf5ee5e166f4aee25
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Oct 27 11:32:27 2009 -0200

    - Added isConvertible methods to all custom converters.
    - Added a custom converter for QString.

commit 5b440adbbcc6ae8468c869dfd68b25950a12abe2
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Oct 23 15:20:01 2009 -0300

    renamed template variable %SELF to %CPPSELF on type system for QtCore

commit fe0a66367fd47ec5dc5eb4a0e97bd98ebacbd21b
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Thu Oct 22 14:19:54 2009 -0200

    Added function __str__ to QString.
    
    Note: You will need the latest versions of APIExtractor and Shiboken to be able to compile it.

commit 9966943b66295f1deed539360b59984a9edd6866
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Sep 28 18:47:36 2009 -0300

    Fixed the test to avoid enums extensions.

commit 708ac09654dbdbd84240119d0102b8287fc0165b
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Sep 28 18:28:23 2009 -0300

    Removed removal of various comparison operator overloads.

commit 71a4a440a7d34809226b799af5b1feed8c76a6e8
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Sep 28 18:27:50 2009 -0300

    Added *.pyc to .gitignore

commit 3070f2e52dac987d7f788a710373e1adfe0f5f5a
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Sep 28 17:56:47 2009 -0300

    Removed some pyc files that SHOULD NEVER be in a VCS

commit 6b3125dbbf7674dc1df2780a425137725a541852
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Sep 28 17:54:37 2009 -0300

    Removed the removal of operator== and operator!= from QVariant, so rich comparion works with it.

commit d387c029cfacff6ad7011594a144bc911acd520c
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Tue Sep 22 17:33:00 2009 -0300

    Fix QTextCodec and QTextCodec::ConverterState classes.

commit 0bc7485c2ea90a2cfe5cfae7f25cf9c25fc83b66
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Sep 18 16:21:45 2009 -0300

    exporting QDirIterator class

commit 9af36fbb64f19842c0cc797c0b586b3a686805e8
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Mon Sep 21 14:51:26 2009 -0300

    Added all original pyside unit tests to the shiboken version.

commit aa12538d63685ef8f75adaa79411b751929b727d
Author: Lauro Neto <lauro.neto@openbossa.org>
Date:   Mon Sep 21 14:15:42 2009 -0300

    Adding flag -fno-strict-aliasing

commit 16ec70caa792ea8f97885954a9360cdaad72b076
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Sep 18 16:13:14 2009 -0300

    exporting constructors and methods from QVariant, QStringList and QTemporaryFile

commit e6d178758d8cfdd1abefa730c860fa28c65425bb
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Sep 18 15:56:28 2009 -0300

    exporting QAbstractFileEngine::createLocalFile(QFile&)

commit 3492cb639e2cdb20234ca7c5fae3cce3fc6ee9f3
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Sep 18 15:20:02 2009 -0300

    exported the QUrl methods setEncodedQueryItems and setQueryItems

commit 5c64b9b6b69faa8a7eec6133f6d50272d49c91df
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Fri Sep 18 12:54:18 2009 -0300

    method addExtraNamespaceDeclarations(QVector<QXmlStreamNamespaceDeclaration>)
    from QXmlStreamReader exported

commit 2175824aa9fd01a59a2925eb2c100e49fae54f92
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Sep 17 22:22:28 2009 -0300

    exporting removed methods from QAbstractItemModel, QObject (children())
    and QBuffer classes

commit 12b275ba42244b15cc1b206de1467218f65b70f6
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Thu Sep 17 22:11:29 2009 -0300

    exporting "void QMimeData::setUrls(const QList<QUrl> &)" on QtCore typesystem

commit c49064f3adfeb9551cbcc9e603b3f56c67ad050d
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Sep 16 21:20:14 2009 -0300

    removed tags modifying connectNotify and disconnectNotify first argument
    from 'const char*' to 'const QByteArray&'

commit f694b06457a9c59588576574443ff3b083ce420d
Author: Luciano Wolf <luciano.wolf@openbossa.org>
Date:   Wed Sep 16 18:51:20 2009 -0300

    Workaround to avoid bug#65.

commit 9ce7305ff351aa10fa9fecf7daf9ef2a5346c859
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Sep 16 18:44:02 2009 -0300

    Removed QXmlStreamWriter(QByteArray*) dua to a shiboken bug.

commit 2e7821730a4eb1f66602113edb55d26376a08485
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Sep 16 18:37:56 2009 -0300

    Removed references to QBitRef.

commit c58db32367e278504bf787d149364f86fd2204fa
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Sep 16 17:44:44 2009 -0300

    Added inject code for QCoreApplication constructor.

commit 342b03d340f1a26232ddeabfc7df801a4f040f4c
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Wed Sep 16 12:02:10 2009 -0300

    added converters for QHash container

commit a52c12000eaaf6ead140af1e8158aad9a6af4872
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Sep 15 17:14:51 2009 -0300

    Removed QData functions with int pointers in their arguments

commit 50678706032259f37942eea03429e86af685eedb
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Sep 15 17:00:19 2009 -0300

    added conversion rules for QVector and QMap containers

commit d9b029098c0aee475310841f2d2746c3739b99f7
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Sep 15 16:53:30 2009 -0300

    Remvoed functions using QByteArray pointers

commit 08f4e12d8c1b16a4c049133e7b7aed5e6529a1d4
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Sep 15 14:20:14 2009 -0300

    Removed function QTranslator::load(uchar*, int)

commit d753c1cf52dfda27fb251366ee754017e2f68a44
Author: Marcelo Lira <marcelo.lira@openbossa.org>
Date:   Tue Sep 15 14:52:50 2009 -0300

    added conversion rules for QList and QPair containers

commit 96bc2011c8762c117fb2d71d3feba4678690ac49
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Tue Sep 15 14:17:32 2009 -0300

    Remove ValueHolder template from QtCore custom converters

commit 4f906ed72a40782c6728568395958a0b2619fed4
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Sep 11 20:03:27 2009 -0300

    Type system update.
    It now generates a useless QtCore with a lot of undefinied
    symbols... all this if you change qstringlist_wrapper by
    hand before start the compilation.
    
    This is just to get some idea about the size of QtCore
    generated by shiboken.

commit 0ba96d1b3154188fe8c93a7a1e19b9c05e7d4cda
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Fri Sep 11 16:43:37 2009 -0300

    QMutexLocker is a object-type, not a value-type.

commit 6a2a3a6d618783c7c9083d579482fb0a0a6beb6e
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Sep 9 14:50:30 2009 -0300

    Added all QtCore classes to the typesystem.

commit 0d4c968a6c323eda43af21b34350995e793ff2d5
Author: Hugo Lima <hugo.lima@openbossa.org>
Date:   Wed Sep 9 13:36:26 2009 -0300

    Initial experiments with shiboken and Qt
