25676 Commits

Author SHA1 Message Date
Alexander Bruy
c800a8cd74 [processing] fix extent selection in batch mode (fix #11878) 2014-12-18 09:47:24 +02:00
Alexander Bruy
69fe922a54 [processing] fix VectorWriter class (fix #11875) 2014-12-18 09:18:41 +02:00
Alexander Bruy
e31027c840 [processing] fix column autofill in batch mode (fix #11876) 2014-12-18 09:18:40 +02:00
Alexander Bruy
e42e1053e8 [processing] enlarge column width in batch processing GUI (fix #11879) 2014-12-18 09:18:40 +02:00
Denis Rouzaud
d288a53c0d [fix #11872] do not call activateLayerRelatedAction after selection change if layer is not current layer 2014-12-18 08:07:19 +01:00
Juergen E. Fischer
64a6cf631e oracle provider: fix evaluation of default values 2014-12-17 18:43:43 +01:00
Sandro Santilli
33b757eb51 Update comment to match with code 2014-12-17 12:42:57 +01:00
Nyall Dawson
2c773a7e61 Improve filtering by schema for postgres connections in browser
Results in much faster display and refresh of postgres tables

Also:
- ensure browser correctly respects postgres connection settings
- add schema comment tooltip and refresh context menu item
- make postgres connections less noisy in debug logs
2014-12-17 11:22:41 +11:00
Radim Blazek
4e4e161b94 QgsMimeDataUtils::Uri fixed crash on empty data 2014-12-16 20:35:32 +01:00
Radim Blazek
d0ea44aef3 browser items moveToThread() also children 2014-12-16 20:33:39 +01:00
Juergen E. Fischer
8076e53eec dxf export: fix display of check states on upper levels 2014-12-16 18:40:45 +01:00
volaya
2363ae56ab [processing] indentation fix 2014-12-16 15:24:15 +01:00
volaya
901c7642d1 [processing] fixed handling of source strings in ogr algorithms 2014-12-16 14:04:45 +01:00
Radim Blazek
9fbcc7e248 browser items parent (moving to thread) fix (crash when dragging postgres layer) 2014-12-16 13:22:56 +01:00
alexbruy
79e1236db6 Merge pull request #1737 from gioman/fix_gdal_rasterize
fix gdal rasterize when using the -ts parameter
2014-12-16 08:46:20 +02:00
Radim Blazek
e7dcd48597 autorefresh browser dirs using system notification 2014-12-15 20:14:31 +01:00
Giovanni Manghi
8afbe83c74 fix gdal rasterize when using the -ts parameter 2014-12-15 18:20:17 +00:00
Sandro Santilli
da887bc406 Initialize pointer members, fix typo 2014-12-15 19:11:39 +01:00
Radim Blazek
138d836b0c safely delete browser items if createChildren() is running in thread 2014-12-15 18:16:39 +01:00
Salvatore Larosa
d28619da07 Merge pull request #1724 from slarosa/dd_wrapword
[labeling] allows data defined to align multiline when wordwrap function is used as expression (fix #11805)
2014-12-15 16:58:20 +01:00
Radim Blazek
f79dbcd897 browser restore state fix 2014-12-15 12:31:38 +01:00
Juergen E. Fischer
ac10e692b5 dxf export: add method to update model 2014-12-15 11:24:39 +01:00
Juergen E. Fischer
c37ffa5f58 dxf export: only use palette only for fully opaque colors 2014-12-15 11:24:37 +01:00
Landry Breuil
581cac7e9d Fix build failure with gcc < 4.4 (bug #10762) 2014-12-15 11:04:10 +01:00
Denis Rouzaud
86527b6beb Merge pull request #1736 from mbernasocchi/QgsMessageBar-SUCCESS
added QgsMessageBar::SUCCESS
2014-12-15 08:35:29 +01:00
Marco Bernasocchi
dbc801f62f update success icon 2014-12-15 07:59:15 +01:00
Marco Bernasocchi
b6632a81aa added QgsMessageBar::SUCCESS 2014-12-14 15:57:55 +01:00
Salvatore Larosa
368fc674bb [labeling] allows data defined to align multiline when wordwrap function is used as expression (fix #11805) 2014-12-14 09:33:45 +01:00
Nyall Dawson
fc00baf0f1 Fix use of uninitialized value 2014-12-14 19:30:59 +11:00
Nyall Dawson
e568493653 Fix use of uninitialized values when no ellipsoid set (fix #11848) 2014-12-14 17:39:31 +11:00
Nathan Woodrow
d61bf1f70f Add lazy evaluation support to expression functions
Add if(cond, true, false) function using lazy evaluation feature
2014-12-13 15:33:09 +10:00
Sandro Santilli
fd15a168b2 Revert "Fix glitch on mouse-wheel zoom event"
This reverts commit 40e0d78b42474c698cc66e549bfb18d9867167b2.

Fixed the mouse wheel zoom regression but it broke proper rendering
of rotated maps...
2014-12-12 19:31:19 +01:00
Radim Blazek
69b27f04be ziplayertest fix 2014-12-12 19:27:41 +01:00
Sandro Santilli
40e0d78b42 Fix glitch on mouse-wheel zoom event
See http://hub.qgis.org/issues/11811
2014-12-12 15:41:30 +01:00
Denis Rouzaud
ea33122a54 expression: more comments and test to avoid differences between operators declaration and text values 2014-12-12 15:28:57 +01:00
Radim Blazek
d84af0d760 populating browser icons in threads moved to QgsDataItem 2014-12-12 12:28:07 +01:00
Sandro Santilli
917cee0510 Consider map rotation in rendering of horizontal and parallel labels
See http://hub.qgis.org/issues/11814

NOTE: the map rotation should likely be considered at LabelPlacement
      configuration rather than at rendering time

Raises pixel mismatch tolerance for background labels tests
2014-12-12 11:22:32 +01:00
Sandro Santilli
bd4087b4d3 Tweak tolerances for CanvasPoint and ComposerPdfPoint PAL tests
.. to succeed on Ubuntu 14.04.1 LTS
2014-12-12 11:09:24 +01:00
Denis Rouzaud
5a2546140e followup 232aaaca66114e69b9ac2b201c65a26e7379f475 add missing text definition for integer division 2014-12-12 09:05:30 +01:00
Nyall Dawson
cee539aae8 Add missing const to equality operator 2014-12-12 06:20:58 +11:00
Nyall Dawson
3a64b446e3 Temporarily disable atlas tests for travis 2014-12-12 06:20:38 +11:00
Alexander Bruy
c7b8fde94f improve layout in add attribute dialog 2014-12-11 18:21:41 +02:00
Juergen E. Fischer
e5e85a5445 oracle provider: don't reject (none no)geometry queries on tables without geometry (fixes #11843) 2014-12-11 16:53:40 +01:00
Denis Rouzaud
2b210a5c6f do not make an unecessary copy 2014-12-11 16:14:33 +01:00
Denis Rouzaud
7f8006f93b [Fix #11841] Revert "Fix calculation of atlas map extent when set to fixed scale mode"
This reverts commit b106f8225324237175aac741ede9eb5d3268edcd and fixes the setting of the atlas feature in composer.

According to Nyall original commit b106f8225324237175aac741ede9eb5d3268edcd was introduced to fix a test.
He will look to fix the test, but in the mean time we rather need working features rather than passing tests.
One might wants to disable the test?
2014-12-11 14:24:27 +01:00
Alexander Bruy
c8b90186b1 [processing] fix exception raising (fix #11842) 2014-12-11 14:36:49 +02:00
Matthias Kuhn
8aaf8b5504 Remove unneeded private method and code cleanup 2014-12-11 12:34:45 +01:00
Matthias Kuhn
2e972b13ba Render incremental rendering image at proper location
The old behavior was to render it at the currently visibleExtent based on the
map canvas. The job may however have been scheduled for a different extent and
therefore rendered at an improper location.
2014-12-11 12:20:03 +01:00
Alexander Bruy
0d8cb3c1a9 [processing] fix wrong behavior in Join by location alg (fix #11736) 2014-12-11 12:43:35 +02:00
Alexander Bruy
50620533e7 [processing] fix rows addition in batch processing interface 2014-12-11 11:45:38 +02:00