Skip to content

Commit 6b8130d

Browse files
committedSep 11, 2016
remove pngs which are available as svg
(cherry picked from commit 1cbb842)
1 parent 648b779 commit 6b8130d

File tree

77 files changed

+289
-235
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+289
-235
lines changed
 

‎i18n/qgis_de.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62753,8 +62753,7 @@ Ausführliche Fehlerinformation:
6275362753
<message>
6275462754
<location filename="../src/ui/qgsnewspatialitelayerdialogbase.ui" line="252"/>
6275562755
<source>Create an autoincrementing primary key</source>
62756-
<translation>automatisch inkrementierenden
62757-
Primärschlüssel erzeugen</translation>
62756+
<translation>automatisch inkrementierenden Primärschlüssel erzeugen</translation>
6275862757
</message>
6275962758
<message>
6276062759
<location filename="../src/ui/qgsnewspatialitelayerdialogbase.ui" line="262"/>

‎images/images.qrc

Lines changed: 5 additions & 100 deletions
Large diffs are not rendered by default.

5 commit comments

Comments
 (5)

nirvn commented on Sep 12, 2016

@nirvn
Contributor

@jef-n thanks, that would have been on my to do list if I had one ;) next step is to vectorize the ones that don't have a svg version yet.

nirvn commented on Sep 12, 2016

@nirvn
Contributor

@jef-n , just saw the commit in master_2 too; for the record, reason why those were left behind in previous 2.x dev cycles was to avoid breaking plugins that would rely on the .png files.

3nids commented on Sep 12, 2016

@3nids
Member

would it be worth removing all PNGs that are not used in the code?

nyalldawson commented on Sep 12, 2016

@nyalldawson
Collaborator

I'd go one step further and remove the unused svgs too

jef-n commented on Sep 12, 2016

@jef-n
MemberAuthor

I'd leave that to whoever does the SVGs for the remaining PNGs ;)

Please sign in to comment.