Feature request #2660
Easier way to open the query builder
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | Data Provider | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 12720 |
Description
Once the layer is opened to add a query you need to do:
1. right click on the layer
2. layer properties
3. General
4. Query builder
It might be a better solution to do so:
1. right click on the layer
2. query builder
Associated revisions
[FEATURE]
- save edits button added (implements #2579)
- subset option to layer menu (implements #2660)
- show selected feature count in status bar (implements #2708)
- temporary workaround for #2714
- refactored redundant code from legend to qgisapp:
attribute table, save as, layer removal, layer properties
- some more cleanups
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13501 c8812cc2-4d05-0410-92ff-de0c093fc19c
[FEATURE]
- save edits button added (implements #2579)
- subset option to layer menu (implements #2660)
- show selected feature count in status bar (implements #2708)
- temporary workaround for #2714
- refactored redundant code from legend to qgisapp:
attribute table, save as, layer removal, layer properties
- some more cleanups
git-svn-id: http://svn.osgeo.org/qgis/trunk@13501 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by cgsbob - over 14 years ago
Sounds like a good idea. I would also like to see the query builder accessible by doing this: 1. turn on identify 2. right click on feature 3. query builder.
In identify mode the left and right click does the same thing, so other vector operations can be easily added.
#2 Updated by Jürgen Fischer over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
implemented in 9dd9f364 (SVN r13502).