Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new svg icons for Qt client #3377

Merged
merged 33 commits into from
Jul 3, 2022
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9708709
Delete utilities.png
GaryElshaw Jun 29, 2022
9ea707b
Delete lock.png
GaryElshaw Jun 29, 2022
03752c1
Delete ratio.png
GaryElshaw Jun 29, 2022
f97dd17
Delete transmission.png
GaryElshaw Jun 29, 2022
33bbbce
Delete turtle-blue.png
GaryElshaw Jun 29, 2022
c2de83a
svg replacement files
GaryElshaw Jun 29, 2022
9568e40
Old png files
GaryElshaw Jun 29, 2022
adb24ef
Delete transmission.svg
GaryElshaw Jun 29, 2022
a907711
Transmission qt icon
GaryElshaw Jun 29, 2022
54425e1
Modified qrc for svg and png
GaryElshaw Jun 29, 2022
640fb72
Small code change to accommodate the old turtle png
GaryElshaw Jun 29, 2022
445725c
Merge branch 'transmission:main' into qt-icons
GaryElshaw Jun 29, 2022
8ffad31
Minor code modification to PrefsDialog.ui
GaryElshaw Jun 29, 2022
771de97
Delete qt/icons/PNG Icons directory
GaryElshaw Jun 29, 2022
47794e4
New turtles and a better Transmission svg
GaryElshaw Jun 29, 2022
e435a2f
Merge branch 'transmission:main' into qt-icons
GaryElshaw Jun 29, 2022
303cdc5
Delete turtle-grey.png
GaryElshaw Jun 30, 2022
604a3cc
contrast
GaryElshaw Jun 30, 2022
0b5d37a
Better contrast
GaryElshaw Jun 30, 2022
b4b85bf
Add files via upload
GaryElshaw Jun 30, 2022
3280662
Delete turtle-grey.svg
GaryElshaw Jun 30, 2022
3a56b2a
A better lock
GaryElshaw Jul 1, 2022
b964c92
feat: add updated icons per PR discussion
ckerr Jul 1, 2022
7c23703
Merge branch 'qt-icons' of github.com:GaryElshaw/transmission into qt…
ckerr Jul 1, 2022
df06e5f
chore: remove now-unused files
ckerr Jul 1, 2022
e526fa0
fixup! feat: add updated icons per PR discussion
ckerr Jul 1, 2022
21b0701
docs: update hamburger menu info
ckerr Jul 2, 2022
d6039ad
refactor: replace fixed-size transmission png with a single svg
ckerr Jul 2, 2022
409427e
feat: brighten the turtle icon a bit for better dark mode constrast
ckerr Jul 2, 2022
4ba2b7c
chore: minor tweaks
ckerr Jul 2, 2022
b34ac84
Merge branch 'main' into qt-icons
ckerr Jul 2, 2022
870498e
I'm not sure what happened previously, but just the one ration/yin-ya…
GaryElshaw Jul 2, 2022
12c43ad
docs: update yin-yang attribution in icons/SOURCES.md
ckerr Jul 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion qt/PrefsDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<item>
<widget class="QLabel" name="altSpeedLimitsSectionIconLabel">
<property name="pixmap">
<pixmap resource="application.qrc">:/icons/alt-limit-off.png</pixmap>
<pixmap resource="application.qrc">:/icons/turtle.png</pixmap>
</property>
</widget>
</item>
Expand Down
10 changes: 5 additions & 5 deletions qt/application.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<file alias="transmission-192.png">icons/hicolor/192x192/transmission-qt.png</file>
<file alias="transmission-256.png">icons/hicolor/256x256/transmission-qt.png</file>
<file alias="transmission-qt.svg">icons/hicolor/scalable/transmission-qt.svg</file>
<file alias="ratio.png">icons/ratio.png</file>
<file alias="alt-limit-off.png">icons/turtle-grey.png</file>
<file alias="alt-limit-on.png">icons/turtle-blue.png</file>
<file alias="encrypted.png">icons/lock.png</file>
<file alias="utilities.png">icons/utilities.png</file>
<file alias="ratio.png">icons/ratio.svg</file>
<file alias="alt-limit-off.png">icons/turtle.svg</file>
<file alias="alt-limit-on.png">icons/turtle-blue.svg</file>
<file alias="encrypted.png">icons/lock.svg</file>
<file alias="utilities.png">icons/utilities.svg</file>
</qresource>
</RCC>
Binary file removed qt/icons/lock.png
Binary file not shown.
34 changes: 34 additions & 0 deletions qt/icons/lock.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed qt/icons/ratio.png
Binary file not shown.
6 changes: 6 additions & 0 deletions qt/icons/ratio.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed qt/icons/transmission.png
Binary file not shown.