18989 Commits

Author SHA1 Message Date
Marco Hugentobler
4c02d7ff95 Keep selection if exchanging ids for added features, safety check for 0 geometry in splitFeatures method 2013-05-30 16:48:21 +02:00
Juergen E. Fischer
15539f34ce more Quantum GIS => QGIS updates 2013-05-30 16:19:19 +02:00
Radim Blazek
8a4499b20d GRASS - set correctly qtermwidget font, fixes #7340 2013-05-30 15:33:57 +02:00
D'Hont René-Luc
ca86153b90 Advertised WFS URL
Like WMS services, users can configure an advertised URL for WFS
services.
If no advertised WFS URL is specified, QGIS-Server looked at the
advertised WMS URL.
2013-05-30 14:27:01 +02:00
Alexander Bruy
2d9e1b6194 start update fTools to new SIP api 2013-05-30 16:15:08 +04:00
Larry Shaffer
d841ccf4fb Add missing signal/slot connection, for limiting labels drawn 2013-05-30 05:46:21 -06:00
Laurent Defert
c1797fc737 Fix crash when authentication fails. Fix #7913
- Fix pointer dereferencing
- Remove call to uninitialized button
As stated by Valgrind:

==13851== Use of uninitialised value of size 8
==13851==    at 0x9961780: QWidget::setEnabled(bool) (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.2)
==13851==    by 0x27600FB1: QgsWFSSourceSelect::capabilitiesReplyFinished() (qgswfssourceselect.cpp:211)
==13851==    by 0x2760B78F: QgsWFSSourceSelect::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (moc_qgswfssourceselect.cxx:156)
==13851==    by 0x93F554E: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (in /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.2)
==13851==    by 0x2760A458: QgsWFSCapabilities::gotCapabilities() (moc_qgswfscapabilities.cxx:103)
==13851==    by 0x275F88CD: QgsWFSCapabilities::capabilitiesReplyFinished() (qgswfscapabilities.cpp:156)
==13851==    by 0x2760A331: QgsWFSCapabilities::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (moc_qgswfscapabilities.cxx:54)
==13851==    by 0x93F554E: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (in /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.2)
==13851==    by 0xA46E824: ??? (in /usr/lib/x86_64-linux-gnu/libQtNetwork.so.4.8.2)
==13851==    by 0xA4DC904: ??? (in /usr/lib/x86_64-linux-gnu/libQtNetwork.so.4.8.2)
==13851==    by 0x93F4A2D: QObject::event(QEvent*) (in /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.2)
==13851==    by 0x991470B: QApplicationPrivate::notify_helper(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.2)
==13851==
2013-05-30 11:51:50 +02:00
Radim Blazek
923be58b1c GRASS fixes: remember last mapset, update layer list in tools if a layer is added/removed 2013-05-30 11:46:40 +02:00
D'Hont René-Luc
2fcd2da092 Add FeatureListURL in QGIS WMS Server GetCapabilities Request
When a layer is published as a WFS FeatureType, WMS GetCapabilities
Answer containing a FeatureListURL. The FeatureListURL contains an
OnlineResource element with the URL to the layer in GML.
2013-05-30 10:59:04 +02:00
Radim Blazek
8a932d294a GRASS v.in.ogr.qgis postgres - set schemas option, fixes #7427 2013-05-30 10:26:04 +02:00
Juergen E. Fischer
58266c145c vector layer undo command: remove merging noise 2013-05-30 09:29:28 +02:00
Larry Shaffer
4e95496a0c Followup to fix for #7134, label settings not saved in .qml
- Ensure labeling gui is restored in correct order
- Run style script on qgsmaplayer.cpp
2013-05-29 18:35:29 -06:00
Nathan Woodrow
e4edb1b827 Merge pull request #622 from slarosa/one_more_fix_sipapiv2
[pyqgis-console] set default value for splitters state
2013-05-29 14:55:21 -07:00
Salvatore Larosa
085f636962 [pyqgis-console] set default value for splitters state 2013-05-29 23:51:26 +02:00
Nathan Woodrow
87ca653e89 Fix #7134 2013-05-29 15:38:04 -06:00
Juergen E. Fischer
e0406e738a german translation update 2013-05-29 23:33:53 +02:00
Nathan Woodrow
f9ae9d5303 Merge pull request #621 from slarosa/again_sipapiv2
[pyqgis-console] again more upadte for sip api v2
2013-05-29 14:25:47 -07:00
Salvatore Larosa
b1843de774 [pyqgis-console] again more upadte for sip api v2 2013-05-29 23:23:17 +02:00
Juergen E. Fischer
59788cb8fc - sync sip binding of QgsVectorLayer
- [API] introduce signal QgsVectorLayer::beforeRollBack()
- merge consecutive geometry changes (fixes #7929)
- avoid validation in nodetool on rollback
2013-05-29 22:57:05 +02:00
Matthias Kuhn
9db7ab96a5 Merge pull request #620 from slarosa/update_sipapiv2_console
more update to console for sipapiv2
2013-05-29 12:02:49 -07:00
Juergen E. Fischer
798d17b12a fix #4103 2013-05-29 20:40:46 +02:00
Salvatore Larosa
bc726dcbb5 more update to console for sipapiv2 2013-05-29 17:30:12 +02:00
Matthias Kuhn
d28d2023b6 Show call stack when python console open fails 2013-05-29 15:58:56 +02:00
D'Hont René-Luc
cca0003513 Using QgsMapLayer's title for QgsComposerLayerItem 2013-05-29 15:54:54 +02:00
D'Hont René-Luc
287cce06ad Add metadata information for layers
To complete the metadata tab and ilayer information, we add keywordlist,
metadata url and attribution information.
The user can add keywords to his layers, store a metadata url with type
and format and attribution title and url.
These data are reused by QGIS-Sever in the WMS GetCapabilities request.
This capability is sponsored by ifremer.
2013-05-29 15:36:34 +02:00
Matthias Kuhn
a0b451593f Set default values for python console settings 2013-05-29 15:02:28 +02:00
Nathan Woodrow
17d424340e Start sipapi update 2013-05-29 22:08:16 +10:00
Alexander Bruy
f1f17ed911 [sextante] fix issue with non-ASCII characters in layer selector 2013-05-29 12:02:14 +04:00
Nathan Woodrow
23782b7305 Fix add class for graduated renderer. Fix #7726 2013-05-29 13:24:37 +10:00
Nathan Woodrow
1dc75dd64f Fix removing composer legend items. Fix #7874 Fix #7464 2013-05-29 09:44:06 +10:00
Juergen E. Fischer
34ef14acb0 add missing sip bindings to QgsSublayersDialog 2013-05-29 01:31:14 +02:00
Juergen E. Fischer
81139a6554 fix build error 2013-05-29 01:22:16 +02:00
Juergen E. Fischer
8cfd421c90 fix #7925 2013-05-29 01:09:31 +02:00
Victor Olaya
a2e98d7ba0 [sextante] added new v.transform algorithm
minor fix in r.stream.stats
2013-05-28 22:47:29 +02:00
Victor Olaya
1dad1491af [sextante] some light code cleaning/polishing 2013-05-28 22:47:28 +02:00
Etienne Tourigny
17bdba949d fix loading of raster and vector files with sublayers ; add vector and raster test files with sublayers 2013-05-28 17:14:45 -03:00
Juergen E. Fischer
b5f8818876 we don't have a file menu on osx either (followup c510c449) 2013-05-28 22:11:17 +02:00
Larry Shaffer
dd60a34fae Update QgsDataDefinedButton
- Add 'Usage info' functions; displays in description and tool tip
- Reorganize menu, adding conceptual section titles
- Add ability to paste in expression
- Add ability to clear defined expression
- Add check for non-matching data field types
- Add better truncation of expressions in tool tip and menu
2013-05-28 10:45:17 -06:00
Sandro Santilli
047976b614 Fix leak of geometry in QgsSelectedFeature destructor 2013-05-28 18:42:37 +02:00
Ivan Mincik
21a884b758 Merge branch 'master' into slovak 2013-05-28 12:44:39 +02:00
Sandro Santilli
20c729a3e9 Add a QgsDebugCall macro to trace entering/leaving functions
Replace manual debugging lines used for the same purpose in a couple
of implementation files for node tool.
2013-05-28 12:24:47 +02:00
Juergen E. Fischer
c510c449ba we don't have a file menu anymore (also moves project properties to project menu on windows) 2013-05-28 12:20:33 +02:00
Matthias Kuhn
cad339d3cf [diagrams] save attribute names instead of indices (fix #7914) 2013-05-28 12:03:40 +02:00
Nathan Woodrow
a7b92fd1c3 Don't be so strict with bad geometies in spatial query 2013-05-28 15:01:41 +10:00
Nathan Woodrow
d2831e3fe1 Load extents from geometry_columns. Fix #7883 2013-05-28 11:38:16 +10:00
Werner Macho
6a352b78f2 translation update: sv by Victor 2013-05-27 21:45:45 +02:00
Werner Macho
2895a6146d Merge pull request #615 from rduivenvoorde/nltranslation
Dutch translation
2013-05-27 12:39:06 -07:00
Richard Duivenvoorde
e6e913971c addtion of Diethard to list of dutch translators 2013-05-27 21:27:32 +02:00
Richard Duivenvoorde
b5ee9d8c41 further dutch translations 2013-05-27 21:19:06 +02:00
Werner Macho
f4c859ae0a added flag for bengali language 2013-05-27 21:16:00 +02:00