1108 Commits

Author SHA1 Message Date
Joonalai
e0a3a21123 [layouts] use missing_image.png for raster format
(fixes #45481 and #45477)
2021-10-18 08:30:48 +10:00
PeterPetrik
0aaecf30bd minify svgs 2021-09-30 09:33:24 +02:00
PeterPetrik
762373063a add icons for rich editor to default theme 2021-09-30 09:18:29 +02:00
Vincent Cloarec
176ab29658
Make mesh edit tools more consistent with vector layers tools (#45040)
[mesh] UX fixes:
* move mesh elements click->move->click instead press-> drag->release
* allow to select by drawing a polygon and select an existing polygon in the same map tool like for vector layer)
2021-09-14 07:52:25 +02:00
nirvn
a300d3b13c Further tweaks to new text on point annotation icon 2021-09-13 04:18:55 +07:00
nirvn
b6d6707512 [ui] Relocate 'traditional' annotation toolbar actions into the new annotations toolbar 2021-09-13 04:18:55 +07:00
Vincent Cloarec
4e0d0f6692
Select by existing geometries (#45006)
[mesh] [feature] mesh select  element by existing selected polygon
2021-09-10 08:00:55 +02:00
Vincent Cloarec
be3a9e7564
reindex/renumbering mesh layer (#44969)
[mesh] [feature] reindex/renumbering mesh layer

Co-authored-by: PeterPetrik <zilolv@gmail.com>
2021-09-09 12:18:31 +02:00
Vincent Cloarec
46013949fb
Force mesh by polylines (#44962)
[mesh] [feature] allow modify mesh frame elevation by force/break lines
2021-09-09 10:26:32 +02:00
Vincent Cloarec
c917e02aca
transform only one vertex (#44981)
[mesh] [feature] change coordinates of a single vertex
2021-09-09 08:33:02 +02:00
Vincent Cloarec
45e07dd72f
Select mesh elements by expression UI (#44835)
[mesh] [feature] Select mesh elements by expression
2021-09-09 08:29:45 +02:00
Nyall Dawson
ca729cc359 [feature] Add a new "Annotations" toolbar, currently containing
a single action for creating a new annotation layer in a project
2021-09-07 18:44:57 +10:00
Nyall Dawson
0896d5910b Add an icon for annotation layers 2021-09-06 14:50:58 +10:00
Vincent Cloarec
9ce295ebbd
Mesh transform by expression (#44873)
[feature] [mesh] allows the user to make geom transformation of mesh frame by changing the vertices coordinates by expression. Each coordinates (X,Y,Z) of selected vertices can be calculated with an expression allowing transformation of the mesh while the mesh is still valid.

Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2021-09-03 08:48:41 +02:00
Vincent Cloarec
781f484908
Mesh editing: Select mesh element by polygon (#44739)
[feature] [mesh] Select mesh elements by polygon

Default behavior: all touched (partially included element) will be selected (green rubber band) (default)
Alt Modifier: only totally included elements will be selected (blue rubber band) (alt + drag)
2021-08-18 10:53:46 +02:00
Nyall Dawson
c7924b0fb1 Move GPS tools "add gpx layer" functionality to Data Source Manager
Moves the functionality from the GPS tools plugin to add GPX layers
to a new "Add GPS Data" page in the data source manager.

(no functional changes!)
2021-08-01 07:47:42 +10:00
Nyall Dawson
ff13047d18 Move GPS icon to standard icons folder 2021-07-30 16:07:36 +10:00
Nyall Dawson
d0f3c26d12 Move new gpx icon to standard location 2021-07-30 14:18:56 +10:00
Nyall Dawson
2fbcf30a4d Add a proper icon for geometry collections 2021-07-22 21:00:30 +10:00
nirvn
2ac66726cb Add icon for curved callouts
(thanks to @DelazJ for the original commit)
2021-07-19 10:34:46 +07:00
Vincent Cloarec
c09443a056
[mesh] mesh frame editing part 3 - Edit mesh map tool (#44037)
[mesh] [feature] add mesh map tool to CRUD/digitize actions for mesh frame (vertices, faces)
2021-07-14 08:00:55 +02:00
Vincent Cloarec
494735a482
create new mesh layer (#43873)
[mesh] [feature] adds a option to create blank/scratch mesh frame (vertices/faces)
2021-07-13 07:37:46 +02:00
Nyall Dawson
d83a7698e2 [feature] Add a "measure bearing" map tool
This tool behaves similarly to the existing "measure angle" map tool,
but requires the user only to click two points on the map and displays
the bearing between these points.
2021-06-19 06:21:27 +10:00
Denis Rouzaud
b1ae357fe8 add small border to QGIS block 2021-06-15 20:43:56 +02:00
Denis Rouzaud
e8efe81642
dev splash with avatars of most active committers (#43702) 2021-06-15 13:02:37 +00:00
Harrissou Sant-anna
4ad57ca6da Add icon for edited features in attribute table 2021-06-01 03:06:22 +02:00
Nyall Dawson
f1b436add8 QIcon linked files are lazily evaluated, so we can't use a temporary
file which is immediately deleted right after the QIcon creation
to store SVG icon content -- instead we need to place the svg in a
temporary folder which exists for the lifetime of the QGIS session
2021-05-17 10:54:44 +10:00
Nyall Dawson
cd6aa7f665 Add parameterized color support to QgsApplication::getThemeIcon
Adds framework to allow for icons which can have dynamic coloring
2021-05-17 10:54:44 +10:00
Nyall Dawson
eb5fd484ff [feature] Add optional (not on by default) layer tree warning icon
for layers with CRS inaccuracies

If the new "Show CRS accuracy warnings for layers in project legend"
is checked by a user, then any layers with a CRS with accuracy
issues (i.e. a dynamic crs with no coordinate epoch available,
or a crs based on a datum ensemble with accuracy exceeding the
user-set limit) will have a new warning icon reflecting that
the layer is a low-accuracy layer.

This is entirely opt-in, and designed for use in engineering/BIM/...
industries where inaccuracies of meter/submeter level are very
dangerous.
2021-05-14 07:24:53 +10:00
Nyall Dawson
ceff950960 [feature] Allow users to create notes for map layers
These notes are saved per layer, per project, and can be used as
place to store important messages for users of the project like
to do lists, etc.

Notes can be created via the "Add Layer Notes" action in the
layer right click menu. Any layers with notes will show a little
notepad indicator icon to alert users as to the notes. Clicking
the indicator will edit the note.

Sponsored by Alta Ehf
2021-04-22 14:40:43 +10:00
Nyall Dawson
9ffdf573ad Icon for edit as html 2021-04-22 13:45:19 +10:00
nirvn
b6de378090 [ui] Slightly improve the about dialog 2021-04-05 03:42:19 -07:00
uclaros
ea7122b523 Updated icon 2021-03-16 06:08:43 +10:00
uclaros
5dbcb0060c Added button to select attributes from largest geometry when merging features 2021-03-16 06:08:43 +10:00
Nyall Dawson
594125af5f Proper icon for streaming digitize mode 2021-03-11 20:02:44 +10:00
Raymond Nijssen
ee84ed63ec open attribute table filter options in toolbar 2021-03-09 08:50:16 +10:00
Houska1
f45af08de1 Update sources.txt 2021-03-09 08:49:40 +10:00
Ben Hur
d5205c2db1 Add QGIS logo image
Add QGIS logo image in case we want to put it on the README
2021-03-09 08:49:40 +10:00
Houska1
069f418d85 Add new images referenced
Add Ben Hur's image files now referenced, from https://raw.githubusercontent.com/benhur07b/QGIS/README-md-update/images/README-md (e1508024a2)
2021-03-09 08:49:40 +10:00
Houska1
1a084c0c0c Update sources.txt
Keep track where images came from
2021-03-09 08:49:40 +10:00
Houska1
61cb4ba1ab Add files via upload
Edited images upload
2021-03-09 08:49:40 +10:00
Houska1
e043ab5403 Create sources.txt
Stub
2021-03-09 08:49:40 +10:00
Guillaume Rischard
ec3fbaab9a Create macOS qgz icon 2021-03-06 08:17:27 +10:00
Nyall Dawson
b8baabf3f4 [FEATURE] Add new snapping option for "Line Endpoints"
When enabled, this snapping mode snaps to the beginning or end
vertex of lines only. When snapping to a polygon layer, only
the first vertex in rings will be snapped to.

Refs Natural resources Canada Contract: 3000720707
2021-03-04 12:20:39 +10:00
SrNetoChan
cf9b22c632 Improve icons based on reviews 2021-02-12 10:55:04 +00:00
SrNetoChan
12ecfad3cc New icons 2021-02-11 04:02:47 +00:00
nirvn
53f0e2a6a8 Improved elevation/scale style dock icon 2021-02-07 13:47:14 +07:00
nirvn
fd56251a3a Create proper point cloud layer icons 2021-02-07 12:39:17 +07:00
Stefan Uhrig
bf0099cc2d Update SAP HANA icons 2021-01-19 18:43:41 +01:00
Juergen E. Fischer
6b834f405d remove trailing whitespaces from CMakeLists.txt 2021-01-14 10:11:52 +01:00