[Python-modules-commits] [pythonqt] 01/02: Initial commit in git

Jonathan Cristopher Carter jcc at moszumanska.debian.org
Wed Aug 23 08:28:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

jcc pushed a commit to branch master
in repository pythonqt.

commit c19fede01f1eaea59015ff9ffb921e15f6952cc9
Author: Jonathan Carter <jcarter at linux.com>
Date:   Wed Aug 23 10:25:22 2017 +0200

    Initial commit in git
---
 COPYING                                            |   504 +
 PythonQt.pro                                       |     4 +
 README                                             |    31 +
 build/PythonQt.prf                                 |    15 +
 build/PythonQt_QtAll.prf                           |    13 +
 build/common.prf                                   |    53 +
 build/python.prf                                   |    41 +
 createSolution.bat                                 |     1 +
 debian/changelog                                   |    78 +
 debian/compat                                      |     1 +
 debian/control                                     |    63 +
 debian/copyright                                   |    54 +
 debian/docs                                        |     2 +
 debian/libpythonqt-dev.install                     |     2 +
 debian/libpythonqt3.2.install                      |     1 +
 debian/lintian-overrides                           |     2 +
 debian/patches/fix-string-literals                 |    70 +
 debian/patches/series                              |     1 +
 debian/rules                                       |     7 +
 debian/source/format                               |     1 +
 debian/watch                                       |     3 +
 doxygen/PythonQt.jpg                               |   Bin 0 -> 19553 bytes
 doxygen/createDoc.bat                              |     1 +
 doxygen/doc.cfg                                    |  1904 ++
 doxygen/footer.html                                |    21 +
 doxygen/header.html                                |    56 +
 doxygen/stylesheet.css                             |  1186 +
 .../CPPPyWrapperExample/CPPPyWrapperExample.cpp    |    46 +
 .../CPPPyWrapperExample/CPPPyWrapperExample.pro    |    19 +
 .../CPPPyWrapperExample/CPPPyWrapperExample.qrc    |     5 +
 examples/CPPPyWrapperExample/README.txt            |     7 +
 examples/CPPPyWrapperExample/eyed3tagger.py        |    10 +
 examples/PyCPPWrapperExample/CustomObjects.cpp     |    43 +
 examples/PyCPPWrapperExample/CustomObjects.h       |    85 +
 .../PyCPPWrapperExample/PyCPPWrapperExample.bat    |     2 +
 .../PyCPPWrapperExample/PyCPPWrapperExample.pro    |    26 +
 .../PyCPPWrapperExample/PyCPPWrapperExample.qrc    |     5 +
 examples/PyCPPWrapperExample/example.py            |    19 +
 examples/PyCPPWrapperExample/main.cpp              |    67 +
 examples/PyCustomMetaTypeExample/CustomObject.cpp  |    43 +
 examples/PyCustomMetaTypeExample/CustomObject.h    |    85 +
 .../PyCustomMetaTypeExample.bat                    |     2 +
 .../PyCustomMetaTypeExample.pro                    |    26 +
 .../PyCustomMetaTypeExample.qrc                    |     5 +
 examples/PyCustomMetaTypeExample/example.py        |    14 +
 examples/PyCustomMetaTypeExample/main.cpp          |    69 +
 .../PyDecoratorsExample/PyDecoratorsExample.bat    |     2 +
 .../PyDecoratorsExample/PyDecoratorsExample.pro    |    26 +
 .../PyDecoratorsExample/PyDecoratorsExample.qrc    |     5 +
 .../PyDecoratorsExample/PyExampleDecorators.cpp    |    43 +
 examples/PyDecoratorsExample/PyExampleDecorators.h |    95 +
 examples/PyDecoratorsExample/example.py            |    28 +
 examples/PyDecoratorsExample/main.cpp              |    68 +
 examples/PyGettingStarted/GettingStarted.py        |    27 +
 examples/PyGettingStarted/PyGettingStarted.bat     |     2 +
 examples/PyGettingStarted/PyGettingStarted.pro     |    24 +
 examples/PyGettingStarted/PyGettingStarted.qrc     |     5 +
 examples/PyGettingStarted/main.cpp                 |    92 +
 examples/PyGuiExample/PyGuiExample.bat             |     2 +
 examples/PyGuiExample/PyGuiExample.pro             |    25 +
 examples/PyGuiExample/PyGuiExample.qrc             |     5 +
 examples/PyGuiExample/example.py                   |    15 +
 examples/PyGuiExample/main.cpp                     |    68 +
 examples/PyLauncher/PyLauncher.pro                 |    23 +
 examples/PyLauncher/main.cpp                       |    90 +
 examples/PyScriptingConsole/PyExampleObject.cpp    |    87 +
 examples/PyScriptingConsole/PyExampleObject.h      |    79 +
 examples/PyScriptingConsole/PyScriptingConsole.bat |     2 +
 examples/PyScriptingConsole/PyScriptingConsole.pro |    29 +
 examples/PyScriptingConsole/PyScriptingConsole.qrc |     5 +
 examples/PyScriptingConsole/example.py             |    15 +
 examples/PyScriptingConsole/main.cpp               |    74 +
 examples/examples.pro                              |     9 +
 extensions/PythonQt_QtAll/PythonQt_QtAll.cpp       |    75 +
 extensions/PythonQt_QtAll/PythonQt_QtAll.h         |    52 +
 extensions/PythonQt_QtAll/PythonQt_QtAll.pro       |    44 +
 extensions/extensions.pro                          |     2 +
 .../com_trolltech_qt_core.pri                      |    12 +
 .../com_trolltech_qt_core0.cpp                     |  8896 +++++++
 .../com_trolltech_qt_core/com_trolltech_qt_core0.h |  1673 ++
 .../com_trolltech_qt_core1.cpp                     |  5543 +++++
 .../com_trolltech_qt_core/com_trolltech_qt_core1.h |  1270 +
 .../com_trolltech_qt_core2.cpp                     |  4519 ++++
 .../com_trolltech_qt_core/com_trolltech_qt_core2.h |  1215 +
 .../com_trolltech_qt_core3.cpp                     |   724 +
 .../com_trolltech_qt_core/com_trolltech_qt_core3.h |   235 +
 .../com_trolltech_qt_core_init.cpp                 |   143 +
 .../com_trolltech_qt_core_builtin.pri              |     6 +
 .../com_trolltech_qt_core_builtin0.cpp             |  3775 +++
 .../com_trolltech_qt_core_builtin0.h               |  1229 +
 .../com_trolltech_qt_core_builtin_init.cpp         |    28 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui.pri  |    28 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui0.cpp | 23300 ++++++++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui0.h   |  2728 +++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp | 17805 ++++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui1.h   |  2051 ++
 .../com_trolltech_qt_gui10.cpp                     |  8711 +++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui10.h  |  1746 ++
 .../com_trolltech_qt_gui11.cpp                     | 18584 +++++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui11.h  |  2509 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui2.cpp | 11950 ++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui2.h   |  2026 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui3.cpp | 12215 ++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui3.h   |  2053 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui4.cpp | 15883 +++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui4.h   |  2224 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui5.cpp | 13065 +++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui5.h   |  2329 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui6.cpp | 15055 ++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui6.h   |  2088 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp | 18342 +++++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui7.h   |  2155 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp |   517 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui8.h   |  1165 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp | 10103 ++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui9.h   |  1857 ++
 .../com_trolltech_qt_gui_init.cpp                  |   809 +
 .../com_trolltech_qt_gui_builtin.pri               |     6 +
 .../com_trolltech_qt_gui_builtin0.cpp              |  4019 ++++
 .../com_trolltech_qt_gui_builtin0.h                |  1131 +
 .../com_trolltech_qt_gui_builtin_init.cpp          |    28 +
 .../com_trolltech_qt_multimedia.pri                |     8 +
 .../com_trolltech_qt_multimedia0.cpp               |  6501 ++++++
 .../com_trolltech_qt_multimedia0.h                 |  1356 ++
 .../com_trolltech_qt_multimedia1.cpp               |  2719 +++
 .../com_trolltech_qt_multimedia1.h                 |   538 +
 .../com_trolltech_qt_multimedia_init.cpp           |    67 +
 .../com_trolltech_qt_network.pri                   |     8 +
 .../com_trolltech_qt_network0.cpp                  |  6578 ++++++
 .../com_trolltech_qt_network0.h                    |  1448 ++
 .../com_trolltech_qt_network1.cpp                  |  3155 +++
 .../com_trolltech_qt_network1.h                    |   373 +
 .../com_trolltech_qt_network_init.cpp              |    75 +
 .../com_trolltech_qt_opengl.pri                    |     6 +
 .../com_trolltech_qt_opengl0.cpp                   |  4296 ++++
 .../com_trolltech_qt_opengl0.h                     |   901 +
 .../com_trolltech_qt_opengl_init.cpp               |    23 +
 .../com_trolltech_qt_sql/com_trolltech_qt_sql.pri  |     6 +
 .../com_trolltech_qt_sql/com_trolltech_qt_sql0.cpp |  7381 ++++++
 .../com_trolltech_qt_sql/com_trolltech_qt_sql0.h   |  1031 +
 .../com_trolltech_qt_sql_init.cpp                  |    26 +
 .../com_trolltech_qt_svg/com_trolltech_qt_svg.pri  |     6 +
 .../com_trolltech_qt_svg/com_trolltech_qt_svg0.cpp |  1787 ++
 .../com_trolltech_qt_svg/com_trolltech_qt_svg0.h   |   281 +
 .../com_trolltech_qt_svg_init.cpp                  |    15 +
 .../com_trolltech_qt_uitools.pri                   |     6 +
 .../com_trolltech_qt_uitools0.cpp                  |   350 +
 .../com_trolltech_qt_uitools0.h                    |    73 +
 .../com_trolltech_qt_uitools_init.cpp              |    11 +
 .../com_trolltech_qt_webkit.pri                    |     6 +
 .../com_trolltech_qt_webkit0.cpp                   |  6113 +++++
 .../com_trolltech_qt_webkit0.h                     |  1283 +
 .../com_trolltech_qt_webkit_init.cpp               |    40 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml.pri  |     8 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml0.cpp |  4976 ++++
 .../com_trolltech_qt_xml/com_trolltech_qt_xml0.h   |  1125 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml1.cpp |   846 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml1.h   |   265 +
 .../com_trolltech_qt_xml_init.cpp                  |    59 +
 .../com_trolltech_qt_xmlpatterns.pri               |     6 +
 .../com_trolltech_qt_xmlpatterns0.cpp              |  2836 +++
 .../com_trolltech_qt_xmlpatterns0.h                |   679 +
 .../com_trolltech_qt_xmlpatterns_init.cpp          |    30 +
 .../com_trolltech_qt_core.pri                      |    12 +
 .../com_trolltech_qt_core0.cpp                     |  7914 +++++++
 .../com_trolltech_qt_core/com_trolltech_qt_core0.h |  1557 ++
 .../com_trolltech_qt_core1.cpp                     |  5492 +++++
 .../com_trolltech_qt_core/com_trolltech_qt_core1.h |  1268 +
 .../com_trolltech_qt_core2.cpp                     |  5707 +++++
 .../com_trolltech_qt_core/com_trolltech_qt_core2.h |  1272 +
 .../com_trolltech_qt_core3.cpp                     |  2361 ++
 .../com_trolltech_qt_core/com_trolltech_qt_core3.h |   693 +
 .../com_trolltech_qt_core_init.cpp                 |   153 +
 .../com_trolltech_qt_core_builtin.pri              |     6 +
 .../com_trolltech_qt_core_builtin0.cpp             |  4000 ++++
 .../com_trolltech_qt_core_builtin0.h               |  1294 +
 .../com_trolltech_qt_core_builtin_init.cpp         |    28 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui.pri  |    30 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui0.cpp | 23345 +++++++++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui0.h   |  2740 +++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp | 17884 ++++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui1.h   |  2072 ++
 .../com_trolltech_qt_gui10.cpp                     |  9398 ++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui10.h  |  1830 ++
 .../com_trolltech_qt_gui11.cpp                     | 14818 ++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui11.h  |  2045 ++
 .../com_trolltech_qt_gui12.cpp                     |  6816 ++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui12.h  |  1016 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui2.cpp | 11955 ++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui2.h   |  2029 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui3.cpp | 12265 ++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui3.h   |  2063 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui4.cpp | 15958 +++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui4.h   |  2241 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui5.cpp | 12347 ++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui5.h   |  2190 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui6.cpp | 13279 +++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui6.h   |  2200 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp | 16559 +++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui7.h   |  2001 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp |  7199 ++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui8.h   |  1632 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp |  6756 ++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui9.h   |  1703 ++
 .../com_trolltech_qt_gui_init.cpp                  |   826 +
 .../com_trolltech_qt_gui_builtin.pri               |     6 +
 .../com_trolltech_qt_gui_builtin0.cpp              |  4130 ++++
 .../com_trolltech_qt_gui_builtin0.h                |  1163 +
 .../com_trolltech_qt_gui_builtin_init.cpp          |    28 +
 .../com_trolltech_qt_multimedia.pri                |     8 +
 .../com_trolltech_qt_multimedia0.cpp               |  6394 +++++
 .../com_trolltech_qt_multimedia0.h                 |  1349 ++
 .../com_trolltech_qt_multimedia1.cpp               |  2906 +++
 .../com_trolltech_qt_multimedia1.h                 |   577 +
 .../com_trolltech_qt_multimedia_init.cpp           |    69 +
 .../com_trolltech_qt_network.pri                   |     8 +
 .../com_trolltech_qt_network0.cpp                  |  6666 ++++++
 .../com_trolltech_qt_network0.h                    |  1482 ++
 .../com_trolltech_qt_network1.cpp                  |  3165 +++
 .../com_trolltech_qt_network1.h                    |   375 +
 .../com_trolltech_qt_network_init.cpp              |    75 +
 .../com_trolltech_qt_opengl.pri                    |     6 +
 .../com_trolltech_qt_opengl0.cpp                   |  4296 ++++
 .../com_trolltech_qt_opengl0.h                     |   901 +
 .../com_trolltech_qt_opengl_init.cpp               |    23 +
 .../com_trolltech_qt_sql/com_trolltech_qt_sql.pri  |     6 +
 .../com_trolltech_qt_sql/com_trolltech_qt_sql0.cpp |  7405 ++++++
 .../com_trolltech_qt_sql/com_trolltech_qt_sql0.h   |  1037 +
 .../com_trolltech_qt_sql_init.cpp                  |    26 +
 .../com_trolltech_qt_svg/com_trolltech_qt_svg.pri  |     6 +
 .../com_trolltech_qt_svg/com_trolltech_qt_svg0.cpp |  1787 ++
 .../com_trolltech_qt_svg/com_trolltech_qt_svg0.h   |   281 +
 .../com_trolltech_qt_svg_init.cpp                  |    15 +
 .../com_trolltech_qt_uitools.pri                   |     6 +
 .../com_trolltech_qt_uitools0.cpp                  |   350 +
 .../com_trolltech_qt_uitools0.h                    |    73 +
 .../com_trolltech_qt_uitools_init.cpp              |    11 +
 .../com_trolltech_qt_webkit.pri                    |     6 +
 .../com_trolltech_qt_webkit0.cpp                   |  6152 +++++
 .../com_trolltech_qt_webkit0.h                     |  1294 +
 .../com_trolltech_qt_webkit_init.cpp               |    40 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml.pri  |     8 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml0.cpp |  4976 ++++
 .../com_trolltech_qt_xml/com_trolltech_qt_xml0.h   |  1125 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml1.cpp |   881 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml1.h   |   272 +
 .../com_trolltech_qt_xml_init.cpp                  |    59 +
 .../com_trolltech_qt_xmlpatterns.pri               |     6 +
 .../com_trolltech_qt_xmlpatterns0.cpp              |  2836 +++
 .../com_trolltech_qt_xmlpatterns0.h                |   679 +
 .../com_trolltech_qt_xmlpatterns_init.cpp          |    30 +
 .../com_trolltech_qt_core.pri                      |    12 +
 .../com_trolltech_qt_core0.cpp                     |  7933 +++++++
 .../com_trolltech_qt_core/com_trolltech_qt_core0.h |  1551 ++
 .../com_trolltech_qt_core1.cpp                     |  5499 +++++
 .../com_trolltech_qt_core/com_trolltech_qt_core1.h |  1269 +
 .../com_trolltech_qt_core2.cpp                     |  5752 +++++
 .../com_trolltech_qt_core/com_trolltech_qt_core2.h |  1281 +
 .../com_trolltech_qt_core3.cpp                     |  2361 ++
 .../com_trolltech_qt_core/com_trolltech_qt_core3.h |   693 +
 .../com_trolltech_qt_core_init.cpp                 |   154 +
 .../com_trolltech_qt_core_builtin.pri              |     6 +
 .../com_trolltech_qt_core_builtin0.cpp             |  4000 ++++
 .../com_trolltech_qt_core_builtin0.h               |  1294 +
 .../com_trolltech_qt_core_builtin_init.cpp         |    28 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui.pri  |    30 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui0.cpp | 22592 ++++++++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui0.h   |  2726 +++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp | 17672 ++++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui1.h   |  2044 ++
 .../com_trolltech_qt_gui10.cpp                     |  7789 +++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui10.h  |  1682 ++
 .../com_trolltech_qt_gui11.cpp                     | 18648 +++++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui11.h  |  2569 ++
 .../com_trolltech_qt_gui12.cpp                     |  1270 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui12.h  |   141 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui2.cpp | 12743 ++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui2.h   |  2076 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui3.cpp | 11751 ++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui3.h   |  2039 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui4.cpp | 15773 +++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui4.h   |  2230 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui5.cpp | 11515 +++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui5.h   |  2162 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui6.cpp | 12621 ++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui6.h   |  2151 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp | 18579 +++++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui7.h   |  2122 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp |  1416 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui8.h   |  1241 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp | 10028 ++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui9.h   |  1894 ++
 .../com_trolltech_qt_gui_init.cpp                  |   813 +
 .../com_trolltech_qt_gui_builtin.pri               |     6 +
 .../com_trolltech_qt_gui_builtin0.cpp              |  4140 ++++
 .../com_trolltech_qt_gui_builtin0.h                |  1165 +
 .../com_trolltech_qt_gui_builtin_init.cpp          |    28 +
 .../com_trolltech_qt_multimedia.pri                |     8 +
 .../com_trolltech_qt_multimedia0.cpp               |  6394 +++++
 .../com_trolltech_qt_multimedia0.h                 |  1349 ++
 .../com_trolltech_qt_multimedia1.cpp               |  2926 +++
 .../com_trolltech_qt_multimedia1.h                 |   581 +
 .../com_trolltech_qt_multimedia_init.cpp           |    69 +
 .../com_trolltech_qt_network.pri                   |     8 +
 .../com_trolltech_qt_network0.cpp                  |  6686 ++++++
 .../com_trolltech_qt_network0.h                    |  1486 ++
 .../com_trolltech_qt_network1.cpp                  |  3180 +++
 .../com_trolltech_qt_network1.h                    |   378 +
 .../com_trolltech_qt_network_init.cpp              |    75 +
 .../com_trolltech_qt_opengl.pri                    |     6 +
 .../com_trolltech_qt_opengl0.cpp                   |  4296 ++++
 .../com_trolltech_qt_opengl0.h                     |   901 +
 .../com_trolltech_qt_opengl_init.cpp               |    23 +
 .../com_trolltech_qt_sql/com_trolltech_qt_sql.pri  |     6 +
 .../com_trolltech_qt_sql/com_trolltech_qt_sql0.cpp |  7405 ++++++
 .../com_trolltech_qt_sql/com_trolltech_qt_sql0.h   |  1037 +
 .../com_trolltech_qt_sql_init.cpp                  |    26 +
 .../com_trolltech_qt_svg/com_trolltech_qt_svg.pri  |     6 +
 .../com_trolltech_qt_svg/com_trolltech_qt_svg0.cpp |  1787 ++
 .../com_trolltech_qt_svg/com_trolltech_qt_svg0.h   |   281 +
 .../com_trolltech_qt_svg_init.cpp                  |    15 +
 .../com_trolltech_qt_uitools.pri                   |     6 +
 .../com_trolltech_qt_uitools0.cpp                  |   350 +
 .../com_trolltech_qt_uitools0.h                    |    73 +
 .../com_trolltech_qt_uitools_init.cpp              |    11 +
 .../com_trolltech_qt_webkit.pri                    |     6 +
 .../com_trolltech_qt_webkit0.cpp                   |  6151 +++++
 .../com_trolltech_qt_webkit0.h                     |  1293 +
 .../com_trolltech_qt_webkit_init.cpp               |    40 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml.pri  |     8 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml0.cpp |  4976 ++++
 .../com_trolltech_qt_xml/com_trolltech_qt_xml0.h   |  1125 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml1.cpp |   891 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml1.h   |   274 +
 .../com_trolltech_qt_xml_init.cpp                  |    59 +
 .../com_trolltech_qt_xmlpatterns.pri               |     6 +
 .../com_trolltech_qt_xmlpatterns0.cpp              |  2841 +++
 .../com_trolltech_qt_xmlpatterns0.h                |   680 +
 .../com_trolltech_qt_xmlpatterns_init.cpp          |    30 +
 .../com_trolltech_qt_core.pri                      |    12 +
 .../com_trolltech_qt_core0.cpp                     |  6884 ++++++
 .../com_trolltech_qt_core/com_trolltech_qt_core0.h |  1500 ++
 .../com_trolltech_qt_core1.cpp                     |  6099 +++++
 .../com_trolltech_qt_core/com_trolltech_qt_core1.h |  1387 ++
 .../com_trolltech_qt_core2.cpp                     |  5456 +++++
 .../com_trolltech_qt_core/com_trolltech_qt_core2.h |  1362 ++
 .../com_trolltech_qt_core3.cpp                     |  3347 +++
 .../com_trolltech_qt_core/com_trolltech_qt_core3.h |   884 +
 .../com_trolltech_qt_core_init.cpp                 |   167 +
 .../com_trolltech_qt_core_builtin.pri              |     6 +
 .../com_trolltech_qt_core_builtin0.cpp             |  4000 ++++
 .../com_trolltech_qt_core_builtin0.h               |  1302 ++
 .../com_trolltech_qt_core_builtin_init.cpp         |    28 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui.pri  |    30 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui0.cpp | 22859 ++++++++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui0.h   |  3003 +++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp | 17912 ++++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui1.h   |  2175 ++
 .../com_trolltech_qt_gui10.cpp                     | 14142 +++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui10.h  |  2440 ++
 .../com_trolltech_qt_gui11.cpp                     | 12215 ++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui11.h  |  2015 ++
 .../com_trolltech_qt_gui12.cpp                     | 10429 +++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui12.h  |  1637 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui2.cpp | 11841 ++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui2.h   |  2148 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui3.cpp | 11998 ++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui3.h   |  2260 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui4.cpp | 15591 +++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui4.h   |  2382 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui5.cpp | 14175 +++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui5.h   |  2487 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui6.cpp |  9710 ++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui6.h   |  2062 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp | 13728 +++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui7.h   |  1927 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp | 14735 ++++++++++++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui8.h   |  2145 ++
 .../com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp |  1140 +
 .../com_trolltech_qt_gui/com_trolltech_qt_gui9.h   |  1268 +
 .../com_trolltech_qt_gui_init.cpp                  |   844 +
 .../com_trolltech_qt_gui_builtin.pri               |     6 +
 .../com_trolltech_qt_gui_builtin0.cpp              |  4206 ++++
 .../com_trolltech_qt_gui_builtin0.h                |  1188 +
 .../com_trolltech_qt_gui_builtin_init.cpp          |    28 +
 .../com_trolltech_qt_multimedia.pri                |    12 +
 .../com_trolltech_qt_multimedia0.cpp               |  8417 +++++++
 .../com_trolltech_qt_multimedia0.h                 |  1660 ++
 .../com_trolltech_qt_multimedia1.cpp               |  7668 ++++++
 .../com_trolltech_qt_multimedia1.h                 |  1509 ++
 .../com_trolltech_qt_multimedia2.cpp               |  6725 ++++++
 .../com_trolltech_qt_multimedia2.h                 |  1489 ++
 .../com_trolltech_qt_multimedia3.cpp               |  2681 +++
 .../com_trolltech_qt_multimedia3.h                 |   425 +
 .../com_trolltech_qt_multimedia_init.cpp           |   128 +
 .../com_trolltech_qt_network.pri                   |     8 +
 .../com_trolltech_qt_network0.cpp                  |  6329 +++++
 .../com_trolltech_qt_network0.h                    |  1429 ++
 .../com_trolltech_qt_network1.cpp                  |  4120 ++++
 .../com_trolltech_qt_network1.h                    |   753 +
 .../com_trolltech_qt_network_init.cpp              |   101 +
 .../com_trolltech_qt_opengl.pri                    |     6 +
 .../com_trolltech_qt_opengl0.cpp                   |  4294 ++++
 .../com_trolltech_qt_opengl0.h                     |   938 +
 .../com_trolltech_qt_opengl_init.cpp               |    23 +
 .../com_trolltech_qt_qml/com_trolltech_qt_qml.pri  |     6 +
 .../com_trolltech_qt_qml/com_trolltech_qt_qml0.cpp |  3148 +++
 .../com_trolltech_qt_qml/com_trolltech_qt_qml0.h   |  1029 +
 .../com_trolltech_qt_qml_init.cpp                  |    37 +
 .../com_trolltech_qt_quick.pri                     |     8 +
 .../com_trolltech_qt_quick0.cpp                    |  8121 +++++++
 .../com_trolltech_qt_quick0.h                      |  1820 ++
 .../com_trolltech_qt_quick1.cpp                    |   847 +
 .../com_trolltech_qt_quick1.h                      |   222 +
 .../com_trolltech_qt_quick_init.cpp                |    47 +
 .../com_trolltech_qt_sql/com_trolltech_qt_sql.pri  |     6 +
 .../com_trolltech_qt_sql/com_trolltech_qt_sql0.cpp |  7282 ++++++
 .../com_trolltech_qt_sql/com_trolltech_qt_sql0.h   |  1157 +
 .../com_trolltech_qt_sql_init.cpp                  |    26 +
 .../com_trolltech_qt_svg/com_trolltech_qt_svg.pri  |     6 +
 .../com_trolltech_qt_svg/com_trolltech_qt_svg0.cpp |  1830 ++
 .../com_trolltech_qt_svg/com_trolltech_qt_svg0.h   |   294 +
 .../com_trolltech_qt_svg_init.cpp                  |    15 +
 .../com_trolltech_qt_uitools.pri                   |     6 +
 .../com_trolltech_qt_uitools0.cpp                  |   363 +
 .../com_trolltech_qt_uitools0.h                    |    79 +
 .../com_trolltech_qt_uitools_init.cpp              |    11 +
 .../com_trolltech_qt_webkit.pri                    |     6 +
 .../com_trolltech_qt_webkit0.cpp                   |  6078 +++++
 .../com_trolltech_qt_webkit0.h                     |  1396 ++
 .../com_trolltech_qt_webkit_init.cpp               |    40 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml.pri  |     8 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml0.cpp |  4736 ++++
 .../com_trolltech_qt_xml/com_trolltech_qt_xml0.h   |  1190 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml1.cpp |   901 +
 .../com_trolltech_qt_xml/com_trolltech_qt_xml1.h   |   276 +
 .../com_trolltech_qt_xml_init.cpp                  |    59 +
 .../com_trolltech_qt_xmlpatterns.pri               |     6 +
 .../com_trolltech_qt_xmlpatterns0.cpp              |  2727 +++
 .../com_trolltech_qt_xmlpatterns0.h                |   715 +
 .../com_trolltech_qt_xmlpatterns_init.cpp          |    30 +
 generator/CMakeLists.txt                           |   162 +
 generator/LGPL_EXCEPTION.txt                       |    22 +
 generator/LICENSE.LGPL                             |   514 +
 generator/abstractmetabuilder.cpp                  |  2496 ++
 generator/abstractmetabuilder.h                    |   179 +
 generator/abstractmetalang.cpp                     |  1996 ++
 generator/abstractmetalang.h                       |   950 +
 generator/asttoxml.cpp                             |   177 +
 generator/asttoxml.h                               |    58 +
 generator/build_all.txt                            |    15 +
 generator/customtypes.cpp                          |    47 +
 generator/customtypes.h                            |    47 +
 generator/fileout.cpp                              |   238 +
 generator/fileout.h                                |    77 +
 generator/generator.cpp                            |   142 +
 generator/generator.h                              |   166 +
 generator/generator.pri                            |    72 +
 generator/generator.pro                            |    26 +
 generator/generator.qrc                            |    19 +
 generator/generatorset.cpp                         |    57 +
 generator/generatorset.h                           |    68 +
 generator/generatorsetqtscript.cpp                 |   123 +
 generator/generatorsetqtscript.h                   |    68 +
 generator/main.cpp                                 |   188 +
 generator/main.h                                   |   147 +
 generator/merge.sh                                 |    11 +
 generator/metajava.cpp                             |    42 +
 generator/metajava.h                               |    79 +
 generator/metaqtscript.cpp                         |    48 +
 generator/metaqtscript.h                           |    81 +
 generator/metaqtscriptbuilder.cpp                  |    43 +
 generator/metaqtscriptbuilder.h                    |    89 +
 generator/parser/ast.cpp                           |    52 +
 generator/parser/ast.h                             |   901 +
 generator/parser/binder.cpp                        |   947 +
 generator/parser/binder.h                          |   138 +
 generator/parser/class_compiler.cpp                |    83 +
 generator/parser/class_compiler.h                  |    82 +
 generator/parser/codemodel.cpp                     |   978 +
 generator/parser/codemodel.h                       |   769 +
 generator/parser/codemodel_finder.cpp              |   122 +
 generator/parser/codemodel_finder.h                |    87 +
 generator/parser/codemodel_fwd.h                   |    97 +
 generator/parser/codemodel_pointer.h               |   149 +
 generator/parser/compiler_utils.cpp                |    69 +
 generator/parser/compiler_utils.h                  |    66 +
 generator/parser/control.cpp                       |   147 +
 generator/parser/control.h                         |   152 +
 generator/parser/declarator_compiler.cpp           |   179 +
 generator/parser/declarator_compiler.h             |   100 +
 generator/parser/default_visitor.cpp               |   476 +
 generator/parser/default_visitor.h                 |   135 +
 generator/parser/dumptree.cpp                      |   142 +
 generator/parser/dumptree.h                        |    61 +
 generator/parser/include/stdarg.h                  |    64 +
 generator/parser/lexer.cpp                         |  1896 ++
 generator/parser/lexer.h                           |   298 +
 generator/parser/list.cpp                          |    45 +
 generator/parser/list.h                            |   119 +
 generator/parser/name_compiler.cpp                 |   159 +
 generator/parser/name_compiler.h                   |    78 +
 generator/parser/parser.cpp                        |  4470 ++++
 generator/parser/parser.h                          |   216 +
 generator/parser/r++.macros                        |    28 +
 generator/parser/rpp-allocator.h                   |    42 +
 generator/parser/rpp/builtin-macros.cpp            |    41 +
 generator/parser/rpp/pp-cctype.h                   |    65 +
 generator/parser/rpp/pp-configuration              |    86 +
 generator/parser/rpp/pp-engine-bits.h              |  1372 ++
 generator/parser/rpp/pp-engine.h                   |   293 +
 generator/parser/rpp/pp-environment.h              |   159 +
 generator/parser/rpp/pp-fwd.h                      |    55 +
 generator/parser/rpp/pp-internal.h                 |   134 +
 generator/parser/rpp/pp-iterator.h                 |   100 +
 generator/parser/rpp/pp-macro-expander.h           |   411 +
 generator/parser/rpp/pp-macro.h                    |    89 +
 generator/parser/rpp/pp-main.cpp                   |   340 +
 generator/parser/rpp/pp-qt-configuration           |    24 +
 generator/parser/rpp/pp-scanner.h                  |   367 +
 generator/parser/rpp/pp-string.h                   |   113 +
 generator/parser/rpp/pp-symbol.h                   |   101 +
 generator/parser/rpp/pp.h                          |   107 +
 generator/parser/rpp/preprocessor.cpp              |   176 +
 generator/parser/rpp/preprocessor.h                |    84 +
 generator/parser/rpp/rpp.pri                       |    20 +
 generator/parser/rxx.pri                           |    48 +
 generator/parser/rxx.pro                           |    12 +
 generator/parser/rxx_allocator.h                   |   132 +
 generator/parser/smallobject.cpp                   |    45 +
 generator/parser/smallobject.h                     |    64 +
 generator/parser/symbol.h                          |   142 +
 generator/parser/tokens.cpp                        |   273 +
 generator/parser/tokens.h                          |   164 +
 generator/parser/type_compiler.cpp                 |   155 +
 generator/parser/type_compiler.h                   |    87 +
 generator/parser/visitor.cpp                       |   139 +
 generator/parser/visitor.h                         |   159 +
 generator/prigenerator.cpp                         |   162 +
 generator/prigenerator.h                           |    71 +
 generator/qtscript_masterinclude.h                 |  1178 +
 generator/reporthandler.cpp                        |    74 +
 generator/reporthandler.h                          |    83 +
 generator/setupgenerator.cpp                       |   463 +
 generator/setupgenerator.h                         |    68 +
 generator/shellgenerator.cpp                       |   456 +
 generator/shellgenerator.h                         |   109 +
 generator/shellheadergenerator.cpp                 |   463 +
 generator/shellheadergenerator.h                   |    73 +
 generator/shellimplgenerator.cpp                   |   367 +
 generator/shellimplgenerator.h                     |    65 +
 generator/typeparser.cpp                           |   284 +
 generator/typeparser.h                             |    70 +
 generator/typesystem.cpp                           |  2034 ++
 generator/typesystem.h                             |  1238 +
 generator/typesystem_core.xml                      |  1936 ++
 generator/typesystem_gui.xml                       |  3250 +++
 generator/typesystem_multimedia.xml                |   177 +
 generator/typesystem_network.xml                   |   233 +
 generator/typesystem_opengl.xml                    |   101 +
 generator/typesystem_qml.xml                       |    51 +
 generator/typesystem_quick.xml                     |    88 +
 generator/typesystem_sql.xml                       |   154 +
 generator/typesystem_svg.xml                       |    38 +
 generator/typesystem_uitools.xml                   |     5 +
 generator/typesystem_webkit.xml                    |   133 +
 generator/typesystem_xml.xml                       |   211 +
 generator/typesystem_xmlpatterns.xml               |   148 +
 src/PythonQt.cpp                                   |  2326 ++
 src/PythonQt.h                                     |   825 +
 src/PythonQtBoolResult.cpp                         |   158 +
 src/PythonQtBoolResult.h                           |    60 +
 src/PythonQtClassInfo.cpp                          |  1107 +
 src/PythonQtClassInfo.h                            |   307 +
 src/PythonQtClassWrapper.cpp                       |   642 +
 src/PythonQtClassWrapper.h                         |    81 +
 src/PythonQtConversion.cpp                         |  1590 ++
 src/PythonQtConversion.h                           |   525 +
 src/PythonQtCppWrapperFactory.h                    |    86 +
 src/PythonQtDoc.h                                  |   574 +
 src/PythonQtImportFileInterface.h                  |    81 +
 src/PythonQtImporter.cpp                           |   976 +
 src/PythonQtImporter.h                             |   146 +
 src/PythonQtInstanceWrapper.cpp                    |   944 +
 src/PythonQtInstanceWrapper.h                      |   136 +
 src/PythonQtMethodInfo.cpp                         |   615 +
 src/PythonQtMethodInfo.h                           |   227 +
 src/PythonQtMisc.cpp                               |    43 +
 src/PythonQtMisc.h                                 |   175 +
 src/PythonQtObjectPtr.cpp                          |   128 +
 src/PythonQtObjectPtr.h                            |   164 +
 src/PythonQtProperty.cpp                           |   296 +
 src/PythonQtProperty.h                             |    94 +
 src/PythonQtPythonInclude.h                        |    93 +
 src/PythonQtQFileImporter.cpp                      |    80 +
 src/PythonQtQFileImporter.h                        |    63 +
 src/PythonQtSignal.cpp                             |   465 +
 src/PythonQtSignal.h                               |    75 +
 src/PythonQtSignalReceiver.cpp                     |   280 +
 src/PythonQtSignalReceiver.h                       |   144 +
 src/PythonQtSlot.cpp                               |   793 +
 src/PythonQtSlot.h                                 |    92 +
 src/PythonQtSlotDecorator.cpp                      |   175 +
 src/PythonQtSlotDecorator.h                        |    50 +
 src/PythonQtStdDecorators.cpp                      |   406 +
 src/PythonQtStdDecorators.h                        |   201 +
 src/PythonQtStdIn.cpp                              |   113 +
 src/PythonQtStdIn.h                                |    63 +
 src/PythonQtStdOut.cpp                             |   166 +
 src/PythonQtStdOut.h                               |    65 +
 src/PythonQtSystem.h                               |    56 +
 src/PythonQtUtils.h                                |    97 +
 src/PythonQtVariants.h                             |    78 +
 src/gui/PythonQtScriptingConsole.cpp               |   576 +
 src/gui/PythonQtScriptingConsole.h                 |   150 +
 src/src.pri                                        |    59 +
 src/src.pro                                        |    43 +
 tests/PythonQtTest.bat                             |     2 +
 tests/PythonQtTestMain.cpp                         |    70 +
 tests/PythonQtTests.cpp                            |   632 +
 tests/PythonQtTests.h                              |   600 +
 tests/tests.pro                                    |    25 +
 622 files changed, 1251599 insertions(+)

diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..5ab7695
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,504 @@
+		  GNU LESSER GENERAL PUBLIC LICENSE
+		       Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+  This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it.  You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+  When we speak of free software, we are referring to freedom of use,
+not price.  Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+  To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights.  These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+
+  We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+  To protect each distributor, we want to make it very clear that
+there is no warranty for the free library.  Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+

+  Finally, software patents pose a constant threat to the existence of
+any free program.  We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder.  Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+  Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License.  This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License.  We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+  When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library.  The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom.  The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+  We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License.  It also provides other free software developers Less
+of an advantage over competing non-free programs.  These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries.  However, the Lesser license provides advantages in certain
+special circumstances.
+
+  For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard.  To achieve this, non-free programs must be
+allowed to use the library.  A more frequent case is that a free
+library does the same job as widely used non-free libraries.  In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+  In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software.  For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+  Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+

+		  GNU LESSER GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+  
+  1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+  You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+

+  2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) The modified work must itself be a software library.
+
+    b) You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    c) You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.
+
+    d) If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.
+
+    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+

+  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+  If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+
+  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+

+  6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+
+    a) Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)
+
+    b) Use a suitable shared library mechanism for linking with the
+    Library.  A suitable mechanism is one that (1) uses at run time a
+    copy of the library already present on the user's computer system,
+    rather than copying library functions into the executable, and (2)
+    will operate properly with a modified version of the library, if
+    the user installs one, as long as the modified version is
+    interface-compatible with the version that the work was made with.
+
+    c) Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.
+
+    d) If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.
+
+    e) Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.
+
+  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+

+  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+    a) Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.
+
+    b) Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.
+
+  8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License.  However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+  9. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
... 1254967 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pythonqt.git



More information about the Python-modules-commits mailing list