|
1 | | -- try |
2 | | - |
3 | | - nip4 ~/test.ws |
4 | | - |
5 | | - open imagewindow, often does not paint correctlyo |
6 | | - |
7 | | - seems to be a race |
8 | | - |
9 | | - trace of failed repaint |
10 | | - |
11 | | - looks like an unexpected thumbnail repaint is coming in half-way |
12 | | - though the main window repaint, causing the pipeline to rebuild, and |
13 | | - making the rest of the level0 tiles to be discarded |
14 | | - |
15 | | - why does the thumbnail repaint cause a request? you'd think that would |
16 | | - just be served from cache |
17 | | - |
18 | | - |
19 | | - |
20 | | -row_deselect: FIXME ... call matrix_deselect() |
21 | | -tilecache_init: |
22 | | -tilecache_build_pyramid: |
23 | | - 2 pyr levels |
24 | | - 0) 512 x 512 |
25 | | - 1) 256 x 256 |
26 | | -tilecache_source_tiles_changed: |
27 | | -tilesource_background_load_worker: starting ... |
28 | | -tilesource_set_property: ACTIVE = FALSE |
29 | | -tilesource_set_property: VISIBLE = TRUE |
30 | | -tilesource_background_load_worker: ... done |
31 | | -tilesource_set_property: FALSECOLOUR = FALSE |
32 | | -tilesource_set_property: LOG = FALSE |
33 | | -tilesource_set_property: ICC = FALSE |
34 | | -tilesource_set_property: MODE = ((TilesourceMode) TILESOURCE_MODE_MULTIPAGE) |
35 | | -tilesource_background_load_worker: starting ... |
36 | | -tilesource_background_load_worker: ... done |
37 | | - |
38 | | -tilecache_snapshot: scale = 1, x = 0, y = 0 |
39 | | - paint_rect left = 550, top = 461, width = 0, height = 0 |
40 | | -tilecache_request: fetching left = 0, top = 0, width = 256, height = 256, z = 0 |
41 | | -tilesource_request_tile: 0 x 0 |
42 | | - valid = 255 |
43 | | -tilecache_compute_visibility: z = 0 |
44 | | -viewport in level0 coordinates: left = 0, top = 0, width = 256, height = 256 |
45 | | - level 0, 1 tiles, 1 visible, 0 free |
46 | | - level 1, 0 tiles, 0 visible, 0 free |
47 | | - level 0 tiles: |
48 | | - @ 0 x 0, 256 x 256, valid = 255, visible = 1, texture = 0x5d34010b1210 |
49 | | - level 1 tiles: |
50 | | -tilecache_snapshot: 3.573 ms |
51 | | - |
52 | | -tilesource_background_load_done_cb: ... unreffing |
53 | | -tilesource_set_property: LOADED = TRUE |
54 | | -tilesource_set_property: VISIBLE = TRUE |
55 | | -tilesource_update_display: |
56 | | -tilesource_update_rgb: |
57 | | -tilecache_source_changed: |
58 | | -tilecache_build_pyramid: |
59 | | - no geometry change, skipping pyr rebuild |
60 | | -tilecache_source_tiles_changed: |
61 | | -tilecache_source_changed: |
62 | | -tilecache_build_pyramid: |
63 | | - no geometry change, skipping pyr rebuild |
64 | | -tilecache_source_tiles_changed: |
65 | | -tilesource_set_property: FALSECOLOUR = FALSE |
66 | | -tilesource_set_property: LOG = FALSE |
67 | | -tilesource_set_property: ICC = FALSE |
68 | | -tilesource_set_property: MODE = ((TilesourceMode) TILESOURCE_MODE_MULTIPAGE) |
69 | | -tilesource_background_load_done_cb: ... unreffing |
70 | | -tilesource_set_property: LOADED = TRUE |
71 | | -tilesource_set_property: VISIBLE = TRUE |
72 | | -tilesource_update_display: |
73 | | -tilesource_update_rgb: |
74 | | -tilecache_source_changed: |
75 | | -tilecache_build_pyramid: |
76 | | - no geometry change, skipping pyr rebuild |
77 | | -tilecache_source_tiles_changed: |
78 | | -tilecache_source_changed: |
79 | | -tilecache_build_pyramid: |
80 | | - no geometry change, skipping pyr rebuild |
81 | | -tilecache_source_tiles_changed: |
82 | | -tilesource_set_property: FALSECOLOUR = FALSE |
83 | | -tilesource_set_property: LOG = FALSE |
84 | | -tilesource_set_property: ICC = FALSE |
85 | | -tilesource_set_property: MODE = ((TilesourceMode) TILESOURCE_MODE_MULTIPAGE) |
86 | | - |
87 | | -tilecache_snapshot: scale = 1.80273, x = 0, y = 0 |
88 | | - paint_rect left = 88, top = 0, width = 923, height = 923 |
89 | | -tilecache_request: fetching left = 0, top = 0, width = 256, height = 256, z = 0 |
90 | | -tilesource_request_tile: 0 x 0 |
91 | | - valid = 0 |
92 | | -tilecache_request: fetching left = 256, top = 0, width = 256, height = 256, z = 0 |
93 | | -tilesource_request_tile: 256 x 0 |
94 | | - valid = 0 |
95 | | -tilecache_request: fetching left = 0, top = 256, width = 256, height = 256, z = 0 |
96 | | -tilesource_request_tile: 0 x 256 |
97 | | - valid = 0 |
98 | | -tilecache_request: fetching left = 256, top = 256, width = 256, height = 256, z = 0 |
99 | | -tilesource_request_tile: 256 x 256 |
100 | | - valid = 0 |
101 | | -tilecache_compute_visibility: z = 0 |
102 | | -viewport in level0 coordinates: left = 0, top = 0, width = 512, height = 512 |
103 | | - level 0, 4 tiles, 1 visible, 3 free |
104 | | - level 1, 0 tiles, 0 visible, 0 free |
105 | | - level 0 tiles: |
106 | | - @ 256 x 256, 256 x 256, valid = 0, visible = 0, texture = (nil) |
107 | | - @ 0 x 256, 256 x 256, valid = 0, visible = 0, texture = (nil) |
108 | | - @ 256 x 0, 256 x 256, valid = 0, visible = 0, texture = (nil) |
109 | | - @ 0 x 0, 256 x 256, valid = 0, visible = 1, texture = 0x5d34010b1210 |
110 | | - level 1 tiles: |
111 | | -tilecache_snapshot: 13.936 ms |
112 | | - |
113 | | -tilecache_snapshot: scale = 0.125, x = 0, y = 0 |
114 | | - paint_rect left = 143, top = 0, width = 64, height = 64 |
115 | | -tilecache_request: fetching left = 0, top = 0, width = 512, height = 512, z = 1 |
116 | | -tilesource_request_tile: 0 x 0 |
117 | | -tilesource_update_display: |
118 | | -tilesource_update_rgb: |
119 | | - valid = 0 |
120 | | -tilecache_compute_visibility: z = 1 |
121 | | -viewport in level0 coordinates: left = 0, top = 0, width = 512, height = 512 |
122 | | - level 0, 0 tiles, 0 visible, 0 free |
123 | | - level 1, 1 tiles, 1 visible, 0 free |
124 | | - level 0 tiles: |
125 | | - level 1 tiles: |
126 | | - @ 0 x 0, 512 x 512, valid = 0, visible = 1, texture = 0x5d33ffc65320 |
127 | | -tilecache_snapshot: 4.511 ms |
128 | | - |
129 | | -tilecache_source_collect: left = 0, top = 0, width = 512, height = 512, z = 1 |
130 | | -tilesource_collect_tile: 0 x 0 |
131 | | - valid = 255 |
132 | | -tilecache_source_collect: left = 0, top = 0, width = 512, height = 512, z = 1 |
133 | | - |
134 | | -tilecache_snapshot: scale = 0.125, x = 0, y = 0 |
135 | | - paint_rect left = 143, top = 0, width = 64, height = 64 |
136 | | -tilecache_compute_visibility: z = 1 |
137 | | -viewport in level0 coordinates: left = 0, top = 0, width = 512, height = 512 |
138 | | - level 0, 0 tiles, 0 visible, 0 free |
139 | | - level 1, 1 tiles, 1 visible, 0 free |
140 | | - level 0 tiles: |
141 | | - level 1 tiles: |
142 | | - @ 0 x 0, 512 x 512, valid = 255, visible = 1, texture = 0x5d33fe3ec960 |
143 | | -tilecache_snapshot: 0.027 ms |
144 | | - |
145 | | -tilecache_snapshot: scale = 1.80273, x = 0, y = 0 |
146 | | - paint_rect left = 88, top = 0, width = 923, height = 923 |
147 | | -tilecache_request: fetching left = 0, top = 0, width = 256, height = 256, z = 0 |
148 | | -tilesource_request_tile: 0 x 0 |
149 | | -tilesource_update_display: |
150 | | -tilesource_update_rgb: |
151 | | - valid = 0 |
152 | | -tilecache_request: fetching left = 256, top = 0, width = 256, height = 256, z = 0 |
153 | | -tilesource_request_tile: 256 x 0 |
154 | | - valid = 0 |
155 | | -tilecache_request: fetching left = 0, top = 256, width = 256, height = 256, z = 0 |
156 | | -tilesource_request_tile: 0 x 256 |
157 | | - valid = 0 |
158 | | -tilecache_request: fetching left = 256, top = 256, width = 256, height = 256, z = 0 |
159 | | -tilesource_request_tile: 256 x 256 |
160 | | - valid = 0 |
161 | | -tilecache_compute_visibility: z = 0 |
162 | | -viewport in level0 coordinates: left = 0, top = 0, width = 512, height = 512 |
163 | | - level 0, 4 tiles, 1 visible, 3 free |
164 | | - level 1, 0 tiles, 0 visible, 0 free |
165 | | - level 0 tiles: |
166 | | - @ 256 x 256, 256 x 256, valid = 0, visible = 0, texture = (nil) |
167 | | - @ 0 x 256, 256 x 256, valid = 0, visible = 0, texture = (nil) |
168 | | - @ 256 x 0, 256 x 256, valid = 0, visible = 0, texture = (nil) |
169 | | - @ 0 x 0, 256 x 256, valid = 0, visible = 1, texture = 0x5d34010b1210 |
170 | | - level 1 tiles: |
171 | | -tilecache_snapshot: 14.875 ms |
172 | | - |
173 | | - |
174 | | - |
175 | | - |
176 | | - |
177 | | - |
178 | | - |
179 | 1 | # menu redesign |
180 | 2 |
|
181 | 3 | - remove unused widgets |
|
0 commit comments