456 Commits

Author SHA1 Message Date
Nyall Dawson
14db13780c Resurrect dedicated action to create virtual layers in main window
This was removed when the data source manager was created, but
new virtual layers are a "creation" action, so it belongs alongside
the other "Create" actions like new shapefile, new gpkg, etc

It "feels" more natural then using the open data source dialog
to create a new virtual layer
2019-02-06 17:59:19 +11:00
Juergen E. Fischer
a6f261826a translation updates 2019-01-16 14:24:04 +01:00
Peter Petrik
a149e83277 use SVG icon for show mesh calculator 2019-01-14 12:32:36 +01:00
Peter Petrik
cd9a84e11c [feature] [mesh] Mesh Calculator
Similarly to raster calculator, mesh calculator can take dataset groups from current mesh layer and
combine them with various aritmentic/logical operators to new dataset group.
2019-01-14 12:32:36 +01:00
Nyall Dawson
56b363ea39 Add icons for data defined colors 2019-01-11 22:34:34 +10:00
nirvn
1b98247414 Create icons for layout map item toolbar actions 2018-12-18 10:31:24 +10:00
Nyall Dawson
0295d9ca3f Add icon field boolean field type 2018-12-18 04:37:57 +10:00
Alessandro Pasotti
ff99f1b825 [feature] Add a toggle action to vector layer legend items 2018-12-05 12:34:43 +01:00
Denis Rouzaud
d1d3a51efb
Merge pull request #8429 from lbartoletti/extendMapTool
[needs-docs][FEATURE] Trim/extend
2018-11-21 06:36:08 +01:00
Denis Rouzaud
b089b57681
Merge pull request #8480 from lbartoletti/rectangle3PointsProjected
[FEATURE][needs-docs]Add map tool: rectangle 3 points (projected)
2018-11-19 15:21:46 +01:00
lbartoletti
c292e69e49
Merge branch 'master' into extendMapTool 2018-11-15 11:37:26 +01:00
nirvn
767e9a5103 Add missing north arrow decoration icon & improve grid icon 2018-11-15 12:42:40 +07:00
nirvn
8027c90641 Dedicated title decoration icon 2018-11-15 10:44:42 +07:00
nirvn
bba29e4486 [FEATURE] Top/bottom centering placement for decoration items
The centered placement is implemented for:
- Title decoration
- Copyright decoration
2018-11-15 10:44:42 +07:00
Nyall Dawson
3eabce527c Add some icons for browser directory actions 2018-11-15 08:55:11 +10:00
lbartoletti
d40f884dfd Add map tool rectangle 3 points where 3rd point is projected on segment p1-p2 2018-11-14 00:19:57 +01:00
lbartoletti
be2ac88643
Merge branch 'master' into extendMapTool 2018-11-13 09:04:56 +01:00
lbartoletti
abcf2aa4cf init trim/extend feature 2018-11-13 09:03:26 +01:00
Nyall Dawson
de497a3b51 Icon for binary fields 2018-11-13 07:14:19 +10:00
Nyall Dawson
06c3d7c5b6 Nice icons for ring combo box 2018-11-09 19:06:48 +10:00
Matthias Kuhn
04edcb7552
Merge pull request #8305 from signedav/action-icon
Different mAction icon, when action activated
2018-10-26 09:38:06 +02:00
signedav
583c426e11 Use of default action icon
If an action is set, but this action has no icon.
So we can make a difference between unset and set action
it's the action-icon in yellow instead of blue
2018-10-24 12:51:06 +02:00
Alessandro Pasotti
fc53e64ef5 Bad layers indicator 2018-10-21 08:54:54 +02:00
stra2da
4caec08de5 Update images.qrc 2018-10-08 17:33:07 +07:00
nirvn
359986d885 [ui] remove use of system icons in svg selector widget 2018-10-03 14:03:40 +07:00
nirvn
94aa8d0360 [ui] remove use of system icons in browser directory properties 2018-10-03 14:03:40 +07:00
nirvn
ad95820541 bring some colors back 2018-10-02 19:00:32 +07:00
nirvn
6489081259 [browser] favorite and home folder icon improvements 2018-10-02 19:00:32 +07:00
nirvn
5e1348bbdc address comment, update (and vectorize) zip icon 2018-10-02 14:34:02 +07:00
Nyall Dawson
5508ea036e Use a custom folder icon instead of O/S folder icon
...because using O/S folder icon can causes crashes.

