Alexander Bruy
69fe922a54
[processing] fix VectorWriter class ( fix #11875 )
2014-12-18 09:18:41 +02:00
Alexander Bruy
e31027c840
[processing] fix column autofill in batch mode ( fix #11876 )
2014-12-18 09:18:40 +02:00
Alexander Bruy
e42e1053e8
[processing] enlarge column width in batch processing GUI ( fix #11879 )
2014-12-18 09:18:40 +02:00
volaya
2363ae56ab
[processing] indentation fix
2014-12-16 15:24:15 +01:00
volaya
901c7642d1
[processing] fixed handling of source strings in ogr algorithms
2014-12-16 14:04:45 +01:00
Giovanni Manghi
8afbe83c74
fix gdal rasterize when using the -ts parameter
2014-12-15 18:20:17 +00:00
Marco Bernasocchi
b6632a81aa
added QgsMessageBar::SUCCESS
2014-12-14 15:57:55 +01:00
Radim Blazek
d84af0d760
populating browser icons in threads moved to QgsDataItem
2014-12-12 12:28:07 +01:00
Nyall Dawson
cee539aae8
Add missing const to equality operator
2014-12-12 06:20:58 +11:00
Alexander Bruy
c8b90186b1
[processing] fix exception raising ( fix #11842 )
2014-12-11 14:36:49 +02:00
Matthias Kuhn
2e972b13ba
Render incremental rendering image at proper location
...
The old behavior was to render it at the currently visibleExtent based on the
map canvas. The job may however have been scheduled for a different extent and
therefore rendered at an improper location.
2014-12-11 12:20:03 +01:00
Alexander Bruy
0d8cb3c1a9
[processing] fix wrong behavior in Join by location alg ( fix #11736 )
2014-12-11 12:43:35 +02:00
Alexander Bruy
50620533e7
[processing] fix rows addition in batch processing interface
2014-12-11 11:45:38 +02:00
Nyall Dawson
bcc29ff5d0
Add methods to QgsDataDefined for reading and writing to XML
2014-12-10 19:53:16 +11:00
Denis Rouzaud
d65a6f73d4
Merge pull request #1624 from 3nids/cadtool_single
...
Advanced digitizing tools (aka CAD tools)
2014-12-09 10:23:42 +01:00
Sandro Santilli
2b1b79dbcb
Expose QgsMapCanvas rotation and centering API to python
2014-12-09 09:57:35 +01:00
Sandro Santilli
b3953b8339
Export QgsMapSettings rotation API to python
2014-12-09 09:53:56 +01:00
Paolo Cavallini
c46a7b632c
Merge pull request #1517 from imincik/dbmanager_icons
...
dbmanager: rotating layer import and export icons to more intuitive sense
2014-12-09 09:05:21 +01:00
Nyall Dawson
7ca723920f
Merge pull request #1721 from nyalldawson/integer_divide
...
[expressions] Make int/int return double results
2014-12-09 18:37:48 +11:00
Juergen E. Fischer
28c344325f
indentation update
2014-12-08 21:30:29 +01:00
alexbruy
4980dba5d8
Merge pull request #1719 from bstroebl/splitLines
...
[processing] [feature] split lines with lines
2014-12-08 11:59:45 +02:00
Bernhard Ströbl
da17656fe0
Log error to ProcessingLog
2014-12-08 09:31:41 +01:00
Alexander Bruy
b774853a4e
remove debug code
2014-12-07 12:59:11 +02:00
Alexander Bruy
fc6ad27db8
[processing] load documentation from online QGIS User Guide
2014-12-07 12:52:30 +02:00
alexbruy
a6fcb3a412
Merge pull request #1720 from neteler/patch-6
...
[processing] Update Grass7Algorithm.py
2014-12-07 12:16:48 +02:00
Nyall Dawson
232aaaca66
[expressions] Make int/int return double results.
...
Also add a new "//" operator to perform integer division.
(fix #5153 )
2014-12-06 16:36:42 +11:00
Nyall Dawson
697ef510b7
Also evaluate expressions entered in QgsSpinBox
...
and flip all composer spin boxes to QgsSpinBox (refs #10544 )
2014-12-05 23:39:50 +11:00
Nyall Dawson
7400106e41
[FEATURE] Evaluate expressions entered in QgsDoubleSpinBox
...
Allows entry of QGIS expressions into the spin box. The expression
is evaluated on enter or loss of focus and then discarded.
(refs #10544 )
2014-12-05 20:39:09 +11:00
Nyall Dawson
8a182b7f34
Clean up QgsMapLayer scale based visibility api
2014-12-05 20:39:09 +11:00
Markus Neteler
c522112534
Update Grass7Algorithm.py
...
GRASS GIS 7 update: dsn -> input|output as per http://trac.osgeo.org/grass/browser/grass/trunk/lib/gis/renamed_options
2014-12-04 21:57:19 +01:00
Bernhard Ströbl
a2c656e6f6
[processing] [feature] split lines with lines
2014-12-04 16:20:43 +01:00
Nyall Dawson
0fa40a657b
Change some spin boxes in symbology to QgsDoubleSpinBox
...
Adds the handy 'clear' buttons to these spin boxes, such as
offsets and rotation.
Also standardises the display of some widgets in symbology.
2014-12-04 21:19:43 +11:00
Denis Rouzaud
1a4b8bb40d
define the special text directly with the clear value
2014-12-04 10:15:05 +01:00
Nyall Dawson
e887d075aa
Correctly set band number for pseudocolor renderer widget
...
Previously the band was always reset to the first band when opening
the raster layer properties.
2014-12-04 16:15:36 +11:00
Nyall Dawson
486d408631
[FEATURE] Port new memory layer plugin to core
2014-12-04 14:57:52 +11:00
Denis Rouzaud
d39a854a2c
advanced digitizing tools
...
this integrates advanced digitizing tools aka CAD tools in QGIS application and basically a port of CADinput plugin
* new class QgsMapToolAdvancedDigitizing shall be subsclassed if adv. digit. tools could be used in a map tool
* QgsAdvancedDigitizingDockWidget handles the interaction with the user and also perform the constraints (filters events)
* QgsAdvancedDigitizingCanvasItem paints construction lines on the canvas
2014-12-03 16:33:59 +01:00
Juergen E. Fischer
f8f7842108
db_manager: fix error message on table vacuum
2014-12-03 16:18:32 +01:00
volaya
e4c9a20205
[processing] show layers in alphabetical order in dropdown menu
2014-12-03 15:55:53 +01:00
Denis Rouzaud
2b37e40b17
allow defining custom clear value for Qgs(Double)SpinBox
2014-12-03 15:14:03 +01:00
Martin Dobias
b278ea1a93
API: Added support for bulk loading of spatial index
...
This is much faster way of initializing a spatial index. From python it is as simple as
>>> index = QgsSpatialIndex( layer.getFeatures() )
From a simple test with 50K points in a memory layer:
- bulk loading ~ 100 ms
- inserting features ~ 600 ms
The index tree should be in theory also better constructed and may result in faster lookups.
2014-12-03 10:59:28 +07:00
Salvatore Larosa
2eb0ca343c
[codeeditor] set case insensitive for SQL Lexer: followup #1686
2014-12-02 10:18:08 +01:00
Werner Macho
cb32d31c3a
fix typo in processing description
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-11-30 23:28:49 +01:00
Alexander Bruy
b2ba8e9c85
[processing] fix GRASS output parser ( fix #10660 )
2014-11-30 12:50:36 +02:00
Alexander Bruy
72fe56cfe4
[processing] fix Convex hull algorithm ( fix #11725 )
2014-11-30 12:50:35 +02:00
Matthias Kuhn
a92d1a6e31
QgsExpression: some const fixes
2014-11-30 10:34:19 +01:00
Juergen E. Fischer
e48a6f642f
indentation update [ci skip]
2014-11-30 10:26:39 +01:00
Juergen E. Fischer
98c0771b1a
update scripts/fix_allows_to.sh and run it
2014-11-30 01:42:27 +01:00
Nathan Woodrow
391d105ce0
[Expression] Don't unregister function if not registering
2014-11-30 00:40:22 +10:00
Nathan Woodrow
7942325fd7
Remove qgsfunction from qgis.utils.
...
Import from qgis.core so we don't break API
2014-11-29 23:36:18 +10:00
Nathan Woodrow
e14b7e4868
Reform qgis.uitls file
2014-11-29 23:18:18 +10:00