- 16 Mar, 2015 40 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: Idc97ebfe3db27ac52c1c6b16177f08118a750e69
-
Miklos Vajna yazdı
This gives graphic selection / moving / resizing for non-frame shapes (the ones with the blue handles on the desktop). Change-Id: I59018d4beb2ad1d2133d439afda56686b3c00b0c
-
Jan Holesovsky yazdı
Change-Id: Ib76729004f36e087aaf5a6089a60675c606e9070
-
Tomaž Vajngerl yazdı
Change-Id: Ib81763148b077423d3903802b13a11b15ba3b0c1
-
Tomaž Vajngerl yazdı
Change-Id: Ie9fa613659db9dcc174851d7c02587bef6b67cef
-
Tomaž Vajngerl yazdı
Change-Id: I9ecaf0f0e7e39e2a28e1545bc0310360d5cebfe5
-
Tomaž Vajngerl yazdı
Change-Id: Ieb6acdb75e0ae0367dd39b2773e69d6f8415f0fc
-
Miklos Vajna yazdı
Change-Id: Ib91bfea95d957362d807a3de53b12e2fc9389fbb
-
Siqi Liu yazdı
-
Siqi Liu yazdı
Change-Id: I3d35918a43dff789fad703cfc6b594a6dd3df47b
-
Miklos Vajna yazdı
Otherwise it's not possible to later move the keyboard handling code from gtktiledviewer to lokdocview, and handling keyboard in gtktiledviewer but mouse in lokdocview is confusing. Change-Id: Ib036e2cbf65ffa28771a41b01c0fda2b7b895f47
-
Miklos Vajna yazdı
Change-Id: Ib24003178bb576ff1450d674d74ef8978b350b92
-
Miklos Vajna yazdı
Editing can start by clicking into the widget or by pressing the toggle button on the toolbar. In the first case the widget should emit a signal, so the the toggle button's state can be up to date. In both toggle button <-> LOK widget direction only update the state if it's not yet up to date to avoid infinite loops. Change-Id: I84c9e7757cd7cde42a95f67f0cb28f9ad6984e7a
-
Miklos Vajna yazdı
This is mainly to be in sync with Android, but this also makes blinking text work in viewer mode. Change-Id: Ie307cab722bae5030ca9bdfb442555a728aa33cc
-
Miklos Vajna yazdı
Change-Id: I57a9c94ed0fb67befd226afe78a90bee9a7fb358
-
Miklos Vajna yazdı
Not too important for now, but in case later we want to show some kind of preview, then this will be the place to do it. Change-Id: I531761178491f606834b4b359281122be4c8bca9
-
Miklos Vajna yazdı
Change-Id: Ibf9d62c52edeaad4aada7960820e1bb8fa6c2c63
-
Miklos Vajna yazdı
It's the same as resizing, except that the action starts inside the graphic selection, but not over any handles. Change-Id: Ie2465fc4534d2d919ccb0f316874477f02a5d103
-
Miklos Vajna yazdı
With this, it's now possible to resize images in Writer. Change-Id: I2f557d6a64efda54959627d21406aef85160e470
-
Miklos Vajna yazdı
Change-Id: I115cf7e7978622d5108c4c792f7de861beb6efb6
-
Tomaž Vajngerl yazdı
Change-Id: Idc8c94629bd7a23be1e3a13e88debc478d6ab880
-
Tomaž Vajngerl yazdı
Change-Id: I09f175a09c8b4c9468e2221274b17216b23b76ff
-
Tomaž Vajngerl yazdı
Simplify by removing all but one transition state (which disables handles depending on previous state). Additionally show/hide/change the graphic selection depending on the messages we get from LO. Change-Id: I95d22a58e0a7f3cb034b18034cb816816a48f355
-
Tomaž Vajngerl yazdı
Change-Id: I13d26dd8b38d0b6817f3d0dbcb8a063fef559c2a
-
Tomaž Vajngerl yazdı
Change-Id: I0efaa8c131959dbaefba24d48041744391c55137
-
Miklos Vajna yazdı
... candidate when tiled rendering. Tiled rendering works entirely in twips, so pixel sizes are not relevant. One step closer to working image resizing in the tiled rendering case. Change-Id: I1d5e33071a383b333e0fdb9d30ea09fcea23a8fc
-
Jan Holesovsky yazdı
Change-Id: Ibb5ff11bc49d346c5435ffe7866a33148954f3c1
-
Jan Holesovsky yazdı
Change-Id: Ic535aaf9c1cac303dbade4dab7500d176aaaab2b
-
Siqi Liu yazdı
Change-Id: I1ec96957fba161a35ec2cf44f197ed3d7199dd89
-
Miklos Vajna yazdı
Change-Id: Ic9804857df2237507f412bc6e248e5a7e83f8803
-
Jan Holesovsky yazdı
When we don't set the 'wysiwyg' text, tiled rendering gets confused, because nPrtToScreenFactor is not 1.0, and everything gets horizontally shrunk. There is still a problem with vertical direction unfortunately - in order to have the same height of all the cells, the zooms where it does not fit the pixels can lead to an offset there too; but still this commit improves the situation a lot already. Also sort the includes when touching this, otherwise no idea where to add the inputopt.hxx :-) Change-Id: I15bf367af72a898248af81f34dc857ceb66187af
-
Jan Holesovsky yazdı
Change-Id: I985275e3a1a944dffebe3987dee748f604e065f9
-
Tomaž Vajngerl yazdı
Change-Id: I221ece32967289104612309faee5d22209a64b25
-
Tomaž Vajngerl yazdı
Previously we included the android support library v4 for some GUI elements like GridView. This commit in addition adds the v7 appcompat library which is needed for the new Lollipop style Toolbar and many other new GUI elements. The appcompat v7 library is not distributed as only a jar file but needs to be build (as it includes additional resources) and included as a library project. So to do this the content is copied from SDK and build with the build system. The files also include the v4 so it doesn't need to be copied from SDK anymore. The target had to be raised to v21 (Lollipop), however the minimum SDK version remains unchanged. Change-Id: I4f1a6ce69e7f6c3f9df784a6835f376a01d4dfdb
-
Tomaž Vajngerl yazdı
Change-Id: I9bf9193a2130316caca83030c4fb5dd588c5c0e0
-
Michaël Lefèvre yazdı
Change-Id: I07ebb82b71d6019a35b7cd2757464dab269d2098 Reviewed-on: https://gerrit.libreoffice.org/14855Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Takeshi Abe yazdı
Change-Id: I676ed68108cafe8bb0e67eb208f08a0bc91be5c6 Reviewed-on: https://gerrit.libreoffice.org/14874Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: I974bf297a5d12098d8553c862725cf1cbd4384ef
-
Markus Mohrhard yazdı
Change-Id: I096e235560c81ef4c55cf14ead3544b977916c20
-
Markus Mohrhard yazdı
Change-Id: I9860142f2da9c19f52f3a8a2be6ec851bdf81b6e
-