115 Commits

Author SHA1 Message Date
jef
5e5ecb3b04 fix typo in english context help and update german context help
git-svn-id: http://svn.osgeo.org/qgis/trunk@13580 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-28 15:29:23 +00:00
borysiasty
8fee8ed3fb more help updates and ui cleanups from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@13576 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-26 08:53:28 +00:00
borysiasty
97cf881d53 help updates from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@13575 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-25 20:44:30 +00:00
jef
e24ccb885a allow creation of multiple layers in spatialite creation dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@13337 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-20 19:17:41 +00:00
gsherman
c396d6ea6e Add the option to include a primary key when creating a new spatialite
layer.

git-svn-id: http://svn.osgeo.org/qgis/trunk@13279 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-08 02:43:31 +00:00
jef
cc9bfabbc1 apply #2385
git-svn-id: http://svn.osgeo.org/qgis/trunk@13266 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-06 18:29:16 +00:00
gsherman
f36bfa5e39 Implementation of the "Add New Spatialite Layer/Database" feature.
Squashed commit of the following:

commit e6e01ec0b3955d1cf9cb2756dfcf1aac27a0725e
Author: Gary Sherman <gsherman@geoapt.com>
Date:   Sun Apr 4 17:45:05 2010 -0800

    Implementation of the add new spatialite layer dialog with ability to search for epsg srid

commit c1d46e35715e4f8baa137800c88483f612ebcb89
Author: Gary Sherman <gsherman@geoapt.com>
Date:   Sun Apr 4 17:44:23 2010 -0800

    Spatialite database template used when creating a new database

commit 6d4fd8d80e610d6f0f6d22ed49815134292924c5
Author: Gary Sherman <gsherman@geoapt.com>
Date:   Sun Apr 4 17:43:31 2010 -0800

    Context help for the Add New Spatialite Layer dialog

commit 1a6398be174d62df1bf74428bcf898b8d1ea8455
Author: Gary Sherman <gsherman@geoapt.com>
Date:   Sun Apr 4 17:42:51 2010 -0800

    Dialog for finding an SRID from the spatialite spatial_ref_sys table

commit 197a65c134ed06b12fd6c8d96900dcf8197f802d
Author: Gary Sherman <gsherman@geoapt.com>
Date:   Sat Apr 3 11:32:58 2010 -0800

    Renamed the spatialite srids dialog selector to the proper form

commit 66c7cafa78f71b7f06504fe3b7bd4577614bfe67
Author: Gary Sherman <gsherman@geoapt.com>
Date:   Fri Apr 2 22:25:09 2010 -0800

    Implemented create new db. Can now create a new db and an empty layer in
    one pass.

commit 088730293ad4722e7d6045e8661e6c28488b8cae
Author: Gary Sherman <gsherman@geoapt.com>
Date:   Fri Apr 2 20:43:12 2010 -0800

    Adjust new spatialite layer dialog. Add field for geometry column name

commit d7c60012ddce6a70d0512bc9195524e6d672b372
Author: Gary Sherman <gsherman@geoapt.com>
Date:   Fri Apr 2 12:46:49 2010 -0800

    New spatialite layer menu item does not show up if qgis is built with internal spatialite

commit 1343dfe7ac7868c38e8b7bd17ef1dd5a4a04ebad
Author: Gary Sherman <gsherman@geoapt.com>
Date:   Fri Apr 2 11:35:26 2010 -0800

    Test of geometry column creation in the dialog

commit c8785f4aaee9d5b08fe0c0dd6f6bbfcd9cf6c7a5
Author: Gary Sherman <gsherman@geoapt.com>
Date:   Wed Mar 31 21:39:03 2010 -0800

    Added multi geometry types to the radio button group

commit 06350192b9dfa6d6cc5c6ac9c4d0b1a65f260476
Author: Gary Sherman <gsherman@geoapt.com>
Date:   Wed Mar 31 21:13:20 2010 -0800

    SQL for creating the new spatialite table complete---still needs the code to actually push it to the database

commit 0e05d6ab9904d003d9c7c7704f53392fc478cee1
Author: Gary Sherman <gsherman@geoapt.com>
Date:   Wed Mar 31 21:12:25 2010 -0800

    Added field for the layer name to be created

commit 3c372b4da3097981d824c2dbb7a661c916d9cf7b
Author: Gary Sherman <gsherman@Macintosh.local>
Date:   Tue Mar 30 21:39:10 2010 -0800

    Removed unneeded fields from the spatialite dialog (width and precision). Added methods for getting the attributes

