[Libreoffice-commits] online.git: Changes to 'private/kendy/tilesandcallbacks'

Jan Holesovsky kendy at collabora.com
Fri Sep 23 09:36:19 UTC 2016


New branch 'private/kendy/tilesandcallbacks' available with the following commits:
commit 9100749e114f385ff950e945b8c827a0ac84ca17
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Fri Sep 23 10:37:33 2016 +0200

    Prioritize the views where the cursor moved the most recently.
    
    Even the order of the views matters when the editing is happening.
    
    Change-Id: I2920d787a922059f76d6cec1fb5cddbf328409b3

commit bf8df03249dfbd743752b818b9d23ac0824ad00c
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Fri Sep 23 10:18:54 2016 +0200

    Prioritize the tile requests when extracting from the TileQueue.
    
    When putting tiles into the queue, do only the de-duplication,
    reprioritization is better at the get() time - no need to keep shuffling
    the priorities according to the cursor moves etc. all the time.
    
    The tile combination then does the rest of the work for us :-)
    
    Change-Id: Ie9a57dc8d0026b8724e8d0996e9c76ada91def11

commit ef0788d6805cb1992d37d83503658b22910de55e
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Fri Sep 23 08:31:12 2016 +0200

    This TODO is obsolete when we have ordering of tiles & invalidations.
    
    Change-Id: Iaadeaa5958439234ffaf81e2b67ef11e9b0e13c0

commit e19167b4a7d43e43943fc9c906515ca94760cd7c
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Sep 22 21:59:12 2016 +0200

    Fix a race between the tile rendering and invalidation callbacks.
    
    Instead of 2 queues and 2 threads, merge those to one - which gives a perfect
    ordering of the invalidations and rendering.
    
    Change-Id: Id12cb8493f3c0bee44db34161adb0bd4b504ed46

commit a5025dd4921e14664e737a56ac82ff37a6761c87
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Fri Sep 23 08:29:59 2016 +0200

    Revert "bccu#2018 - Missing tiles when finished typing"
    
    This reverts commit 342125b8ead18ac79dd644063e58496afd5d7d38.



More information about the Libreoffice-commits mailing list