Commit graph

7802 commits

Author SHA1 Message Date
Jan Holesovsky
f76b36193d android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.
Change-Id: I5f9c9420b6c83601db1c8fdba4ae5a10b17b2107
2019-02-12 12:20:11 +01:00
Jan Holesovsky
d15fc93f31 android: Define MOBILEAPP via config.h. 2019-02-12 10:50:40 +01:00
Jan Holesovsky
df5565674e android: Fix minor build issues. 2019-02-12 10:50:40 +01:00
Jan Holesovsky
e60421e5d5 android: No execinfo.h on Android (yet). 2019-02-12 10:50:40 +01:00
Jan Holesovsky
4f03f09c53 android: Gradle project and other stuff to build. 2019-02-12 10:50:40 +01:00
Jan Holesovsky
32370233b5 Update .gitignore. 2019-02-12 10:50:40 +01:00
Jan Holesovsky
e780a02171 android: Make it to ./configure.
Make of course immediately fails.
2019-02-12 10:50:40 +01:00
Tor Lillqvist
6b90da49d3 Unbreak running in Responsive Design Mode in Safari on macOS
When "emulating" an iPad in Responsive Design Mode on macOS,
L.Browser.touch is false so the code at the end of Map.Tap.js that
calls L.Map.addInitHook() to add the 'tap' thing is not executed. But
L.Browser.mobile is true, so the code in Map.js that tried to access
this.tap was still executed and caused a 'TypeError: undefined is not
an object'.

Possibly this also helps in similar modes in other browsers.

Change-Id: I5dbc1e6b9f80a8f691d400516d95ee950060ae18
2019-02-12 11:38:12 +02:00
Tor Lillqvist
04597b4ec1 Hack to make it easier to drag selection handles vertically on touch devices
Change-Id: I33d03d1378ff5bbce094d5de30ab8d51d38efe0d
Reviewed-on: https://gerrit.libreoffice.org/67685
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
2019-02-12 09:16:06 +01:00
Jan Holesovsky
ff906d83b7 saveas: Explicitly ask for the command values only on saveas:
The loadDocument() is called from many places, let's isolate the
explicit call to sendInitUnoCommands() only to the SaveAs case.

Change-Id: I685152d9915ee17e9f5b464aed27cf2d06075447
2019-02-10 11:16:24 +01:00
Henry Castro
82d544b8b1 loleaflet: update shape signature icon
Change-Id: I1553bd792630a5c6040fa259cb47c04f0c2654a9
2019-02-08 09:58:35 -04:00
Tor Lillqvist
fb29e39899 There is no DocumentBroker::handleDialogPaintResponse() either
Change-Id: I84daa5da83b9d27c8bedadeb8a5d660573e00eb4
2019-02-08 15:47:35 +02:00
Tor Lillqvist
214fb20e7f There is no DocumentBroker::handleDialogRequest()
Change-Id: Ide3f00e898dd1d3dfde62f1eea1728beb6067b04
2019-02-08 15:38:40 +02:00
Henry Castro
f695e36aa9 loleaflet: update basic shape cube icon
Change-Id: I5b3edd8245ef24039857f9a5a988003c15f50c49
2019-02-08 08:37:40 -04:00
Andras Timar
f1be65668c systemplate files should not be writable by lool user
Change-Id: Ifb4fb7e5d5c1861b5e26bb6a710acb28e546c846
Reviewed-on: https://gerrit.libreoffice.org/67425
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
2019-02-07 14:33:30 +01:00
Szymon Kłos
40d6ba651f Get languages, annotations, fonts on reload
Change-Id: If713092dab75bb744cf9c584a30006558d8d738c
2019-02-07 12:21:19 +01:00
Tomaž Vajngerl
d10541cd58 Move toolbar init. to Signing.js, remove logout
Change-Id: I6d65a3cedbc0bce6d6792a8114537bcc6e014a37
2019-02-06 15:09:34 +01:00
Tomaž Vajngerl
2acfb2943a Change the signing toolbar color to Vereign color
Change-Id: I6b0cdd489e663a255ff427c2790b7b27382b4c32
2019-02-06 15:09:34 +01:00
Henry Castro
7da50d3620 loleaflet: calc: show 'merge cells' to the toolbar
Change-Id: I4ed9121a48b3b2dd368ff16d5d7a268f20566609
2019-02-06 08:55:39 -04:00
Szymon Kłos
b3d820d607 Show '>>' scroll on the top
Change-Id: I8d3a202f91f5dc7345010c4d7a04db5f0bbe94b5
2019-02-06 10:50:12 +01:00
merttumer
168838e185 Fix Print is not shown on readonly mode
Change-Id: I360633cdaefafad42605b28aeffbbe4061bc4bdb
Signed-off-by: merttumer <mert.tumer@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/66875
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-02-06 08:39:52 +01:00
Tor Lillqvist
a6e1aa9d36 Add a FIXME
Change-Id: Ia6dccf3fe23e0a4bfd40f4ce2dee168311554418
2019-02-05 16:48:25 +02:00
Jan Holesovsky
4f5aced823 conditional formatting: Enable the toolbar button in calc.
Change-Id: I7191d367f8cb95e087b8e4899e94d4d241b9fae3
Reviewed-on: https://gerrit.libreoffice.org/67375
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2019-02-05 13:59:51 +01:00
Henry Castro
e7303d7f19 loleaflet: remove 'Sum' from toolbar
Change-Id: I6ced414a8be20a02aee6ed3e260405715d6a6fe3
2019-02-04 14:27:54 -04:00
Tor Lillqvist
f5a93b98cc Bump CFBundleVersion
Change-Id: Iec25e7bbcec101209822c413eb8728b93ce9bfd4
2019-02-04 14:56:27 +02:00
Samuel Mehrbrodt
f4c5826ede Docker: Fetch refs before checking out branch
Change-Id: I581fad6dd90831cffceb1bbc7456749fca941a34
2019-02-04 12:29:33 +01:00
Tor Lillqvist
91e8d274ee Avoid having files with names that differ only in case
Such file names make git operations a bit painful if you happen to have a
clone of this on a case-insensitive file system.
2019-01-31 17:54:47 +02:00
Samuel Mehrbrodt
de4e89c623 Docker: Add env var for extra build options
Change-Id: I6f3cb4c526aff5a0543c69143c961b5bc4a555e9
2019-01-31 10:04:24 +01:00
Samuel Mehrbrodt
8d2492c384 Docker: Add option to skip docker image build
Need to have this build differently in our env

