]> granicus.if.org Git - transmission/commit
Improve the look of torrents with errors a bit (Qt client)
authorMike Gelfand <mikedld@mikedld.com>
Sat, 17 Jan 2015 01:23:51 +0000 (01:23 +0000)
committerMike Gelfand <mikedld@mikedld.com>
Sat, 17 Jan 2015 01:23:51 +0000 (01:23 +0000)
commit9eea4ada83ccb0134703345f86f78b4f2d2e2cf4
tree47b13a5632c3b323520f7e4c5b850e8e0f4bf5fc
parentbdcd69537ea37ca04e76ea2bc66d3cf1a576473b
Improve the look of torrents with errors a bit (Qt client)

Display emblem over mime icon if torrent has error(s) to indicate the
issue.
Use normal text color instead of red when drawing selected item: there
is no easy way to be sure that red color looks nice on selection
background, and most of the time it doesn't. Using red color for non-
selected items is questionable too, but let's leave it at that for now.
qt/icons/Faenza/Faenza.qrc
qt/icons/Faenza/emblems/16/emblem-important.icon [new file with mode: 0644]
qt/icons/Faenza/emblems/16/emblem-important.png [new file with mode: 0644]
qt/icons/Faenza/emblems/scalable/emblem-important.icon [new file with mode: 0644]
qt/icons/Faenza/emblems/scalable/emblem-important.svg [new file with mode: 0644]
qt/torrent-delegate-min.cc
qt/torrent-delegate.cc