Salvatore Larosa
dd6dffcb89
[processing] API v2 update fix: returns str obj instead of QVariant one, it occurs when running Processing headless
2014-01-02 14:33:06 +01:00
Nathan Woodrow
bb1639cf14
Merge pull request #1048 from ahuarte47/Issue_9094-revival
...
#9094-R: Use ',' and '.' keys similar to '<' and '>' keys in QgsMapToolNodeTool
2014-01-02 00:03:59 -08:00
Alvaro Huarte
373adbd586
#9094-R: Use ',' and '.' keys similar to '<' and '>' keys
2014-01-02 08:56:13 +01:00
Nathan Woodrow
9ef3f86e47
Fix build error
2014-01-02 14:13:13 +10:00
Juergen E. Fischer
18274a2472
datum transformations:
...
- copy descriptions, preference and deprecation from GDAL
- remember position of dialog
- allow hiding of deprecated transformations
SQL:
ALTER TABLE tbl_datum_transform ADD remarks varchar;
ALTER TABLE tbl_datum_transform ADD scope varchar;
ALTER TABLE tbl_datum_transform ADD preferred boolean;
ALTER TABLE tbl_datum_transform ADD deprecated boolean;
ALTER TABLE tbl_datum_transform ADD area_of_use_code varchar;
2014-01-02 04:01:14 +01:00
Juergen E. Fischer
a47babaf4e
postgres provider changes:
...
- ignore infinite filter rectangles
- also disconnect selection connection if no supported layers were found
2014-01-02 04:01:01 +01:00
Tim Sutton
cb48f51905
Contributors map update
2014-01-01 23:17:46 +02:00
Nyall Dawson
7a034f395a
Merge pull request #1036 from nyalldawson/composer_render_speed
...
[composer] Allow render optimisations when in preview mode
2014-01-01 03:14:21 -08:00
Nyall Dawson
12eb44e7a0
[composer] Refresh main map canvas when atlas preview feature changes, allows for easier customisation of maps styled using $atlasfeatureid expressions
2014-01-01 21:06:52 +11:00
Nyall Dawson
8a11be82d3
[composer] Add shortcut to atlas settings to atlas toolbar and menu. Designed to make atlas features more discoverable for beginners
2014-01-01 20:58:49 +11:00
Nyall Dawson
eb241a68c3
[composer] Make sure scalebars are updated during atlas previews
2014-01-01 20:56:14 +11:00
Nyall Dawson
8c64fbc65f
[composer] Make sure $feature has the same value in composer labels as it does when used in filename expressions
2014-01-01 20:52:38 +11:00
Nyall Dawson
21a85c6894
[composer] Also re-evaluate current features filename so that filename expressions take effect immediately
2014-01-01 20:45:24 +11:00
Nyall Dawson
8b60d8f4ca
[composer] Update atlas filename expression when the expression actually changes
2014-01-01 20:45:05 +11:00
Nyall Dawson
5a91aa77d3
[FEATURE] Add seperate controls for printing/exporting whole of atlas composition. Allows single features from an atlas to be printed/exported.
2014-01-01 20:44:45 +11:00
Nyall Dawson
5cc408c9f9
[composer] Add atlas preview actions to new Atlas menu
2014-01-01 15:37:40 +11:00
Nyall Dawson
386916970e
[composer] Update features if atlas preview enabled and coverage filter/sort changes.
...
Protect against atlas with no matching features
2014-01-01 15:36:52 +11:00
Nyall Dawson
3362579175
[composer] Show status bar text with current atlas feature
2014-01-01 14:20:37 +11:00
Nyall Dawson
61ad9e9078
[composer] Recenter overview when checkbox enabled
2014-01-01 13:46:40 +11:00
Nyall Dawson
353f94c280
[composer] Make sure signals for overview extent changing are reconnected after loading composition
2014-01-01 13:41:14 +11:00
Nyall Dawson
728a1b037c
[composer] Correctly shift overview frame when moving map item content
2014-01-01 13:35:49 +11:00
Nyall Dawson
84c33919b4
[FEATURE] Add atlas preview toggle. Allows for navigating through atlas features and previewing the composition for each feature. Atlas maps can have their extent temporarily tweaked for each atlas feature.
2014-01-01 13:31:01 +11:00
Nyall Dawson
a596b2243a
[tests] Update all expected images based on composer tests. Prior to c3ec3b2d75 composer exports had a 1 pixel slightly-gray row at the bottom of images. After c3ec3b2d75 this bottom row is now a slightly transparent white row. The underlying issue causing this row still needs to be fixed, but in the meantime this gets composer tests passing again.
2014-01-01 09:26:27 +11:00
Juergen E. Fischer
cf477cbec8
fix build error on precise
2013-12-31 19:36:55 +01:00
Nathan Woodrow
12c6609e69
Merge pull request #1047 from ahuarte47/Issue_9273
...
#9273 : Fix shortcuts commented in issue #9273 . Change full screen to F11
2013-12-30 15:52:37 -08:00
ahuarte47
8a80e0edbc
#9273 : Shortcut changes
2013-12-31 00:27:59 +01:00
Nyall Dawson
f73779a49b
Fix compiler warnings
2013-12-30 22:47:00 +11:00
Denis Rouzaud
5be7a94842
Merge pull request #1024 from ahuarte47/Issue_9181
...
Bug #9181 : fix crash trying to resume node editing
2013-12-18 08:14:04 -08:00
Marco Hugentobler
f7e55881d0
Dxf: store export map extent option
2013-12-18 16:43:50 +01:00
Marco Hugentobler
45d6f7bf3f
Dxf: another small improvement in symbology export
2013-12-18 16:43:50 +01:00
William Kyngesburye
4dcaa17259
phonon needs backends
2013-12-18 08:54:55 -06:00
Marco Hugentobler
7e0b59f6c3
Fix bugs in dxf symbology export
2013-12-18 11:19:45 +01:00
Matthias Kuhn
6dff9e4fa5
[relations] Fix autogenerated feature forms
2013-12-18 10:01:37 +01:00
Matthias Kuhn
ffc1abaf2d
[relations] No crash when clicking remove with no selection
...
Fix #9224
2013-12-18 10:00:25 +01:00
ahuarte47
889f65f765
#9181 : fix crash trying to resume node editing
...
Clears temporal objects to avoid crash trying to resume node editing and
disconnects signals to avoid repetitive connects
2013-12-18 08:21:13 +01:00
Juergen E. Fischer
9d69374827
german translation update
2013-12-18 00:57:51 +01:00
Juergen E. Fischer
940991e746
fix warnings
2013-12-18 00:46:57 +01:00
Nyall Dawson
213b9820a7
[composer] Only disable render optimisations by simplification when a composer is being outputed. Allows composer previews to benefit from layer simplification optimisations
2013-12-18 07:15:57 +11:00
Juergen E. Fischer
75df3f4875
fix warnings
2013-12-17 18:14:52 +01:00
Juergen E. Fischer
24acebef41
indentation update
2013-12-17 17:03:54 +01:00
Jürgen Fischer
bf456694be
Merge pull request #1028 from ahuarte47/Issue_9191
...
Bug #9191-#9190: fix enable/disable issues of buttons
2013-12-17 07:51:36 -08:00
Jürgen Fischer
accd06dcb9
Merge pull request #1032 from etiennesky/vsifile-relative
...
fix project saving and reading of vsizip paths (fixes #6369 )
2013-12-17 07:50:16 -08:00
mhugent
17cd09a8a7
Merge pull request #980 from ahuarte47/Issue_8725-OGR
...
Feature #8725 : Fast rendering of geometries
2013-12-17 07:44:50 -08:00
Denis Rouzaud
052b2ebcb9
Merge pull request #1030 from alexbruy/fill-ring
...
[FEATURE] fill ring digitinzing tool
2013-12-17 07:22:27 -08:00
Alexander Bruy
dbb48f2d14
[FEATURE] fill ring digitinzing tool
...
Used to cut holes in polygons and automatically fill them with new
features. Attributes taken from parent feature. Feature form opens
by default. Hold Ctrl key to suppress it.
2013-12-17 17:12:14 +02:00
Alvaro Huarte
91953562bb
Merge branch 'Issue_8725-OGR' of https://github.com/ahuarte47/QGIS into Issue_8725-OGR
...
Conflicts:
src/app/qgsoptions.cpp
src/app/qgsoptions.h
src/core/symbology-ng/qgssymbollayerv2.cpp
2013-12-17 16:10:50 +01:00
ahuarte47
bda114b725
#8725 : fix texts
2013-12-17 16:03:13 +01:00
ahuarte47
95cabe5711
#8725 : AA-disabling only for simplify factor>1
...
AA-disabling only is executed for '1-pixel' geometries when the
configuration slider is greater than minimum value. The rendering speed
up is lower (http://hub.qgis.org/issues/8725#note-59 ), but with higher
quality result
2013-12-17 16:03:13 +01:00
Alvaro Huarte
6b11258435
#8725 : Refactoring to simplifier classes
2013-12-17 16:03:12 +01:00
Alvaro Huarte
ecc5e14201
#8725 : Improvements in strings
2013-12-17 15:59:57 +01:00