[Libreoffice-commits] core.git: Changes to 'feature/lok_dialog-backport'
Pranav Kant
pranavk at collabora.co.uk
Mon Dec 4 14:15:08 UTC 2017
New branch 'feature/lok_dialog-backport' available with the following commits:
commit 9f7a32627beb72416bbc8f9bbe25add277c1fc8b
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Mon Dec 4 13:58:44 2017 +0530
lokdialog: sc: Guard autofilter popup's LOK notification
Change-Id: I8d39a701618926e35c84f200ac7e2ce66e62b8b7
commit de5bef13019ca95429865d4a9794fbc2a6f81a1b
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Sat Dec 2 02:47:38 2017 +0530
lokdialog: multiview: Do not mix one view with other
In GTV, use correct application window object to fetch the dialog
object.
Use correct view shell to notify window (dialogs, etc.) callbacks.
Change-Id: I7d82b39d4522a4b4904e156757a032c342c71efb
commit 9d2b7628d901bed92fc2a490084b0ac51aa6691b
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Fri Dec 1 14:27:21 2017 +0530
lokdialog: Merge dialog & dialog child mouse event APIs into one
Change-Id: I91aaa6a58f33dd2d817e02533de96e0c8191f2ca
commit b4d5eb3837f51096933332ed058657bd092696af
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Fri Dec 1 14:19:30 2017 +0530
lokdialog: Rename postDialogKeyEvent -> postWindowKeyEvent
Change-Id: I78b434106fbef153adde255d4fcc8f74a7169175
commit c7b4877f1951a23be82208ee444405560e06799b
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Fri Dec 1 13:54:45 2017 +0530
lokdialog: Simplify; make the LOK dialog API more generic
Merge the dialog floating window callbacks and function calls into one.
Unique window ids across vcl::Window is enough to distinguish between
them.
Floating windows don't have a LOK notifier as they are created in the
vcl itself (so we can't access them from sfx2). Use the parent LOK
notifier in that case (which would be a dialog).
This API should also help in autopopup filter tunneling later.
Change-Id: I63a2c97ffdd84695dc967e14c793089a7c50b41b
commit 65d1b6efa687179af6b09843f33ff2c02e2a8bf8
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Fri Dec 1 00:37:11 2017 +0530
lokdialog: Do not underestimate the dialog size
Some of them like, EditStyle, can be much bigger.
Change-Id: Iaad02fadba18846976b959369f06e2020feffc6f
commit 04f29d8c61111f12410b0526fa07852e49ce8560
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Thu Nov 30 23:35:05 2017 +0530
lokdialog: Kill some code; use already existing method to paint
This is not require now in the new approach where the dialog is already
created by the time paint request call for dialog happens. Layouting is
already complete by that time.
Change-Id: I610b050a268e61e8d4036aa7eb5766cf0c8b37e0
commit 0002dfb6d723dfc7c29b5344240de4a525fa49a2
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Wed Nov 29 17:47:10 2017 +0530
lokdialog: Allow closing a dialog from LOK client
... and rename paintDialog -> paintWindow before it's too late. We not
only render dialogs now but also popups.
Change-Id: I6b1253c4d9be0c79199b683df4413658a461f850
commit 3d5b550bd68a88f85f793aa2194932a61ecd8983
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Tue Nov 28 16:43:54 2017 +0530
gtv: Remember recently executed UNO commands
Saves the recently executed UNO commands in a temp file and make it
accessible to user in a combo box. Useful when debugging.
Change-Id: Ic66961a388cc59dee3f65cb8d4de3c29a8a75eaa
commit c3353d23b1b069b7270fae825c777dfccc889939
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Tue Nov 28 20:16:05 2017 +0530
gtv: Width, height properties should not be construct only
Change-Id: I2d1b29f52c1fe0449cf9afe47c509ef6250804a8
More information about the Libreoffice-commits
mailing list