Emmanuele Bassi
0bd1e47b22
text: Make :use-markup set idempotent
...
Setting :use-markup and :text is currently not idempotent, and it
depends on the ordering, e.g.:
g_object_set (actor, "use-markup", TRUE, "text", value, NULL);
does not yield the same results as:
g_object_set (actor, "text", value, "use-markup", TRUE, NULL);
This is particularly jarring when using ClutterText from ClutterScript,
but in general GObject properties should not rely on the order when used
from g_object_set().
The fix is to store the contents of the ClutterText as a separate string
from the displayed text, and use the contents, instead of the displayed
text, when toggling the :use-markup property.
Let's also add a unit test for good measure, to try and catch
regressions.
https://bugzilla.gnome.org/show_bug.cgi?id=651940
2011-09-07 13:00:35 +01:00
..
2011-08-23 17:22:17 +02:00
2011-08-12 15:42:42 +01:00
2011-04-18 16:24:27 +01:00
2011-07-29 13:58:06 +01:00
2011-05-06 15:44:08 +01:00
2011-07-31 18:00:51 +01:00
2011-08-18 15:36:20 +01:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2011-06-17 18:38:29 +01:00
2011-08-30 16:20:16 +01:00
2011-08-30 16:20:16 +01:00
2011-09-02 14:53:55 +01:00
2011-07-18 15:17:15 +01:00
2011-07-29 11:53:16 +01:00
2011-07-29 11:36:18 +01:00
2011-09-05 17:22:15 +01:00
2011-07-26 13:44:12 +01:00
2011-06-07 16:06:24 +01:00
2011-04-11 17:54:36 +01:00
2011-08-24 16:24:39 +01:00
2011-08-24 16:24:39 +01:00
2011-06-20 18:46:48 +01:00
2011-06-20 18:46:48 +01:00
2011-06-20 18:46:48 +01:00
2011-07-29 13:06:51 +01:00
2011-07-29 13:06:51 +01:00
2011-06-20 18:46:48 +01:00
2011-09-02 15:51:56 +01:00
2011-06-20 19:44:55 +01:00
2011-07-29 13:06:51 +01:00
2011-08-29 22:43:42 +01:00
2011-09-02 15:48:27 +01:00
2011-07-13 15:19:22 +01:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2011-01-20 16:35:26 +00:00
2011-06-07 14:43:52 +01:00
2011-08-29 22:39:14 +01:00
2011-07-26 14:55:19 +01:00
2011-07-26 14:55:19 +01:00
2011-06-09 15:12:41 +01:00
2011-06-09 15:12:41 +01:00
2011-05-13 01:46:32 +01:00
2011-09-05 17:22:14 +01:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2011-07-29 13:06:51 +01:00
2011-06-17 12:15:19 +01:00
2011-06-20 11:41:28 +01:00
2011-09-02 14:53:56 +01:00
2011-03-09 14:21:01 +00:00
2011-09-02 15:22:08 +01:00
2011-06-20 15:25:54 +01:00
2011-06-13 16:00:45 +01:00
2011-06-13 16:00:45 +01:00
2011-06-20 14:26:57 +01:00
2011-06-07 16:06:24 +01:00
2011-06-09 15:40:26 +01:00
2011-06-13 13:47:09 +01:00
2011-05-13 01:46:32 +01:00
2011-05-13 01:46:32 +01:00
2011-09-05 12:21:18 -04:00
2011-07-14 13:11:12 +02:00
2011-06-13 15:36:07 +01:00
2011-06-17 17:23:32 +01:00
2011-07-04 15:58:08 +01:00
2011-05-26 08:48:13 -04:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2011-07-26 13:44:12 +01:00
2011-06-07 16:06:24 +01:00
2011-06-17 12:14:15 +01:00
2011-06-17 12:14:15 +01:00
2011-07-26 13:44:12 +01:00
2011-07-26 13:44:12 +01:00
2011-09-01 17:12:46 +01:00
2011-06-20 11:41:28 +01:00
2011-06-20 15:25:53 +01:00
2011-07-04 15:58:08 +01:00
2011-07-29 13:17:11 +01:00
2011-06-07 16:06:24 +01:00
2011-06-13 16:00:45 +01:00
2011-03-07 13:26:20 +00:00
2011-07-26 13:44:12 +01:00
2011-07-29 13:06:51 +01:00
2011-09-01 17:12:46 +01:00
2011-07-12 10:57:18 +01:00
2011-05-13 01:46:32 +01:00
2011-07-08 12:01:08 +01:00
2011-07-08 12:01:08 +01:00
2011-06-13 13:47:09 +01:00
2011-06-13 13:47:09 +01:00
2011-07-29 13:06:51 +01:00
2011-06-13 13:47:08 +01:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2011-08-18 15:33:39 +01:00
2011-07-26 13:44:12 +01:00
2011-06-07 14:09:53 +01:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2011-07-18 13:43:29 +01:00
2011-06-20 14:31:07 +01:00
2011-07-13 13:54:50 +01:00
2011-07-13 13:54:50 +01:00
2011-07-29 13:06:51 +01:00
2011-07-13 13:54:50 +01:00
2011-07-29 11:44:28 +01:00
2011-06-07 16:06:24 +01:00
2011-06-10 15:15:15 +01:00
2011-06-10 15:15:15 +01:00
2011-08-29 22:43:42 +01:00
2011-09-07 13:00:35 +01:00
2011-06-13 16:15:22 +01:00
2011-07-18 18:06:57 +01:00
2011-07-08 12:08:19 +01:00
2011-09-02 15:49:05 +01:00
2011-09-02 13:54:57 +01:00
2011-06-20 14:26:57 +01:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2011-06-20 15:25:53 +01:00
2011-08-29 22:17:53 +01:00