Commit graph

7833 commits

Author SHA1 Message Date
Henry Castro
405cf487df loleaflet: fix view document bounds when re-size occurs
Change-Id: I55c00a877f90fd56b0dc4260a332a29ec0ba3ad1
2019-01-22 14:52:40 +01:00
Henry Castro
dac9a5761d loleaflet: w2toolbar: disable logging info "add"
Change-Id: I74089564483ea575f0dc31f3895321ee7cf9ae5c
2019-01-22 14:52:40 +01:00
Henry Castro
a92ebcacf7 loleaflet: mobile: fix "Uncaught TypeError: Cannot read property"
'getCenter' of null

Change-Id: Ie02b06c2a2c7362a4271d29fecdcc9ca09328ae2
2019-01-22 14:52:40 +01:00
Henry Castro
1e9be7972a loleaflet: ensure to not show the elements when request main html
Remove all CSS files from server and requests loleaflet.html,
it should load a blank page, but some elements still rendered

Change-Id: I025c93d9c674be22279dc87f440d321dcf00b79d
2019-01-22 14:52:40 +01:00
Szymon Kłos
3b93d5f61b Small conditions refactor 2
Change-Id: I11bb3a2ae2907e9cba46f3339b457812c6d1d246
2019-01-22 14:52:40 +01:00
Szymon Kłos
8613f11c75 Small refactor of conditions
Change-Id: Id3884d8385bf1c138eef2909220bfef352b95370
2019-01-22 14:52:40 +01:00
Szymon Kłos
d30ade3ff3 Show progressbar on loading
Change-Id: Id2f6b35843380726e10570c2c3e501921e882b52
2019-01-22 14:52:40 +01:00
Szymon Kłos
db319170ba Add 'Share...' to Calc and Impress
Change-Id: I289ff2e557adcb9c1b06adcb8521156d0cb00394
2019-01-22 14:52:40 +01:00
Jan Holesovsky
6369907b51 When entering the revision history, we attempt to hide the cursor too early.
Change-Id: Id594a71f539354579fb96866e73c40e8788a18db
2019-01-22 14:52:40 +01:00
Henry Castro
ca9bea755a loleaflet: mobile: show 'Paste' toolbar item when ...
the cursor handler is clicked

Change-Id: I455a87c3d9543cd64dc44d11ee1b692a42f9c74d
2019-01-22 14:52:40 +01:00
Henry Castro
421545a9cb loleaflet: set options to show the Paste toolbar ...
item of the context toolbar

Change-Id: I865083bb93cb2a7309f28e1559c23a9d5c5286e0
2019-01-22 14:52:40 +01:00
Henry Castro
55bfb01b1e loleaflet: mobile: update new cursor position when ...
the cursor handler is dragged

Change-Id: I96c587098ac5c703dd7e1710e5aa39c6b9b349c6
2019-01-22 14:52:40 +01:00
Henry Castro
cc6e5c844e loleaflet: mobile: add a cursor handler
Change-Id: Ie569ad2ddba85cb4a3559ae12c8451190460f7a9
2019-01-22 14:52:40 +01:00
Henry Castro
48ebffaae7 loleaflet: add event listener 'up' of the DOM draggable element
so we can handle the click event too

Change-Id: I6854ce0b7e2c16a2b63fd33f9b9053e4b55e0d49
2019-01-22 14:52:40 +01:00
Henry Castro
a3151e6ccd loleaflet: fix when the blinking cursor is hidden
Change-Id: I7c816eef37351132d81be8560f6cdd14711572f7
2019-01-22 14:52:40 +01:00
Jan Holesovsky
11bd561efa menubar: Currently we cannot use 'hidden: true' for 'styles'.
When we do, they are never populated & shown.

