Changes between Initial Version and Version 1 of Ticket #4640, comment 1
- Timestamp:
- 2017-11-21T10:49:19Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4640, comment 1
initial v1 2 2 In order to have filter for messages we need to store them in some list based data structure. 3 3 4 See #2781 . We decided to change the `QTreeView` based Messages Browser to text based. The reason is Qt list based data structures gets slow when the list size is big and even slower when the list elements have variable height (we need variable height to display multi line messages (See #2269)).4 See #2781 and [changeset:68c71a/OMEdit]. We decided to change the `QTreeView` based Messages Browser to text based. The reason is Qt list based data structures gets slow when the list size is big and even slower when the list elements have variable height (we need variable height to display multi line messages (See #2269)).