]> sigrok.org Git - pulseview.git/commit
Improve icon/theme handling.
authorUwe Hermann <redacted>
Sun, 30 Apr 2017 20:44:33 +0000 (22:44 +0200)
committerUwe Hermann <redacted>
Fri, 5 May 2017 21:41:27 +0000 (23:41 +0200)
commit4d8130bb039a3e2096d6c0f8650e027340722ead
tree08928a53755fd500ac557861bfba7ae1a8c7c298
parent3432032fbc693b58a0c65427c025b9553c419237
Improve icon/theme handling.

Only use QIcon::fromTheme() for icons which are included in the
freedesktop.org icon naming specification:

https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html

For all others there will be no icon to use from the theme and we always
want our own icons to be used unconditionally in those cases anyway.
HACKING
pv/toolbars/mainbar.cpp
pv/views/trace/standardbar.cpp