Alexander Bruy
25fa170539
cleanup in vector utils
2014-10-03 11:40:50 +03:00
elpaso
59ec15bb2b
[processing] Avoid python hangs when run in headless mode from FCGI
2014-10-03 10:35:07 +02:00
Nathan Woodrow
0d5fb236ba
Merge pull request #1599 from ccrook/CategorizedRendererFixes
...
Categorized renderer fixes
2014-10-03 16:01:23 +10:00
Chris Crook
ba0f9d40c9
Reverting to preferred QgsRenderRangeV2LabelFormat
2014-10-03 18:09:23 +13:00
Nyall Dawson
10d75c0066
[composer] Fix display name for attribute table frames
2014-10-03 09:15:07 +10:00
Nyall Dawson
456e971372
[composer] Fix table background extending beyond table rows ( fix #11272 ).
...
It was necessary to add a new 'table background' color option to prevent
regressions when loading old compositions, since users may desire
the old behaviour where the entire frame is filled.
2014-10-03 09:08:23 +10:00
Nyall Dawson
7d3333efc1
[composer] Copy hide background if empty setting when adding new frame to existing multiframe
2014-10-03 08:53:52 +10:00
Nyall Dawson
338098c1e1
[composer] Default to no background for new frame items
2014-10-03 08:53:10 +10:00
Chris Crook
0d1f719652
Adding missing elements from SIP
2014-10-03 06:14:38 +13:00
volaya
dad5d420fa
[processing] do not log algorithms when not run from the gui
2014-10-02 18:15:36 +02:00
Martin Dobias
f652afb9fa
Fix #11285 (improve symbol levels dialog for long symbol labels) - by Salvatore Larosa
2014-10-02 17:41:22 +02:00
Denis Rouzaud
c5652a52e2
[ fix #11300 ] make edit form non modal on feature creation too
2014-10-02 17:38:29 +02:00
Alexander Bruy
72259135b1
[processing] remove undefined variable ( fix #11118 )
2014-10-02 17:58:25 +03:00
Luigi Pirelli
c9e0328339
fix blocker bug https://hub.qgis.org/issues/11275
2014-10-02 15:51:20 +02:00
Denis Rouzaud
df7c965a65
update mac install documentation and fix GSL include
2014-10-02 15:49:40 +02:00
Nathan Woodrow
4d30e05447
[Python Console] Don't set custom background for editor toolbar
2014-10-02 23:06:02 +10:00
Nathan Woodrow
5b7f8cbeaa
[Expression] Don't show folding
2014-10-02 22:46:30 +10:00
Martin Dobias
369b60a495
Fixed renaming of composer legend nodes for raster layers
2014-10-02 13:14:25 +02:00
Nyall Dawson
675ba9abee
[composer] Fix placement of grid annotations when map has no frame set
2014-10-02 06:49:10 +10:00
Nyall Dawson
a2d5acb516
Add argument to QgsCoordinateTransform::transformBoundingBox to flag that
...
handling of a bounding box which crosses the 180 degree longitude line
is required. Fix composer map reprojected grids which cross 180 degree line.
2014-10-02 06:48:53 +10:00
Nyall Dawson
d66e4dc175
[composer] Remove 'new from template' action from composer, following UI list discussions
2014-10-01 20:44:57 +10:00
Nyall Dawson
78c88d58bb
Add some shortcut keys for composer
2014-10-01 20:32:26 +10:00
Nyall Dawson
0a26099208
[composer] Item widget layout tweaks for windows
2014-10-01 20:31:52 +10:00
Nyall Dawson
5b7d39a72a
Fix more warnings for QgsColorButtonV2 with invalid size
2014-10-01 20:31:37 +10:00
Chris Crook
a5f0de9dd7
API fixes to use Legend instead of Label where it makes more sense
2014-10-01 12:47:01 +13:00
Chris Crook
21ddf1294d
Changing decimal places to precision, allowing negative precision, improving rounding for locales with , instead of . for decimal point
2014-10-01 09:41:07 +13:00
Chris Crook
465219a12a
Using QString.replace instead of .arg to ensure that %1 and %2 are unambiguously replaced with lower and upper value. Also moving legend template to more sensible location, and adding tooltip for legend template
2014-10-01 08:10:27 +13:00
Chris Crook
834c1d0db4
Fix handling of link category boundaries with sorting of rows
2014-10-01 07:52:51 +13:00
Nyall Dawson
184122571a
[composer] Correctly handle encoded HTML source ( fix #11287 )
2014-09-30 22:27:28 +10:00
Nyall Dawson
595de4821c
[composer] Use spin boxes for item position and size
2014-09-30 20:37:50 +10:00
Nyall Dawson
ed7007422d
[composer] Don't snap to hidden items
2014-09-30 20:37:40 +10:00
Nyall Dawson
fd92dd95aa
[color picker] Clicking the previous color should reset to that color
2014-09-30 20:37:28 +10:00
Nyall Dawson
fb7415c3ff
[composer] Refresh refetches atlas feature from provider, more removal of duplicate map redraws
2014-09-30 20:37:16 +10:00
Nyall Dawson
f23e38df4f
[composer] Prevent multiple calculation of data defined properties
2014-09-30 20:37:02 +10:00
Nyall Dawson
6f4a28f5ff
Disable radio buttons in color dialog if not using first tab
2014-09-30 20:35:55 +10:00
Marcel Dancak
c17957fec9
Mapserver: fixed GetFeatureInfo request on raster layers
2014-09-30 10:44:29 +02:00
Nyall Dawson
b044d4d323
[composer] Simplify text used for item name for labels
2014-09-29 23:46:33 +10:00
Denis Rouzaud
5a96ae284f
use identify icons in the identify menu
2014-09-29 15:00:42 +02:00
Denis Rouzaud
f571cdd0b9
fix feature title
2014-09-29 14:48:08 +02:00
Nyall Dawson
8c502c19fc
[composer] Fix pages are added but never removed with multiframe resizing
2014-09-29 22:19:08 +10:00
Nyall Dawson
40465ca685
[composer] Prevent more Qt warnings for html item
2014-09-29 22:19:08 +10:00
Denis Rouzaud
1b51508110
set icon of feature actions in the action menu
2014-09-29 13:59:38 +02:00
volaya
99f0dac572
Merge pull request #1595 from giohappy/master
...
[Processing] HTML output for r.sum
2014-09-29 13:13:14 +02:00
Nyall Dawson
1c03067504
[composer] Add a basic test suite for QgsComposerModel
2014-09-29 19:50:46 +10:00
Nyall Dawson
6fb7ba2d26
[composer] Default to 30 visible rows for table items, increase maximum number of rows to 99999 ( fix #11284 )
2014-09-29 19:21:01 +10:00
Nyall Dawson
b43a1e0d54
[composer] Don't disable widgets accompanying data defined controls when there's no need to
2014-09-29 19:21:01 +10:00
Nyall Dawson
6299029d8e
[composer] Ignore null field values or expressions which result in null
...
when evaluating data defined settings
2014-09-29 19:21:01 +10:00
Nyall Dawson
8725c2df4b
[composer] Fix ctrl modifier not applying to wheel events when in move item
...
content mode, add missing undo merge command for item zoom (refs #7974 )
2014-09-29 19:21:01 +10:00
Nyall Dawson
583151af3c
[composer] Ignore locked items when using move item content tool. Keeps a
...
consistent behaviour with the move/resize item tool, and allows for
moving item content for maps which are stacked below locked items.
2014-09-29 19:21:01 +10:00
Werner Macho
73f98336b7
[TRANSUP] transifex update
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-09-29 10:38:59 +02:00