Bernhard Ströbl
bd50701361
[FEATURE] (Processing) Eliminate with smallest polygon
2014-03-13 15:24:38 +01:00
Paolo
03ca0c8922
Minor fix to IT translation
2014-03-13 10:43:36 +01:00
Werner Macho
51b06326ce
Merge pull request #1237 from simogeo/master
...
translation and typo fixes
2014-03-13 10:18:57 +01:00
alexbruy
e5597e26aa
Merge pull request #1236 from aharfoot/master
...
fix identation in Processing Dissolve tool (fix #9764 )
add polylines support
2014-03-13 11:06:44 +02:00
Larry Shaffer
551648f3a6
Fix pinned labels highlight causing forward transformation error by using QgsRubberBand instead
2014-03-12 13:04:59 -06:00
Larry Shaffer
621dcce4d9
Fix label map tool crashes and rotation point calc
2014-03-12 12:17:38 -06:00
Larry Shaffer
77c06b1d7e
Fix pinned labels highlight updating by taking labeling results prior to render completion signal
2014-03-12 11:19:22 -06:00
simogeo
a3dc722e5a
translation and typo fixes
2014-03-12 18:13:48 +01:00
Paolo
81039ca41e
Improved consistency in IT GUI translation
2014-03-12 16:30:45 +01:00
Paolo
2aed374a14
Improved consistency in IT GUI translation
2014-03-12 14:09:42 +01:00
unknown
ed5f7781ba
There is an indentation error in the Dissolve.py script that writes out the intermediate object on every merge with an input feature rather than just once at the end of the processing. This results in very large output file sizes.
...
I have also edited the defineCharacteristics function to allow the tool input to accept polyline features as well as polygons, in line with the fTools UI.
2014-03-12 10:49:54 +00:00
Matthias Kuhn
cc9a48734e
Fix typo in options
2014-03-11 17:22:24 +01:00
Matthias Kuhn
b02ad1e7d9
More LongLong fixes
...
Fix #9761
2014-03-11 17:21:14 +01:00
Juergen E. Fischer
efabcdfc99
german translation update and translation string fixes
2014-03-11 11:46:46 +01:00
Juergen E. Fischer
b48eef7fa6
german translation update
2014-03-11 11:46:44 +01:00
Marco Hugentobler
21941215be
[FEATURE]: Replace value relation strings in GetFeatureInfo output. Move adding layers for joins and relations to a central place
2014-03-11 11:38:27 +01:00
Marco Hugentobler
0fb435e7c9
[FEATURE]: Consider ValueMap in GetFeatureInfo
2014-03-11 11:38:27 +01:00
Werner Macho
72647777fd
[TRANSUP] nb by James
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-03-10 18:04:33 +01:00
Larry Shaffer
9c139c28fe
Merge pull request #1230 from dakcarto/issue_9704_gdal-qsettings
...
Fix #9704 , GdalTools file dialogs return QPyNullVariant due to QSettings undefined return type
2014-03-10 11:02:56 -06:00
ahuarte47
60e1a9b721
#9686 : fix simplification of no-closed polygons
2014-03-10 07:14:52 +01:00
Nathan Woodrow
fc6cd5428a
Add missing Layer Definition in Layer menu
2014-03-10 10:03:00 +10:00
Nathan Woodrow
3c3872176c
Add load and saving a Layer Definition file. Fix #9688
2014-03-10 09:19:38 +10:00
Marco Hugentobler
1ee6703d1d
Transform bbox in gml feature info also if geometry is not requested
2014-03-09 10:18:50 +01:00
Marcel Dancak
8f3532fcdf
Mapserver: fixed inconsistencies int WMS GetFeatureInfo response
2014-03-09 09:46:27 +01:00
Werner Macho
d0df28d7ed
Merge pull request #1231 from Cracert/i18n
...
[TRANSUP] pl
2014-03-09 08:18:03 +01:00
Robert Szczepanek
10ddb027fd
[TRANSUP] pl
2014-03-08 21:48:40 -05:00
Larry Shaffer
073dbf1748
Fix #9704 , GdalTools file dialogs return QPyNullVariant due to QSettings undefined return type
2014-03-08 16:56:22 -07:00
Juergen E. Fischer
637359aefc
add menu option to reset to ui defaults (implements #9746 )
2014-03-08 10:52:29 +01:00
Larry Shaffer
245422a71b
Merge pull request #1219 from ahuarte47/Issue_9655-1
...
Fix bug #9655 : some polygons not labelled when layer's simplification is on
2014-03-07 11:06:44 -07:00
alexbruy
a089cff5f7
Merge pull request #1217 from nirvn/ftool_random_points_fix
...
[ftools] fix random points tool not recognizing memory layer integer column (fix #9695 )
2014-03-07 14:37:59 +02:00
Juergen E. Fischer
9745deae94
INSTALL: add note about installation of devscripts to get dch
2014-03-06 23:02:20 +01:00
Larry Shaffer
cb998399cf
Add allowable mismatch per group/test for labeling tests
2014-03-06 12:36:54 -07:00
Larry Shaffer
30bf3ecc9d
Add allowable mismatch to debug output for render checker
2014-03-06 12:36:54 -07:00
Larry Shaffer
803bc296da
Condense labeling test class inheritance and set up local server params from map settings
2014-03-06 12:36:54 -07:00
Larry Shaffer
53cfa9e203
Convert label unit tests to using only QgsMapSettings
...
- Rebuild all control images
2014-03-06 12:36:53 -07:00
Larry Shaffer
bad189813c
Refactor composer label test to work with svg, pdf and multi-resolution classes
...
- Initial (untested) svg and pdf render-to-image setup
2014-03-06 12:36:53 -07:00
Larry Shaffer
6a1b706b48
Update label tests to ensure setup happens only once and load/delete only layer to test
2014-03-06 12:36:53 -07:00
Larry Shaffer
a49b9a7a45
Add some functions to Python unit test utilities
2014-03-06 12:36:53 -07:00
Larry Shaffer
b4f6813671
PEP8 cleanups for some unit test modules
2014-03-06 12:36:53 -07:00
Juergen E. Fischer
7829e7aa85
postgres provider: improve value quoting
2014-03-06 13:38:16 +01:00
Alvaro Huarte
04f702408e
#9655 : check geometry polygon better
2014-03-06 08:57:50 +01:00
Larry Shaffer
d991ebfd59
Possible cross-platform fix for app startup unit test
2014-03-05 23:18:57 -07:00
Werner Macho
fc8e05e359
[TRANSUP] nb by James
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-03-05 14:10:05 +01:00
Luigi Pirelli
c44b091bc5
added saveStyle capability - Developed for ARPA Piemonte (Dipartimento Tematico Geologia e Dissesto)
...
changed to use QgsSqliteHandle and added QMessageBox include
reread value from style db managing utf8 decoding
formatted with astyle.sh
2014-03-05 13:36:33 +01:00
Werner Macho
764ccc5a2b
[TRANSUP] sl by Joze
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-03-05 12:45:48 +01:00
Jürgen Fischer
8b6db498b3
Merge pull request #1225 from rduivenvoorde/docurlfix
...
no html in the url anymore
2014-03-05 11:47:07 +01:00
Richard Duivenvoorde
d59d191d39
no html in the url anymore
2014-03-05 11:28:25 +01:00
Paolo Cavallini
8a9cc23ead
Merge pull request #1224 from ghtmtt/master
...
small changes in italian translations
2014-03-05 08:50:47 +01:00
ma7730
71c5396344
small changes in italian translations
2014-03-05 08:39:15 +01:00
Nathan Woodrow
08965ed2f0
Merge pull request #1223 from nirvn/messagebar_auto_crs
...
push a message bar informing user of crs applied to newly added layer missing a crs
2014-03-05 15:52:34 +11:00