23377 Commits

Author SHA1 Message Date
Nyall Dawson
72f01bae60 [composer] Allow clicking-dragging to set size of labels, pictures, legends ands tables when adding them to a composition (fix #9821) 2014-06-04 20:59:03 +10:00
Matthias Kuhn
b98c2fec1b Fix LineEdit edit type conversion warning
http://lists.osgeo.org/pipermail/qgis-developer/2014-June/032942.html
2014-06-04 12:00:25 +02:00
Alexander Bruy
a37b7e4e72 [processing] handle non-ASCII characters in modeller algorithm list 2014-06-04 12:51:37 +03:00
Martin Dobias
fa3f21cdb6 Fix #10412 (option whether to show newly added layers) 2014-06-04 13:34:09 +07:00
pcav
f3c41a07b9 Updated IT GUI translation 2014-06-04 08:08:04 +02:00
Werner Macho
5041d4d85a [TRANSUP] gl by Xan and hu by Zoltan
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-06-03 23:29:41 +02:00
Martin Dobias
be7c4d0822 [layertree] Preserve the order of layers when adding several layers at once 2014-06-04 00:31:48 +07:00
Martin Dobias
974a3eb3a8 [layertree] update insertion point to layer tree when appropriate 2014-06-04 00:11:30 +07:00
Martin Dobias
cf4393e0e7 [layertree] Add Python bindings - part two (gui) 2014-06-03 19:27:28 +07:00
Martin Dobias
73358c3a7e [layertree] Add python bindings - part one (core) 2014-06-03 19:27:28 +07:00
Nyall Dawson
a50719b7e9 [composer] Setting the composition for a composer view correctly creates item widgets and sets up connections for composer to composition (fix #10038) 2014-06-03 21:23:43 +10:00
Matthias Kuhn
9e14b32ad5 Capitalization 2014-06-03 13:07:46 +02:00
Nyall Dawson
d1cdc2085c Add north arrow variants without text 2014-06-03 20:42:42 +10:00
Antonio Locandro
44c6231bec North_Arrows
Additional arrows, including without Letter Marks and Surveying with
Declination
2014-06-03 20:42:42 +10:00
Paolo
93b16554e3 Updated IT GUI translation 2014-06-03 12:15:52 +02:00
Matthias Kuhn
6209b9754a Add layer name to select by expression dialog title
Fix #10422
2014-06-03 08:49:41 +02:00
Victor Olaya
9c5c25772b [processing] first implementation of github-based resources manager 2014-06-02 22:45:46 +02:00
Victor Olaya
6c9f7d77ee [processing] helpfiles for scripts/models are now stored as json 2014-06-02 22:45:45 +02:00
Victor Olaya
ff2435300f [processing] Use certain gdal algs in simplified mode instead of saga ones 2014-06-02 22:45:44 +02:00
Victor Olaya
4eab185528 [processing] all gdal algs now have the same icon
Did some code cleaning in gdal package
2014-06-02 22:45:43 +02:00
Juergen E. Fischer
45c0be1059 sip: remove enum constants 2014-06-02 21:52:02 +02:00
Juergen E. Fischer
f041072e66 fix some warnings 2014-06-02 21:52:01 +02:00
Juergen E. Fischer
23ed9fd97d fix layer tree translation support 2014-06-02 21:52:01 +02:00
Werner Macho
6112efce18 Merge pull request #1418 from Cracert/i18n
[TRANSUP] pl: WebView, WMS
2014-06-02 21:05:53 +02:00
Robert Szczepanek
510831b587 [TRANSUP] pl: WebView, WMS 2014-06-02 14:54:44 -04:00
Martin Dobias
4d5d26a980 Merge pull request #1399 from giohappy/fix_osm_initspatialmetadata
Fix #9693 (Make OSM DB metadata initialization in transaction)
2014-06-02 21:27:03 +07:00
Matthias Kuhn
7f21918e77 DnD forms: Make tabs scrollable
Fix #10389
2014-06-02 15:20:47 +02:00
Martin Dobias
402c0dc5c8 Use QgsDebugMsg for a debug message 2014-06-02 15:34:53 +07:00
Martin Dobias
ca73eaaa25 Do not show layer extent in the status bar after the load (useless) 2014-06-02 15:05:00 +07:00
Nathan Woodrow
2ffe3ce39d Clean up MS SQL iterator. Fix #10115 - Fix crash on join 2014-06-02 16:44:59 +10:00
Nyall Dawson
aaa7003d54 [composer] Don't show vector selections in composer map items (fix #7610) 2014-06-02 16:42:30 +10:00
Martin Dobias
1c0ccb7e72 Show busy indicator while rendering in map canvas 2014-06-02 13:26:57 +07:00
Martin Dobias
5852c8e8ed [layertree] minor consolidation of insert/remove functions 2014-06-02 13:26:57 +07:00
mhugent
990e2bf57e Merge pull request #1397 from manisandro/minmax_fixes
Min-max improvements
2014-06-02 07:55:45 +02:00
Marco Hugentobler
108cbc3b0d Remove legacy server filter classes 2014-06-02 07:49:33 +02:00
Nathan Woodrow
88d20e9297 [MSSQL] Convert uniqueidentifier to string 2014-06-02 13:12:40 +10:00
Nathan Woodrow
2d267f1553 Fix #10402 - Don't duplicate combo items on selection 2014-06-02 09:10:11 +10:00
Werner Macho
de699325f2 Merge pull request #1416 from Cracert/i18n
[TRANSUP] pl: varia
2014-06-01 23:41:30 +02:00
volaya
79edbc29f5 Merge pull request #1415 from fsdias/fixe_dotlplot2
[processing] Fix dotplot
2014-06-01 23:22:51 +02:00
Robert Szczepanek
8438ef4c54 [TRANSUP] pl: varia 2014-06-01 16:58:13 -04:00
fsdias
7b192fc737 Update Dotplot.rsx.help 2014-06-01 19:36:46 +01:00
fsdias
de4596d71b Update Dotplot.rsx 2014-06-01 19:35:32 +01:00
Juergen E. Fischer
779bf5fb33 postgres: close connection when cursor can't be opened (fixes #10119) 2014-06-01 18:04:59 +02:00
Juergen E. Fischer
c94297a5fd fill ring: set attribute dialog to add mode (fixes #10363) 2014-06-01 17:13:31 +02:00
Juergen E. Fischer
386e2f3b53 set feature form windows title 2014-06-01 17:13:31 +02:00
Werner Macho
df6ae76816 Merge pull request #1413 from qgis-jp/pullreq_2_4
translate gui ja
2014-06-01 17:05:20 +02:00
Juergen E. Fischer
a516c36b91 nodetool: fix crash when deleting last vertex (fixes #10367) 2014-06-01 16:26:14 +02:00
Juergen E. Fischer
701c227f5c re-introduce resetting of attribute values 2014-06-01 16:11:55 +02:00
Juergen E. Fischer
08ed60f946 don't show layer popup selection if there is only one item 2014-06-01 15:55:04 +02:00
Juergen E. Fischer
272ac2ec55 db_manager: replace toPyObject() (old sip api; fixes #9991) 2014-06-01 15:36:17 +02:00