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
Marco Hugentobler
d0bf482683
Add accessor for individual frame to QgsComposerMultiFrame. Adapt unit tests because composer items without frames are now the default
2012-08-24 17:30:47 +02:00
Magnus Homann
1873866054
Renamed one member and its funtcion, and undo last commit
2012-08-23 08:48:42 +02:00
Magnus Homann
a1db95fc98
Moved convertMeasure to QgsDistanceArea
2012-08-23 08:48:42 +02:00
Magnus Homann
e455264ac6
Renamed accessor/mutator and deprecated old names
2012-08-23 08:48:42 +02:00
Radim Blazek
a2b6bcc73c
raster transparency single band ranges, no data in save as, pipe to file writer
2012-08-22 19:41:12 +02:00
Marco Hugentobler
0980056925
Merge branch 'multiframe_options'
2012-08-19 11:15:04 +02:00
Juergen E. Fischer
24603eafd8
handle min()/max() macros offending std::numeric_limits<T>::min()/max() on MSVC in one spot
2012-08-18 19:45:07 +02:00
Marco Hugentobler
8e02e1f90f
Implemented new resize modes for multiframe item (currently only html)
2012-08-17 13:47:03 +02:00
Magnus Homann
b5a59fd251
Typo.
2012-08-17 12:06:17 +02:00
Magnus Homann
8e16c8e37a
Fixed SIP errors and reinstated expand() as depreceated.
2012-08-17 11:23:58 +02:00
Radim Blazek
ac4486a7a1
raster save as raw/image mode, pipe clone
2012-08-16 17:05:58 +02:00
Alexander Bruy
79b11896d2
more cleanup in fTools menu creating code
2012-08-15 12:55:00 +03:00
Martin Dobias
21253f99e9
[FEATURE] Reworked symbol selector/properties dialog, greatly improved style manager
...
This is merge of Arun's GSoC 2012 work.
Merge remote-tracking branch 'arun/gsoc'
Conflicts:
src/gui/symbology-ng/qgssymbolv2selectordialog.cpp
2012-08-14 21:45:32 +02:00
Alexander Bruy
880354f367
cleanup in fTools menu creation code
2012-08-14 12:16:51 +03:00
Marco Hugentobler
18f2c43e5f
[FEATURE]: possibility to have scale bar in meters also for maps in degrees (based on map diagonal)
2012-08-13 15:00:15 +02:00