Skip to content

Commit 4e0ae1b

Browse files
m-kuhnjef-n
authored andcommitted
Add a select by expression dialog.
Allow to change the current selection based on a QgsExpression * Select (clear and select) * Add to selection * Remove from selection * Select within selection (Intersect)
1 parent c3caab9 commit 4e0ae1b

14 files changed

+6137
-17
lines changed

images/images.qrc

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,6 @@
186186
<file>themes/default/mActionZoomOut.png</file>
187187
<file>themes/default/mActionZoomToLayer.png</file>
188188
<file>themes/default/mActionZoomToSelected.png</file>
189-
<file>themes/default/mActionIncreaseBrightness.svg</file>
190-
<file>themes/default/mActionDecreaseBrightness.svg</file>
191-
<file>themes/default/mActionIncreaseContrast.svg</file>
192-
<file>themes/default/mActionDecreaseContrast.svg</file>
193189
<file>themes/default/mIconClose.png</file>
194190
<file>themes/default/mIconCollapse.png</file>
195191
<file>themes/default/mIconConnect.png</file>
@@ -279,13 +275,11 @@
279275
<file>themes/default/symbologyUp.png</file>
280276
<file>themes/default/tracking.png</file>
281277
<file>themes/default/transformed.png</file>
282-
<file>themes/default/transp-background_8x8.png</file>
283278
<file>themes/default/user.png</file>
284279
<file>themes/default/mActionAddHtml.png</file>
285280
<file>themes/gis/mActionAddArrow.png</file>
286281
<file>themes/gis/mActionAddBasicShape.png</file>
287282
<file>themes/gis/mActionAddGPSLayer.png</file>
288-
<file>themes/gis/mActionAddHtml.png</file>
289283
<file>themes/gis/mActionAddImage.png</file>
290284
<file>themes/gis/mActionAddPart.png</file>
291285
<file>themes/gis/mActionAddLayer.png</file>
@@ -323,7 +317,6 @@
323317
<file>themes/gis/mActionDeleteVertex.png</file>
324318
<file>themes/gis/mActionDeselectAll.png</file>
325319
<file>themes/gis/mActionDraw.png</file>
326-
<file>themes/gis/mActionDuplicateComposer.png</file>
327320
<file>themes/gis/mActionEditCopy.png</file>
328321
<file>themes/gis/mActionEditCut.png</file>
329322
<file>themes/gis/mActionEditPaste.png</file>
@@ -360,7 +353,6 @@
360353
<file>themes/gis/mActionNewComposer.png</file>
361354
<file>themes/gis/mActionNewVectorLayer.png</file>
362355
<file>themes/gis/mActionNodeTool.png</file>
363-
<file>themes/gis/mActionOffsetCurve.png</file>
364356
<file>themes/gis/mActionOpenTable.png</file>
365357
<file>themes/gis/mActionPan.png</file>
366358
<file>themes/gis/mActionPanToSelected.png</file>
@@ -373,7 +365,6 @@
373365
<file>themes/gis/mActionReshape.png</file>
374366
<file>themes/gis/mActionRollbackAllEdits.svg</file>
375367
<file>themes/gis/mActionRollbackEdits.svg</file>
376-
<file>themes/gis/mActionRotateFeature.png</file>
377368
<file>themes/gis/mActionRotateLabel.png</file>
378369
<file>themes/gis/mActionRotateLabel.svg</file>
379370
<file>themes/gis/mActionSaveAsPDF.png</file>
@@ -411,10 +402,6 @@
411402
<file>themes/gis/mActionZoomOut.png</file>
412403
<file>themes/gis/mActionZoomToLayer.png</file>
413404
<file>themes/gis/mActionZoomToSelected.png</file>
414-
<file>themes/gis/mActionIncreaseBrightness.svg</file>
415-
<file>themes/gis/mActionDecreaseBrightness.svg</file>
416-
<file>themes/gis/mActionIncreaseContrast.svg</file>
417-
<file>themes/gis/mActionDecreaseContrast.svg</file>
418405
<file>themes/gis/mIconClose.png</file>
419406
<file>themes/gis/mIconEditable.png</file>
420407
<file>themes/gis/mIconEditableEdits.png</file>
@@ -426,8 +413,7 @@
426413
<file>themes/gis/plugins/copyright_label.png</file>
427414
<file>themes/gis/plugins/delimited_text.png</file>
428415
<file>themes/gis/plugins/dxf2shp_converter.png</file>
429-
<file>themes/gis/plugins/gps_importer/create_gpx.png</file>
430-
<file>themes/gis/plugins/gps_importer/import_gpx.png</file>
416+
<file>themes/gis/plugins/gps_importer.png</file>
431417
<file>themes/gis/plugins/interpolation.png</file>
432418
<file>themes/gis/plugins/mapserver_export.png</file>
433419
<file>themes/gis/plugins/mGeorefRun.png</file>
@@ -535,8 +521,12 @@
535521
<file>flags/sr_Latn.png</file>
536522
<file>flags/sw.png</file>
537523
<file>flags/eu_ES.png</file>
538-
<file>flags/ml_IN.png</file>
539-
<file>flags/km.png</file>
524+
<file>themes/gis/mIconExpressionFilter.svg</file>
525+
<file>themes/gis/mIconExpressionPreview.svg</file>
526+
<file>themes/gis/mIconExpressionSelect.svg</file>
527+
<file>themes/gis/mIconSelectAdd.svg</file>
528+
<file>themes/gis/mIconSelectIntersect.svg</file>
529+
<file>themes/gis/mIconSelectRemove.svg</file>
540530
</qresource>
541531
<qresource prefix="/images/tips">
542532
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>

0 commit comments

Comments
 (0)