Martin Dobias
837ac4de5c
Moved creation of expression from OGC filter to QgsOgcUtils
2013-03-15 00:44:31 +01:00
Juergen E. Fischer
e46a67ab31
fix QgsRasterInterface sip bindings
2013-03-14 17:34:38 +01:00
D'Hont René-Luc
93e0259843
Simplifying QgsOgcUtils
...
After commit 7d66529d7884b73070dbce80b1d4060d841a6933 Add GML3 to
QgsOgcUtils, I have to simplify this class to only have :
* geometryFromGML : read GML2 or GML3
* geometryToGML : create GML2 (as default) or GML3
2013-03-13 19:10:03 +01:00
D'Hont René-Luc
7d66529d78
Add GML3 to QgsOgcUtils
...
After the commit 969df016bcdbd1ead8a347b7a5d55c8b36db183a Moved GML import/export to a new class: QgsOgcUtils, I decided to add GML3.
I updated QgsOgcUtils, QGIS WFS Server, and the Python Iterface and I added unit test for GML3.
2013-03-13 10:19:35 +01:00
Juergen E. Fischer
558dcf26db
fix QgsPalettedRasterRenderer sip binding
2013-03-11 16:21:25 +01:00
Martin Dobias
969df016bc
Moved GML import/export to a new class: QgsOgcUtils
2013-03-08 00:31:46 +01:00
Denis Rouzaud
706ac99a83
switched default and ok arguments
2013-03-06 15:07:04 +01:00
Denis Rouzaud
978d6773cb
Added default value argument for readEntryList
2013-03-06 14:19:37 +01:00
Martin Dobias
d628c2c742
Improved support for parsing of GML2, added some autotests
2013-03-06 01:26:26 +01:00
Martin Dobias
ed48ffb68a
Map layer registry: un-deprecated addMapLayer(), added removeMapLayer() for convenience
2013-03-05 21:36:52 +01:00
Matthias Kuhn
731670102c
Make diagram renderer (python bindings) more stable
2013-02-28 14:16:08 +01:00
Juergen E. Fischer
0fbea1911e
german translation update
2013-02-19 23:33:17 +01:00
olivierdalang
2d4220bba9
Update of composer item's GUI
2013-02-19 02:28:43 -07:00
Arunmozhi
6a2bd62c04
added searching of colorramps in style manager
2013-02-16 15:33:40 +05:30
mhugent
8e11e5f9dd
Merge pull request #422 from Oslandia/atlas
...
Feature sorting and filtering for atlas generation
2013-02-12 02:47:13 -08:00
Juergen E. Fischer
ba2082ef86
[FEATURE] allow filter expressions in value relations (and fix display of related values and value maps in attribute table)
2013-02-10 23:08:40 +01:00
Larry Shaffer
995fbadc60
Fix typo in QgsPalLabeling
2013-02-07 15:22:19 -07:00
Larry Shaffer
fbf999190c
Update QgsPalLabeling to work with new vector api
...
- Switch data defined properties from field index- to name-based
- Add routine to migrate properties to new keys: labeling/dataDefined/[enum name]
- Add QHash containing old-style data provider mapping of index to name for use in properties migration
- Update QgsLabelingGui, QgsMapToolLabel, QgsLabelPropertyDialog to work with name-based properties
2013-02-07 14:49:56 -07:00
Radim Blazek
50d4bb6d4d
WMS identify feature support - get vector features from GML GetFeatureInfo
2013-02-06 15:14:16 +01:00
Hugo Mercier
12f85af0ee
[Atlas] Add SIP bindings for feature sorting and filtering
2013-02-06 15:06:59 +01:00
Juergen E. Fischer
7f7b5dd63e
more fTools api updates
2013-02-03 21:18:39 +01:00
Juergen E. Fischer
4a774294f3
remove usage of deprecated methods within QgsVectorLayer itself
2013-02-02 17:05:33 +01:00
Etienne Tourigny
aae400ecf1
[API] restore QgsMapLayerRegistry::addMapLayer() but keep it deprecated
2013-02-01 15:22:37 -02:00
Marco Hugentobler
f91f2d43f9
Merge branch 'master' of github.com:qgis/Quantum-GIS
2013-01-29 09:48:12 +01:00
Marco Hugentobler
a00e413b5d
[FEATURE]: possibility to export vector symbology (using ogr feature style)
2013-01-29 09:45:30 +01:00
Juergen E. Fischer
bb97787c65
fix sip error
2013-01-29 08:50:35 +01:00
Larry Shaffer
94491b8479
[FEATURE] Add style options for legend layer/groups, and live refresh of all legend style options
...
- Based of off work from Stefan Ziegler (pull request #331 )
- Options inherited by embedded groups (which are still always italic)
- Original layer name now saved to project file (instead of adjusted display name)
- Fix bug where setting capitalization, then saving/reopening would permanently set capitalization
- [API] Add originalName() to QgsMapLayer to access original (pre-adjusted name)
- [API] Add setupFont() method to legend group items
- [API] Add updateLegendItemStyles() and updateLegendItemSymbologies() to QgsLegend to allow style option changes to become active without app restart
2013-01-28 16:22:48 -07:00
Giuseppe Sucameli
9dffa42eea
Merge pull request #394 from etiennesky/gdaltools1
...
GdalTools - use raster format save option and pyramids dialogs
2013-01-28 13:49:30 -08:00
Juergen E. Fischer
4cbec1811c
fix warnings, add copyright headers, cosmetics
2013-01-28 01:39:58 +01:00
Martin Dobias
8da06cb97d
QgsVectorLayer: deprecate old API: select(), nextFeature(), featureAtId()
2013-01-26 19:42:46 +01:00
Martin Dobias
5ad61f535a
Merge remote-tracking branch 'origin/master' into new_vector_api
2013-01-26 18:17:45 +01:00
Juergen E. Fischer
994dc1cc21
- [API] introduce QgsMessageLog::MessageLevel and change logMessage() level
...
parameter to that type
- change default level to WARNING
- change startup messages to INFO
- don't unhide the warning button for INFO messages
- fix warnings produced by python code
2013-01-26 14:16:39 +01:00
Martin Dobias
5f304b34a1
Merge remote-tracking branch 'origin/master' into new_vector_api
...
Conflicts:
python/core/qgsvectordataprovider.sip
src/app/legend/qgslegendlayer.cpp
src/app/qgisapp.cpp
src/app/qgsmergeattributesdialog.cpp
src/core/qgsvectordataprovider.cpp
src/core/qgsvectordataprovider.h
src/core/qgsvectorlayer.cpp
src/gui/qgssearchquerybuilder.cpp
src/providers/postgres/qgspostgresprovider.cpp
src/providers/wfs/CMakeLists.txt
2013-01-23 23:46:56 +01:00
Etienne Tourigny
2fb78db2b5
update raster format and pyramid save widgets for python, add pyramid config options support to raster writer, other fixes
2013-01-18 18:18:47 -02:00
Marco Hugentobler
353d6977bd
Merge branch 'composer_inference_lines'
2013-01-18 17:07:05 +01:00
Marco Hugentobler
06374d9b64
Update composition sip bindings
2013-01-18 16:50:13 +01:00
Mathias Walker
a1743ab0e5
Move QgsOfflineEditing to core and add SIP bindings; refactor Offline Editing Plugin
2013-01-15 16:30:35 +01:00
Juergen E. Fischer
ac29c5b11f
prepare-commit.sh: remove trailing blanks from python files
2013-01-12 23:48:58 +01:00
Juergen E. Fischer
98dad7dcbc
fix sip binding of QgsCredentials::get() (always returned true; partly rolls back dcf3ede)
2013-01-12 23:17:25 +01:00
Nyall Dawson
860e23afc7
[FEATURE][composer] Add styling support for composer shapes
2013-01-12 16:21:00 +11:00
Stéphane Brunner
a0911d6b55
[diagram] Add expression for diagram attributes and size
2014-01-10 16:43:23 +01:00
Radim Blazek
46a6224c2a
missing QgsDistanceArea.setSourceCrs() in SIP
2014-01-09 17:58:57 +01:00
Juergen E. Fischer
b4d7e02d3a
fix windows build (also syncs QgsComposition sip binding)
2014-01-08 09:46:16 +01:00
jtornero
4fd3b1fb07
[composer] Add nautical miles support to scalebar, more rational default scale
2014-01-08 17:44:25 +11:00
Matthias Kuhn
5c38775be4
Always emit signal when attribute values change
...
Fix #9268
* Remove QgsVectorLayer::blockSignals() calls from QgsFieldCalculator
* Deprecate emitSignal parameter from QgsVectorLayer::changeAttributeValue( fid, field, value, emitSignal )
* Code cleanup to update calls to the new emitSignal-less method
2014-01-07 12:54:18 +01:00
Nyall Dawson
22514b6dc1
[composer] Tweak interface for atlas previews, fix occasional wrong extent in atlas previews.
2014-01-07 21:24:15 +11:00
Juergen E. Fischer
190c0511bc
fix most cppcheck warnings and implement suggestions
...
also update and sync some sip interfaces
2014-01-05 16:11:36 +01:00
Nathan Woodrow
7e29d7ced1
[API] Add method to QgsMapLayerRegistry to get layers using name
2013-01-08 07:12:10 +10:00
Juergen E. Fischer
460f578d93
- [API] add optional progress dialog to QgsVectorLayerImport
...
- postgres/mssql: fix primary key generation on import (fixes #6907 )
- fix crash on browser refresh after vector layer import
2013-01-07 01:01:27 +01:00
Larry Shaffer
5cd7dc5d4d
Merge pull request #372 from dakcarto/iface_enviro_3
...
[FEATURE] Configure custom environment variables
2013-01-06 00:00:30 -08:00