Files
urh/data/ui/urh.qrc
Johannes Pohl 353868768d UI Upgrade of message type configuration (#532)
* first step of message type ui upgrade

* remove preselected index from ProtocolLabelDialog constructor

* remove selection changed for label

* move edit message type button to table

* remove delete button, functionality is now in table

* improve message type context menu

* add color selection to protocol label table

* allowing hiding of message types

* sync selection between message type table and message table

* make label visibility configurable in table

* enable deletion of labels in table

* update unittests

* fix selection bug

* update coveragerc

* support copy of labels to other message type

* avoid creating new object when reading message types from project

* fix test

* update changelog

* Make configuration button transparent

* selected label bold

* resize headers

* add show/hide all action

* same behaviour for label edits in tables

* adapt unittest

* cleanup on_table_selection_timer_timeout + update selection ui

* make current label and message type bold + add message type icon

* adapt unittest

* draw number of configured rules

* increase timeout for ci

* show num active rules only

* minor fixes

* increase timeout for ci

* sync show state

* disable grid

* close all -> close all files

* add close project action

* fix close project action

* clear message types on new project

* update changelog and project dialog buttons

* adapt unittests

* adapt unittests

* remove live update of qapp style to prevent segfault

* improve icon
2018-09-27 18:06:22 +02:00

21 lines
709 B
Plaintext

<RCC>
<qresource prefix="icons">
<file>../icons/appicon.ico</file>
<file>../icons/decoding.svg</file>
<file>../icons/equals_qm.svg</file>
<file>../icons/appicon.png</file>
<file>../icons/collapse.svg</file>
<file>../icons/uncollapse.svg</file>
<file>../icons/equals.svg</file>
<file>../icons/lock.svg</file>
<file>../icons/modulation.svg</file>
<file>../icons/plus.svg</file>
<file>../icons/sniffer.svg</file>
<file>../icons/spectrum.svg</file>
<file>../icons/splitter_handle_horizontal.svg</file>
<file>../icons/splitter_handle_vertical.svg</file>
<file>../icons/unlock.svg</file>
<file>../icons/message_type.svg</file>
</qresource>
</RCC>