308 Commits

Author SHA1 Message Date
Richard Duivenvoorde
4ba9c47e8d purge olde PluginInstallerDialog context help
there will be a new QgsPluginManager help file
2013-08-13 08:28:02 +12:00
Nyall Dawson
2087de1060 Add note that non-greedy regular expressions are not supported to function help 2013-08-09 07:31:26 +10:00
Werner Macho
eeb2cb44dd Fixing some typos 2013-07-04 10:29:52 +02:00
Juergen E. Fischer
7805af3cf1 crssync: exclude some records from updates from GDAL
sqlite3 resources/srs.db
sqlite> alter table tbl_srs add noupdate boolean;
sqlite> update tbl_srs set noupdate=(auth_name='EPSG' and auth_id in (5513,5514,5221,2065,102067,4156,4818));
2013-07-04 08:29:00 +02:00
Juergen E. Fischer
1e0b9c217d expression builder widget: hide sample buttons and context menu, when no layer is set (fixes #6802)
wfs source select: rename slots to avoid autoconnect warning
attribute table: remove stale connect
2013-06-30 15:02:14 +02:00
Juergen E. Fischer
d1e410585b missed query builder help in c6a4bb86aa 2013-06-22 21:18:38 +02:00
Juergen E. Fischer
99f998aa30 - add missing sip bindings
- port widgets_tree.py to QtXml and update customization.xml (fixes #5752 and  #8054)
2013-06-22 19:41:34 +02:00
Juergen E. Fischer
c6a4bb86aa context_help/function_help:
- remove en_US postfix
- remove translated files (translation were moved to ts files earlier)
- remove unused jQuery (python help doesn't use it anymore)
- change expression label in QgsQueryBuilder and add context help (partly fixes
  #8129)
2013-06-21 23:59:40 +02:00
Salvatore Larosa
28efcda1f5 [pyqgis-console] small update to help 2013-06-16 23:59:29 +02:00
Juergen E. Fischer
00b14dcabe some translation string fixes and german translation update 2013-06-14 14:34:49 +02:00
Radim Blazek
e37a6e06b8 customization update 2013-06-12 21:06:25 +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
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
Richard Duivenvoorde
ce9ed158b5 texts and context help text for pluginmanager 2013-06-09 19:44:48 +02:00
Borys Jurgiel
24b6b0c0d0 [Plugin Manager] Forgotten CMake entry. Following c490688106941be91e5 2013-06-09 17:12:46 +02:00
Borys Jurgiel
c490688106 [PluginManager] Move title pages for tabs to the resources. Will be included to translations when the contents is ready. 2013-06-09 16:46:27 +02:00
Salvatore Larosa
8201335835 [pyqgis-console] update help
- shows help at the first launch of the console
2013-06-03 18:51:34 +02:00
Juergen E. Fischer
de12f297a5 rename context help from QgsIdentifyResults to QgsIdentifyResultsDialog 2013-06-02 23:26:13 +02:00
Radim Blazek
792ac5a433 JTSK EPSG codes update, added new codes, updated existing.
INSERT INTO tbl_srs VALUES (NULL,'S-JTSK (Greenwich) / Krovak','krovak','bessel','+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=589,76,480,0,0,0,0 +pm=greenwich +units=m +no_defs',5513,'EPSG','5513',0,0);

INSERT INTO tbl_srs VALUES (NULL,'S-JTSK (Greenwich) / Krovak East North','krovak','bessel','+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=589,76,480,0,0,0,0 +pm=greenwich +units=m +no_defs',5514,'EPSG','5514',0,0);

INSERT INTO tbl_srs VALUES (NULL,'S-JTSK (Ferro) / Krovak East North','krovak','bessel','+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=589,76,480,0,0,0,0 +pm=ferro +units=m +no_defs',5221,'EPSG','5221',0,0);

-- Add alpha to 2065
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=589,76,480,0,0,0,0 +pm=ferro +units=m +no_defs'  WHERE auth_id = '2065';

-- Add towgs84 to 102067
UPDATE tbl_srs set description = 'S-JTSK (Greenwich) / Krovak East North', 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=589,76,480,0,0,0,0 +pm=greenwich +units=m +no_defs', deprecated = 1 WHERE auth_id = '102067';
2013-05-31 14:42:44 +02:00
Juergen E. Fischer
15539f34ce more Quantum GIS => QGIS updates 2013-05-30 16:19:19 +02:00
Chris Crook
bdcc01e9f9 Adding CSVT file reading - using CSVT file alongside data file to determine field types 2013-05-25 10:19:47 +12:00
Juergen E. Fischer
65d3535fc5 - Quantum GIS => QGIS update
- integrate PythonConsole help into main translation
- allow referencing QGIS images in context help(viewer)
2013-05-20 16:48:51 +02:00
Juergen E. Fischer
094c97b0d1 translation update 2013-05-18 16:02:07 +02:00
Chris Crook
198cc39f85 Fixing line spacing in <pre> section of delimited text context help 2013-05-17 08:31:49 +12:00
Chris Crook
8bf3d18c68 Fix merge conflict 2013-05-17 06:51:51 +12:00
Juergen E. Fischer
596e1f12ea drop qgis_help.db and debian packaging update 2013-05-16 09:16:57 +02:00
Juergen E. Fischer
cdd7e9f1c6 - recover japanese translations lost in 4b76600
- german translation fix
2013-05-15 08:33:47 +02:00
Juergen E. Fischer
4b766003e0 - integrate function_help and context_help to translation files
- add some german function help updates
- update helpviewer to show help passed into stdin from qgis
2013-05-15 01:35:03 +02:00
Chris Crook
0f756c9528 Delimited text GUI tidy up. Renamed useWatcher option to watchFile 2013-05-14 10:53:26 +12:00
nyalldawson
10acbe017e Add clamp and scale_exp functions 2013-05-13 22:28:00 +10:00
Matthias Kuhn
97ad3735e9 [attrtable] Update context help 2013-05-13 16:51:39 +02:00
Juergen E. Fischer
27183d9add add to german function help 2013-05-13 15:29:54 +02:00
Nathan Woodrow
e7f8326b83 Change -> to &rarr; in function help 2013-05-13 21:50:07 +10:00
nyalldawson
23a7ebf952 Add a scale_linear function, for linear interpolation between and input domain and output range 2013-05-13 08:14:37 +10:00
nyalldawson
bedd99e684 Add trim function 2013-05-13 08:14:37 +10:00
nyalldawson
ff92b029cf Add abs function 2013-05-13 08:14:37 +10:00
nyalldawson
ebc7a35f7b Add floor and ceil functions 2013-05-13 08:14:37 +10:00
nyalldawson
2076031424 Add max and min functions 2013-05-13 08:14:37 +10:00
nyalldawson
a85b0bc79e Add regexp_substr function for returning matched part of string against regex 2013-05-13 08:14:37 +10:00
nyalldawson
c07b2cc498 Small fixes to function help 2013-05-13 08:14:36 +10:00
nyalldawson
167cc95e35 Add rand and randf functions for generating random numbers 2013-05-13 08:14:36 +10:00
Juergen E. Fischer
4182baaa6e oracle provider:
- make searching in meta data table default
- also list synonyms
- more progress messages
2013-05-12 23:23:24 +02:00
Chris Crook
1f7f2b34d4 Merge branch 'master' into delimited_text_indexing_implemented 2013-05-13 08:38:03 +12:00
Nathan Woodrow
bbdecebd9a Add function help 2013-05-11 13:16:26 +10:00
Chris Crook
0d464b2e1b Delimited text provider indexing implemented.
Efficiency improvements.

Adds capabilities
   SelectAtId
   CreateSpatialIndex

This uses line number as an index.  Allows jumping to a line number
without interpreting all intermediate records, so much more efficient.
Also retains the current record in a buffer, so successive requests for
the same record do not require rereading the file.

With index available have also added indexing of subsets and optional
creation of spatial index.

Note: did try using QTextStream.pos to build a random access index -
this was incredibly slow.  Have found using line based index is
reasonably fast even on quite large (50+Mb) text files.
2013-05-10 13:45:48 +12:00
Juergen E. Fischer
be15de88d7 german translation update 2013-05-09 17:09:08 +02:00
Juergen E. Fischer
94c023317f oracle provider: add context help 2013-05-09 17:08:50 +02:00
nyalldawson
7aa0dd50f2 Small fixes to heatmap plugin
Update context help for heatmap
2013-05-08 13:00:48 +10:00
Juergen E. Fischer
e0907b0f0a more spelling fixes 2013-05-03 21:39:28 +02:00