2150 Commits

Author SHA1 Message Date
Larry Shaffer
046fbeea39 Fix for #7627, wrong label scaling in print or PDF
- Add shadow device dpi output (high resolution)
- [API] Add scaleToPixelContext method to QgsPalLayerSettings for better precision scaling
2013-04-18 06:41:29 -06:00
Salvatore Larosa
08ef4f84f9 [pyqgis-console] fixes the undo action when comment/uncomment out code in editor 2013-04-18 01:29:59 +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
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
Radim Blazek
22e54b9210 raster cleanup 2013-04-16 20:06:10 +02:00
Radim Blazek
c000ded9e6 raster cleanup 2013-04-16 16:14:12 +02:00
Alexander Bruy
7f158b8b05 [sextante] support for non-ASCII characters in SEXTANTE log 2013-04-16 15:42:12 +04: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
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
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
Radim Blazek
1f65f71833 raster cleanup 2013-04-15 15:52:15 +02:00
vinayan
58737b6831 [Fix #7360] - Fix Dealauney to vector api changes 2013-04-15 18:03:26 +05:30
Matthias Kuhn
7c69ec1a28 Add updateFields() signal, so adding of joined fields is communicated
attributeAdded and attributeDeleted signals are only emitted for "real" fields
and not for "virtual fields" as in joined fields. Therefore this signal should
be used instead to keep track of these
2013-04-15 09:54:19 +02:00
Juergen E. Fischer
a51fd5f0ce indentation update 2013-04-15 07:16:20 +02:00
Larry Shaffer
8749b29936 Add drop shadow option to labels
- Add option to show debug rectangles for shadows to PAL engine properties
- Add small container class, QgsLabelComponent, for temporal values during generation of label components
- Add static image blurring function to QgsSymbolLayerV2Utils
- Fix rotational offset issue with label backgrounds
2013-04-14 16:11:20 -06:00
Larry Shaffer
0fd52ecf39 Set QgsCollapsibleGroupBox's collapse-on-uncheck to happen only when clicked by user
- This keeps checkable group boxes from being programmatically collapsed when initializing a dialog
2013-04-13 19:12:18 -06:00
vinayan
4e257bdf7e [Fix #7414] - points in polygon does not work 2013-04-14 00:00:40 +05:30
Victor Olaya
cae6d66ab0 [sextante] fixed issue with header 2013-04-13 18:57:37 +02:00
Matthias Kuhn
47c10db1fe [FIX #5525] Attribute table performance for large tables
The selection handling performance has been improved a lot
Introduces also more detailed signalling of selection change from QgsVectorLayer
2013-04-13 17:43:11 +03:00
Victor Olaya
58c0036340 [sextante] force export to shp in grass algorithms, since v.in.ogr syntax seems to be not always the same and some formats (i.e. GML) are not working 2013-04-13 15:10:00 +02:00
Victor Olaya
ac434028d7 [sextante] minor bug fix in saga/grass installation checking.
Also code cleaning
2013-04-13 15:09:59 +02:00
Victor Olaya
b79932c043 [sextante] made fields in saga polygon dissolve optional 2013-04-13 13:04:41 +02:00
Martin Dobias
093d503fe0 Fix QgsMessageLog python wrapper 2013-04-13 11:26:24 +02:00
Werner Macho
b291a36bc3 adding licences for Victor :) 2013-04-13 11:04:22 +02:00
Victor Olaya
065b3572e6 [sextante] several fixes for supporting optional parameters in modeler 2013-04-13 09:40:29 +02:00
Victor Olaya
5d99595c23 [sextante] removed pydevd imports added by mistake 2013-04-13 08:40:07 +02:00
Radim Blazek
19377fbb8d raster no data value made optional 2013-04-12 18:56:36 +02:00
mhugent
71c45c03fd Merge pull request #460 from 3nids/readListEntryDefault
Added default value argument for readEntryList
2013-04-12 08:48:17 -07:00
Victor Olaya
61b3e4c414 [sextante]changed 'create grid' algorithm to allow non integer values 2013-04-12 17:20:08 +02:00
Victor Olaya
448d860d5a [sextante]improved information when missing 3rd party app before running algorithm 2013-04-12 17:20:08 +02:00
Victor Olaya
bcd1c91f5f [sextante] corrected parameter serialization scheme 2013-04-12 17:20:07 +02:00
Victor Olaya
15953a797d [sextante] made ParameterTableField and ParameterString optional.
Changed serializing format of ParameterTableField
2013-04-12 17:20:06 +02:00
mhugent
95f49beede Merge pull request #520 from 3nids/removeaction
add removeAction method to layer actions
2013-04-12 04:44:57 -07:00
Victor Olaya
1a4ce3ecd5 [sextante] fixes in gdal/ogr algorithms and more tests 2013-04-12 12:35:19 +02:00
Victor Olaya
e8650aaf64 [sextante] fixed missing import 2013-04-12 12:35:18 +02:00
Victor Olaya
ffa87a2d88 [sextante] reintroduced Model->Python conversion 2013-04-12 12:35:17 +02:00