- 16 Kas, 2015 19 kayıt (commit)
-
-
Miklos Vajna yazdı
LOK always works in absolute twips (origo being the top left corner of SwEditWin), so not only the callbacks have to translate relative twips to absolute ones, but the opposite have to be done for mouse event coordinates. With this, clicking at a random position inside a comment places the blinking cursor at a reasonable position, not always at 0,0. (cherry picked from commit 57972554) Conflicts: sw/source/uibase/docvw/SidebarWin.cxx Change-Id: Ic8d20f177acd9e1908acf17698c53a1470bd4aec
-
Miklos Vajna yazdı
Change-Id: Ic052544b2835181652732b8de9eaf79572a9db6e (cherry picked from commit 022c716f)
-
Miklos Vajna yazdı
With this, selections of Writer comment text show up at the correct position, not at the top left corner of the window. Change-Id: If865503d9a02a27730e382d65c42c706dd533a93 (cherry picked from commit 22e97c13)
-
Miklos Vajna yazdı
With this, it is possible to click inside a comment (and get a blinking cursor inside a comment), and also possible to use the arrow keys to native around and still get correct blinking cursor position. (cherry picked from commit 5fb91dfd) Conflicts: sw/inc/SidebarWin.hxx sw/source/uibase/docvw/SidebarTxtControl.hxx sw/source/uibase/docvw/SidebarWin.cxx Change-Id: I29eb1e60e4e571151f0b18bec8cf765ea09af09f
-
Miklos Vajna yazdı
Writer comments are separate widgets, but we want to have coordinates in absolutes twips, so give Writer a chance to inform us about the delta. For now only do this in case the map unit is twips, as Impress sets the origin already. Change-Id: Idf340944165e44b0888c00965d6be7798712ff76 (cherry picked from commit e988ab84)
-
Miklos Vajna yazdı
This is primarily for tiled editing that doesn't know about multiple cursors, so if both the postit cursor and the main cursor is shown for a short period of time, then the main one is hidden, then gtktiledviewer still shows the main one. OTOH if we can avoid showing the cursor in general just to hide it a bit later in general, let's not do that. With this, the "cursor is shown at the comment anchor, not inside the anchor when clicking on the postit" bug disappears. Change-Id: I2383292c5f84604dc8b126510b0797b8426920ae (cherry picked from commit 1c482cb5)
-
Miklos Vajna yazdı
And to allow proper reaction by the annotation windows, inform them when a LOK callback is registered. With this, it's possible to modify the contents of annotations via LOK. (cherry picked from commit 1ba9d7fd) Conflicts: sw/inc/PostItMgr.hxx sw/inc/SidebarWin.hxx sw/source/core/view/viewsh.cxx sw/source/uibase/docvw/SidebarTxtControl.hxx sw/source/uibase/docvw/edtwin.cxx Change-Id: I4489941512197880940e20cbaeb0b47a7a6f26fc
-
Miklos Vajna yazdı
LOK sends all mouse events to SwEditWin, so add initial hit testing in its mouse handler to forward the mouse events to the right VCL widget. (cherry picked from commit b7ecf627) Conflicts: sw/inc/PostItMgr.hxx sw/source/uibase/docvw/SidebarWin.cxx sw/source/uibase/docvw/edtwin.cxx Change-Id: I67e8e19f47156261fd7c7eafd4e63f743e0c4ce9
-
Miklos Vajna yazdı
So SwSidebarWin member functions don't get twip values when they call GetPosPixel(). Change-Id: Ied4ff7f49d0320766b045d78f731900af92d37ef (cherry picked from commit c4ef30ea)
-
Miklos Vajna yazdı
It is only needed when tiled rendering. (cherry picked from commit 88f48668) Conflicts: sw/source/uibase/docvw/SidebarWin.cxx Change-Id: Ie1668f5f3d4d17abc212e2262a6c155dcb855d2e
-
Miklos Vajna yazdı
With this, e.g. a line above a note (with width of 180 px) is also 180 px, not 12 px. (cherry picked from commit 09640807) Change-Id: I7c4eeda1bc904242dc298013411b9671ba0f2149
-
Miklos Vajna yazdı
The map mode is in general disabled during tiled rendering, so mouse positions can be sent in using twips, but here we have to temporarily enable it, otherwise the width will be returned always in pixels. With this, the gray background of the sidebar has the proper width, not e.g. fifteenth of the expected value (using default zoom). Change-Id: I4380ee0ba6bcda97cf71735161dbdc826e7a2532 (cherry picked from commit 6c3dbdbc)
-
Miklos Vajna yazdı
Change-Id: Ie682cfe97b8c48bc66575b89875ca617dbb8ab4e (cherry picked from commit b3b9f2c5)
-
Miklos Vajna yazdı
(cherry picked from commit 9b504ad3) Conflicts: sw/inc/docufld.hxx Change-Id: If15ca89f2b7c54441f076eb233c4e1414dac25c0
-
Miklos Vajna yazdı
Change-Id: I16e51e074704026a45471e7a08c3b96846d44053 (cherry picked from commit 5f687598)
-
Miklos Vajna yazdı
Change-Id: I7493eaab55c23c79ca0878c34a97dfb4af857260 (cherry picked from commit 8fc6aafc)
-
Miklos Vajna yazdı
And use map modes to get the painting to the correct position instead of manually adjusting each and every Paint() method. (cherry picked from commit 177e375d) Conflicts: sw/source/uibase/docvw/SidebarTxtControl.cxx sw/source/uibase/docvw/SidebarTxtControl.hxx Change-Id: I66798321b8bbf2c7968d6ac1edebb1f8df60bce8
-
Miklos Vajna yazdı
(cherry picked from commit d54aaea3) Conflicts: sw/inc/PostItMgr.hxx sw/inc/SidebarWin.hxx sw/source/uibase/docvw/SidebarTxtControl.cxx sw/source/uibase/docvw/SidebarTxtControl.hxx sw/source/uibase/docvw/SidebarWin.cxx Change-Id: I4fcb05f8a58965341cf44a1b7e2367b5cbff981d
-
László Németh yazdı
Unicode apostrophe is mandatory for French, English, etc. typography, and it is a default option in all modern word processors. The fix enables single quote AutoCorrect replacement for all languages. Change-Id: I2964242ecd1cc839bf27e9a3d772f5cab95d8db0 (cherry picked from commit e6fade1c)
-
- 13 Kas, 2015 13 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
Change-Id: I661b3de74066831f22757b587e8b367913030573 (cherry picked from commit 613ef017)
-
Tomaž Vajngerl yazdı
Change-Id: Iad3ad138a9a7164d10ab6e51e22032ad115d08a5 (cherry picked from commit e4130895)
-
Tomaž Vajngerl yazdı
Change-Id: Iea5df81bb2f85376dc67e1cca63d5586a834e1b0 (cherry picked from commit 7b3f6dd1)
-
Tomaž Vajngerl yazdı
Change-Id: I68d87af8ec2662208776d3b202d412145c86d9b2 (cherry picked from commit cb5fa33f)
-
Tomaž Vajngerl yazdı
Change-Id: I3fcb7bb2fda925a1c5b2633ac7f6846fda0dabf8 (cherry picked from commit d30e0aea)
-
Tomaž Vajngerl yazdı
Change-Id: I64f76d22018fcd8af2991933ba5ab2069f84181f (cherry picked from commit 89089204)
-
Tomaž Vajngerl yazdı
LOKit supports searching, but this was not implemented yet in the Android GUI. This adds a bottom search toolbar where you can type a search string + up/down search handles to search for the string from the current cursor position. Change-Id: Ia7461d2c6399c23201d2ea81f0b44c38533939a1 (cherry picked from commit 6636476c)
-
Tomaž Vajngerl yazdı
The bottom formatting toolbar now shows the formatting options previously located in the main toolbar as a menu entry (bold, italic, ...). In addition alignment options and selection of fonts and sizes have been added. Bottom formatting toolbar is not shown by default - it enables when hitting the icon in main toolbar. Also soft keyboard and formatting toolbar should not be shown at the same time. Change-Id: I5f6cf8a9fcbdb4d154ae7504a65f9a226c99d694 (cherry picked from commit 319623a3)
-
Tomaž Vajngerl yazdı
Change-Id: I5b4dd8b8c407640cfcd9f366cecfaf6deb0cb3be (cherry picked from commit 01d0983e)
-
Tomaž Vajngerl yazdı
Change-Id: I7d3742af0c11a996701f7d263fc04a387edb0d00 (cherry picked from commit b0166b1d)
-
Jan Holesovsky yazdı
Change-Id: Ie5bf5d4ab139f22e67f3654b0bb31e10b8c9f337 (cherry picked from commit addd8847)
-
Andrzej Hunt yazdı
Change-Id: Ia802c19f5bfd2fe2e9909e3c611047c529a64200 (cherry picked from commit e77668eb)
-
Oliver Specht yazdı
commit c29657e0 inverted one of the tests for SvXMLExportFlags::OASIS Change-Id: I523cecd4203c91d82a4e3e82b8457d2c55a5fff0 Reviewed-on: https://gerrit.libreoffice.org/19931Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de> (cherry picked from commit 249f8b1c)
-
- 12 Kas, 2015 5 kayıt (commit)
-
-
Andrzej Hunt yazdı
Change-Id: Iff84c2f16844a507d30f30c1fd4b23d807ded466 (cherry picked from commit 0b3fbf82)
-
Andrzej Hunt yazdı
Change-Id: I9cdcd8dca413981389cd4db3059a420131e5f839 (cherry picked from commit 6e6ae980)
-
Andrzej Hunt yazdı
This makes the code much more readable / sane. Change-Id: I1d60f4102b6c619fa2fefac4a3644b7f04c0b9c0 (cherry picked from commit d5545979)
-
Andrzej Hunt yazdı
We currently send just one command, but this could be expanded server side in future. Change-Id: Id8f14196158f3a7fe9c54595d094603efd5e2ce3 (cherry picked from commit fbc3965d)
-
Miklos Vajna yazdı
E.g. when AC_PACKAGE_NAME contains spaces, PRODUCTNAME was set to empty. (cherry picked from commit ef122d99) Conflicts: configure.ac Change-Id: Ie53ad1b770e54eeb03513fa2a7cfc2f4ebe65a2b
-
- 11 Kas, 2015 3 kayıt (commit)
-
-
Andrzej Hunt yazdı
The order/list of default styles for Writer should be hardcoded, (by default the list contains 100+ items), it makes most sense to place these at the start of the list, allowing the client to then select how many styles they actually want to show. Change-Id: I491a426397e06b3502cee7484c5f8adfd9d9cdf2 Reviewed-on: https://gerrit.libreoffice.org/19918Reviewed-by:
Andrzej Hunt <andrzej@ahunt.org> Tested-by:
Andrzej Hunt <andrzej@ahunt.org> (cherry picked from commit 5c6119ee)
-
Andrzej Hunt yazdı
This requires client-side support too. Change-Id: I5197ed3ed2b8244b50f7faf84a1cadde6a61b2cb Reviewed-on: https://gerrit.libreoffice.org/19917Reviewed-by:
Andrzej Hunt <andrzej@ahunt.org> Tested-by:
Andrzej Hunt <andrzej@ahunt.org> (cherry picked from commit 0b5991e4)
-
Andrzej Hunt yazdı
Reviewed-on: https://gerrit.libreoffice.org/19883Reviewed-by:
Andrzej Hunt <andrzej@ahunt.org> Tested-by:
Andrzej Hunt <andrzej@ahunt.org> (cherry picked from commit 81b8ca68) Conflicts: sc/inc/docuno.hxx sd/source/ui/inc/unomodel.hxx sw/inc/unotxdoc.hxx Change-Id: I8d1f63208baf277b0a9d15908f3ea7ff3b56bf10
-