19062 Commits

Author SHA1 Message Date
Ivan Mincik
aeffe2ae93 Slovak translation update. 2013-06-13 14:59:04 +02:00
Radim Blazek
e09683b1fb set min updateThreshold to 1000 2013-06-13 10:42:30 +02:00
nyalldawson
7879d37f5a Also disable color buttons which don't apply for numeric scale bars
Make numeric scale bars respect font color and alignment settings (fix #7830)
2013-06-13 09:18:57 +10:00
nyalldawson
e253cd3e1e When scale bar is numeric disable controls which don't apply
Don't change scale bar box size automatically when style is numeric
Remove duplicate call to adjustBoxSize when scale bar font changes
2013-06-13 09:00:39 +10:00
Radim Blazek
f4300df6f3 dont translate names in customization tree, fixes #8039 2013-06-13 00:29:18 +02:00
D'Hont René-Luc
6d9cec52a9 [Feature][QGIS-Server] Specifying url for QgsComposerHtml in GetPRint Request
The idea is to add the capability to specify an URL to a QgsComposerHtml
element in the GetPrint request.
This will give the ability to get PDF with content base on a web
service.
2013-06-12 22:42:06 +02:00
Borys Jurgiel
85e1ab9807 [Plugin Manager] Plugin installer fixes 2013-06-12 22:10:09 +02:00
Radim Blazek
e37a6e06b8 customization update 2013-06-12 21:06:25 +02:00
Radim Blazek
b532151c97 GRASS feature id fix, tables selection id fix, fixes #6451 2013-06-12 20:35:30 +02:00
Matthias Kuhn
8024df7c93 Don't crash if embedded group cannot be loaded (Fix #7872) 2013-06-12 16:26:16 +02:00
Radim Blazek
b3d184dade Updated towgs84 parameters of geographic JTSK CRS, the towgs84 values were calculated for area of Czech and Slovak Republic as it is described here: http://grass.fsv.cvut.cz/gwiki/%C4%8Ceskoslovensk%C3%BD_transforma%C4%8Dn%C3%AD_kl%C3%AD%C4%8D
UPDATE tbl_srs set parameters = '+proj=longlat +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96  +no_defs' WHERE auth_id = '4156';

UPDATE tbl_srs set parameters = '+proj=longlat +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=ferro +no_defs' WHERE auth_id = '4818';
2013-06-12 11:27:45 +02:00
Radim Blazek
2ffbbded16 Updated towgs84 parameters of JTSK CRS, the towgs84 values were calculated for area of Czech and Slovak Republic as it is described here: http://grass.fsv.cvut.cz/gwiki/%C4%8Ceskoslovensk%C3%BD_transforma%C4%8Dn%C3%AD_kl%C3%AD%C4%8D
UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=greenwich +units=m +no_defs' WHERE auth_id = '5513';

UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=greenwich +units=m +no_defs' WHERE auth_id = '5514';

UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=ferro +units=m +no_defs' WHERE auth_id = '5221';

UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=ferro +units=m +no_defs' WHERE auth_id = '2065';

UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=greenwich +units=m +no_defs' WHERE auth_id = '102067';
2013-06-12 11:14:48 +02:00
Radim Blazek
9e14b8eef0 raster DrawingStyle to QgsRaster to avoid circular header include 2013-06-12 10:50:06 +02:00
Radim Blazek
3233d05f92 customisation script moved, removed & from customisation menu items labels 2013-06-12 10:02:43 +02:00
Nathan Woodrow
b287661c91 Don't return null on failed metadata load 2013-06-12 14:26:00 +10:00
Salvatore Larosa
57cb57537e Merge pull request #619 from slarosa/generate_pap
[FEATURE]  Module to generate prepared APIs file for call tips and auto-completion in Python Console
2013-06-11 17:24:02 -07:00
Borys Jurgiel
a602112fcd [Plugin Manager] installer fix 2013-06-12 01:54:46 +02:00
Nathan Woodrow
f8cafe81b4 Fix build error 2013-06-12 09:32:13 +10:00
Nathan Woodrow
21aecd532c Fix python indentation 2013-06-12 08:57:34 +10:00
Nathan Woodrow
0fd5fd137f Don't patch QPyNullVariant if it doesn't exist 2013-06-12 08:42:01 +10:00
Nathan Woodrow
052669f5c5 Fix #8040. Build error with sip 2013-06-12 08:10:22 +10:00
Victor Olaya
6ddaa3e304 [sextante] improved modeler appearance 2013-06-12 00:06:48 +02:00
Borys Jurgiel
ce681ab190 [Plugin Manager] Fix the recent commit 2013-06-11 23:40:26 +02:00
Borys Jurgiel
50bf791e29 [Plugin Manager] Translateable name and description in metadata.txt. 2013-06-11 23:30:44 +02:00
Borys Jurgiel
74f08c5081 [Plugin Manager] Prevent from removing the official repository 2013-06-11 23:30:44 +02:00
Borys Jurgiel
3400211fe9 [Plugin manager] Minor GUI tweaks 2013-06-11 23:30:44 +02:00
Borys Jurgiel
bf6e5e136a Translation update: pl 2013-06-11 23:30:44 +02:00
Borys Jurgiel
62598af640 [Plugin Manage] Include tab title pages to i18n. Don't clutter the resources dir. 2013-06-11 23:30:41 +02:00
Borys Jurgiel
0fd7435e93 Merge pull request #652 from jetuk/pyplugin_installer-QNAM
pyplugin_installer moved to QNetworkAccessManager from QHttp
2013-06-11 14:30:11 -07:00
James Tomlinson
84eb6f81f7 pyplugin_installer moved to QNetworkAccessManager from QHttp 2013-06-11 21:19:17 +01:00
Werner Macho
031550ac90 translation update by Calvin 2013-06-11 21:49:01 +02:00
Salvatore Larosa
1bfa97091c [pyqgis-console] improving to auto closing bracket 2013-06-11 20:01:59 +02:00
Salvatore Larosa
12fcea167a [pyqgis-console] removes console/help folder:
it is no longer necessary, now it is into context help
2013-06-11 18:24:16 +02:00
Salvatore Larosa
a415950d63 [pyqgis-console] another updating to new SIP API 2013-06-11 18:20:26 +02:00
Nathan Woodrow
bb6a4ee770 Merge pull request #625 from vinayan/projcrash
[Fix #7964] Ftools-Sum Line length - Fix progress bar
2013-06-11 07:10:45 -07:00
Matthias Kuhn
6381d626a1 Use python None object for NULL attributes 2013-06-11 14:48:29 +02:00
Giuseppe Sucameli
25244e01a9 Merge pull request #651 from slarosa/fix_dbmanager
[DB Manager] fix for PostGIS Raster Layer
2013-06-11 05:25:09 -07:00
Salvatore Larosa
8cd8969a14 [DB Manager] fix for PostGIS Raster Layer 2013-06-11 14:21:59 +02:00
Salvatore Larosa
3b4dfd724d [FEATURE] [pyqgis-console] Module to generate prepared APIs for calltips and auto-completion 2013-06-11 14:16:58 +02:00
Nathan Woodrow
8392c93d8e Monkey patch __nonzero__ onto QPyNullVariant for easier null check.
Who doesn't love monkeys :)
2013-06-11 22:15:21 +10:00
D'Hont René-Luc
3115c30948 [FEATURE] Add DataUrl to layer's metadata
Like keyword list, attribution and metadata url, this information is
used by QGIS Server in WMS GetCapabilities and GetContext Request.
The user can add an url where he can find information about the layer.
2013-06-11 14:11:41 +02:00
Juergen E. Fischer
597c402808 also update networkanalysis.sip (following 61e101dd4) 2013-06-11 10:18:04 +02:00
Juergen E. Fischer
0f3f440cdf debian packaging: replace %Module directive in header for older sip versions in squeeze and lucid (following 61e101dd4) 2013-06-11 09:53:35 +02:00
Nathan Woodrow
a6f9f56309 Fix #8034. Sextante SIP update 2013-06-11 17:11:53 +10:00
Nathan Woodrow
3e7fb5c9cb Fix #8035. Sip update for plugin installer 2013-06-11 16:25:42 +10:00
Nathan Woodrow
bfbd367361 Fix Python init function call 2013-06-11 16:09:22 +10:00
Borys Jurgiel
a3ea7ce164 [Plugin Manager] Minor gui tweaks 2013-06-10 20:55:08 +02:00
Borys Jurgiel
039ae69507 [Plugin Manager] Make appropriate methods const 2013-06-10 20:55:08 +02:00
Werner Macho
9ca721e0c4 Merge pull request #650 from imincik/slovak
Slovak translation update.
2013-06-10 11:08:24 -07:00
Ivan Mincik
6558b53225 Slovak translation update. 2013-06-10 19:22:43 +02:00