1349 Commits

Author SHA1 Message Date
Alexander Bruy
e460dde786 add cmake stuff for SEXTANTE plugin 2012-09-14 14:44:25 +03:00
Alexander Bruy
5eb0111874 fix migration errors 2012-09-14 11:53:46 +03:00
Alexander Bruy
799795a05a fix another signal-slot connection in new console 2012-09-14 10:50:40 +03:00
Tim Sutton
2f2fb53779 Merge pull request #232 from slarosa/master
fix error in path for sextante icon
2012-09-14 00:55:46 -07:00
Salvatore Larosa
26a43408b4 fix path for icon 2012-09-14 09:01:40 +02:00
Tim Sutton
5b91b38d8e Merge pull request #230 from slarosa/master
[New Python Console] - remember last used location for Open Tool
2012-09-13 21:13:32 -07:00
Salvatore Larosa
89e75cf64a added sextante icon for help 2012-09-14 01:18:04 +02:00
Salvatore Larosa
315e0c0043 added action to import sextante class 2012-09-13 23:38:47 +02:00
Salvatore Larosa
cd36650639 cleaning up code 2012-09-13 19:22:34 +02:00
Salvatore Larosa
78a1f244c2 improved icons and clean code 2012-09-13 17:51:24 +02:00
Radim Blazek
24a047d283 raster sip fix for test unit 2012-09-13 15:08:23 +02:00
Radim Blazek
c6a29fa8a0 raster sip fixes 2012-09-13 13:38:39 +02:00
Salvatore Larosa
c0c8f81efb added remember last used dir for open tool in python console 2012-09-13 09:54:45 +02:00
Tim Sutton
94c2e1cbb0 Transfer ownership of renderer to c++ in sip bindings when calling QgsRasterLayer.setRenderer and when passing shader to QgsSingleBandPseudoColorRenderer. Fixes crash experienced when using python bindings and replacing the shader or renderer of a raster. 2012-09-12 23:15:45 +02:00
Tim Sutton
aa063f67f2 Merge pull request #228 from slarosa/master
added support to paste code with multi-line text in console
2012-09-12 01:49:26 -07:00
Salvatore Larosa
e2fff49874 added support to paste multi-line text 2012-09-12 00:33:04 +02:00
Alexander Bruy
73ca04ebf3 fix signals connection in console 2012-09-11 19:51:09 +03:00
Juergen E. Fischer
3941112e60 also copy console_sci to build directory 2012-09-11 18:49:58 +02:00
Salvatore Larosa
a090559f3d added delete key in keyPressEvent 2012-09-11 16:05:52 +02:00
Tim Sutton
b817c6161d Fix python console api installation 2012-09-11 14:35:29 +02:00
Salvatore Larosa
84566b6b0a Fix CMakeLists for building API 2012-09-11 12:52:14 +02:00
Salvatore Larosa
1dc7ce997b check platform for font size 2012-09-11 12:43:54 +02:00
Larry Shaffer
9db9ef80c6 Add support for prepared API file
- Prepared API file supports Python 2.7, PyQGIS master, PyQt4.7.4, QScintilla2 2.4.5, osgeo 1.9.1
- Set point size larger (should be setting in app)
- Remove extra spacing between toolbar and console edit widget
- Remove space from Qt object name
- With many more API lines, autocompletion should start at least on second character, if not third
2012-09-10 20:06:06 -06:00
Salvatore Larosa
02b687321a fix issue with home key 2012-09-11 00:56:09 +02:00
Salvatore Larosa
303f0a6e0a clear some command key and added shortcut ctrl+space 2012-09-10 22:52:15 +02:00
Salvatore Larosa
03877e5885 clean up to code and added api directory 2012-09-10 19:44:33 +02:00
Salvatore Larosa
cf272f8801 New Python Console 2012-09-10 19:16:37 +02:00
Tim Sutton
9b0fee38de Added asWktPolygon method to QgsRectangle with a unit test. Discovered QgsRectangle tests were missing their main method causing them to not run. Then discovered that some of these tests fail, one of which remains unresolved. 2012-09-10 16:04:22 +02:00
Tim Sutton
373741e256 Added version note for scale method in qgsrectangle 2012-09-07 11:05:45 +02:00
Radim Blazek
ea86b93e0d more raster Python bindings, raster write test in Python 2012-09-06 19:16:53 +02:00
Marco Hugentobler
cfa15ff560 Add documentation for function QgsComposition::loadFromTemplate 2012-09-05 08:23:58 +02:00
Marco Hugentobler
07696ab678 Allow text substitution for template loading 2012-09-05 08:23:58 +02:00
Marco Hugentobler
fd514a0e74 Add method QgsComposition::loadFromTemplate and python bindings 2012-09-05 08:23:58 +02:00
Radim Blazek
9286429baa - QgsRenderChecker moved to core + Python bindings
- raster transparency python test
2012-09-04 20:31:59 +02:00
Nathan Woodrow
ad2ff907bd Add missing sip file 2012-09-04 18:31:51 +10:00
Nathan Woodrow
ac2fcb2de5 Add python bindings message bar 2012-09-04 18:15:07 +10:00
Juergen E. Fischer
9e9d1ce84f fix sip error 2012-09-03 23:49:46 +02:00
Tim Sutton
d9c9052b27 Added comment about introduction of srid to version 1.9 for data source id 2012-09-03 17:17:45 +02:00
Magnus Homann
bb3d86bc07 Adedd .sip define 2012-09-03 15:47:48 +02:00
Magnus Homann
182a64eb39 Basic test of QgsDistanceArea 2012-09-03 15:35:13 +02:00
Nathan Woodrow
a61a15bb1e Move expression text replace to QgsExpression
- Update actions, html map tips, and annotations
2012-09-02 22:46:19 +10:00
Giuseppe Sucameli
c7fcef4c1d [FEATURE] Add support to user-defined python macros into project file:
macros are executed when a project is loaded (openProject function), saved (saveProject function) or is closing (closeProject function),
macros' python code is embedded in the project file (XML),
a bar (non-blocking) is shown on the top of the canvas to ask to the user whether enable project macros.

Work done for ARPA Piemonte
2012-08-31 16:24:53 +02:00
Marco Hugentobler
2da854368c Added python test for composer html 2012-08-29 16:16:39 +02:00
Juergen E. Fischer
f006b234e7 fix build error and a few warnings 2012-08-29 00:45:18 +02:00
Juergen E. Fischer
65b978fb57 [FEATURE] add optional filter value to value relation edit widget
and sync QgsVectorLayer sip bindings with C++ interface
2012-08-28 22:34:15 +02:00
Etienne Tourigny
b9ae061014 add raster stats to python bindings (many more functions missing) 2012-08-28 16:59:16 -03:00
Giuseppe Sucameli
bcb038504e identifiers (schemas, tables, fields) added to DBManager sql windows completer list.
Thanks Silvio Grosso for the sponsorship.
2012-08-27 17:17:45 +02:00
Etienne Tourigny
eda71f5a9c implement pyramids in raster save dialog ; improve pyramids creation ; remove pyramid-related stuff from qgsrasterlayer 2012-08-26 20:16:51 -03:00
Tim Sutton
ae089619c2 Merge pull request #208 from homann/issue1969
Issue1969 - Improvements to use of measurement functionality
2012-08-24 23:58:06 -07:00
Tim Sutton
ba67665248 Merged in upstream svn changes into sextante branch 2012-08-24 18:35:48 +02:00