19207 Commits

Author SHA1 Message Date
Juergen E. Fischer
c1f8230acc followup 55135d600 2013-06-25 16:04:47 +02:00
D'Hont René-Luc
562aec32d8 [QGIS-Server] WFS Filter : send empty data instead of XML error when no feature found
Bug #8123
When a getFeature request has a FILTER parameter, and when no data
corresponds, QGIS answer sometimes with :
<ServiceExceptionReport version="1.3.0">i
  <ServiceException code="RequestNotWellFormed">No feature found error messages: .</ServiceException>
</ServiceExceptionReport>
It would be better to send back an empty GML (Or GeoJSON) instead.
2013-06-25 15:47:56 +02:00
D'Hont René-Luc
a5ca9d7180 [QGIS-Server] The parameter PROPERTYNAME does not filter attributes
Bug #8155
In the OGC standard, the parameter PROPERTYNAME is ussed to filter attributes in the request getFeature. In version 1.8 this parameter works. Because of changes in the vector API, this parameter does not filter attribute.
2013-06-25 15:20:23 +02:00
Werner Macho
52dc17ab4f translation update: fi by Kari 2013-06-25 13:28:23 +02:00
Matthias Kuhn
c4b616b762 QgsVectorLayerFeatureIterator: Don't worry about concurrent edits
An iterator will always use the data from the edit buffer which was
valid, at the time the iterator was created. Therefore, there are no
more problems with randomly disappearing or changing features while
iterating
2013-06-25 12:22:07 +02:00
Matthias Kuhn
55135d6007 const-correctness for QgsGeometry 2013-06-25 12:16:36 +02:00
Werner Macho
a268a86742 translation update id by Trias 2013-06-25 09:43:13 +02:00
Werner Macho
a4fb5c7ced Fixing some Tooltips regarding to #8147 2013-06-24 23:11:54 +02:00
Werner Macho
7b9a634477 Merge pull request #675 from artfwo/master
Russian translation update (half-way)
2013-06-24 02:32:21 -07:00
Juergen E. Fischer
f1e2fcebdc more interface fixes (missing GUI_EXPORT and sip) 2013-06-24 11:04:24 +02:00
Artem Popov
dab1e3c759 Russian translation update. 2013-06-24 15:57:33 +07:00
Juergen E. Fischer
0992180b98 KeyboardControlHandler: remove unused parameter 2013-06-24 10:35:03 +02:00
Juergen E. Fischer
f4744f6657 fix sip build errors 2013-06-24 08:54:27 +02:00
Salvatore Larosa
10152e6d47 [fTools] fixes zoom to error in check geometry validity tool 2013-06-23 22:33:21 +02:00
Juergen E. Fischer
d1fd484bd3 fix build error 2013-06-23 21:19:25 +02:00
Juergen E. Fischer
4ecf3ebd0b use QgsNetworkManager in plugin installer (fixes #8137) 2013-06-23 21:15:58 +02:00
Juergen E. Fischer
444dc239f3 german translation update 2013-06-23 16:46:23 +02:00
Juergen E. Fischer
146233388c spelling fixes 2013-06-23 16:40:03 +02:00
Juergen E. Fischer
3854086d47 sip update 2013-06-23 16:00:24 +02:00
Matthias Kuhn
b53e80b84a [memory provider] Don't crash on updateExtent and feature without geometry 2013-06-23 15:16:11 +02:00
Matthias Kuhn
ab54176a55 update extent on delete feature and updategeometry 2013-06-23 14:43:50 +02:00
Juergen E. Fischer
6afd3f794f fix build error 2013-06-23 02:55:29 +02:00
Giuseppe Sucameli
49970b0413 DBManager: more SIP API update (fix #8132) 2013-06-23 00:03:26 +02:00
Juergen E. Fischer
d1e410585b missed query builder help in c6a4bb86aa 2013-06-22 21:18:38 +02:00
Juergen E. Fischer
99f998aa30 - add missing sip bindings
- port widgets_tree.py to QtXml and update customization.xml (fixes #5752 and  #8054)
2013-06-22 19:41:34 +02:00
Borys Jurgiel
c8f1bb972e [Plugin Manager] If no Python support detected, display an explanation why there is nothing to install. Fixes #8063. PL translation included. 2013-06-22 18:19:21 +02:00
Werner Macho
f7b1097ccc Merge pull request #672 from qgis-jp/make_pull_req_from_ja
update Translation GUI ja
2013-06-22 08:22:15 -07:00
yoichigmf
e21ce1b42b update Translation GUI ja 2013-06-22 22:45:02 +09:00
Matthias Kuhn
ff27ee82de [spatialite] Fix compile error 2013-06-22 12:49:21 +02:00
Matthias Kuhn
345458ee76 [spatialite] Implement rewind() 2013-06-22 12:48:09 +02:00
Juergen E. Fischer
ef838c799f fix #8099: useful error message on table_info 2013-06-22 11:32:50 +02:00
Juergen E. Fischer
13a86e68a9 fix #8131 2013-06-22 10:56:36 +02:00
Werner Macho
6421cfd0f4 Merge pull request #671 from qgis-jp/make_pull_req_from_ja
update GUI translation ja
2013-06-22 01:49:18 -07:00
mhugent
aa0a17b253 Merge pull request #670 from tqhien/master
Fix #7927 : Add a warning message if trying to print a composition
2013-06-22 00:22:25 -07:00
yoichigmf
8c92ac95fb update GUI translation ja 2013-06-22 13:38:06 +09:00
Hien TRAN-QUANG
bed65cb1f4 Fix #7927 : Add a warning message if trying to print a composition
as an image fails (Qt's QImage sanity check for memory overflow)
Moved previous commit from core/qgscomposition to apps/qgscomposer
as QGIS server uses qgscomposition.
2013-06-22 00:50:47 +02:00
Juergen E. Fischer
f8d6e32efa german translation update 2013-06-22 00:04:30 +02:00
Juergen E. Fischer
c6a4bb86aa context_help/function_help:
- remove en_US postfix
- remove translated files (translation were moved to ts files earlier)
- remove unused jQuery (python help doesn't use it anymore)
- change expression label in QgsQueryBuilder and add context help (partly fixes
  #8129)
2013-06-21 23:59:40 +02:00
Juergen E. Fischer
3747c2bb02 vector providers: allow multiple iterators - testing required 2013-06-21 21:35:49 +02:00
Nathan Woodrow
4164d6ed0b Merge branch 'iterator'
Semi fix #7472.
Semi fix #7862
2013-06-22 00:19:11 +10:00
Nathan Woodrow
6876540302 Close active iterators 2013-06-22 00:17:22 +10:00
Nathan Woodrow
0c88963c65 Set filter on iterator: 2013-06-22 00:17:20 +10:00
Nathan Woodrow
6eadd80fcb Remove driver 2013-06-22 00:17:19 +10:00
Nathan Woodrow
0b9d1dc49b Use a new ogr layer per iterator 2013-06-22 00:17:18 +10:00
Juergen E. Fischer
9bbc647c54 identation update and fix clang 3.3 warnings 2013-06-20 23:40:51 +02:00
Matthias Kuhn
0710de3e64 [dbmanager] Fix python error 2013-06-20 16:25:27 +02:00
Juergen E. Fischer
ea8b9e10b9 fix crash in plugin installer 2013-06-20 14:00:54 +02:00
Marco Hugentobler
5d7ac888f9 Fix WFS layer items in browser 2013-06-20 10:39:31 +02:00
Borys Jurgiel
ede5bcd3dd [Plugin Manager] Follow up commit:b16cc46 2013-06-20 09:40:40 +02:00
Borys Jurgiel
b16cc468c7 [Plugin Manager] Fixes #8122: Scroll bar in new plugin manager doesn't work properly 2013-06-20 09:25:36 +02:00