aboutsummaryrefslogtreecommitdiffstats
path: root/missing_bindings.py
Commit message (Collapse)AuthorAgeFilesLines
* Update missing_bindings scriptCristian Maureira-Fredes2018-05-071-6/+17
| | | | | | | | | | | Removed deprecated modules, and included new ones based on: http://doc-snapshots.qt.io/qt5-5.11/qtmodules.html Moved QtWidgets to follow the order of the website. Change-Id: I6de85fe0402d98db57058eda6dbb1aae2e1c5aec Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Change license from all the filesCristian Maureira-Fredes2018-05-031-1/+1
| | | | | | | | | | | | | | | | | Removing the word 'project' from all the headers, and changing the PySide reference from the examples to Qt for Python: The following line was used inside the source/ and build_scripts/ directory: for i in $(grep -r "the Qt for Python project" * |grep -v "pyside2-tools" | awk '{print $1}' | sed 's/:.*//g');do sed -i 's/the\ Qt\ for\ Python\ project/Qt\ for\ Python/g' $i;done and the following line was used inside the examples/ directory: for i in $(grep -r "of the PySide" * |grep -v "pyside2-tools" | awk '{print $1}' | sed 's/:.*//g');do sed -i 's/of\ the\ PySide/of\ the\ Qt\ for\ Python/g' $i;done Change-Id: Ic480714686ad62ac4d81c670f87f1c2033d4ffa1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Reformat and remove of trailing spaces from filesCristian Maureira-Fredes2018-04-191-30/+37
| | | | | | | | Continuing the 72/79 reformatting with the remaining Python files. Change-Id: I4fc0abd720326a16ed4b2d431fd703de71fe02e9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* missing_bindings.py: Update documentation URLsFriedemann Kleint2018-02-271-1/+3
| | | | | | | | 5.9 is no longer a snapshot. Add 5.10, 5.11. Change-Id: I2eec453101c06abb8c83f28bd6e71ca67492a291 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
* Update missing bindings script to include report generation timeAlexandru Croitor2017-09-141-30/+37
| | | | | | | Also changed logging strings to use .format() substitution. Change-Id: I437080169f94da487cb541c72efb0fe41ac90105 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Update missing bindings scriptAlexandru Croitor2017-08-291-9/+46
| | | | | | | | | | Fix the script to work with both Python2 and Python3. Add usage documentation. Include the command line invocation in the report. Some small cosmetic changes to better visualize the data on the wiki. Change-Id: If6dc474a3c46d8212503cf206f167cc137c5fbab Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Add script that generates missing bindings reportAlexandru Croitor2017-04-271-0/+364
Change-Id: Idc97bf2c9bc8169b0be5911dce7503bfd0249f3e Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>