Matthias Kuhn
c369aabac4
Doxygen and sip bindings
2016-05-02 18:25:57 +02:00
Matthias Kuhn
dd88fa99f3
[feature] New configuration options for attribute table
...
* Allow reordering the attribute table columns
* Allow adding a new column to trigger an action to the attribute table
2016-05-02 18:25:57 +02:00
Matthias Kuhn
aa9010e8ed
Limit ccache size to 150M
2016-05-02 18:25:57 +02:00
Matthias Kuhn
1827546986
Add new properties short name and show in attribute table to actions
2016-05-02 18:25:57 +02:00
Matthias Kuhn
54ec3b4d67
Refactor attribute action dialog
...
The attribute action dialog had some UX flaws that an action was edited
in the same dialog as the action list lives. When changing the active
icon without applying changes, all changes have been lost. This fixes
this behavior by using a separate dialog to change action properties.
2016-05-02 18:25:57 +02:00
Matthias Kuhn
6c0732bc93
Indentation fix
2016-05-02 18:25:57 +02:00
Matthias Kuhn
2faaf1cd9c
Rename QgsAttributeAction to QgsActionManager
...
The original name was not representative for the scope of the class
and misleading at best.
The class manages actions for a given layer and it's not a single action
like the former name suggested.
There is a typedef introduced to keep it in the API until we can remove
it with QGIS 3.
2016-05-02 18:25:57 +02:00
Matthias Kuhn
ff4ad50809
Rename QgsFilterTableFields to QgsOrganizeTableColumns
2016-05-02 18:25:57 +02:00
Stéphane Brunner
d4ccc77f27
Add a possibility to hide a column in the attribute table
2016-05-02 18:25:56 +02:00
Harrissou Sant-anna
af73c3dd58
replace icon
2016-05-02 17:22:47 +02:00
Matthias Kuhn
d9865522a2
Followup 875edb0, fix typo
2016-05-02 17:02:37 +02:00
Matthias Kuhn
875edb0adc
Improve snapping API documentation
2016-05-02 17:01:22 +02:00
Even Rouault
61735390d7
Fix PyQt import to qgis.pyQt in test_qgsnewgeopackagelayerdialog.py
2016-05-02 12:45:02 +02:00
Nyall Dawson
afdb6c78c0
Merge pull request #3031 from rouault/gpkg_improvements
...
GeoPackage support related improvements
2016-05-02 18:35:28 +10:00
Nyall Dawson
563d75c1ec
Followup febe30, fix crash
2016-05-02 12:48:55 +10:00
Nyall Dawson
febe30d991
[expressions] Fix fetching joined column refs when expression is
...
not prepared (fix #14746 )
2016-05-02 12:03:39 +10:00
Nyall Dawson
d3fcdb45ed
[FEATURE] Support single click to select with freehand select tool
...
This brings the behaviour of the freehand select into line with
the select by rectangle tool, which allows clicks without drag to
select a single feature.
(fix #14747 )
2016-05-02 12:03:39 +10:00
Nyall Dawson
70adf266db
Fix clear value for offset curve tool ( fix #14751 )
2016-05-02 12:03:39 +10:00
Nyall Dawson
6e0710227b
Fix more uninitialized variables
2016-05-02 10:15:30 +10:00
Nyall Dawson
63208a2225
Fix potential crash in QGIS server
2016-05-02 10:05:52 +10:00
Nyall Dawson
f2e8f2df06
Avoid some Coverity ignored return value warnings
2016-05-02 10:01:48 +10:00
Nyall Dawson
17a953461e
Fix memory leak in labeling dock
2016-05-02 10:00:26 +10:00
Nyall Dawson
12f923f66c
Fix logic error in dxf export of line with offset
2016-05-02 09:47:39 +10:00
Nyall Dawson
c256d10faa
Fix some Coverity dereference null pointer warnings
2016-05-02 09:46:27 +10:00
Nyall Dawson
1f032aa563
Fix potential crash while creating geometry from WKB with bad header
2016-05-02 09:40:33 +10:00
Nyall Dawson
752ba707ed
Fix Coverity uninitialized variable warnings
2016-05-02 08:20:55 +10:00
Harrissou Sant-anna
31e6b4bf8d
Use same icons for same buttons ( #3049 )
...
* Add icons for color buttons to replace text
* Add icons to custom crs dialog
* Replace common text buttons by icons
* Replace icons
2016-05-01 11:22:51 +10:00
rldhont
ea1d17c393
[BUGFIX][QGIS Server] WFS GetFeature with propertyname retrieves requested fields
2016-04-29 15:48:42 +02:00
rldhont
f48e74f33c
[BUGFIX] QgsGeometry exportToGeoJSON return 'null' for null Geometry
2016-04-29 14:25:41 +02:00
Matthias Kuhn
abfd7740bd
Fix qgis.PyQt compatibility imports
2016-04-29 14:10:41 +02:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
Nyall Dawson
a67853f825
Fix calculation of point symbol bounds using data defined rotation or offset
2016-04-29 20:16:38 +10:00
Alexander Bruy
d20a2ced9d
[processing] remove duplicated code
2016-04-29 12:01:13 +03:00
Nyall Dawson
d870b73a05
[multiedit] Prompt to apply changes when switching out of multiedit mode
2016-04-29 14:37:11 +10:00
Nyall Dawson
25c0624242
Fix slider and dial widgets never emit their valueChanged(QVariant)
...
signals. Fixes use of dial/slider with multiedit form mode.
2016-04-29 14:08:34 +10:00
Nyall Dawson
6c9bc93812
Fix delete ring tool not updating rendered feature ( fix #14741 )
2016-04-29 12:10:45 +10:00
Nathan
ef51b702b8
Don't resize canvas size on widget change
2016-04-29 09:49:50 +10:00
Juergen E. Fischer
0739750e20
oracle provider: cleaner geometry retrieval and fix case issue with
...
feature request alias and sdo_relate
2016-04-28 14:19:27 +02:00
Alexander Bruy
58109113fd
[processing] always use original algorithm name for scripts and models (follow up abda90fe0d)
2016-04-28 14:53:27 +03:00
rldhont
37d6c69c24
Merge branch 'processing_modeler_default_value'
2016-04-28 10:43:39 +02:00
Nyall Dawson
93d984e504
Merge pull request #3026 from nirvn/centroid_fill_parts
...
[FEATURE] add setting to control centroid fill point rendering on all parts or a single part of multi-features
2016-04-28 13:08:31 +10:00
Juergen E. Fischer
d69910a12b
fix dxf export when using rule based labeling (followup a64ea0b)
2016-04-28 00:16:35 +02:00
Webmaster
fef8c1fef2
[FEATURE] add setting to control centroid fill point rendering
...
on all parts or a single part of multi-features (fixes #9199 )
2016-04-27 21:10:41 +07:00
Alexander Bruy
b52735dbd8
fix indentation
2016-04-27 15:40:56 +03:00
Alexander Bruy
87575bd843
Merge pull request #3038 from volaya/provider_add_remove
...
[processing] different approach for provider add/remove
2016-04-27 15:38:28 +03:00
Even Rouault
7703ad88ac
cmake/FindGDAL.cmake: emit warning if GDAL < 1.11
2016-04-27 14:35:37 +02:00
Even Rouault
3688b9e80b
test_provider_ogr_gpkg.py: remove expected failure tag if GDAL < 1.11.0. This will be a hint of reduced functionality
2016-04-27 14:26:10 +02:00
Even Rouault
707655ef6a
Put QgsSQLiteExpressionCompiler class inside Doxygen PRIVATE tag
2016-04-27 14:24:14 +02:00
Jürgen Fischer
c96f66ecae
Merge pull request #3040 from 3nids/debian_install_qgis_testing
...
debian: install qgis testing
2016-04-27 14:16:03 +02:00
Denis Rouzaud
10e3c1914e
debian: install qgis testing
2016-04-27 14:14:38 +02:00