21639 Commits

Author SHA1 Message Date
Juergen E. Fischer
2e9d3a8c4e CRS axis inversion retrieval update:
- back to OGRGetAxis() as OSREPSGTreatsAsNorthingEasting() was introduced with
  GDAL 1.10 (fixes builds with earlier GDALs; related to #9345)
- keep using OSRImportFromEPSGA() as that's what retrieves the axis orientation
  (but only for EPSG codes)
2014-01-17 10:29:11 +01:00
Denis Rouzaud
b7612f27e9 UI: dialog base: add current category to dialog title 2014-01-17 07:48:04 +01:00
Tomas
f4315d7fbd Lithuanian translation update 2014-01-17 08:35:18 +02:00
Jürgen Fischer
e8b8e3a47f Merge pull request #1081 from ahuarte47/Issue_9345
Bug #9345: fix calculation of axis ordering of CRS
2014-01-16 10:08:51 -08:00
Radim Blazek
2db44a599e identified features highlight clip on zoom out fix 2014-01-16 18:28:54 +01:00
Radim Blazek
f33c4904d3 signal hasCrsTransformEnabled() renamed to hasCrsTransformEnabledChanged() 2014-01-16 17:28:00 +01:00
vmora
80b44a7685 fix bug in max value on joined fields 2014-01-16 13:02:44 +01:00
vmora
c7ccdc9ed0 fixed toSld() & replaced "" by QString 2014-01-16 10:30:39 +01:00
Denis Rouzaud
8b6d180bbd Merge pull request #1079 from 3nids/uioptionbase
UI: remove top labels, use collapsible groupboxes, and other small improvements
2014-01-15 22:35:08 -08:00
Denis Rouzaud
03a7125bcd UI: remove top labels, use collapsible groupboxes, and other small improvements 2014-01-16 07:15:09 +01:00
Juergen E. Fischer
5310040add add header installation of simplify methods 2014-01-16 04:20:46 +01:00
ahuarte47
2af29d18a7 #9345: fix axis invert calculation 2014-01-16 02:12:13 +01:00
vmora
bf39737c07 fixed bug in rotation & removed xml encode/decode 2014-01-16 00:40:12 +01:00
Nyall Dawson
eb9ce3a3ea Fix warning 2014-01-16 08:12:09 +11:00
Radim Blazek
00efc46784 Set raster no data color back to 0,0,0,0 and overwrite that in raster drawer only for PDF output. Fixes #9101 and #9343 2014-01-15 18:21:49 +01:00
Marco Hugentobler
e721e7f71e Bugfixes for dxf export 2014-01-15 16:57:15 +01:00
Denis Rouzaud
0ca7316371 DB Manager: remove text under icons 2014-01-15 13:54:35 +01:00
Denis Rouzaud
48afac37ef followup 4502592: use QgsCollapsibleGroupBox 2014-01-15 11:45:38 +01:00
Denis Rouzaud
9812804c46 make icons more consistent in relation editor widget 2014-01-15 11:31:57 +01:00
Matthias Kuhn
84fe6762f9 Fix warnings 2014-01-15 11:00:01 +01:00
Alvaro Huarte
8fb87f1828 #8725-R: minor changes 2014-01-15 11:00:01 +01:00
ahuarte47
22c0c79422 #8725-R: minor changes and UI update
+ add comment about 'prepareSimplification' in constructor
+ fix comment in 'providerCanSimplify'
+ improve UI messages
2014-01-15 11:00:01 +01:00
Alvaro Huarte
7cb8ff7f8a #8275-R: simplification on a per-iterator basis 2014-01-15 11:00:01 +01:00
ahuarte47
61c8cad648 #8725-R: no check geometry pointer twice 2014-01-15 11:00:01 +01:00
ahuarte47
a7ff8ce33f #8725-R: no check 0-pointers to delete 2014-01-15 11:00:01 +01:00
ahuarte47
61041dac25 #8725-R: simplify edited geometries in QgsVectorLayerFeatureIterator 2014-01-15 11:00:01 +01:00
Alvaro Huarte
4cc82e6288 #8725-R: refactoring of simplification API in FeatureIterators 2014-01-15 11:00:01 +01:00
Alvaro Huarte
1e781ff838 #8725-R: fix old API in other test cpp files 2014-01-15 11:00:01 +01:00
Alvaro Huarte
062c1e411a #8725-R: fix old API in testqgsblendmodes.cpp 2014-01-15 11:00:01 +01:00
Alvaro Huarte
e40a23a0f6 #8725-R: add "Advanced settings" panel 2014-01-15 11:00:01 +01:00
ahuarte47
d439dfbc88 #8725-R: include qgsvectorsimplifymethod.sip 2014-01-15 11:00:01 +01:00
ahuarte47
42fd6a2bdb #8725-R: never simplifying the first two or last two vertices in a line
This ensure that the angles at the line start and end are the same after
simplification
2014-01-15 11:00:01 +01:00
ahuarte47
2c67e511cd #8725-R: no simplify point layers in postgres provider 2014-01-15 11:00:01 +01:00
ahuarte47
f37b05621f #8725-R: New vector provider capability for topological simplification 2014-01-15 11:00:00 +01:00
Alvaro Huarte
3b6ed3bfc8 #8725-R: PostgresProvider simplifies on provider side
PostgresFeatureIterator implements simplification on provider side
2014-01-15 11:00:00 +01:00
ahuarte47
dcaf0b5a9d #8725-R: OgrProvider simplifies on provider side
OgrFeatureIterator implements simplification on provider side
2014-01-15 11:00:00 +01:00
ahuarte47
23b6523fba #8725-R: FeatureIterator and other minor changes 2014-01-15 11:00:00 +01:00
ahuarte47
faebcce13a #8725-R: move VectorSimplifyMethod to other file 2014-01-15 11:00:00 +01:00
ahuarte47
0ec7d359c7 #8725-R: FeatureIterator use SimplifyMethod
AbstractFeatureIterator use SimplifyMethod to simplify locally the
geometries fetched from data source (provider)
2014-01-15 11:00:00 +01:00
ahuarte47
c28340247e #8725-R: VectorLayer use SimplifyMethod
VectorLayer define QgsVectorSimplifyMethod to configure the new
QgsSimplifyMethod member of QgsFeatureRequest
2014-01-15 11:00:00 +01:00
ahuarte47
6358fde727 #8725-R: define QgsSimplifyMethod
Define QgsSimplifyMethod to use as optional parameter in
QgsFeatureRequest
2014-01-15 11:00:00 +01:00
Alvaro Huarte
08b5e3058a #8725-R: simplifier execute in rendering loop 2014-01-15 11:00:00 +01:00
Alvaro Huarte
319acc2b6f #8725-R: show map2pixel threshold in panels 2014-01-15 11:00:00 +01:00
ahuarte47
0a970eb7c3 #8725-R: define UseRenderingOptimization
Redefine RenderingPrintComposition to UseRenderingOptimization
2014-01-15 11:00:00 +01:00
Denis Rouzaud
10db5770c4 credentials: give focus to password if a user is given 2014-01-15 10:49:53 +01:00
Nyall Dawson
0d8875f628 Merge pull request #1078 from 3nids/uiatlas
lighter UI for atlas composer
2014-01-15 01:43:35 -08:00
Denis Rouzaud
4502592bcf UI: splitter for the query builder dialog 2014-01-15 10:33:07 +01:00
Denis Rouzaud
20acfc0325 remove outline of items in list widget when they have focus 2014-01-15 10:26:31 +01:00
Jürgen Fischer
11ca7facee Merge pull request #1049 from lynxlynxlynx/master
Two build fixes for Arch
2014-01-15 00:52:26 -08:00
Denis Rouzaud
34809e1efa lighter UI for atlas composer 2014-01-15 09:19:41 +01:00