Nyall Dawson
709b47e11c
Followup b81933e fix other symbols with paths out of viewport
2015-11-15 14:45:34 +11:00
Richard Duivenvoorde
b741986041
new splash for dev (Las Palmas Hackfest)
2015-11-11 23:23:14 +01:00
Werner Macho
fd485010a5
translation update for consolidation
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-11-05 20:27:18 +00:00
Werner Macho
bc042a5e65
cleanup after consolidating chinese
2015-11-05 20:26:53 +00:00
nirvn
f3a45cd400
improve and vectorize several edit toolbar icons
2015-10-16 09:32:29 +07:00
Nyall Dawson
06c2190e3d
Remove default outline-width param from included SVGs if
...
default value is non 0
using the monstrosity:
zerowidth='!0 '; grep -R -rl -P "\"param\(outline-width\) (?${zerowidth})(.*?)\"" | xargs sed -i -b 's/\(param(outline-width)\)[^"]*"/\1\"/g'
(fix #10908 )
2015-10-12 07:49:41 +11:00
Nyall Dawson
be6faef0fc
Remove default outline param from included SVG files if default is #000
...
using:
grep -R -rl \"param\(outline\)[[:space:]]*#000\" | xargs sed -i -b 's/\(param(outline)\)\s*#000"/\1\"/g'
(refs #10908 )
2015-10-12 07:49:41 +11:00
Nyall Dawson
66e6f399c4
Remove default fill param from included SVG files if default is #FFF
...
using:
grep -R -rl \"param\(fill\)[[:space:]]*#FFF\" | xargs sed -i -b 's/\(param(fill)\)\s*#FFF"/\1\"/g'
(refs #10908 )
2015-10-12 07:49:41 +11:00
Nyall Dawson
a784d6bc3d
If svg files with params do not have a default value set, then don't
...
reset the fill/border color and border width when changing svg
marker/svg fill SVG files
This change makes the behaviour consistent between the svg marker
symbol and the other marker symbols. Additionally, svg files
which have customisable colors and NO default values set will
be shaded in gray fill/black outline in the svg selector widget,
to follow the same behaviour as the other marker symbol selectors.
Note that this change has NO EFFECT unless the svg files are
modified to remove the default param value, so there will be no
change for users' custom symbols. A follow up commit will need
to remove the default param values from the preinstalled SVG
files though. If you want to test in the meantime, I've modified
just the first two symbols in the accomodation group to make
this change for testing.
(refs #10908 )
2015-10-11 23:00:01 +11:00
Nyall Dawson
808a432f9e
Fix bad profiles in some PNG images, causes libpng warning on startup
2015-09-28 18:41:56 +10:00
Larry Shaffer
e65aa99ae7
[FEATURE] Authentication configuration system with master password
...
- Main C++ core and gui classes and desktop app integration
- Support for authentication method plugins
- Does not contain any integration with service connections
2015-09-21 08:51:18 -06:00
Matthias Kuhn
591942e6b9
Add settings editor to options dialog
2015-09-21 14:37:18 +02:00
Salvatore Larosa
0c58f9c829
[log message] changing the message log icon in order to warning the user when a log message has been received
2015-09-13 22:08:19 +02:00
mhugent
5807875797
Merge pull request #2268 from mhugent/curve_capture_tool
...
Curve capture tool
2015-08-24 18:18:40 +02:00
Nyall Dawson
1c7a5b2dba
Add editor widget for editing QgsExpressionContextScope variables
2015-08-22 19:01:39 +10:00
Marco Hugentobler
e6219e713b
[FEATURE]: Tool to add circular strings with two points and radius
2015-08-21 10:35:01 +02:00
Radim Blazek
c783f26234
[GRASS] modules tree and list integrated into one tab, added tree filter
2015-08-19 18:52:18 +02:00
Marco Hugentobler
c39ffe9fc2
[FEATURE]: Tool to add circular strings with start point, curve point and end point
2015-08-17 17:14:05 +02:00
William Kyngesburye
89e9980c90
update Mac browser icon
2015-07-25 16:58:51 -05:00
Matthias Kuhn
d252936285
Some UI improvements in the options dialog
2015-07-22 20:18:05 +02:00
Matthias Kuhn
a37b3e27d5
Remove executable flag on a bunch of files
2015-07-20 15:45:44 +02:00
Salvatore Larosa
b39cb7bac6
added missing icons to customization dialog
...
also added new icon for the select all action
2015-06-21 16:20:30 +02:00
Salvatore Larosa
22082d6587
new icons for sharing in the stylemanager dialog
2015-06-19 14:40:27 +02:00
Martin Dobias
b81933ee56
Fixed fish and alcohol SVG files ( fixes #12948 )
...
Both SVGs had an extra path out of specified bounds which was getting
clipped out when rendering to canvas, but not in other places.
2015-06-18 11:14:38 +08:00
Juergen E. Fischer
f4c3f3d397
fix browser image
2015-06-15 05:18:24 +02:00
Nathan Woodrow
f3e234d6e9
Add missing browser image
2015-06-15 12:40:41 +10:00
Juergen E. Fischer
f261270292
debian packaging update ( fixes #12954 )
2015-06-14 23:28:34 +02:00
Nyall Dawson
31232d16b5
Merge pull request #2126 from nirvn/lock_icon_refresh
...
[GUI] refresh the symbology and composer lock icons
2015-06-09 18:14:23 +10:00
nirvn
cf6de0f336
[gui] refresh the symbology and composer lock icons
2015-06-09 15:05:13 +07:00
nirvn
3e17d5631c
[gui] refresh the symbology add/remove/arrow icons
2015-06-09 10:25:44 +07:00
Nathan Woodrow
aa6db0eb8c
Merge pull request #2119 from nirvn/browser_toolbar_improvement
...
[browser] slight re-ordering and icon improvements
2015-06-07 20:46:55 +10:00
Mathieu Pellerin
cc8c7ab0ae
[gui] update duplicate layer icon to align to a 16 x 16 grid
2015-06-07 14:19:24 +07:00
Mathieu Pellerin
1b4fe75ab3
[gui] sync layer right-click menu & composer legend item icons
2015-06-07 14:00:09 +07:00
Mathieu Pellerin
4075979e0d
[browser] slight re-ordering and icon improvements
2015-06-07 12:06:06 +07:00
Nyall Dawson
eb9ef52389
Align some icons to pixel grid
2015-05-30 14:28:48 +10:00
Tim Sutton
225362d4f7
Merge pull request #2085 from timlinux/master
...
Updated splash for Nødebo
2015-05-28 21:54:13 +02:00
nirvn
7b94fc548d
[gui] refresh icons for the layer, browser, and identity panels (svg files)
2015-05-28 16:29:25 +07:00
nirvn
9f89b210f7
[gui] refresh icons for the layer, browser, and identity panels
2015-05-28 14:40:51 +07:00
Tim Sutton
b16b6bbb98
Updated splash for Nødebo
2015-05-28 00:36:30 +02:00
Radim Blazek
9e5b2ba511
[GRASS] create imagery group if there are rgb color interpretations, list groups in browser
2015-05-26 12:43:20 +02:00
Radim Blazek
b91e43af23
[GRASS] import icon
2015-05-25 23:42:21 +02:00
Radim Blazek
bb7943f38b
new mIconRasterLink.svg
2015-05-21 18:04:32 +02:00
Radim Blazek
0ed89fc098
[FEATURE][browser] optional properties widget
2015-04-29 12:15:35 +02:00
Nyall Dawson
742f3233ee
[FEATURE] Paint effects for layers and symbol layers
...
This commit adds a new framework for implementing paint effects, which
modify the results of QPainter operations to apply visual effects
such as drop shadows and blurs.
The initial implementation allows for effects to be applied to entire
layers and individual symbol layers.
Included are a drop shadow, inner shadow, blur, inner glow, outer glow,
colorise and transform effect. A "stack" effect is also implemented
which allows other paint effects to be combined in various ways.
Sponsored by hundreds of generous kickstarter contributors!
2015-03-28 20:04:50 +11:00
Werner Macho
6b95a0f0a1
adding french translators and first fixes for chinese
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-02-21 23:37:07 +01:00
Tim Sutton
23a3746731
Updated developer image for about box
2015-02-21 16:14:25 +02:00
arnaud.morvan@camptocamp.com
9e51488a88
Create FieldMapper GeoAlgorithm
2015-02-06 16:10:14 +01:00
Tim Sutton
8911d6b472
Updated splash from Anita / Essen Hackfest 2014
2015-01-17 21:55:22 +02:00
Nathan Woodrow
ffac1383b4
Add new messages icon, add messages text to log button
...
Move status bar add logic to qgisapp for QgsMessageLogViewer
2015-01-01 13:26:30 +10:00
Marco Bernasocchi
dbc801f62f
update success icon
2014-12-15 07:59:15 +01:00