Change-Id: Ida58035fcdcde7446c206213155b06cf88a61c86
2019-01-22 14:52:40 +01:00
Jan Holesovsky
ec316e80cf sd menubar: Introduce Character..., Paragraph... and Page Properties...
Change-Id: I043e6af1c903f359d029128d039b0d377ba6111a
2019-01-22 14:52:40 +01:00
Jan Holesovsky
b270b4e42c Makefile: Reintroduce the check for missing .uno: commands.
Change-Id: If290ff9878fac6f9100246cad4fbc87b559fc7b7
2019-01-22 14:52:40 +01:00
Szymon Kłos
61a2ac2954 Use same buttons on tablet like mobile
Change-Id: I50b747a67d17f1cc5380ad375ec796c2ac1c73e9
2019-01-22 14:52:40 +01:00
Marco Cecchetti
2e301fa719 loleaflet: perform graphic moving through TransformDialog
Change-Id: I749c68eac25843b0765ac61458df8b00c56426d1
2019-01-22 14:52:40 +01:00
Henry Castro
5375f53ffa loleaflet: calculate offset when intersect max bounds
Change-Id: Ie0252e19b230d40a14b3871cff51e5ba1da57da2
2019-01-22 14:52:39 +01:00
Tamás Zolnai
b007656e6a Add a test case of SVG export of Writer image
Change-Id: Ic81754d965a89106f50866a148c7ced0be4a3e9a
2019-01-22 14:52:39 +01:00
Tamás Zolnai
e394999caa Add test case for SVG export of selected shapes in case of Writer
Change-Id: I96e4e4bb098ea37974d6cc684c9b8170ad72869e
2019-01-22 14:52:39 +01:00
Ashod Nakashian
f4629398aa leaflet: don't re-focus the container on mobile
This is causing dropped key-input on mobile left and
right for some reason.

Change-Id: I357ea8d18c9c6bb23200146e5a5e6333486c0df8
2019-01-22 14:52:39 +01:00
Ashod Nakashian
139aa00fdf leaflet: properly handle cursor focus between slides and dialogs
A couple of corner cases remain:

1. When the sidebar deck/pane changes, the editor
   loses focus, even though it has the cursor, no
   typing is possible. A second click is necessary
   in the editor to resume editing.

2. When switching between editing a field in a dialog
   or sidebar and the editor, upon returning to the
   editor we get the cursor, unless we click where
   the cursor actually is (in Core). Most likely
   this is because we aren't getting the cursor
   position update in this case.

Change-Id: I01fab5eccc8052dcaf82f3380c9a322353ae1b79
2019-01-22 14:52:39 +01:00
Tor Lillqvist
669e90de20 exportSignAndUploadDocument() is not used on MOBILEAPP (and does not compile for iOS at least)
Change-Id: I23bdd461c8dffb407e6aee2a378c47dc38239618
2019-01-22 15:50:13 +02:00
merttumer
c3d67d6af2 added Watermark item on format menu
Change-Id: I69fc50b44e4edf871f474c2baacecbb03ad7aabe
Signed-off-by: merttumer <mert.tumer@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/66629
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
2019-01-22 10:38:11 +01:00
Miklos Vajna
05e409fb94 Remove unused 'Timestamp' using decl
Change-Id: If71dd6ef849c530b3c39ab55e0640d597f5a0b2f
2019-01-22 09:19:39 +01:00
Andras Timar
69e6cb768e In Spanish, “Itálica” should have an accent mark
Change-Id: I8fb478c18b6aeb500048bdc4b9e904967263098a
Reviewed-on: https://gerrit.libreoffice.org/66662
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-01-22 05:52:04 +01:00
Szymon Kłos
2603d70039 Show correct avatar during comment insertion
Change-Id: I86b373da8cf6f044fe745b00bc917787583780b9
Reviewed-on: https://gerrit.libreoffice.org/66698
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
2019-01-21 20:22:46 +01:00
Samuel Mehrbrodt
72f0743f26 Revert "Docker: Fix runtime dependencies for support key build"
This reverts commit 2880312af5.

Turned out it was a problem on the builder machine, not with the image itself.
2019-01-21 09:39:27 +01:00
Miklos Vajna
bb2257c2ee net: make members private in clientnb
None of these were used externally.