Fixes #18260
2018-10-01 16:19:56 +10:00
nirvn
b85db09b4f [ui] add icon view icon for the symbol list widget 2018-09-27 14:26:34 +07:00
nirvn
7b1bd3da6e [ui] add a dedicated icon for style manager & align toolbar icons 2018-09-21 11:41:32 +07:00
nirvn
5ec3d5d990 [processing] improve in-place feature editing icon & toolbar position 2018-09-20 11:55:46 +07:00
Borys Jurgiel
b5024c32c2
Merge pull request #7908 from borysiasty/nicer_plugin_links
[Plugin manager][needs-docs] More unified links to the installed and available version.
2018-09-18 10:13:25 +02:00
Matthias Kuhn
195539d7d3
Merge pull request #7913 from m-kuhn/filenmode
Fix file mode
2018-09-16 15:21:47 +02:00
Matthias Kuhn
e306aaaaef
Fix file mode 2018-09-16 14:18:39 +02:00
Borys Jurgiel
3dc0c5670e [Plugin manager][needs-docs] Better looking links to the installed and available version. Remove no longer used code. 2018-09-14 18:39:28 +02:00
Luigi Pirelli
8b07b4ed9e
Merge pull request #7626 from rudivs/kneighbour
[feature] Adapted k-neighbour concave hull plugin as QGIS 3 algorithm
2018-09-14 15:32:46 +02:00
Rudi von Staden
5076fb6313 Update icon to fit QGIS theme, rename and apply to ConcaveHull also
- Based colours and sizes on mAlgorithmDelaunay.svg
- Renamed from mAlgorithmKNearestConcaveHull.svg to mAlgorithmConcaveHull.svg to be more general
- Applied to ConcaveHull.py also to indicate similarity between algorithms
2018-09-14 08:35:43 +02:00
Rudi von Staden
1046a7a4b6 Fix k-nearest neighbour algorithm icon not showing 2018-09-13 21:33:23 +02:00
Borys Jurgiel
8394981b98 [Plugin manager] [need-docs] [FEATURE?] Add links to the plugin details page to open the local directory of installed plugin and the download page/link of the available version (do not confuse with plugin homepage). 2018-09-13 20:30:16 +02:00
Martin Dobias
318946a08a Use outline only indicator icon 2018-09-11 15:48:46 +02:00
Peter Petrik
d17912c8f7 use mesh layer icon in browser panel 2018-09-11 06:00:41 +10:00
nirvn
a84df1c452 [ui] layout icon for 3D map item 2018-09-06 13:12:15 +07:00
nirvn
90624f0d37 [ui] icon for add 3D map view action 2018-09-06 13:12:15 +07:00
Nyall Dawson
e10d16e1da
Merge pull request #7659 from lbartoletti/reverseLine
[needs-docs][FEATURE] Add reverse line maptools AKA swap direction
2018-09-05 08:59:49 +10:00
Peter Petrik
f0ede773c2 [mesh] [feature] allow to choose different vector and scalar dataset 2018-09-03 19:41:07 +10:00
lbartoletti
87fb27fddb
Merge branch 'master' into reverseLine 2018-08-27 06:30:16 +02:00
Martin Dobias
d4a3f68eb1 Initial support for 3D map item in print layouts GUI
The GUI logic is not working yet, just getting the new files ready.

Many thanks to @nirvn for the icon!
2018-08-21 16:16:05 +02:00
Loïc Bartoletti
81974f9670 Add reverse line maptools 2018-08-20 14:59:44 +02:00