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
root676
5559e37598
add algorithm icons
2021-01-14 13:04:16 +10:00
root676
a7c92cd4f8
rework Cell Statistics alg structure and introduce cell stack percentile, percentrank from raster and percentrank from value algorithms
2021-01-14 13:04:16 +10:00
Alex
df526567c3
feature scaler base
...
(cherry picked from commit a64650933ccc112812625fda48c63a93a70a5b83)
2021-01-12 15:40:54 +10:00
Maxim Rylov
61fbdcf5ff
Merge branch 'master' into hana-provider
2020-12-28 16:08:26 +01:00
Nyall Dawson
f83a157356
Minify svgs, remove excessive padding on qgis logo, and fix default param values
2020-12-14 12:00:16 +10:00
Tim Sutton
afa57a9649
incorporate tweaks from Andreas into logos
2020-12-14 09:03:10 +10:00
Tim Sutton
445b7ddc7f
Parameterization fixes for log svgs
2020-12-14 09:03:10 +10:00
Tim Sutton
51346aa8c4
Added OSGEO logo, QGIS full logo and other variants of QGIS Q logo. Renamed logos folder from QGIS to logos.
2020-12-14 09:03:10 +10:00
Tim Sutton
48aea37e2a
fix monochrome image so it looks good by default.
2020-12-14 09:03:10 +10:00
Tim Sutton
5e4decb1d2
Add QGIS logo and made with QGIS logos from Klas Karlson to QGIS install. It's a shame not to have these right there out of the box in a way that every user can find them easily.
2020-12-14 09:03:10 +10:00
Maksim Rylov
10a50d8d0f
Initial implementation of HANA provider
2020-12-07 14:53:40 +01:00
Andrea Giudiceandrea
a5bd9cb17d
Fix Sardinian flag missing in images.qrc
2020-11-17 06:53:46 +10:00
Denis Rouzaud
eddf6feb45
modernize CMakeLists.txt files
2020-11-12 07:14:46 +10:00
signedav
f360838fbd
Merge pull request #39527 from signedav/offlineindicator
...
Indicator for offline layers
2020-11-11 16:16:21 +01:00
signedav
ef0bd560fe
simplified svg icon
2020-11-11 13:38:56 +01:00
ValPinna
c85bb5a0e3
Adding svg Sardinian Flag
2020-11-10 20:16:52 +01:00
signedav
577bc35463
use unplugged icon to indicate offline layers
2020-11-06 17:34:45 +01:00
Peter Petrik
706d579117
remove icons
2020-11-04 21:56:09 +01:00
Peter Petrik
3dec432cb6
[pointclouds] add basic structure for PDAL layer
2020-11-04 21:56:09 +01:00
Peter Petrik
9c27d4ae91
bunch of other file skeletons
2020-10-27 05:29:14 +10:00
Peter Petrik
de6f4d6ad8
hook point cloud layer type to the rest of the code
2020-10-27 05:29:14 +10:00
signedav
cdff8ba5d0
indicator of offline layers in the layertree according to the customProperty isOfflineEditable
2020-10-20 09:13:48 +02:00