Change-Id: I8233dcf216c527a5238329f94b68836168648cfe
2019-01-31 09:50:52 +01:00
Szymon Kłos
70b30f9699 Show combobox list on top
Change-Id: Id527d99cb6eaaf658eb628050e5a969cef0ccc39
2019-01-30 18:22:54 +01:00
Szymon Kłos
dca0a126f3 Check if annotation exists before use
Change-Id: I79204a8baeaa7b2896b153475cde2ba873b28738
2019-01-30 17:06:24 +01:00
Szymon Kłos
c7095ff3e1 Make avatar unified and colored
Change-Id: I2991f8d6a5e0660c2ea857e397588f162f557c60
2019-01-30 16:55:02 +01:00
Szymon Kłos
9d96aa4b6b Reduce readonly toolbar height in calc
Change-Id: If1784b0626080792b7f80c57ff956367be390198
2019-01-30 16:54:51 +01:00
Andras Timar
6364ed0a2f we need share/template/common/internal/idxexample.odt for Insert TOC dialog
Change-Id: I1b33b3c74695605c0bf887d1e730f833f286c33f
Reviewed-on: https://gerrit.libreoffice.org/67117
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2019-01-30 11:13:47 +01:00
Andras Timar
309cb05916 remove duplicated check for 'share/config/wizard'
Change-Id: I46f274825a7be024c87ec9b3cc491c5dc91ffa14
Reviewed-on: https://gerrit.libreoffice.org/67116
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2019-01-30 11:11:11 +01:00
Samuel Mehrbrodt
2ae903e147 Docker: Restart lool when config changes
Brought here from 334731d9e5

Change-Id: Id64f631454e743f37a378d8b10a78c8d3d4c9f47
Reviewed-on: https://gerrit.libreoffice.org/67041
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-01-30 10:10:01 +01:00
Szymon Kłos
fb924bf931 Unify whitespaces in loleaflet.css
Change-Id: I6d916acac8f6b7d4c71eab4fd63b5e13d61be4a1
2019-01-29 21:15:01 +01:00
Szymon Kłos
df090a42b4 Reduce readonly toolbar height
Change-Id: I431a2f3e87374a1cb6cb75557cb0d1eecccf17d0
2019-01-29 21:11:59 +01:00
Szymon Kłos
c38c5d2bf7 Revert "Reduce readonly toolbar height"
This reverts commit d054da1e6b.
2019-01-29 21:08:45 +01:00
Szymon Kłos
a29ae6cc59 Revert "Unify whitespaces in loleaflet.css"
This reverts commit b858bf4ce7.
2019-01-29 21:08:32 +01:00
Szymon Kłos
b858bf4ce7 Unify whitespaces in loleaflet.css
Change-Id: I6d916acac8f6b7d4c71eab4fd63b5e13d61be4a1
2019-01-29 21:03:51 +01:00
Szymon Kłos
d054da1e6b Reduce readonly toolbar height
Change-Id: I431a2f3e87374a1cb6cb75557cb0d1eecccf17d0
2019-01-29 20:56:45 +01:00
Szymon Kłos
93796fa86c Start with readonly UI, then extend
Change-Id: I96352890e9a76107aa1c1df9cf4f5979688a1969
2019-01-29 20:55:46 +01:00
Marco Cecchetti
53a7f069eb calc: header corner: group level ctrls are not scaled on hidpi display
Change-Id: I9b4e016a553a3c8fc2db1a7173f95f344e108256
2019-01-29 16:46:59 +01:00
Marco Cecchetti
fa5c943355 loleaflet: calc: headers not adjusted when grouping rows or columns
Change-Id: Icfe2ce0bb03de34848faf8f1bee7e1d568156ca7
2019-01-29 16:46:59 +01:00
Samuel Mehrbrodt
adff9d1e2c Docker: add env var to change core build target
Change-Id: Ida0410d6ff6515b479d4d431b4a1060e3430dd9d
2019-01-28 12:14:36 +01:00
Samuel Mehrbrodt
4bfdda1068 docker: Ignore errors when deleting instdir
Building in docker, this is a volume which is undeletable

Change-Id: I08c4fd87b1d7ca146f5d91c2cd26675191bd6047
2019-01-28 10:10:34 +01:00
Tor Lillqvist
f028fd58f2 tdf#122359: Un-revert and edit in a attempt to reach a compromise
Change-Id: I0f23c70b3c4a07bae24e490eb8d1a5e56a4ba9ee
2019-01-25 12:20:01 +02:00
Tor Lillqvist
a8de971a59 Fix a couple of typos
Change-Id: Icfaca47c14ad1c76ed45d2ccb362f5f7405c4ca4
2019-01-25 12:02:52 +02:00
Michael Meeks
3be0fd9621 Xcode advice.
Change-Id: Ic323bb2c640cc811250fb2d28e88d50b3d663a0d
2019-01-24 14:21:52 +00:00