Nathan Woodrow
|
9b0c455c02
|
Fix column resize in fields grid, add sorting, reduce margins
|
2013-04-01 18:04:10 +10:00 |
|
Nathan Woodrow
|
5c028f8881
|
Merge pull request #452 from minorua/tablejoin
Some fixes for table join. Merged for wider testing.
|
2013-03-31 22:03:49 -07:00 |
|
Werner Macho
|
92472625f6
|
added function help files for pi
|
2013-03-31 22:16:30 +02:00 |
|
Juergen E. Fischer
|
7d757bfddb
|
german translation update
|
2013-03-31 21:25:31 +02:00 |
|
Juergen E. Fischer
|
839e5ed551
|
indentation update
|
2013-03-31 21:18:27 +02:00 |
|
Juergen E. Fischer
|
b27b6a9a4d
|
[FEATURE] add widgets for photos and webpages
|
2013-03-31 21:15:07 +02:00 |
|
Juergen E. Fischer
|
04d1611eb4
|
[FEATURE] allow non-numeric keys in postgres and oracle views
|
2013-03-31 21:15:07 +02:00 |
|
Juergen E. Fischer
|
9f8d386d3d
|
fix warnings on ignored return values
|
2013-03-31 21:15:07 +02:00 |
|
Werner Macho
|
b99ff610eb
|
added pi as a selectable constant
pi can be found under Math in Fieldcalculator
|
2013-03-31 12:40:03 +02:00 |
|
Nathan Woodrow
|
8ba1999515
|
Rename Save as style to Save in symbol library
|
2013-03-31 19:49:00 +10:00 |
|
Nathan Woodrow
|
05506e39ab
|
Merge pull request #491 from borysiasty/master
[API] expose mouse wheel to map tools, use it for zoom only if no keyboard modifier pressed
|
2013-03-30 19:07:14 -07:00 |
|
Nathan Woodrow
|
7d9f4446dd
|
Move Init function line edit so visible all the time
|
2013-03-31 11:45:17 +10:00 |
|
Larry Shaffer
|
5660bc5f4c
|
Fix cyclical QPaintEvent updates for color button, which caused excessive cpu cycles
|
2013-03-30 16:11:48 -06:00 |
|
Nathan Woodrow
|
0229ea931f
|
Add eval to QgsPythonRunner.
|
2013-03-31 07:41:26 +10:00 |
|
Nathan Woodrow
|
67b9c48891
|
Reload form module if DEBUGMODE switch set in module
|
2013-03-31 07:41:24 +10:00 |
|
Borys Jurgiel
|
daeafccd49
|
[API] Expose mouse wheel to map tools as QgsMapTool::wheelEvent()
|
2013-03-30 20:24:04 +01:00 |
|
Borys Jurgiel
|
8299001afe
|
Don't zoom with mouse wheel if keyboard modifiers pressed
|
2013-03-30 20:23:55 +01:00 |
|
Victor Olaya
|
50c33030f2
|
[sextante] modeler improvements: added 'save as' button and fixed issue with line endings.
Added more tests
|
2013-03-30 19:25:56 +01:00 |
|
Victor Olaya
|
d48efd8dc5
|
[sextante] improved error messages when algorithm execution fails
|
2013-03-30 19:25:55 +01:00 |
|
Juergen E. Fischer
|
7e30da23c2
|
german translation update
|
2013-03-30 13:00:37 +01:00 |
|
Juergen E. Fischer
|
1a2c387d63
|
fix warnings
|
2013-03-30 11:38:55 +01:00 |
|
Tim Sutton
|
fb0ab57d3c
|
Mark srsDimesion unused - see 93e0259843 (commitcomment-2871379)
|
2013-03-30 11:58:36 +02:00 |
|
Nathan Woodrow
|
5602c8e2e4
|
Merge pull request #490 from nyalldawson/heatmap_fixes
Choose sensible default value for heatmap radius, some small documentation updates
|
2013-03-30 02:34:24 -07:00 |
|
nyalldawson
|
86ba94bf90
|
Update heatmap help file
|
2013-03-30 20:23:20 +11:00 |
|
nyalldawson
|
38b035a863
|
Cleanup heatmap dialog strings to follow standard capitalisation
|
2013-03-30 20:23:20 +11:00 |
|
nyalldawson
|
70685fc0df
|
Estimate a sensible default radius for heatmaps from the layer extent
|
2013-03-30 20:23:14 +11:00 |
|
Nathan Woodrow
|
72b476e702
|
Pass fields into new feature in add tool
|
2013-03-30 12:52:47 +10:00 |
|
Nathan Woodrow
|
fe59da52da
|
Add overload for QgsFeature with QgsFields
|
2013-03-30 12:51:55 +10:00 |
|
Werner Macho
|
bd373fde51
|
Merge pull request #489 from tomass/master
lithuanian translation update
|
2013-03-29 13:54:56 -07:00 |
|
Tomas
|
de7dd71710
|
Lithuanian translations
|
2013-03-29 20:57:07 +02:00 |
|
Juergen E. Fischer
|
6e75ea441a
|
german translation update
|
2013-03-29 10:36:33 +01:00 |
|
Radim Blazek
|
2b784a3385
|
composer legend minor fixes
|
2013-03-29 09:31:22 +01:00 |
|
Minoru Akagi
|
30c343cc89
|
Fix broken compatibility of table join (project file) (fix #7068)
|
2013-03-29 13:52:07 +09:00 |
|
Victor Olaya
|
bfada31fd3
|
[sextante] modeler tests
|
2013-03-29 00:45:30 +01:00 |
|
Victor Olaya
|
1c0f6c6262
|
[sextante] added Polygonize algorithm by Piotr Pociask
|
2013-03-29 00:45:29 +01:00 |
|
Victor Olaya
|
da57be08cc
|
[sextante] added some extra space in modeler for inputs tab
|
2013-03-29 00:45:28 +01:00 |
|
Victor Olaya
|
7a1c6445e8
|
[sextante]Saga algorithms can now have harcoded values in description.
Modified SAGA descriptions accordingly and fixed Layer importer to avoid duplicated extensions
|
2013-03-29 00:45:28 +01:00 |
|
Victor Olaya
|
ea6573a75f
|
[sextante] Tests stuff. Added new test models and scripts, geojson testdata and extra tests
|
2013-03-29 00:45:27 +01:00 |
|
Victor Olaya
|
1f812af6e8
|
[sextante] added "delete R script" action
|
2013-03-29 00:45:26 +01:00 |
|
Werner Macho
|
58d076ea96
|
Merge pull request #487 from SrNetoChan/master
New translations and some updates to PT-pt
|
2013-03-28 11:18:58 -07:00 |
|
Alexandre Neto
|
d056d5f59c
|
reverse 'help.css' file to previous commit
|
2013-03-28 18:13:11 +00:00 |
|
Nathan Woodrow
|
93ade1f2c0
|
Merge pull request #480 from nyalldawson/hue_saturation
Add hue and saturation controls for raster layers
|
2013-03-27 22:01:52 -07:00 |
|
Nathan Woodrow
|
1b663bb7ae
|
Get fid of newly added feature in mssql provider
|
2013-03-28 14:40:01 +10:00 |
|
Larry Shaffer
|
22debea861
|
Remove WA_DeleteOnClose attribute from QgsBusyIndicatorDialog
- Add default title
|
2013-03-27 20:37:07 -06:00 |
|
Larry Shaffer
|
25f067c9ff
|
Move busy indicator dialog out of composer and into own gui class
|
2013-03-27 18:17:50 -06:00 |
|
Alexandre Neto
|
5c66877969
|
Some PT-pt translations and corrections
|
2013-03-28 00:08:24 +00:00 |
|
Nathan Woodrow
|
2304350d49
|
Merge pull request #485 from nyalldawson/blend_modes
Blend modes pt 3 - blend modes for labels
|
2013-03-27 16:18:31 -07:00 |
|
Nyall Dawson
|
c9ef27c39b
|
Merge remote-tracking branch 'origin/master' into blend_modes
|
2013-03-28 09:41:26 +11:00 |
|
Alexandre Neto
|
af05b5f30d
|
Merge remote-tracking branch 'upstream/master'
|
2013-03-27 21:44:09 +00:00 |
|
Nyall Dawson
|
8793d388b1
|
[FEATURE] Blend modes for labels and label buffers
|
2013-03-28 08:21:10 +11:00 |
|