1253 Commits

Author SHA1 Message Date
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
Marco Hugentobler
f5ff7c222b Add python bindings for composerhtml 2012-08-09 11:10:55 +02:00
Alexander Bruy
3305ccda50 fix #6151 2012-08-03 20:13:46 +03:00
Juergen E. Fischer
dc8ac451da [FEATURE] allow adding of sql queries with SelectAtId=false
- sync sip bindings of QGis, QgsApplication, QgsDataSourceURI and QgsPoint with
  C++
2012-08-03 00:02:19 +02:00
Juergen E. Fischer
93e0a43055 [FEATURE][API] allow display in degrees, decimal minutes
- store degree format setting in project file
- [API] drop degree formats in unit type
2012-08-01 18:36:26 +02:00
Juergen E. Fischer
2d9115fa56 - GEOSInterpolate only available in GEOS>=3.2
- sync QgsGeometry sip bindings with C++
2012-08-01 08:48:10 +02:00
Radim Blazek
bc591f580b typo 2012-07-29 16:43:50 +02:00
Nathan Woodrow
e8bbc2de71 Add interoplate to QgsGeometry 2012-07-29 23:02:48 +10:00
Alexander Bruy
ad9cb9d194 allow create grid without specifying base layer (fix #6109) 2012-07-29 11:27:11 +03:00
Radim Blazek
540df9cb0d continues removing of stats from raster layer 2012-07-28 19:41:47 +02:00
Radim Blazek
de20264c31 Stats/histogram removed from raster layer 2012-07-27 11:48:09 +02:00
Radim Blazek
9980b454c0 raster histograms separated from stats, generic implementation (used by GRASS,WCS), more histogram and stats options (extent, sample size), stats and histograms cached in providers 2012-07-26 18:51:55 +02:00
Etienne Tourigny
ce6140201d ui tweaks to make dialog more compact, add right-click action to swap options ui 2012-07-24 13:53:35 -03:00
Etienne Tourigny
e3855de948 use QgsRasterFormatSaveOptionsWidget in gdaltools merge widget 2012-07-24 01:39:17 -03:00
Etienne Tourigny
c998ee4ac5 add qgsrasterformatsaveoptionswidget to sip and cleanup names ; better hack for mOptionsLabel click 2012-07-24 01:33:06 -03:00
Radim Blazek
73f991f3be master merge 2012-07-20 18:37:09 +02:00
Tim Sutton
d6c0c6dbbc Merge pull request #186 from lynxlynxlynx/master
two small usability improvements to the plugin manager & installer
2012-07-19 14:57:52 -07:00
Larry Shaffer
0c62390027 sip binding for QgsLabelingEngineInterface::labelsWithinRect()
qgis.utils.iface.mapCanvas().mapRenderer().labelingEngine().labelsWithinRect(some_extent) can now return all labels shown within the canvas (if that's the extent given).
2012-07-18 16:06:46 -06:00
Marco Hugentobler
171ae62c85 Python bindings for printing 2012-07-18 11:36:32 +02:00
Alexander Bruy
fbb7b3c4e0 [FEATURE] editable global scales list 2012-07-18 10:00:31 +03:00
Marco Hugentobler
3a663fbcb7 Merge branch 'composer_multi_pages' 2012-07-17 11:47:18 +02:00
Marco Hugentobler
cb1ecadec9 Python bindings for multipage composer 2012-07-17 11:08:14 +02:00
Juergen E. Fischer
32978fb4e9 fix sip bindings to QgsVectorLayer signals attributeValueChanged/geometryChanged 2012-07-16 16:45:53 +02:00
Giuseppe Sucameli
2278f4074a do a case-insensitive check looking for SL tables into geometry_columns 2012-07-16 00:48:09 +02:00
Giuseppe Sucameli
5131eb5d87 fix data type check displaying PG table data 2012-07-16 00:48:08 +02:00
Martin Dobias
e35b115881 [API] removed QgsSearchString - QgsExpression should be used instead 2012-07-15 11:14:53 +02:00
Arunmozhi
fcdee9ac7b removed everything related to QgsSymbolV2PropertiesDialog 2012-07-13 12:55:07 +05:30
Marco Hugentobler
a18db24167 Merge branch 'composer_overview_map' 2012-07-11 17:14:34 +02:00
Marco Hugentobler
7a349a9240 Python bindings for overview map frame 2012-07-10 12:02:21 +02:00