Commit graph

21 commits

Author SHA1 Message Date
Andras Timar
3ad28a69f4 msguniq after appending welcome strings
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ic4ceefca9d4084909b2f783738838bc340ac9e1a
2022-03-11 23:56:53 +01:00
Andras Timar
f0db52d761 Welcome dialog fallback l10n
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I4267481c5b34f0493ca8a7b1b50d398299deeae3
2022-03-11 21:46:08 +01:00
Ashod Nakashian
6da32684ca browser: mocha: hide the test results when successful
This reduces clutter on the screen when there is
nothing to pay attention to. The full output is
still captured in mocha.log with the full path
printed in the make output.

Upon failure of any mocha test the output is
unchanged: the full output is printed to stdout.

Change-Id: I8d73d88be84852bb209eda63a3bb03c040be8f13
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
2022-03-09 19:24:40 -05:00
Henry Castro
56af316604 browser: makefile: the welcome folder has images and CSS files
Modify the rules to install CSS and images to welcome folder

Change-Id: I805666daed893c08938e7d0c4240e8a62e005e52
Signed-off-by: Henry Castro <hcastro@collabora.com>
2022-02-24 19:15:35 +03:00
Tor Lillqvist
46e6f6b4ba Introduce symbolic names for the UNO key codes and modifiers.
Signed-off-by: Tor Lillqvist <tml@collabora.com>
Change-Id: I1c97f4a8f1ad7ca1d788357399b4fac0f28e74c2
2022-02-15 13:39:47 +02:00
Henry Castro
9107ca8eff browser: add initial welcome dialog
Change-Id: Ic42ad71fec286fe85e5130951fcab0e11b1563c0
Signed-off-by: Henry Castro <hcastro@collabora.com>
2022-01-26 16:46:06 +01:00
Henry Castro
f44ae10700 browser: add initial Map.Infobar handler
Change-Id: Ic7d24d11ec54bcdc42904f9fd5005cb49216ca01
Signed-off-by: Henry Castro <hcastro@collabora.com>
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
2022-01-26 16:46:06 +01:00
NickWingate
450468e3d3 CDarkOverlay replaces ObjectFocusDarkOverlay.js
Signed-off-by: NickWingate <nicholas.wingate03@gmail.com>
Change-Id: Ic8005b7609d9c0842120ce5e4ca074e3d4d862f4
2022-01-17 16:04:51 +03:00
NickWingate
b63222ab78 Remove reference to ObjectFocusDarkOverlay in Makefile.am
Signed-off-by: NickWingate <nicholas.wingate03@gmail.com>
Change-Id: Ibe966e8252858d4baa90674523576928fc41d55b
Signed-off-by: NickWingate <nicholas.wingate03@gmail.com>
2022-01-17 16:04:51 +03:00
NickWingate
6c1a13894e Implement CDarkOverlay.ts in CanvasTileLayer.js
Signed-off-by: NickWingate <nicholas.wingate03@gmail.com>
Change-Id: Ic8005b7609d9c0842120ce5e4ca074e3d4d862f4
2022-01-17 16:04:51 +03:00
Andras Timar
944a66d5d2 Update list of js files with localizable strings
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Idd7d5ff0ab2568d4a634efb619f054256a7538ba
2022-01-13 22:22:41 +01:00
Dennis Francis
71e2bc6fed convert L.Transformation to typescript
Signed-off-by: Dennis Francis <dennis.francis@collabora.com>
Change-Id: Ib189a5ea5267fc7ee99231a519cfec53b1c8febc
2022-01-11 21:21:27 +01:00
Michael Meeks
33c4af86e7 perf-test: record stats by default and print them out.
Also exit after replaying events.

Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
Change-Id: I04571fd99e2cc85869b4cad883416b37431e4ce0
2022-01-08 09:48:20 +00:00
Pedro Pinto Silva
5f4cef403c Fix top (smartmenus) menu for small window width
On Laptops: When resize the browser window or tiling it to the right
or left the whole layout would get very difficult to work with due to
the smartmenus overlap over everything else.

Introduce override-smartmenus.css file (following the applied same logic
as with override-vex.css) and make sure smartmenus are not only
displayed correctly at those sizes but that other elements such as
document's title and modified timestamp get hidden if no space is
available.

Note: since we are not using the smartmenus for mobile we can safely do
this without worrying or adjusting nothing else for smartphones.

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ib42767f2110fc7bd0f471ea490f5430ae2958021
2022-01-05 15:10:19 +01:00
Pranam Lashkari
fa35ead871 added inline source to debug ts in browser
Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: Ic34695faa47e47dd4951837a8a1dd2ba288ece62
2021-12-24 19:49:05 +05:30
Pranam Lashkari
40e779fa53 enable source maps for debug mode
enabling source maps helps while debugging through the IDEs

it becomes necessary with typescript

Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
Change-Id: Ia5f09595ed9726e0076d1837024868a651d92361
2021-12-22 18:22:34 +05:30
Gleb Popov
63cf19a399 Use cp -a instead of cp -ar.
According to Linux man, `-r` and `-R` are synonims and `-a` implies `-R`.
However, FreeBSD `cp` errors out when both `-r` and `-a` are given.
This fixes `make install` on FreeBSD.

Signed-off-by: Gleb Popov <6yearold@gmail.com>
Change-Id: I5b325eb654ca52ad0f988e777c5bf5447d385ab5
2021-11-26 22:33:10 +01:00
Andras Timar
f07ff8c7e0 rename: remaining lool->cool changes
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ib7d4e804bebe52dead8d53b0e0bbaed0f08bf3d0
2021-11-18 14:14:11 +01:00
Gökay ŞATIR
62d4c87808 Add aria-label attributes and make them translatable.
Signed-off-by: Gökay ŞATIR <gokaysatir@gmail.com>
Change-Id: I23472ec2836ca686a11cfb9ff2e623f7c88cc75a
2021-11-18 15:20:12 +03:00
Henry Castro
023337fac8 browser: update Makefile.am
rename loleaflet -> browser,
loleaflet -> cool

Change-Id: Ib1f1dd1210a1ed16c1892bd97a8138c0beb1deea
Signed-off-by: Henry Castro <hcastro@collabora.com>
2021-11-10 17:18:56 +01:00
Henry Castro
e5c1d0e637 initial rename loleaflet -> browser
Change-Id: Ief7edfe7e3ff3a0a1ec24b4dc106bdeee5d0f8ff
Signed-off-by: Henry Castro <hcastro@collabora.com>
2021-11-10 17:18:56 +01:00
Renamed from loleaflet/Makefile.am (Browse further)