commit 1871db18a5d87f22caf9a34001c879eaf7f58342
Author: Gary Sherman <gsherman@Macintosh.local>
Date:   Fri Mar 19 20:51:34 2010 -0800

    Renamed ui file

commit a42e578afac13d2a9e984faedc79d0d206b48c66
Author: Gary Sherman <gsherman@Macintosh.local>
Date:   Fri Mar 19 20:51:00 2010 -0800

    Added dialog for displaying and selecting a spatialite srid

commit d0c48bc2317d175fa13c4e52fb6d4f0b10a58518
Author: Gary Sherman <gsherman@Macintosh.local>
Date:   Fri Mar 19 19:41:07 2010 -0800

    More work on the dialog to create a new spatialite layer

commit cc6d8a4e48e42c865eec9da3d2ad1e900fbbe295
Author: Gary Sherman <gsherman@Macintosh.local>
Date:   Thu Mar 18 20:51:08 2010 -0800

    Wire the new spatialite layer dialog into qgisapp

commit c5a54601fd9b76e46aeb534f92a605cd744ae768
Author: Gary Sherman <gsherman@Macintosh.local>
Date:   Thu Mar 18 20:50:18 2010 -0800

    Dialog implementation for creating a new spatialite layer

git-svn-id: http://svn.osgeo.org/qgis/trunk@13240 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-05 02:32:06 +00:00
jef
7b43dd5eee use same parameters for EPSG:3857, EPSG:GOOGLE and OSGEO:41001 as PROJ.4
git-svn-id: http://svn.osgeo.org/qgis/trunk@13200 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-29 23:28:47 +00:00
jef
40459b0177 add EPSG:3857 (fixes #2484)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13199 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-29 23:11:07 +00:00
jef
812c5572e7 fix #2588
git-svn-id: http://svn.osgeo.org/qgis/trunk@13155 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-25 00:56:00 +00:00
jef
300ea3c6d5 fix auth_id field type in srs.db
git-svn-id: http://svn.osgeo.org/qgis/trunk@13129 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-21 11:30:17 +00:00
jef
d323a6ca35 [FEATURE] allow to hide deprecated CRSes
git-svn-id: http://svn.osgeo.org/qgis/trunk@13125 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-20 23:41:55 +00:00
jef
7fb0e90c88 [FEATURE] WMS-C support, new spatial authorities, wms selection improvements
- QgsDataProvider&QgsMapLayer: add dataChanged() signal, so that a provider can signal that the datasource changed
- use QNetworkAccessManager instead of QgsHttpTransaction (including caching and
  dynamic authentification to website and proxies)
- resolve EPSG dependency in spatial reference systems and
  included french IGNF definitions in srs.db
- wms provider:
  - do request asynchronously through QNetworkAccessManager
  - add support for WMS-C
  - dataChanged() is to cause a redraw asynchronously, when new tiles arrive
- wms selection:
  - add support for WMS-C tilesets
  - allow inserting of all layers of a branch
  - add support for more mime types
  - move load/save to button box
  - and more cleanups
- raster provider: reduce debugging noise
- allow adding parts to multi points and lines



git-svn-id: http://svn.osgeo.org/qgis/trunk@13093 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-20 08:54:33 +00:00
mhugent
ec241b300a Added epsg 900913
git-svn-id: http://svn.osgeo.org/qgis/trunk@12969 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-24 10:25:33 +00:00
jef
659c2df9a8 fix brasilian context help
git-svn-id: http://svn.osgeo.org/qgis/trunk@12929 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-11 21:07:54 +00:00
timlinux
d8988cced5 Updates as per #2385
git-svn-id: http://svn.osgeo.org/qgis/trunk@12821 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-01-23 07:14:36 +00:00
timlinux
c7dcfed7a9 Added Italian srs defs. Paolo please test
git-svn-id: http://svn.osgeo.org/qgis/trunk@12770 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-01-15 21:39:08 +00:00
pcav
0fcf64b40a Added IT context help files
git-svn-id: http://svn.osgeo.org/qgis/trunk@12662 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-01-02 07:02:31 +00:00
pcav
3772fc4767 Finished IT translation of context help. Thanks Flavio Rigolon and Maurizio Napolitano
git-svn-id: http://svn.osgeo.org/qgis/trunk@12629 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-28 12:00:34 +00:00
pcav
bb04147dc8 More IT translations of context_help by Flavio Rigolon
git-svn-id: http://svn.osgeo.org/qgis/trunk@12613 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-24 12:32:46 +00:00
pcav
4632c1ea77 First IT translations of context_help by Flavio Rigolon
git-svn-id: http://svn.osgeo.org/qgis/trunk@12611 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-24 08:37:52 +00:00
jef
e5cf709dd3 another round of typo fixes (and use color instead of colour - like Qt; no string updates)
git-svn-id: http://svn.osgeo.org/qgis/trunk@12600 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-23 16:14:24 +00:00
jef
a61e337f93 context help fixes
git-svn-id: http://svn.osgeo.org/qgis/trunk@12588 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-22 22:21:50 +00:00
macho
7083026936 adding pt_BR context help translation by Arthur Nanni
git-svn-id: http://svn.osgeo.org/qgis/trunk@12581 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-22 16:46:46 +00:00
jef
3a2856eefe context help update
git-svn-id: http://svn.osgeo.org/qgis/trunk@12567 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-21 19:32:14 +00:00
jef
fbaa7e8fc0 fix german translation
git-svn-id: http://svn.osgeo.org/qgis/trunk@12557 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-20 23:34:38 +00:00
borysiasty
5b8924726a context help update from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12554 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-20 22:18:34 +00:00
jef
4351ab5a4f missed some warnings and other minor updates
git-svn-id: http://svn.osgeo.org/qgis/trunk@12546 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-20 18:15:07 +00:00
jef
f2c040c38d german translation update, some context help fixes
git-svn-id: http://svn.osgeo.org/qgis/trunk@12539 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-20 16:12:02 +00:00
borysiasty
56e52fb1ac Context help updates from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12530 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-20 13:14:26 +00:00
borysiasty
56072b7a60 Context help updates from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12500 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-17 11:51:07 +00:00
borysiasty
60fb5aa7ab Context help updates from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12499 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-17 10:46:11 +00:00
jef
090e364458 add german scalebar translation
git-svn-id: http://svn.osgeo.org/qgis/trunk@12496 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-16 22:02:34 +00:00
jef
8c7171f40a german translation update
git-svn-id: http://svn.osgeo.org/qgis/trunk@12495 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-16 21:44:49 +00:00
jef
dd996a1e01 german translation update
git-svn-id: http://svn.osgeo.org/qgis/trunk@12492 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-16 17:55:16 +00:00
borysiasty
1c929bb5c3 Fix CRS definitions for Polish systems 1992 and 2000 (epsg 2176-2180). This is a temporary workaround until the native epsg base is corrected.
git-svn-id: http://svn.osgeo.org/qgis/trunk@12490 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-16 15:15:19 +00:00
jef
f0b765391d update german translation
git-svn-id: http://svn.osgeo.org/qgis/trunk@12482 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-15 21:41:32 +00:00
borysiasty
09b03e0bc4 Context help for the Plugin Installer
git-svn-id: http://svn.osgeo.org/qgis/trunk@12478 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-15 18:59:17 +00:00
timlinux
fbc814eff8 Updates for context help from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12469 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-15 07:21:49 +00:00
jef
47d6b52ded activate help for attribute table, mapserver export and evis
git-svn-id: http://svn.osgeo.org/qgis/trunk@12457 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-14 21:50:16 +00:00
jef
5795c35c86 add context help for qgis options, style manager, spatialite selection and custom projection and application icon to help viewer
git-svn-id: http://svn.osgeo.org/qgis/trunk@12454 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-14 19:36:57 +00:00
borysiasty
28deb31ac1 Context help updates from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12453 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-14 14:36:34 +00:00
borysiasty
3a46834921 Context help updates from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12452 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-14 14:09:51 +00:00
borysiasty
48c2bf804f Context help updates from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12451 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-14 13:54:20 +00:00
timlinux
28528d92c5 Arbitrary change to cause makefiles to update
git-svn-id: http://svn.osgeo.org/qgis/trunk@12448 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-14 08:53:12 +00:00
borysiasty
ba80039f6a Context help updates from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12447 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-14 08:53:10 +00:00
borysiasty
bbe1ff1d02 Context help updates from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12446 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-14 01:01:14 +00:00
jef
e924d16471 german context help fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@12445 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-13 23:16:21 +00:00
jef
d22cdb4cfe rename context helps for QgsCreateNewVectorLayer to QgsNewVectorLayerDialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@12444 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-13 23:13:52 +00:00
borysiasty
b397b57c36 Context help updates from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12443 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-13 22:57:18 +00:00