Chris Crook
5e4f4f73ba
More testing and bug fixes
...
Regular expression delimiter: fixed non-intuitive behaviour of not
including capture groups in the returned fields, and improved behaviour
for anchored regular expressions. Added test cases for handling of
regular expressions.
File encoding: Selected file encoding was being ignored. Fixed and
added test cases for file encoding.
Bad formatted quoting: Fixed handling of badly formatted quotes (eg
unclosed quotes). Added test case.
Field names: Where a file had duplicate or blank field names it was
not possible to reliably set the names of X,Y,WKT fields. Relocated
field name handling to simpler common code in QgsDelimitedTextFile, with
automatic renaming of fields with ambiguous or missing names. Add test
case for field renaming
User interface fixes: Fixed tooltip and other messages throughout.
Changed encoding combo box to be alphabetically sorted. Fixed data
sample to be refreshed when encoding changed.
2013-04-18 14:49:58 +12:00
Chris Crook
d882c4c8bb
Empty records cleaned from layer
2013-04-18 06:43:44 +12:00
Chris Crook
e5bdac785d
Adding testing feature id to test script
2013-04-18 06:41:20 +12:00
Chris Crook
2873d6a7ce
Merge branch 'master' into delimited_text_bug_fixes
2013-04-18 05:46:52 +12:00
Juergen E. Fischer
e0732a0628
fix #7630 - categorized renderer gui produces an empty string category as catch all case, so use it
2013-04-17 16:04:54 +02:00
Matthias Kuhn
83cb282ea1
[ Fix #7552 ] drag'n'drop form information not loaded from qml file
2013-04-17 15:23:25 +02:00
Salvatore Larosa
a928dce594
[pyqgis-console] remove duplicate entries
2013-04-17 13:10:58 +02:00
Victor Olaya
17d8007002
[sextante] Fixed issue when using non-file based vector layers in modeler
2013-04-17 11:49:29 +02:00
Victor Olaya
06d20455f5
[sextante] fixed problem when exporting non-file based data to be used by 3rd party apps
2013-04-17 11:49:28 +02:00
Victor Olaya
cf8f8c3c35
[sextante] fixed R import bug
2013-04-17 11:49:27 +02:00
Victor Olaya
d9277564f8
[sextante] Fixed iterative execution
...
Some additional minor fixes
2013-04-17 11:49:27 +02:00
Juergen E. Fischer
157024038c
fix windows build
2013-04-17 08:54:28 +02:00
alexbruy
4c05932a56
Merge pull request #526 from vinayan/pip7414
...
[fTools] fix Points in Polygon and Delaunay triangulation (closes #7414 , #7360 )
2013-04-16 23:35:47 -07:00
nyalldawson
e6f3b2e008
Draw background on painter before rendering map for composer map items ( fix #7461 )
2013-04-17 14:58:53 +10:00
Chris Crook
cd24f5405c
Fixed tooltip text throughout. Renamced combo box named cbxEncoding to cmbEncoding
2013-04-17 15:36:29 +12:00
Tim Sutton
4fa44cfc81
Merge pull request #532 from ccrook/delimited_text_bug_fixes
...
Three delimited text bug fixes, GUI tidyup, context help fix
2013-04-16 20:17:24 -07:00
Chris Crook
e1421f5afe
Minor error in tooltip help
2013-04-17 14:55:08 +12:00
Chris Crook
45a1bb4843
Merge branch 'master' into delimited_text_bug_fixes
2013-04-17 12:47:11 +12:00
Chris Crook
c396128f79
Added label to UI to match context help
2013-04-17 12:31:19 +12:00
Chris Crook
fd6330ec64
Fixing layout of examples in delimited text help file
2013-04-17 11:20:21 +12:00
Chris Crook
913b3f3d4f
Second try at renaming delimited text help files
2013-04-17 11:15:31 +12:00
Chris Crook
dfd448eaf0
Delimited text file: tidying up UI layout and labels, updating help file
2013-04-17 10:59:37 +12:00
Chris Crook
d06c308511
Merge branch 'master' into delimited_text_bug_fixes
2013-04-17 08:06:43 +12:00
Chris Crook
041b9f1f99
Fixing names of Delimited text context help files
2013-04-17 07:44:10 +12:00
Radim Blazek
22e54b9210
raster cleanup
2013-04-16 20:06:10 +02:00
Matthias Kuhn
d3a7e04bd3
Fix feature edit selection in filtered feature list
2013-04-16 16:34:46 +02:00
Radim Blazek
c000ded9e6
raster cleanup
2013-04-16 16:14:12 +02:00
Matthias Kuhn
1208051b24
Select proper features in filtered feature list
2013-04-16 14:35:40 +02:00
Alexander Bruy
7f158b8b05
[sextante] support for non-ASCII characters in SEXTANTE log
2013-04-16 15:42:12 +04:00
Radim Blazek
d6e59605a1
GDAL provider identify no data fix
2013-04-16 13:05:18 +02:00
Marco Hugentobler
e0a70f4de6
More dd symbology cleanups
2013-04-16 11:39:09 +02:00
Alexander Bruy
d06ab3c1d9
[sextante] fix Distance Matrix tool
2013-04-16 12:13:36 +04:00
Alexander Bruy
26582a20eb
[sextante] add license to script and fix its group
2013-04-16 10:23:39 +04:00
Salvatore Larosa
0d0fd3bdad
Merge pull request #399 from slarosa/pyqgis_console_side_editor_2
...
[FEATURE] Side Editor for Python Console
2013-04-15 22:44:26 -07:00
Salvatore Larosa
07abb34ebe
[pyqgis-console] cleaning up code and minor fixes
2013-04-16 07:43:22 +02:00
Salvatore Larosa
b67d360fc5
[pyqgis-console] fix interrupted system call on run script for osx
2013-04-16 07:43:22 +02:00
Salvatore Larosa
256d28e882
[pyqgis-console] fix shortcut keysequence for side editor
...
- added class menu removed by mistake
- minor fixes
2013-04-16 07:43:22 +02:00
Salvatore Larosa
9ab83615ff
[pyqgis-console] added button for comment/uncomment code in side editor and minor fixes
2013-04-16 07:43:22 +02:00
Salvatore Larosa
cba952c812
[pyqgis-console] added new toolbar for side editor
2013-04-16 07:43:01 +02:00
Salvatore Larosa
2c1f7e3e15
[pyqgis-console] some fix for run script and restore tabs
2013-04-16 07:42:21 +02:00
Salvatore Larosa
708a99c15b
[pyqgis-console] added button to toggle the side editor in python console
2013-04-16 07:42:21 +02:00
Salvatore Larosa
09fe728104
[pyqgis-console] fixes prompt save tab on closing
2013-04-16 07:41:02 +02:00
Salvatore Larosa
69dc6ac5ee
[FEATURE] Side Editor for Python Console
2013-04-16 07:41:02 +02:00
Chris Crook
714af6e965
GUI bug fix - was not restoring delimiter characters from saved settings
2013-04-16 15:57:59 +12:00
Chris Crook
d6a53e57e0
Missed committing files
2013-04-16 14:32:26 +12:00
Chris Crook
1e8304be77
Fix for handling of numeric columns with comma for decimal point (bug #6719 )
2013-04-16 14:16:14 +12:00
Larry Shaffer
5875d5a5cf
Put old theme icons back into source tree under themes_ or icons_old next to current directories
2013-04-15 20:01:46 -06:00
Larry Shaffer
121e4fec1c
Condense app icon themes down to just one, based upon 'gis' theme
...
- 'gis' theme copied over default
- All other themes removed, available here:
http://drive.dakotacarto.com/qgis/QGIS-images_pre-gis-theme-switch.zip
- Make sure new default overrides removed themes
- Update some tool buttons for consistency
2013-04-15 17:58:14 -06:00
Matthias Kuhn
268c03745f
[ Fix #7597 ] Attribute Table: Reintroduce locale aware sorting
2013-04-15 18:17:32 +02:00
Juergen E. Fischer
cb6b9515cd
fix crash on close in attribute table (layer cache already destroyed when model dtor is called)
2013-04-15 17:25:23 +02:00