Change-Id: I2ac504a1c671dd7d315aa4e1a0a5b5e070bec857
2019-01-21 09:13:23 +01:00
Szymon Kłos
3e47e6ffae Don't show modification indicator in read-only mode
Change-Id: Ib9f8803c0524040d6debf4adbdd4de7fa47fa32c
2019-01-18 18:46:58 +01:00
Andras Timar
68228fe506 loleaflet: add framework to override localizations coming from core + es and de fixes
Change-Id: I97ad332c543f120e01563d19607c404b41aaa364
Reviewed-on: https://gerrit.libreoffice.org/66624
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2019-01-18 16:41:54 +01:00
Miklos Vajna
010d415e95 kit: make members private in DummyLibreOfficeKit
Change-Id: I2d29398b16272b683f9682f627b4a0574c9332b7
2019-01-18 09:07:20 +01:00
Tomaž Vajngerl
fe59a510fd send a signal that the export, sign and upload was successful
Change-Id: Ic55a2d5ea452c9153945d3bc9bcbb514a46e70e9
2019-01-17 16:58:20 +01:00
Tomaž Vajngerl
a5ca962092 use export,sign,upload codepath for DOCX and ODT too
Change-Id: Ic6c397e3936bfd659a6b4e8627ba45dbd4e6ae25
2019-01-17 15:19:35 +01:00
Miklos Vajna
6d57f0a005 net: make members private in DelaySocket
Change-Id: I5970d55f0723e46892ed5bea87bb79376c7ea530
2019-01-17 08:46:11 +01:00
Henry Castro
562c4310e0 Revert "Made grab handles larger and circles."
This reverts commit 6195ea6b4018f737db4f9b782f02b130aa495ba4.

Unfortunately has side effects, it clips ellipse the SVG layer
2019-01-16 13:31:49 -04:00
Mert Tumer
fdec2ef833 Added some items on Menubar
On Writer:
Insert->Section on
Insert->Table of Contents and Index->Biblography Entry
On Calc:
Format->Page
Insert->Headers/Footers
Format->Conditional Formatting->Manage
Tools->Goal Seek
On Impress:
Insert->Header and Footer
Format->Bullets and Numbering
Signed-off-by: Mert Tumer <mert.tumer@collabora.com>

Change-Id: I55da2e6c4da5ac187357adc1b823da26afff424d
Reviewed-on: https://gerrit.libreoffice.org/66440
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
2019-01-16 16:01:12 +01:00
Miklos Vajna
e1adc6ff17 tools: make members private in Config
Change-Id: I3127d0d1f460ea535295fbf8dc2bb1856b1c2ff8
2019-01-16 08:59:45 +01:00
Miklos Vajna
51adedfa67 tools: make members private in Connect
It was not used externally.

Change-Id: Ie96af8aa4c72efc17c40f453ce200e520d954365
2019-01-15 09:35:20 +01:00
Samuel Mehrbrodt
2880312af5 Docker: Fix runtime dependencies for support key build
* Install libssl
* libPocoNet.so is needed. Only available starting from Ubuntu 18.10,
  so upgrade the docker base image accordingly

Change-Id: I7c60c92d9c1126d36742d3b48992029e55aad405
2019-01-15 09:27:49 +01:00
Andras Timar
889fb7a1ce build requires m4
Change-Id: I23a102762a43890d5487ea7a6e3adac035fc3b68
2019-01-14 15:17:20 +01:00
Miklos Vajna
6bc1fa6215 tools: make members private in AddrSpace
Only _addrToStr needed a getter, the rest is not used externally.

Change-Id: Ie1c0f860c6aa0acc26c8c7272298225a4804a5e5
2019-01-14 08:44:04 +01:00
Tomaž Vajngerl
7137c953d8 add export, sign and upload as one function for PDF signing
PDF export, signing and upload needs to be done in one operation
as PDF doesn't change the current document. The workflow is just
a bit different to the ODF / OOXML that it needs a change in
behaviour.

Change-Id: I752b293494a2d677fa7f12f2317954cfcf47859b
2019-01-13 23:50:18 +01:00
Miklos Vajna
6c8af8091f tools: make members private in StringData
Change-Id: I6c080264d2c66abdb6760c190f3727dd0159c865
2019-01-11 09:08:44 +01:00
Jan Holesovsky
801643baf0 Actually, let's ship both these jQuery themes.
Change-Id: I3e546e155d50fb280fe12c31b8c33523ac8e9f11
2019-01-10 12:37:46 +01:00
Jan Holesovsky
83dc72115d Update the dialog closing button's image.
Change-Id: I2a5d9d62bda4e20e24a5bdeeea1befad594918b1
2019-01-10 11:32:23 +01:00
Miklos Vajna
5391c09fba tools: make members private in Map
Change-Id: I9f23d5095e387888e43c0a0d2e6ed041ac5aed68
2019-01-10 09:11:55 +01:00