42 Commits

Author SHA1 Message Date
Nyall Dawson
9a752b9bea exec() works in PyQt5 2024-01-22 05:46:15 +10:00
Julien Cabieces
3e27ac5985 [PyQt6] Build PyQt6 2024-01-16 12:18:11 +10:00
Nyall Dawson
179580351d Remove some outdated .api files 2023-01-27 15:39:09 +10:00
Juergen E. Fischer
19d7edcfed produce and install pyqgis.pap (superceeds #51429) 2023-01-25 23:06:35 +01:00
Denis Rouzaud
eddf6feb45 modernize CMakeLists.txt files 2020-11-12 07:14:46 +10:00
Matthias Kuhn
c0660f24d5 Modernize code 2020-05-05 21:58:29 +02:00
Salvatore Larosa
20c9a5da33 add 3d module to API file 2018-10-16 12:52:48 +02:00
Salvatore Larosa
648b588417 [pyqgis-console] APIs file updated 2018-06-22 09:35:23 +02:00
Salvatore Larosa
2d9ee3dcb0 [pyqgis-coonsole] APIs file updated 2018-02-23 11:06:49 +01:00
Nyall Dawson
2fc0b5b777 Remove some outdated Python api files 2018-02-06 22:39:42 +11:00
Salvatore Larosa
5652501cc6 [pyqgis-console] update api files and qsci_apis/generate_console_pap.py script 2017-11-28 21:14:19 +01:00
Salvatore Larosa
8b454ea38c [pyqgis-console] prepared APIs file updated
included APIs are:
* PyQGIS3
* PyQt5
* Python3.6
* GDAL-2.2.3
* GEOS-3.6.3
2017-11-28 20:12:34 +01:00
Matthias Kuhn
a9d7630a69 Rename QgsPointV2 to QgsPoint and QgsPoint to QgsPointXY
Because 3D coordinates should be the default.

References https://github.com/qgis/qgis3.0_api/issues/36
2017-06-02 19:53:37 +02:00
Salvatore Larosa
43334df6d8 [pyqgis-console] APIs file updated 2016-07-08 12:23:51 +02:00
Denis Rouzaud
8071acd064 move PyQt compat folder to python/qgis 2016-04-29 14:10:26 +02:00
Juergen E. Fischer
271750fd53 switch bindings to pyqt wrappers 2016-03-21 17:00:26 +01:00
Salvatore Larosa
ae03937e93 [pyqgis-console] API file updated 2016-02-26 11:18:07 +01:00
Salvatore Larosa
70687729cf [pyqgis-console] APIs file update 2015-10-23 09:44:56 +02:00
Juergen E. Fischer
b39055b39c indentation update (now including autopep8) 2015-08-22 14:29:41 +02:00
Salvatore Larosa
009454442c [pyqgis-console] APIs file updated 2015-06-26 08:11:00 +02:00
Salvatore Larosa
4061173609 [pyqgis-console] prepared api file update 2015-02-17 23:43:02 +01:00
Salvatore Larosa
2da907741e [pyqgis-console] update prepared API file 2014-10-24 09:18:56 +02:00
Salvatore Larosa
6c21262935 [pyqgis-console] APIs file update 2014-06-14 23:43:52 +02:00
Salvatore Larosa
4670a16e38 [pyqgis-console] adds PyQGIS-2.2.api 2014-05-12 16:48:48 +02:00
Salvatore Larosa
63a4af5d68 [pyqgis-console] revert PyQGIS-2.0.api file after 53ac675: the changes are for 2.4 release 2014-05-12 16:48:48 +02:00
Sandro Mani
53ac67517a min-max map unit scale support 2014-05-07 15:54:56 +02:00
Salvatore Larosa
42a4e75536 [pyqgis-console] prepared apis file update 2014-02-19 16:56:56 +01:00
Salvatore Larosa
9b0652f0fe [pyqgis-console] APIs file update (pyqgis.pap) 2014-01-08 18:33:19 +01:00
Salvatore Larosa
27eeff2b44 [pyqgis-console] prepared API file update 2013-12-02 08:05:06 +01:00
Salvatore Larosa
169f646f7c [Fixes #8982] adds python bindings for actionZoomNext method
update to autocompletion file
2013-11-02 18:40:26 +01:00
Salvatore Larosa
579226df08 [pyqgis-console] added API file for 2.0 version 2013-10-03 11:09:19 +02:00
Salvatore Larosa
fcf8102d46 [pyqgis-console] autocompletion file update 2013-10-03 11:09:19 +02:00
Salvatore Larosa
68d12b45b1 [pyqgis-console] autocompletion file update 2013-09-15 23:31:46 +02:00
Larry Shaffer
d334672f6d Followup to 3b6d4ef, add sip bindings and update console auto-complete file 2013-09-06 17:31:47 -06:00
Salvatore Larosa
37f53b0a6d [pyqgis-console] update pyqgis.pap file after 2d63dcf 2013-09-02 17:41:35 +02:00
Salvatore Larosa
17181816c0 [pyqgis-console] add prefix OSGeo_ to GEOS API file 2013-09-01 19:25:37 +02:00
Salvatore Larosa
461fd8f2bd [pyqgis-console] add GEOS API file for autocompletion:
- add GDAL-1.10.0, QScintilla-2.7.2 api files
2013-09-01 11:24:02 +02:00
Larry Shaffer
6e197484ed [pyqgis-console] Fix build error. Revert adding of qsci-pap-master target
- Leave only qsci-pap-src target for updating default pyqgis.pap in source tree
- Mark WITH_QSCIAPI as advanced in CMake, since it mostly a dev function
2013-08-31 14:05:08 -06:00
Larry Shaffer
89b2020744 [pyqgis-console] Fix pyqgis.pap building targets/script for auto-completion in console
- Add fixed default pyqgis.pap
2013-08-31 06:00:36 -06:00
Larry Shaffer
dc4628599e [pyqgis-console] Add targets and python script for generating console's QScintilla .pap file, for auto-completion
- Run 'make;make qsci-pap-src; make install' to update the default .pap file in source tree
- Run 'make;make qsci-pap-master[; make install]' for local-only .pap that overrides the default .pap (when testing new bindings)
- Update console to override default .pap if master.pap is available
- Include new qgis.core.NULL attribute defined in <src>/python/__init__.py for QPyNullVariant comparisons
- Update 11-month-old default .pap
2013-08-30 13:12:38 -06:00
Juergen E. Fischer
1aa4c1eb63 debian packaging update - also moved python console files and icons 2012-10-05 18:30:19 +02:00
Larry Shaffer
064c0c054b PyQScintilla api files setup for local compiling of pap file
- Update and concatenate sip-built api files into PyQGIS.api
- Move python/qgis/api to python/qsci_apis for future api selection and compiling module
- Add base version api files for python components
2012-10-04 15:06:25 -06:00