20529 Commits

Author SHA1 Message Date
Matthias Kuhn
fb32966932 Move addFeature, startEditing and stopEditing vector layer actions
to an abstract base class QgsVectorLayerTools in the gui library,
so these can be reimplemented for a custom app, but can also be used
from plugins or in the gui library.
2013-10-07 16:17:42 +02:00
Matthias Kuhn
331f71acba [attrtable] Selection model and request filter
* With a selection model, the way the attribute table handles selections
  can be customized. E.g. synchronized to layer selection or used to pick
  features.
* With request filters, the visible features on an attribute table can be
  limited. This will effectively reduce the subset of features the attribute
  table works on. Additional filters by means of a proxy model can of course
  further reduce the visible subset subsequently.
2013-10-07 16:17:42 +02:00
Matthias Kuhn
5e3083150f QgsFeatureRequest::NoGeometry is optional for non-geometry-layers 2013-10-07 16:17:42 +02:00
Juergen E. Fischer
3d2814f771 osgeo4w: move o4w_env.bat call to top (starts with clean path now) 2013-10-07 01:11:34 +02:00
Juergen E. Fischer
feefffd6c4 fix warnings 2013-10-07 01:07:21 +02:00
Werner Macho
6b99d0df0a translation update: lt by tomass 2013-10-06 16:31:49 +02:00
Victor Olaya
cd69462476 [processing] fixed #8770 (error in batch processign interface) 2013-10-06 13:47:23 +02:00
Victor Olaya
1b04c51825 [processing] fixed commandline names in gdal algorithms 2013-10-06 13:39:20 +02:00
Victor Olaya
acbd165539 [processing] some refactoring. Removed old-style signals connection 2013-10-06 13:35:57 +02:00
Victor Olaya
17f3f79fc6 made algorithms that require open layers (not just file paths) not to appear in modeler ant batch processign interface 2013-10-06 13:30:42 +02:00
volaya
1e41b81cb8 Merge pull request #921 from gioman/master
add the -r parameter to r.external (used now to create grass inputs for ...
2013-10-06 03:39:31 -07:00
Giovanni Manghi
442b236ac9 Export 3d vectors as such 2013-10-06 11:00:07 +01:00
Giovanni Manghi
9ae931c22e New take on v.surf.bspline in processing toolbox, Fixes #5943 2013-10-06 10:39:47 +01:00
Giovanni Manghi
42b8a96eed add the -r parameter to r.external (used now to create grass inputs for processing, replacing r.in.gdal) and so fixes grass modules like r.reclass.area and probably many others 2013-10-05 21:58:08 +01:00
Chris Crook
4072e39227 Merge pull request #917 from matthias-kuhn/csv_test_fix
Fix CSV test to support python NULL value
2013-10-04 11:45:35 -07:00
Matthias Kuhn
6d5cf6fd98 More cont'ness for QgsDistanceArea 2013-10-04 14:48:41 +02:00
nyalldawson
dae9b5d984 [FEATURE] Holding ctrl while dragging a composer selection temporarily turns off snapping 2013-10-04 18:14:04 +10:00
Hugo Mercier
bf076a0c1f Emit a signal when layer symbology changes 2013-10-04 09:59:18 +02:00
Matthias Kuhn
8d0d7df22b Remove outdated SIP version requirements from INSTALL 2013-10-04 09:49:28 +02:00
Marco Hugentobler
c71d87769e Fix renderer items in legend (#8651) 2013-10-04 08:07:24 +02:00
nyalldawson
b9bbe650dc Fix selection handles showing incorrectly on new compositions 2013-10-04 05:50:02 +10:00
Juergen E. Fischer
4ea85fe50a postgres provider: fix limit on geometry type detection with estimated meta data enabled 2013-10-03 18:19:22 +02:00
Juergen E. Fischer
9b1f0a346e fix typo 2013-10-03 16:33:41 +02:00
Juergen E. Fischer
c797895ca7 osgeo4w: move system directories to end of PATH (fixes #8629) 2013-10-03 16:33:35 +02:00
nyalldawson
22e11bae94 [FEATURE] Pressing shift while moving composer items constrains movement to horizontal/vertical axis 2013-10-03 21:19:17 +10:00
nyalldawson
9eddf69379 [FEATURE] Shift-resizing composer items maintains their aspect ratio, ctrl-resizing resizes from item center 2013-10-03 21:19:17 +10:00
Salvatore Larosa
579226df08 [pyqgis-console] added API file for 2.0 version 2013-10-03 11:09:19 +02:00
Salvatore Larosa
fcf8102d46 [pyqgis-console] autocompletion file update 2013-10-03 11:09:19 +02:00
Salvatore Larosa
9de5745520 [pyqgis-console] Sets minimum height for input area based of font metric 2013-10-03 11:09:18 +02:00
nyalldawson
50542b91fa Fix position lock not preventing moving or resizing composer items 2013-10-03 19:06:09 +10:00
Alexander Bruy
b8a7a2ad86 [processing] add QtDesigner .ui file for Number input dialog 2013-10-03 10:55:16 +03:00
Alexander Bruy
60bf80c3f3 [processing] use QtDesigner .ui for Autofill dialog 2013-10-02 20:51:09 +03:00
Alexander Bruy
a763e28ea5 [processing] use QtDesigner .ui for Multiple selection dialog 2013-10-02 20:51:09 +03:00
Radim Blazek
96eae1f9b2 Requirements SIP >= 4.12, PyQt >= 4.8.3
SIP >= 4.12 for keyword_arguments Module argument
 PyQt >= 4.8.3 for QSettings with type argument
2013-10-02 16:57:01 +02:00
Alexander Bruy
7cb0be0806 [processing] use QtDesigner ui file for Edit rendering styles dialog 2013-10-02 17:05:34 +03:00
Alexander Bruy
498a5d9ab8 [processing] code formatting, make sources more pep8 compliant 2013-10-02 16:24:10 +03:00
Matthias Kuhn
934e4855ec Fix CSV test to support python NULL value 2013-10-02 14:52:20 +02:00
Werner Macho
52746c8a4f added hindi language to GUI on request 2013-10-02 11:26:59 +02:00
Nyall Dawson
24d110606c [FEATURE] Allow multi item drag and resize in composer (fix #7918)
[FEATURE] Always draw selection handles on top of composition, add dashed border for selected items (fix #7793)
Move responsibility for drawing selection mouse handles and mouse interaction with selection to new class
2013-10-02 09:09:16 +02:00
pcav
7bc72d4f6d Merge branch 'master' of github.com:qgis/QGIS 2013-10-01 15:59:14 +02:00
pcav
dd914b81e2 Improvements to IT GUI translation 2013-10-01 15:58:56 +02:00
Radim Blazek
96bd7e7f2e give correct layer to QgsHighlight in QgsIdentifyResultsDialog, fixes #8724 2013-10-01 10:58:02 +02:00
Alexander Bruy
968c3219c2 [processing] add gdal2xyz tool (fix #8723) 2013-09-30 16:18:27 +03:00
Alexander Bruy
9a341acd13 [processing] handle non-ASCII characters in layer name when exporting (fix #8673) 2013-09-30 16:18:17 +03:00
volaya
c70a0d23ab Merge pull request #915 from gioman/master
Makes SAGA supervised classification work also with SAGA 2.0.8, fixes #8715. Add schema selection to GUI of "Import into PostGIS" tool (fixes #8513). Fixes export of GRASS vectors (fix #8515)
2013-09-30 04:49:05 -07:00
Juergen E. Fischer
814ae4c781 fix data retrieval in attribute table from geometryless spatialite tables 2013-09-30 13:34:34 +02:00
Giovanni Manghi
7004a05934 Update GrassAlgorithm.py 2013-09-29 23:11:57 +01:00
Giovanni Manghi
52677578e9 Update ImportIntoPostGIS.py 2013-09-29 21:09:33 +01:00
Giovanni Manghi
7670081f5f Update supervisedclassification.py 2013-09-29 20:35:49 +01:00
Giovanni Manghi
3226b4b503 Update supervisedclassification.py 2013-09-29 19:38:49 +01:00