1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 03:40:14 +00:00
cc9cii ec808843c3 Do not rebuild the dialogue subview unless required. Should resolve Bug #2581.
The loss of focus was caused by each text change (i.e. character entry) to a QPlainTextEdit resulting in dataChanged() signal which in turn rebuilt the dialogue subview.  Changes in this commit include:

- Do not send signal to update entire row if only a single item has changed.
- Do not rebuild the dialogue subview unless the data item that triggers a conditional display is changed.
- Add column flags to indicate whether the data in this column should rebuild the dialogue subview.
- Return the correct flags for nested columns
- Disable, rather than grey out, checkbox that does not apply to creature levelled list
2015-05-26 13:35:10 +10:00
..
2014-01-27 19:40:05 +01:00
2015-03-11 10:54:45 -04:00
2015-03-11 10:54:45 -04:00
2015-03-11 10:54:45 -04:00
2015-03-11 10:54:45 -04:00
2014-05-01 12:34:54 +02:00
2014-08-24 17:56:20 +02:00
2015-03-11 10:54:45 -04:00
2012-12-11 13:22:43 +01:00
2015-04-28 08:07:01 +10:00
2015-04-25 06:52:53 +10:00