Add themes and implement theme support
authorSoeren Apel <soeren@apelpie.net>
Sun, 14 Oct 2018 20:27:33 +0000 (22:27 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 16 Oct 2018 21:37:19 +0000 (23:37 +0200)
commit37b0bd3594a0effb8252c22377f003deafc55b19
tree6d74ad2c39ccef8c1c121ea1fa31aa893176536b
parent099d231771d9ff6230218dbe9835a03876f0e856
Add themes and implement theme support
73 files changed:
README
icons/settings-general.png [new file with mode: 0644]
main.cpp
pulseview.qrc
pv/dialogs/settings.cpp
pv/dialogs/settings.hpp
pv/globalsettings.cpp
pv/globalsettings.hpp
themes/darkstyle/darkstyle.qss [new file with mode: 0644]
themes/darkstyle/icon_branch_closed.png [new file with mode: 0644]
themes/darkstyle/icon_branch_end.png [new file with mode: 0644]
themes/darkstyle/icon_branch_more.png [new file with mode: 0644]
themes/darkstyle/icon_branch_open.png [new file with mode: 0644]
themes/darkstyle/icon_checkbox_checked.png [new file with mode: 0644]
themes/darkstyle/icon_checkbox_checked_disabled.png [new file with mode: 0644]
themes/darkstyle/icon_checkbox_checked_pressed.png [new file with mode: 0644]
themes/darkstyle/icon_checkbox_indeterminate.png [new file with mode: 0644]
themes/darkstyle/icon_checkbox_indeterminate_disabled.png [new file with mode: 0644]
themes/darkstyle/icon_checkbox_indeterminate_pressed.png [new file with mode: 0644]
themes/darkstyle/icon_checkbox_unchecked.png [new file with mode: 0644]
themes/darkstyle/icon_checkbox_unchecked_disabled.png [new file with mode: 0644]
themes/darkstyle/icon_checkbox_unchecked_pressed.png [new file with mode: 0644]
themes/darkstyle/icon_close.png [new file with mode: 0644]
themes/darkstyle/icon_radiobutton_checked.png [new file with mode: 0644]
themes/darkstyle/icon_radiobutton_checked_disabled.png [new file with mode: 0644]
themes/darkstyle/icon_radiobutton_checked_pressed.png [new file with mode: 0644]
themes/darkstyle/icon_radiobutton_unchecked.png [new file with mode: 0644]
themes/darkstyle/icon_radiobutton_unchecked_disabled.png [new file with mode: 0644]
themes/darkstyle/icon_radiobutton_unchecked_pressed.png [new file with mode: 0644]
themes/darkstyle/icon_restore.png [new file with mode: 0644]
themes/darkstyle/icon_undock.png [new file with mode: 0644]
themes/darkstyle/icon_vline.png [new file with mode: 0644]
themes/qdarkstyle/rc/Hmovetoolbar.png [new file with mode: 0644]
themes/qdarkstyle/rc/Hsepartoolbar.png [new file with mode: 0644]
themes/qdarkstyle/rc/Vmovetoolbar.png [new file with mode: 0644]
themes/qdarkstyle/rc/Vsepartoolbar.png [new file with mode: 0644]
themes/qdarkstyle/rc/branch_closed-on.png [new file with mode: 0644]
themes/qdarkstyle/rc/branch_closed.png [new file with mode: 0644]
themes/qdarkstyle/rc/branch_open-on.png [new file with mode: 0644]
themes/qdarkstyle/rc/branch_open.png [new file with mode: 0644]
themes/qdarkstyle/rc/checkbox_checked.png [new file with mode: 0644]
themes/qdarkstyle/rc/checkbox_checked_disabled.png [new file with mode: 0644]
themes/qdarkstyle/rc/checkbox_checked_focus.png [new file with mode: 0644]
themes/qdarkstyle/rc/checkbox_indeterminate.png [new file with mode: 0644]
themes/qdarkstyle/rc/checkbox_indeterminate_disabled.png [new file with mode: 0644]
themes/qdarkstyle/rc/checkbox_indeterminate_focus.png [new file with mode: 0644]
themes/qdarkstyle/rc/checkbox_unchecked.png [new file with mode: 0644]
themes/qdarkstyle/rc/checkbox_unchecked_disabled.png [new file with mode: 0644]
themes/qdarkstyle/rc/checkbox_unchecked_focus.png [new file with mode: 0644]
themes/qdarkstyle/rc/close-hover.png [new file with mode: 0644]
themes/qdarkstyle/rc/close-pressed.png [new file with mode: 0644]
themes/qdarkstyle/rc/close.png [new file with mode: 0644]
themes/qdarkstyle/rc/down_arrow.png [new file with mode: 0644]
themes/qdarkstyle/rc/down_arrow_disabled.png [new file with mode: 0644]
themes/qdarkstyle/rc/left_arrow.png [new file with mode: 0644]
themes/qdarkstyle/rc/left_arrow_disabled.png [new file with mode: 0644]
themes/qdarkstyle/rc/radio_checked.png [new file with mode: 0644]
themes/qdarkstyle/rc/radio_checked_disabled.png [new file with mode: 0644]
themes/qdarkstyle/rc/radio_checked_focus.png [new file with mode: 0644]
themes/qdarkstyle/rc/radio_unchecked.png [new file with mode: 0644]
themes/qdarkstyle/rc/radio_unchecked_disabled.png [new file with mode: 0644]
themes/qdarkstyle/rc/radio_unchecked_focus.png [new file with mode: 0644]
themes/qdarkstyle/rc/right_arrow.png [new file with mode: 0644]
themes/qdarkstyle/rc/right_arrow_disabled.png [new file with mode: 0644]
themes/qdarkstyle/rc/sizegrip.png [new file with mode: 0644]
themes/qdarkstyle/rc/stylesheet-branch-end.png [new file with mode: 0644]
themes/qdarkstyle/rc/stylesheet-branch-more.png [new file with mode: 0644]
themes/qdarkstyle/rc/stylesheet-vline.png [new file with mode: 0644]
themes/qdarkstyle/rc/transparent.png [new file with mode: 0644]
themes/qdarkstyle/rc/undock.png [new file with mode: 0644]
themes/qdarkstyle/rc/up_arrow.png [new file with mode: 0644]
themes/qdarkstyle/rc/up_arrow_disabled.png [new file with mode: 0644]
themes/qdarkstyle/style.qss [new file with mode: 0644]