Juergen E. Fischer
3552b83474
server: deduce service wms from request if not explictly given (SERVICE not mandatory for WMS GetMap / GetFeatureInfo)
2015-03-20 15:29:02 +01:00
Larry Shaffer
fa3f9a14e5
Redo "server: stop processing after 'no REQUEST' exception ( fixes #11543 )" from 1d3f8a7
...
- Accidentally removed during merge conflict in 670719c?
2015-03-19 19:38:35 -06:00
Larry Shaffer
71d0c3fc2b
Fix typo about becoming a translator
2015-03-19 16:45:23 -06:00
Tom Kralidis
9ce3b3c4cd
Merge branch 'master' of https://github.com/QGIS/qgis
2015-03-19 18:03:24 -04:00
Tom Kralidis
e57136ccb8
[MetaSearch] adjust current tab index on init
2015-03-19 18:03:04 -04:00
Juergen E. Fischer
f17755cec4
indentation update
2015-03-19 22:58:11 +01:00
Tom Kralidis
519830e05e
[MetaSearch] add overwrite OWS connection naming setting and logic ( #12327 )
2015-03-19 17:50:30 -04:00
Juergen E. Fischer
250eb744fd
postgres provider:
...
* further boost field retrieval
* avoid errornous queries, when no tableoid were found
* cache default values
2015-03-19 15:49:35 +01:00
Nyall Dawson
5c14c21b1d
Implement smoothing algorithm for geometries
2015-03-19 23:26:59 +11:00
Juergen E. Fischer
49ea51eb1f
[FEATURE] warn on save if last modification date of a loaded project changed
2015-03-19 12:42:05 +01:00
carolinux
48591dffbb
Added testcase for longs
2015-03-19 17:12:23 +08:00
Nyall Dawson
7882fe2f25
Add methods for comparison of QgsPoint, QgsPolyline and QgsPolygon
...
These methods allow for fuzzy comparison of coordinates with a
specified tolerance.
2015-03-19 19:48:57 +11:00
Nyall Dawson
54a58b984c
Fix shortcut keys in attribute table dialog ( fix #12272 )
2015-03-19 19:48:46 +11:00
Nyall Dawson
44f7930ecf
[FEATURE] Add follow point alignment for multiline labels
...
When set to this mode, text alignment for labels will be dependant
on the final placement of the label relative to the point. Eg, if
the label is placed to the left of the point then the label will
be right aligned, and if it is placed to the right of the point
then the label will be left aligned.
(fix #11153 )
2015-03-19 19:48:38 +11:00
Juergen E. Fischer
7622f5c209
also update INSTALL.t2t output files (followup d53fbe8)
2015-03-19 09:10:55 +01:00
Matthias Kuhn
2da4c471a0
Merge pull request #1953 from carolinux/doc-fix
...
Minor: Install instructions for debug mode
2015-03-19 08:37:56 +01:00
carolinux
d996966b79
#5605 Support for long/longlong types
2015-03-19 14:02:13 +08:00
Juergen E. Fischer
65378e6a10
vector layer: connect missing edit buffer signals
2015-03-19 02:51:40 +01:00
Nyall Dawson
9c79967ee1
Merge pull request #1956 from Gustry/add-way
...
[db manager] add 'way' to geometry column
2015-03-19 10:36:41 +11:00
Juergen E. Fischer
b8dc08f8ef
debian packaging: create LICENSE link ( fixes #12400 )
2015-03-18 23:10:15 +01:00
Matthias Kuhn
40da097f50
Close attribute dialog when layer is removed
...
Fix #12336
2015-03-18 18:40:46 +01:00
Matthias Kuhn
66ba219fd3
Find qwt6-qt4 library
...
Fix #12374
2015-03-18 18:04:35 +01:00
Etienne Trimaille
54ce784d31
add 'way' to geometry column name'
2015-03-18 18:12:33 +02:00
Juergen E. Fischer
bfb8ab6893
edit widgets: keep default values of new feature's attributes until they are added
...
(fixes #12391 & #12386 )
2015-03-18 16:09:47 +01:00
carolinux
d53fbe88b7
Added instructions for compiling qgis in debug mode for development
2015-03-18 19:47:00 +08:00
Matthias Kuhn
fec3bd83f6
Custom widgets: make sure config can loaded from the project
...
Apparently sip cannot handle private virtual methods
2015-03-18 09:36:18 +01:00
Martin Dobias
69d0b30d58
Allow data items from plugins
2015-03-18 14:24:36 +07:00
Martin Dobias
3dfa26051a
Fix crash on startup if PyQGIS fails to load
2015-03-18 14:24:36 +07:00
Nyall Dawson
92c8434769
Avoid creating 3 identical label candidates in offset point mode
...
...should speed up label position calculation
2015-03-18 17:54:15 +11:00
Nyall Dawson
d45eea1ec4
Fix grid annotation distance not restored in dialog ( fix #11991 )
2015-03-18 17:53:58 +11:00
Matthias Kuhn
d68422d140
Don't try to connect to null action (removes a warning)
2015-03-17 21:14:01 +01:00
Juergen E. Fischer
db2363234e
qoci spatial driver: cleanup session & connection when login failed
2015-03-17 12:35:09 +01:00
Nyall Dawson
23d6b66ae6
Fix heatmap renderer not working for reprojected layers ( fix #12362 )
2015-03-17 19:20:31 +11:00
Nyall Dawson
c3dfcf983b
Fix tooltip for scale from canvas button
2015-03-17 18:56:54 +11:00
Nyall Dawson
a4d17c0e9b
Ignore position of thousands seperators when editing scale combo box
...
... be more permissive about the conversion from string to number
after a value is entered in the combo box (fix #12385 )
2015-03-17 18:56:53 +11:00
pcav
c98ae01c49
Added to contributors
2015-03-17 08:17:04 +01:00
Matthias Kuhn
d29c9f51c0
Merge pull request #1948 from NaturalGIS/add_fix_credits
...
add myself to map, fix my email address, add myself to contributors
2015-03-16 23:47:56 +01:00
Werner Macho
554a63aa5b
adding french translators
2015-03-16 23:04:10 +01:00
Nyall Dawson
8be294f49d
Add some missing overrides
2015-03-17 08:48:54 +11:00
Giovanni Manghi
66335b090f
add myself to map, fix my email address, add myself to contributors
2015-03-16 20:11:20 +00:00
Tom Kralidis
ff52a0504e
[MetaSearch] allow for overwriting OWS connections, or assiging to serialized string
2015-03-16 11:03:26 -04:00
Matthias Kuhn
8561b45b1d
Minor fixes for select referenced feature map tool
...
* Message on the message bar correctly formatted
* Esc button to deactivate also works without first clicking on the canvas
2015-03-16 14:33:51 +01:00
Nyall Dawson
c9ff77f9b4
Fix power validity test in raster calculator ( fix #11278 )
2015-03-16 21:35:15 +11:00
Nyall Dawson
e151e2fe34
Remember last used directory for raster save as dialog ( fix #6950 )
2015-03-16 20:46:27 +11:00
Tom Kralidis
897eb47180
add myself to map
2015-03-13 20:07:30 -04:00
Denis Rouzaud
a9e58e66d8
[joins] editing keeps the same order and selection in GUI
2015-03-12 14:17:35 +01:00
Radim Blazek
1810cdd2fd
GRASS 7.0.0 API change
2015-03-12 09:15:42 +01:00
Denis Rouzaud
827f84ee7f
fix joins edition (do not loose target field)
2015-03-11 14:49:56 +01:00
Matthias Kuhn
dcfc53817c
Do not link qgis_core against qscintilla
2015-03-11 12:31:51 +01:00
Juergen E. Fischer
7c6358a411
offline editing: keep subset filter (hello from FOSSGIS)
2015-03-11 09:24:28 +01:00