Nathan Woodrow
0defbeb049
Disable return to run field calc til 2.6. Disable button on invalid expression
2014-06-19 21:46:22 +10:00
Juergen E. Fischer
0dd02bad04
fix some warnings and indentation update
2014-06-19 00:02:32 +02:00
Martin Dobias
1e94fd5dfd
Do not show tooltips from message log viewer during QGIS startup.
...
Showing them leads to disturbing effects while loading the GUI
2014-06-17 20:28:56 +07:00
Juergen E. Fischer
3f6233079b
python console: workaround for PyQt 4.11 problem
2014-06-17 13:10:58 +02:00
Martin Dobias
ed1d08d435
Fix #10605 (round corners when using simple line with offset)
2014-06-17 16:46:58 +07:00
Martin Dobias
eb6a45c454
[layertree] Fix #10449 (auto-collapse layer if symbology has >= 10 items)
2014-06-17 14:57:32 +07:00
Martin Dobias
378de25d3d
[layertree] QgsLayerTreeGroup doxymentation
2014-06-17 14:57:31 +07:00
Martin Dobias
b134c254f3
[layertree] Update layer tree view when a tree node changes the expanded state
2014-06-17 14:57:31 +07:00
Sandro Santilli
39b3e5fa10
Allow db_manager use of connections with no parameters
...
Fixes 'Error: database "" does not exist' message.
Closes bug #9037
2014-06-16 12:06:18 +02:00
Victor Olaya
acc6271f18
[processing] added algs to set style of layer
2014-06-16 12:04:28 +02:00
Victor Olaya
68e2def12a
[processing] indentation fix
2014-06-16 12:04:27 +02:00
Victor Olaya
72d33852f1
[processing] added extension option to ParameterFile.py
2014-06-16 12:04:26 +02:00
Victor Olaya
3d152393d7
[processing] If SAGA/OTB exist as bundled app, do not allow manual configuration
2014-06-16 12:04:25 +02:00
Victor Olaya
09cfc03a45
[processing] Prioritze bundled gdal over framework on OS X
2014-06-16 12:04:24 +02:00
Martin Dobias
aa09c8cbe6
Fix #10392 (ellipsoid for measurement keep getting reset)
2014-06-16 15:02:26 +07:00
Martin Dobias
9d8a84247d
Merge pull request #1451 from ahuarte47/Issue_OffsetCurve_API
...
Replace GEOS function calls by QgsGeometry class methods
2014-06-15 22:43:12 +07:00
Martin Dobias
9e3f921400
Map rendering: allow waiting for job while handling events
2014-06-15 22:22:53 +07:00
Salvatore Larosa
6c21262935
[pyqgis-console] APIs file update
2014-06-14 23:43:52 +02:00
volaya
e0ab079a08
[processing] some cleaning in SAGA algs
...
Removed algs that were not working or not useful, so as to have a more compact collection of alga
2014-06-14 13:59:56 +02:00
Juergen E. Fischer
03475be523
fix build error and update sips
2014-06-14 11:47:05 +02:00
Larry Shaffer
c1d80ed6a6
Initial fix for #3975 , label engine vectorizing texts in SVG and PDF output
...
- Add labeling engine option to render text-as-text
- Default is still text-as-outlines (vectorized), due to differences between text (as text) and buffer (as outline) methods
- Good output with printing to PDF (searchable, selectable text and embedded fonts)
- OK output with SVG, but differences between text (as text) and buffer (as outline) methods
Does not yet include unit tests or auto-setting of text-as-text for SVG output
2014-06-13 10:20:55 -06:00
Larry Shaffer
72c33799d3
Add ability to define QImage format for render jobs via map settings
...
- Defaults to QImage::Format_ARGB32_Premultiplied, as before
- Update labeling unit tests to use defined format
2014-06-13 10:20:55 -06:00
Juergen E. Fischer
b6d8331429
fix windows build
2014-06-13 16:41:00 +02:00
volaya
925b91f48b
[processing] fixed #10575
2014-06-13 14:09:41 +02:00
volaya
a5e5a0e22c
[processing] changed how toolbox is updated after adding/removing provider
2014-06-13 14:09:41 +02:00
Martin Dobias
559b810ef4
[layertree] Add sip/PyQt subclassing code for model and view
2014-06-13 18:19:15 +07:00
Martin Dobias
2e39e602a2
[layertree] respect bold font settings for layer/group
2014-06-13 18:04:08 +07:00
Alvaro Huarte
aaf4ca3821
Replace GEOS function calls by QgsGeometry class methods
2014-06-13 10:58:55 +02:00
Martin Dobias
03dfef8a29
Merge pull request #1439 from Oslandia/fix_inverted
...
Inverted polygons: bug fixes
2014-06-13 14:48:35 +07:00
Juergen E. Fischer
95687a281a
fix typos
2014-06-13 09:08:25 +02:00
Juergen E. Fischer
3682384675
indentation update
2014-06-13 09:03:15 +02:00
Martin Dobias
c49e38c39c
Merge pull request #1449 from edigonzales/master
...
fixes #10520 (scale method for SVG) and #10509 (dash pattern)
2014-06-13 11:38:07 +07:00
Juergen E. Fischer
61dc4debfe
db manager: fix import of geometryless files ( fixes #8970 )
2014-06-12 23:36:13 +02:00
Juergen E. Fischer
85ce67624c
db_mananger: fix loading geometryless tables ( fixes #10566 )
2014-06-12 17:32:56 +02:00
edigonzales
b3cbefc998
fixes two symbology bugs
2014-06-12 15:48:55 +02:00
Alexander Bruy
37d2144a5e
bump Processing version to avoid masking by version from plugin site
2014-06-12 15:24:18 +03:00
gioman
306b148bc0
small changes to import into postgis tool
2014-06-12 11:00:42 +01:00
Martin Dobias
fc8d07ee24
Fix #10475 (symmetrical difference behaves like difference)
2014-06-12 16:23:24 +07:00
volaya
023fc007e6
Merge pull request #1389 from radosuav/small_processing_fixes
...
[processing] Small fixes
2014-06-12 09:30:56 +02:00
Victor Olaya
21f0b4f449
[processing] some cleaning in saga algorithms
2014-06-12 00:31:33 +02:00
Martin Dobias
0f5d7438e3
Avoid second transform of extent (in QgsMapRender) on change of dest CRS
2014-06-11 19:19:43 +07:00
Victor Olaya
7f434a0c7e
[processing] more correct handling of nomodeler tag in scripts
2014-06-10 22:39:13 +02:00
Victor Olaya
7d4659da03
[processing] fixed wrong imports
2014-06-10 22:39:11 +02:00
Victor Olaya
744db2ff5a
[processing] Do not throw exception if help file does not contain valid json
2014-06-10 22:39:10 +02:00
Victor Olaya
ae47c1a397
[processing] some file restructuring
2014-06-10 22:39:08 +02:00
Victor Olaya
0009040ed5
[processing] made postprocessing code more pythonic
2014-06-10 22:39:07 +02:00
Etienne Tourigny
9ec1d46540
fix GDalTools overviews when clean and no levels are defined ( #10538 )
2014-06-10 16:23:57 -03:00
Martin Dobias
3af01b345c
Fix #10524 (fix zoom to full)
2014-06-11 00:06:55 +07:00
Hugo Mercier
b2782ee7a1
Inverted polygons: use unary union
2014-06-10 14:39:02 +02:00
Martin Dobias
a19886d2f5
Fix #9951 (perimeter completely wrong with OTF on)
...
With OTF on and computation on an ellipsoid, the coordinates
were transformed twice(!) when measuring perimeter.
2014-06-10 16:23:02 +07:00