[Libreoffice-commits] online.git: Changes to 'private/kendy/new-stuff'
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 6 22:15:12 UTC 2018
New branch 'private/kendy/new-stuff' available with the following commits:
commit 96ed87bdccc8985b96bb6b0ce5aaa4bd4685e3c3
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Thu Dec 6 11:40:54 2018 +0100
Slide switching buttons in mobile
Change-Id: Idf30f53dc8e1a68d0c99dfef484ea9796ee40550
commit 3e910e602e20c24321aaad8d97be57256034fb45
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Tue Dec 4 23:28:55 2018 +0100
WOPI: Action_RemoveView
Change-Id: Ie8160b70b94c5cb9012560fde64e7e4e9eb079cf
commit 3af486114a311b8fb64f37b17c29723b2098c2a7
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Wed Dec 5 08:59:59 2018 -0500
leaflet: check status change by comparing payloads only
Since we have two status message commands, we need
to store and compare just the payloads, lest we
unnecessarily re-process the document state when
nothing has changed (except we got status: vs statusupdate:
or vice versa).
Change-Id: I8506fc4ced3e7677ccc6725893b5ad8eeb8e9f9d
commit a956556e152dae16e95b3e15cd0b23890d96a374
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Fri Nov 30 09:10:28 2018 -0500
wsd: document forced autosave and why isAutosave=false
Change-Id: I5bb35898bb917f6768327b264e87dd9000a10ecc
commit c55fa25f0f6a192e54ee2c658bcf33c2a57e0317
Author: Henry Castro <hcastro at collabora.com>
Date: Tue Dec 4 21:57:31 2018 -0400
loleaflet: restore original preserveAspectRatio attribute
Change-Id: Ia34deb90c958e3d633d098b63c49adfd5bc3bdac
commit beedc12346ae422d8a478c9005f425eb0b6096a2
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Tue Dec 4 16:46:45 2018 +0100
Enable undo & redo after enterEditMode
Change-Id: I275f16613eafe74539a8ddd939a8db9979174e6d
commit a91175b1f7def7c3d94e648d7a71a3e0c1088d53
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Tue Dec 4 15:37:14 2018 +0100
Enable buttons after read-only mode exit
Change-Id: Ic6680d53d07ba0d3a026ae0e17ba5ba812e60e32
commit 694e454e7cc7d11e8c9f45bb3b6d71ef51ce84cf
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Mon Dec 3 19:17:16 2018 +0100
Reload menubar on permissions change
Change-Id: I156315982cea806de9f0cd21ef45e018be0b3c52
commit c79183788c330821fac027b8da14828be08d7d3f
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Nov 30 16:29:18 2018 +0100
mobile view mode: Don't show the 'edit' button on the desktop.
Change-Id: Ia7f3fa5036c0f47fb9da51042b5cfe673871e432
commit 3e63aab55b3e0f170bae5590fbf96f3f252242b1
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Nov 30 16:18:43 2018 +0100
mobile view mode: More screen space for Writer and Calc.
Change-Id: Ia754aad59d09254d538480619aec1020f4eb4943
commit 8f93a6ba38132150793d79099b62d0333cce0bd9
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Nov 30 15:24:29 2018 +0100
mobile view mode: Don't hide the content of the upper toolbar when read-only.
Change-Id: I7d3cf8f5f1946f05254cc22d7ea6fedfe872e225
commit 89826be862ffaeae1a62bb5e8f974d1e277c9f03
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Nov 30 14:37:11 2018 +0100
mobile: Fix the naming confusion also for toolbar-down.
Change-Id: I717d1364926a788a15ac9b5e89c4e5fe28a8cac3
commit ecc66d53258e9e3cfc3ed853ad0c8fcece09768a
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Nov 30 14:31:34 2018 +0100
mobile: Fix confusion between <div> naming and w2ui naming.
Both were using toolbar-up, but the <div> was always up, but the actual
w2ui toolbar (named toolbar-up) was at the bottom.
Change-Id: Ic3ff80f68bfb878d2ed77e98e5be10ca96d64987
commit fc09b8c45bc305860c2310b4d4601a8db98e33f0
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Nov 30 13:15:02 2018 +0100
mobile view mode: Start with the read-only mode, upgrade to edit when needed.
Change-Id: I268bf89465aac871b83238b8e7c534ef80428e88
commit 8f72cbb8c4c81682e9294e42b5dbb5693561990e
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Nov 30 12:17:48 2018 +0100
mobile view mode: Add the floating action button.
The icon comes from the Material Design pages: https://material.io
Change-Id: I59acf7bfb6c65030721605ead057c8854f529a3b
commit e58353657ae02441e49c3857207e6780b7710643
Author: Marco Cecchetti <mrcekets at gmail.com>
Date: Thu Nov 29 23:37:31 2018 +0100
loleaflet: shape scaling rework
Now shape scaling is handled through the transform dialog instead of
simulating a drag and drop event in core.
For performing a uniform scaling when the shape/image is rotated we
need to inform the client about the rotation angle for the
selected graphic object that has been achieved but appending an
angle argument
to the graphic selection callback.
The client check if the angle is divisible by 90 in order to decide if
uniform scaling should be used or it doesn't.
Moreover now it is also possible to reverse shapes/images through
negative scaling.
Change-Id: Iadb93f5883ac403313c1358cb3d8cc9db78338fd
commit 5f6b92b14e22ec03814b67ae809ed2e25365ab27
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Thu Nov 22 18:37:53 2018 +0100
Zooming dialogs: per instance, not global
Change-Id: Id5a0baac745018a2d450ce4cb930849105452563
commit 1be08b3bc5525023988d6f6a7c893d8e7508f628
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Nov 29 09:59:00 2018 +0100
menubar: The temporary one should not be disabled & jump to the new position.
Also don't use the hover frame for the 'Last modification', it is not a
real menubar enttry.
Change-Id: Iccaf8ff2b7a882e7d5bbf56d5dc19422a93457fe
commit 26d4530f81dc8e9eec176a74258f31068c4ffdbc
Author: Henry Castro <hcastro at collabora.com>
Date: Thu Nov 29 12:07:41 2018 -0400
loleaflet: show/hide embedded SVG when it is transformed
Change-Id: I89b10a8bc36520a1224701835b0a66e4b781109e
commit 2157088483fcb40a75b2a8f2199124bec57dfa21
Author: Henry Castro <hcastro at collabora.com>
Date: Thu Nov 29 11:24:47 2018 -0400
loleaflet: set display to none of an embedded svg element
Change-Id: I6827dd60e3ed6959cabf623f153e73cafed2107a
commit 5e24a40fcfe634d7f8bd8b8b7889f9ec723995a6
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Thu Nov 22 18:37:53 2018 +0100
Zoom & move LOKDialogs using gestures
Change-Id: I313ef0ed1b801d8a3d3aadfca7c2eb001499e7db
commit 5aefd38f2deb9f9f6fa761cd1d48b2aeb48a59c6
Author: Henry Castro <hcastro at collabora.com>
Date: Thu Nov 29 09:44:16 2018 -0400
loleaflet: set opacity 0.5 to a group element
Change-Id: I2f3e7f275e0b217041fd2e4c83a1360cdced738a
commit d9e4a18e938e8eecfca46d167c8624e7a0159748
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Wed Nov 28 12:02:02 2018 +0100
Introduced tablet mode
* by reducing small device screen size limit to 767px
tablets like iPad are not switched to the simple ui
* tablet is a mobile device without simple ui
* created global methods to detect ui mode
window.mode.isTablet() / isMobile() / isDesktop()
* menubar / toolbar items can have 'tablet' property
* modification indicator is hidden in the tablet mode
to allow layout menubar correctly in the vertical mode
* tablet mode has the menubar folded by default and
hamburger menu icon to unfold it
* menubar hidden by default needed fix for calc due to
additional row with formulas
Change-Id: I0d89427f6bfde015c645c597cb741c69b9031178
commit 30dfbb9098d9942246d9eefb2b6efdd6629d34bb
Author: Henry Castro <hcastro at collabora.com>
Date: Wed Nov 28 16:14:36 2018 -0400
loleaflet: remove the bounding rectangle when the hook is removed
Change-Id: I9475c2297882fb848010996087374af5dde3d214
commit 219c2ba9bbe3c0b1aad44702b77d4168474ea6a4
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Wed Nov 28 20:34:51 2018 +0100
More modern look of the user list
Change-Id: Ie23b0b214992c5d8425ee86eb6e5897f680b65bd
commit d31a9c4e0fc9fc6fc73e948434a868e2807c8d25
Author: Henry Castro <hcastro at collabora.com>
Date: Wed Nov 28 15:23:04 2018 -0400
loleaflet: ensure to remove listeners when the hook is removed
Change-Id: If6c1044ee95957c1e58c6a5d2d835b25f9a4443e
commit e8bf80a58cb20bdcf20ff24f5b4c1cbd60bec4f8
Author: Henry Castro <hcastro at collabora.com>
Date: Wed Nov 28 14:06:35 2018 -0400
loleaflet: set no mouse interactive to the bounding rectangle
Change-Id: Ifbc67bd6c144ec45a3cb4effa67f24f90486d97b
commit 0cddbbe68b8fc22393e3e608ff686b6fd20c0cae
Author: Henry Castro <hcastro at collabora.com>
Date: Wed Nov 28 12:31:43 2018 -0400
loleaflet: set no clipping for L.SVGGroup
Change-Id: I1565e6643bdf97de692cfe3a0da36918dd21a05a
commit 7084d2cc1e15e4b04ab8156c21236737c43a2475
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Tue Nov 27 18:35:29 2018 +0100
Make the presentation toolbar completely hidden
Change-Id: I7f70fbc86f6e38f952c65d14e43da6ac45e25bb9
commit daef0186639f66c4df803ecbcf304a4ae35b5fce
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Tue Nov 27 14:48:30 2018 +0100
Fix close button on mobile
Change-Id: I87e08454e81c7198a52151af831d0be1d97022e0
commit e587fd1089c7cabfb22efda272f330e0d2f083aa
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Tue Nov 27 14:11:03 2018 +0100
Make popups look more unified
Change-Id: Idd40ca937f18592ea2c17f9db91f1871a51c7db6
commit e6529dd78fd08bf375d2a44bf4ec88950cef3ff3
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Tue Nov 27 14:10:32 2018 +0100
Remove shadow under ruler
Change-Id: I8b67ec54780931a18aa3a4aecb9287dd6848ba9b
commit 6c980f5607ee88f40f884c06fd795260889543ef
Author: Jan Holesovsky <kendy at collabora.com>
Date: Tue Nov 27 14:54:51 2018 +0100
toolbar: Make the spreadsheet toolbars completely hidden (Writer, Impress).
Change-Id: I5ee3955d3cc4883153b9811b05e61d3c78dd8884
commit a5d18a937fc700b5894d8bd738c033aa0eaa45e0
Author: Jan Holesovsky <kendy at collabora.com>
Date: Tue Nov 27 14:16:06 2018 +0100
toolbar: This delimiter should start in hidden state.
Otherwise we start with 2 delimiters next to each other, which looks
strange.
Change-Id: I51dd5f39aee59275fc8255231df50a84e0e873c9
commit 2ebe6e1cbe10f801126bb7a04ee19c3bd7fc4259
Author: Jan Holesovsky <kendy at collabora.com>
Date: Tue Nov 27 14:02:31 2018 +0100
toolbar: No need to start Bold / Italic / ... in the disabled state.
Change-Id: I2d3d5d93ecbaa902f82236836f58cde09033c83f
commit 8b21fd3bc5ee35303216d51234e2c1ab0a68db1f
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Mon Nov 26 21:00:51 2018 +0100
Hide component specific toolbar items by default
Show them later, when we get to know the document type
Change-Id: I5096773a9c9fc1067962c75f112dfa2ac9e1cb38
commit 42487cb8f9518246f82bdfc81be54a5cc3cf3d98
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Mon Nov 26 20:35:12 2018 +0100
Hide component specific toolbars by initialization
Show them later, when we get to know the document type.
Change-Id: I27a4af62edbff134de40551cab2d477e8d28617b
commit 9a7ae12bb43dbc6e181ffcc1c67d44ed04120c6b
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 25 15:12:33 2018 -0400
loleaflet: introduce onShapeSelectionContent function
Change-Id: I45bfc7df83242c5291276999e99f0d75ecf221ca
commit c7545981aa9e861c35e39f700724d87d48a8d857
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 25 15:08:42 2018 -0400
loleaflet: fix onRemove event of layer L.SVGGroup
Change-Id: I8404419d9f51b750bd550826499f81e555ff8be3
commit 67ca8dbb9ae73ff70240ef844135d1233907ae82
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 25 15:08:00 2018 -0400
loleaflet: add/remove embedded SVG functions
Change-Id: Ibbdf819f1148b366f5ff782775d8684936a1ffc1
commit 24f67583b394928878aebf8ae5d150bc8e539165
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 25 15:06:46 2018 -0400
loleaflet: fix wrong calling function
Change-Id: I717ced723c7101739b450f23a5b09854dffbdc95
commit 4caad418b6eb3d10c74eb0ac66aeaaae877b886b
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 25 12:40:43 2018 -0400
loleaflet: transforms points for L.SVGGroup
Change-Id: I6017427422abe44a359a4f3efc0a5e85d9eb1ee8
commit ae52f0e46f4ff44b9b3405f55735e49b2ce373a7
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 25 12:35:14 2018 -0400
loleaflet: create a group element for SVG renderer
Change-Id: Ia3e8c64013b13732bb550dca4cfa249c2da2afe2
commit e31f3ebd4b81747d30ea0da66f2ed9375ce7827d
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 25 12:33:22 2018 -0400
loleaflet: add initHook to L.SVGGroup
Change-Id: Ic42c5f2c96c2e35e94da242be1f97a67caabaacb
commit 6625cd235fd884fbe9b46a2a9132e0129afca603
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 25 11:34:04 2018 -0400
loleaflet: insert new layer svg from string
Change-Id: I34192d7c885f816003aece1b92d90f0e2c83e150
commit 9d908fcb3302eeeb91dfafc885430591fecbc3f7
Author: Marco Cecchetti <mrcekets at gmail.com>
Date: Fri Nov 23 16:39:36 2018 +0100
loleaflet: removing debug code polluting console output
Change-Id: I10a0ad04154dc05c015a482320d53109ccf54601
commit cb7820fca480a8c54b77b921b504b195581d78aa
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Nov 23 15:29:14 2018 +0100
Fix --disable-debug build.
Change-Id: I0101bc31f4bcb49b34cf4b837fe27ed9a1e89a55
commit e71bafc0f72618b59442811c3302572ceab098f2
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Nov 23 11:11:38 2018 +0100
impress: Hide some leftover separators.
Change-Id: I15bae27f51ae13b6782bc0e47b7318eb2d28d6a1
commit 90870db7934dce3ed4eb9de910a6931e381f5bcb
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Fri Nov 23 00:05:29 2018 -0500
wsd: configure listboxes to limit the drop-down height
This is done to avoid bleeding the listbox/combobox
drop-down ouside the dialog in LOK, alas it doesn't
seem to work. A workaround is implemented in Core
to limit said height, but we should revert that
and use the config only.
Change-Id: I3f14092a8deb1a75bb780b716d778d5c2e9bdbce
commit 9548a57c20f5ceee1a4abe8b2e8db6738f89bc1e
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Nov 22 23:46:27 2018 +0100
zoom: Limit Calc only to 100% and 200%, the rest does not look too well.
Change-Id: Iad80bb9f3178abeb011fa940d7ba2570e42d6478
commit f3a621dd7cf33bbc69e7b6204a6f11d32bce95a4
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Nov 22 23:36:19 2018 +0100
zoom: Sync the checkmark in the toorbar with the used value.
Change-Id: I4d129ea22731abd198fc6d08b052cfdb2543da31
commit 331706d5a49b62b534a26195dbd4a33da8a3af98
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Nov 22 23:20:37 2018 +0100
zoom: Use only levels we can handle nicely.
Change-Id: Ibd09afceadde20835d3bccb5a80b78ccee91a207
commit 171742abe942de05d4de71a5bc11bf7e905f0501
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Nov 22 21:47:36 2018 +0100
impress menubar: Remove one level of menus in Format.
Change-Id: I1928d111c869f109feed32a253ff071c23f71f7b
commit b84d59710cd0ad594ad0a69ce8d5d1e1f71b0232
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Thu Nov 22 18:05:26 2018 +0100
Avoid moving the shape by rotation
Change-Id: I67c737b1712c4702d28cafe13942fda2634f8526
commit d1f3af0fc62c499a38bba6a77094a23e853300c2
Author: Andras Timar <andras.timar at collabora.com>
Date: Thu Nov 22 16:57:48 2018 +0100
Revert "Add File - Properties... menu"
This reverts commit 480b6ed0b5a5cab10cece80536752229b5acbe90.
Change-Id: I326a78ce9c8f0d9c050c757df18bf6e3380e092c
commit 65493e8226eabe6378d236315a2f7988d87ac896
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Wed Nov 21 22:19:39 2018 -0500
leaflet: don't resize the canvas when not necessary
Change-Id: I40b73e25f7fe51efad78b39f30193394f23e1c07
commit 6b4fa15b77c4fc17457bff3d69bf48f95e7c47fb
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Wed Nov 21 22:03:17 2018 -0500
leaflet: minHeight is dictated by the dialog height
Change-Id: I295b71346070005c6231943ec95e8f7a07e8f010
commit 7f482ffd2936f1f774f97848e335d2e367bc5f50
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 23:03:15 2018 -0500
leaflet: the dialog open flag is not used
Change-Id: I3a1a4308df7f874e5b56fb24509a506f294d8bd2
commit e9b144f92383eef6b9ca776f1f1b2946cb23bdc1
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 22:23:56 2018 -0500
leaflet: parse dialog dimentions and position once
Change-Id: I573db6f81f5bcd98cc0c97507ea49e89e9089769
commit 8c286abf270980b21bf49c34f5e046f2e74ebe3b
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 21:24:18 2018 -0500
leaflet: update the paint function.
Change-Id: I699a83468b4a240d05ad48467e931f3932d21373
commit f6bbfc700db6b7ae1f8973dcb6b6a58c41681c91
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 19:23:37 2018 -0500
leaflet: dialog: factor out window event handling
Change-Id: Idddc405f9c85d0db144aedf5d6b41aa512578ed5
commit c10a9d3ceb7fb34ad5f167164b9b00f253da1ae7
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 19:00:52 2018 -0500
leaflet: dialog: factor out child window event handling
Change-Id: I07938d54b504f20f2508be9f8d50e59a3dcc82e8
commit 2ba969af1040dc02fceb04a372d5f4366d3d132a
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 18:54:23 2018 -0500
leaflet: dialog: dialogId -> id
Change-Id: I5051db91251924aa49fc8c1b7077851c113f0148
commit 879292c53d511c82c61f021f0eea0a1fcc1b54ed
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 18:31:38 2018 -0500
leaflet: render dialog after launching directly
Change-Id: I02646cc05e8f2687cc5cf55c1075b4390b36bb68
commit 97fade4b868b6d24aa61304ce743743c7f3a44c7
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 16:57:45 2018 -0500
leaflet: minor cleanup of dialog
Change-Id: I59954c7478f6df62082d35b9d17203ab44f51b9a
commit ebd1683ccf85568c3f07b9ec985b98f893f01d0e
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 15:18:45 2018 -0500
leaflet: dialogs: don't request rendering empty areas
Change-Id: Iebfd3308e300c8d2ce3e9e86210c48f039769092
commit b3a0f44c6d659975f3cb2bbd8c526f6795790926
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 15:05:50 2018 -0500
leaflet: dialog sendPaintWindow -> sendPaintWindowRect
Change-Id: I5a751b6aa5e290d5f1292c70e52bef954f99ff57
commit 507ddf4896cf65daa4c40adc4d6dbe3fe8497e15
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 14:01:07 2018 -0500
leaflet: use int dialog IDs where it's more common than string
Change-Id: Ie09a05a597332345b0a434d32701185e6f15c461
commit 2d388e51231690f12bc8e3971e27910cdfd13482
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 12:20:03 2018 -0500
leaflet: dialog strDlgId -> strId
Change-Id: Iae1cb02da3162225b7670c1102d45cc7afcc3119
commit 72a9e7f451075f663c84875b2bbbf722ecedbad8
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 12:11:47 2018 -0500
leaflet: dialog _toRawDlgId -> _toIntId
Change-Id: I95c324725f5f2ab3b89eca1b58f9b26bab47a1ef
commit fcac4c534a918fc562a96529073fcf4ccaac03ea
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 12:10:17 2018 -0500
leaflet: dialog _toDlgPrefix -> _toStrId
Change-Id: I526f604e3afba592f63a5a22a620b944ce39004d
commit 5e341b473943bd12bfce43f9b2f7bea5671a8a3e
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 12:09:18 2018 -0500
leaflet: dialog getParentDialog -> getParentId
Change-Id: I54089e0f240e008dcbe45be17377781516ff03ca
commit afc5614310a298004474bbf9d43762e45f3041e0
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Nov 17 11:50:25 2018 -0500
leaflet: cleanup dialog handler
Change-Id: I277ebb2e7343ecc3c99d58e7bf8866a0c9b053d5
commit 4cd3dd6958a325ffcaa3e228dd92c937f73a93d3
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Wed Nov 21 23:52:27 2018 +0100
Fix typo
Change-Id: If55e4c68f32a7112881ba9a4f887fcee5a1d2ea3
commit 98ff83aeb5192f9c8992648897f12432da372446
Author: Jan Holesovsky <kendy at collabora.com>
Date: Wed Nov 21 22:27:59 2018 +0100
menu: Use the Material design pencil svg in the document name edit box.
Also avoid jumping of the frame width when changing between the editable
version and the hover version.
Change-Id: I9a26b99f8ee442536b9dbc4423202d51a152cc22
commit f351cbb113e1b42847e9678d49ca35bfc367b7d8
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Wed Nov 21 19:10:19 2018 +0100
Optimize toolbar refreshing
We should call refreshing methods only in case of the specific
toolbar item is refreshed and avoid calling them for every item.
Change-Id: Ief53a7e8b92c58ceaefafc28340408ae0a940810
commit b02d0dec955cac0b217c0903e09e281889d80725
Author: Jan Holesovsky <kendy at collabora.com>
Date: Wed Nov 21 18:09:20 2018 +0100
toolbar: Better to have no icon for insert image vs. insert local image...
...than duplicating it three times.
Change-Id: Ia501ee8b94673ab8e355d2cf5fcd6b9506f90fc9
commit 3ec3e9d6eb4f94bebdf7ce1cd771765f5bd20c53
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Tue Nov 20 18:28:04 2018 +0100
Add possibility to remove session
Change-Id: I7967f4a9a0d4f707d424132b43cd3d99b0f4d93b
commit c7edc3393b7c4814c64e963e05a89073aca43686
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Tue Nov 20 13:20:22 2018 +0100
Don't cover bottom toolbar in calc
Change-Id: I9db7a5e001300602706ee8ca078d43b5d82dd16a
commit 1fb3cdb4ece318bd52403a79936cd83a12ef6ead
Author: Jan Holesovsky <kendy at collabora.com>
Date: Tue Nov 20 12:01:27 2018 +0100
Re-introduce Insert shapes into the toolbar.
Also includes various smaller cleanup there, like:
* shared function to close popup, to avoid copy'n'paste.
* style cleanup, to avoid a strange gradient at the top of the popup
Change-Id: I5fb00cd9c42a3dec3c5489f78dcd3b90c0f30aa5
commit defed1172124a38dc088149dbd64bdac4165ac5f
Author: Marco Cecchetti <mrcekets at gmail.com>
Date: Mon Nov 19 17:39:42 2018 +0100
loleaflet: removed debug code
Change-Id: I83d07deb934be86173c283479c79ad460a9dd046
commit 352191ae6f197f5f84ea1fc28dfb51297cf14bc1
Author: Marco Cecchetti <mrcekets at gmail.com>
Date: Mon Nov 19 12:46:46 2018 +0100
loleaflet: ux: layout improvements
Now the non-selected comments stay outside of the document.
Change-Id: Ieff82a2c1070149462f17ddd78e7f2ff6d167ddd
commit 94349653fba7ef1414b5d7af5f8bf72ab6bc6b8c
Author: Marco Cecchetti <mrcekets at gmail.com>
Date: Sat Nov 17 18:36:56 2018 +0100
loleaflet: mobile ux: comments: layout update / scroll-bar size change
Comments layouting can lead to a map area enlargement which in turn
causes a size change for the horizontal scrollbar which triggers a
scrolling event: finally when _onScrollEnd is executed a new comment
layout updating is requested. This ping - pong can go on for long
providing a bad user experience.
This patch avoid to trigger a size change for the horizontal scrollbar
by performing a bounds check only when the layoting is over instead of
invoking _checkBounds per each comment .
Change-Id: Iddacc89fe563a0a7015c316bdb3ebbdaaae7e8ac
commit 3d2c7fb4c533f1d97376783857cf5a4b815d4364
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 18 11:56:00 2018 -0400
loleaflet: listen the rotatestart event for graphic rotation
Change-Id: I7817fb042b24ad31006a29fbf1bc29b7b1a820f1
commit aba893797ffbc50e35b992b0fda1ac1599e33401
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 18 11:52:03 2018 -0400
loleaflet: propagate parent events for rotation angle marker
Change-Id: I4a98c90e9f52086c7a8e092b478bfe74bc9bfbe6
commit 49d26fdbbf98de36a89b02fb881267658e7d92bd
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 18 10:06:58 2018 -0400
loleaflet: restore rotation angle handler
Change-Id: Icab386ca2fa23f2fa319f483df7f758223248763
commit 1d311bde63f3c256960de299d4d31e65a8e5941d
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 18 10:03:27 2018 -0400
loleaflet: fix the rotation angle calculation
Change-Id: I891fa7b5719d30c243eb756647b46c44356bc541
commit 35556d65c27d21978b8269342f510f233a553670
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Fri Nov 16 15:18:13 2018 +0100
Make slide sorter toolbar fully visible
Change-Id: Idbe7933bdb58252d2793355c8ec20da2a09daf9b
commit 52c105ab893f713ad2921571953f094aa39df452
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Fri Nov 16 15:12:01 2018 +0100
Remove sum from the impress toolbar
Change-Id: I7c842c66804718048ae2e973f036f54374898c30
commit 163d7b70fbfc176d467b5d27d943f227aa96b1db
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Fri Nov 16 15:03:33 2018 +0100
Toggle fold/unfold button icon
Change-Id: I88ef3258d0366c5e4e1a0146d4c06e763f0716e1
commit 66b9d40c326f13a5739a5c1e05ffab34658a1fdd
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Fri Nov 16 14:07:09 2018 +0100
Make close button grey & smaller
Change-Id: I23f53b065e0a77e9a59369be4fd42fa6a2e28c49
commit 6b7d6a1d06a77d83d540dfa40dc5cf96bf04ee4f
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Fri Nov 16 13:41:54 2018 +0100
Fix menubar wrapping
Change-Id: I01ce0adb5b95cfe65464b70dd4de922de1062012
commit 24fd3435100763eed7341a0006a27274113b6b16
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Fri Nov 16 07:34:14 2018 +0100
Possibility to fold menubar
Change-Id: Ibc18c9ad7eda8ac9f1ed6f8ea870d17742084f04
commit 397764fd2503c213cb5a0a3cb4ca9262b33dd5fb
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Fri Nov 16 06:35:38 2018 +0100
Updates related to the close button.
Change-Id: Ied1effd99ae7ae2c57ab2659b1851bf4ba81e9d8
commit ce6f2e47fc5f11f7fff4717c451d1891fc7ccd73
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Fri Nov 16 06:11:02 2018 +0100
Make formula input as long as possible
Change-Id: Icf3668dd1990addd4c6f7d04c5305f315ee40f30
commit 0f33cea22237b4272beab0951e213a40b4db584e
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Tue Nov 13 16:13:11 2018 +0100
ui: fix menu & toolbar layout
Some fixes for correct resizing still needed.
Change-Id: I0e217d0cb1fc456c786592eaf3c4ee313fb63ad3
commit 53e3e1231debd1e65e0407aebb52b991e32dc8b8
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Wed Nov 14 12:51:11 2018 +0100
Update test SVG after export was optimized a bit
Change-Id: I40f402105e603ba793abdff95219319ed92df5ba
commit 328ae6f8cb59932bb09a1f97e22372a233f2e94a
Author: Henry Castro <hcastro at collabora.com>
Date: Tue Nov 13 22:33:45 2018 -0400
loleaflet: change name parameter to TransformRotationDeltaAngle
Change-Id: I032f1a23d0e7a164a69cc9486b5e77094a03f970
commit 568bdf349378fd13a31b19940f3bcbcbfc66dab4
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Tue Nov 13 18:58:43 2018 +0100
Remove unneeded lines from rendershapeselection test
SelectAll does the selection.
Change-Id: I2642b9c1eef1398fa78f39a1a6645e0cf7d266bb
commit fbced8e4dffb5945ccce80cb4d2f4e4268736cf6
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Fri Nov 9 18:09:41 2018 +0100
loleaflet: Added IsCurrentView field to Get_Views_Resp
Change-Id: I678b65522dfc8760502b1f499a8bde1664c8d9bf
commit f509cbef1fcc65072d43b89cba03acdabf6820fe
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Tue Nov 13 01:32:08 2018 -0500
wsd: update bundled headers and improve renderShapeSelection test
Unfortuantely it still fails, but this is not regression. Now
with the new patch in Core the exception is caught and so at least
the binary survives (and the API returns 0).
New unit-test added in Core to help track the issue down and fix.
Also, free the memory allocated by the API.
Change-Id: I5d788a2ee0383de1c323af4cd6b39b8615a35baf
commit 7c562bb6c4bad9c843c9816604eaba2c28380e25
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Mon Nov 12 19:32:48 2018 +0100
ui: move menu to the top
Change-Id: I0d2aa53efef34455e90f2eb721f482a1aadca0aa
commit 8a0e100da6b414a3e7d60511764bb6a538e8b782
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Thu Nov 8 16:41:53 2018 +0100
Added modification indicator
Change-Id: Iba028758671ec4e9bd7db375a2511d2d3699aa55
commit 82b7380a785307fe7498638553319aafe587490f
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Mon Nov 12 19:54:27 2018 +0100
Update test SVG
Change-Id: I55a3ae676c6eb71e8e34f98f3361f9046e0a4a2f
commit a8ce7594845b084bc822757887840f760317abad
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Mon Nov 12 19:06:28 2018 +0100
Remove unneeded include used for debugging only
Change-Id: I82efb9b6d0a0e6ffdca4b9205804446bc871ef84
commit 4fff420ab68aca0a9d547c898f377945c4ee9e10
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 11 16:22:23 2018 -0400
loleaflet: introduce graphic rotation
Change-Id: I7e7e6b710ce8c82286b6b9e4f645b9e99f57f1d2
commit 72d3add183559a3950b92a9d3a04d27283373564
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 11 13:50:34 2018 -0400
loleaflet: change rotation angle to 0..2pi instead of -pi..pi
Change-Id: Ia3ff0b10e917f5c58e53bde4a4eb8e8e5d796000
commit 275d02308ccfd8b7891187c355b3e9b4d14f05cf
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 11 13:49:17 2018 -0400
loleaflet: change position of the rotation marker
Change-Id: I8481afefcc155282945834b0b46a67013e9a7be6
commit 36f07a59ad0cafe8c4e2f76274066d2a406b0148
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 11 09:43:15 2018 -0400
loleaflet: fix "_fakeStop" function
Change-Id: I22fe16eae7f9a4e2d6161813747dc7d0447f5a43
commit a40528292a0d687ed5324fc1586711b34ca80ee1
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Sat Nov 10 21:28:31 2018 +0100
Introduce client-server message for requesting the selected shape as SVG
It works for Impress only now.
Change-Id: I130707d8e96e0c633f2531b1cb81ce74dc6ec6e1
commit 1cee5014f260cb909e6ea10e0b49ddbba5b5b6bf
Author: Szymon Kłos <eszkadev at gmail.com>
Date: Tue Nov 6 18:39:07 2018 +0100
loleafleat: Added Action_FollowUser
Change-Id: Ic393388af4c1753c20e3e3d37043821b5a5b2a06
commit 1743da29c184b0e97122f217667214bf153258ec
Author: Szymon Kłos <eszkadev at gmail.com>
Date: Wed Nov 7 17:39:40 2018 +0100
loleaflet: Added ReadOnly field to Get_Views_Resp
Change-Id: I0fca677ba992b1715ba907e5d6a6763e41ef5371
commit b188dd616faae718d5416b97d3358728f8f0e583
Author: Henry Castro <hcastro at collabora.com>
Date: Tue Nov 6 18:19:54 2018 -0400
loleaflet: iuse L.Path.Transformation to graphic selection
Change-Id: Iad4aade49520fda9ae0eef4cc9ecc93f53f8c09a
commit d1560f386ac73cf97c440f725e36930c2adc67f5
Author: Henry Castro <hcastro at collabora.com>
Date: Tue Nov 6 18:12:59 2018 -0400
loleaflet: fix "_skipped" function
Change-Id: I54551094cc210dd1e1c1e44b57066f0bb0d5176d
commit 591711e99b3ac70802527e99db7fe8103e4eca5a
Author: Henry Castro <hcastro at collabora.com>
Date: Tue Nov 6 18:04:15 2018 -0400
loleaflet: allow rectangle editing if an editable option is found
Change-Id: Iaee08b68fc0005116fbc3fbea65d068c7b14865d
commit fe18ffdb8aac62f32f4c085233496af83c49e949
Author: Henry Castro <hcastro at collabora.com>
Date: Mon Nov 5 07:24:00 2018 -0400
loleaflet: add a drag listener to update bounding rect
Change-Id: Idfbf98b4d30a010dc9964c6c8d464e18ff531c09
commit efc37a7528c15eb5270e940c4102c66300e6019f
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 4 10:08:04 2018 -0400
loleaflet: add parameter position when scale start and end
Change-Id: Iacad7c85eae2a5f545c674120b49ce180fa1929a
commit 23f62235e236ec142a4d10f6220451038d142e1b
Author: Jan Holesovsky <kendy at collabora.com>
Date: Sat Nov 3 13:48:04 2018 +0100
ui: Click on the document icon issues a postMessage to create a new doc.
Change-Id: Ib0b9663bb33ea89b796e2f45b4985eabc9347700
commit 387df26cf29195fb4c79b02740a20ae246bb6489
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Nov 2 17:32:56 2018 +0100
ui: Implement the line spacing menu in Writer.
Change-Id: Iab377897d1d98bac3dde7cfaea03721df24d05ff
commit 2c016cb720912e7ca73bf18f429c8da5dffcc86e
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Nov 2 16:43:54 2018 +0100
ui: No Prev / Next page buttons in spreadsheets. Fix the Link Dialog.
Change-Id: Ia8ed9a999638163c4e4b5064061965eec39dca31
commit c6df02f31481816f6fc775d7cfc6693bfaa70d16
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Nov 2 16:06:10 2018 +0100
ui: The icon means 'copy format', not a 'copy'.
Change-Id: I635d12c8e3e26e7c4af529dc53c9d5795ea209da
commit b5654801657541f4561bd1591e8e1948c6ffffc2
Author: Henry Castro <hcastro at collabora.com>
Date: Fri Nov 2 08:02:49 2018 -0400
loleaflet: update new cursors for re-size handlers
Change-Id: Id02979bb238a713663250e28eb5aa9b68329983e
commit 466df69debc2cca27bba87eebf9e0777ff75841c
Author: Henry Castro <hcastro at collabora.com>
Date: Fri Nov 2 08:00:56 2018 -0400
loleaflet: add four new handlers to path transformation
Change-Id: Ifd2929ffb325a220ddf00616a931fac2abc6c3ac
commit 82aec65241fb52024eb34e718d794fcc85cbed7e
Author: Henry Castro <hcastro at collabora.com>
Date: Fri Nov 2 07:57:18 2018 -0400
loleaflet: fix map 'mouseup' fire event
Change-Id: I2b248ee972d11fe11456d593fe6762765f6cb15c
commit ce4a6c9d82074748412e447f5c961e0ac2f270e4
Author: Marco Cecchetti <mrcekets at gmail.com>
Date: Fri Nov 2 11:54:54 2018 +0100
loleaflet: mobile ui: remove print button
Change-Id: I98d76c56af3239946b54e1f62573665e8d141ae4
commit 5656838a8f8861f9518f2109922e6d9578ee76b7
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Nov 1 22:40:15 2018 +0100
l10n: Text for the spreadsheet alignment commands.
Change-Id: I42898a664da13d11f2169e2c1476ac5292922906
commit 2460644f82c9fcef80aee7f209e3e03f30bc0ee3
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Nov 1 22:32:40 2018 +0100
loleaflet: Modify the calc toolbar.
Not finished yet, but getting closer...
Change-Id: I75883c144d910e008184d9b88a83e87d6d1902c1
commit fb6df52c03ce921fde44276b0607f3b443e696ad
Author: Jan Holesovsky <kendy at collabora.com>
Date: Tue Oct 30 20:50:39 2018 +0100
Fix color mismatch behind the document type icon.
Change-Id: Ide3c8e50a72fc98c52b164d31844966b80c392bc
commit 73318e617b8efffa65734360dd1746174f746ae1
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Nov 1 05:45:58 2018 +0100
menu: Show the upper border too.
Change-Id: If85ebffdf2e19ca4c655c5cb75d2c3ff22640f99
commit be5a849577047e47a1b31ed25d44f1c474770f38
Author: Henry Castro <hcastro at collabora.com>
Date: Tue Oct 30 10:50:26 2018 -0400
loleaflet: add _reset function to Path object
Used by L.Path.Transformation
Change-Id: I337bc583acb8ba1cf211e709b3bf3b9e7507d486
commit 43cd0f903004c52f30c250d532b1885032d7ba6b
Author: Henry Castro <hcastro at collabora.com>
Date: Tue Oct 30 10:47:13 2018 -0400
loleaflet: fix _latlngs polygon property
Change-Id: Ia3b9c73bea8f4278325094f209eb6956e1b362f1
commit 3c8a585d95e93793bfbe77e7dce987a2bfe3f898
Author: Henry Castro <hcastro at collabora.com>
Date: Tue Oct 30 09:18:54 2018 -0400
loleaflet: add path transformation plugin
added, indented plug-ins from the repository:
+ https://github.com/w8r/Leaflet.Path.Drag commit
df9c39b5a567150e445c448e2404d801f3a517c4
+ https://github.com/w8r/Leaflet.Path.Transform commit
6feed9bf21ed86b2beb52dbc4b11d47c3709d8ea
Change-Id: I6c0762fd8fd943cc136dcc9a7a1b476c7be794e0
commit 0098ad0ce8db3e1da6551f73c86e52490842dad8
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Oct 28 23:49:51 2018 -0400
leaflet: update mouse position on dialogs to allow rollover
Change-Id: Ib5cb9192c10e82603a96713d32bc18427b0ddc39
commit d0d52f2869a9a57f0a0a4fc23b9f0b83987e0fbc
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Oct 21 16:57:23 2018 -0400
wsd: utility to parse integer lists
A quite common logic that is best moved to a utility
and optimized for best performance.
Includes unit-tests.
Change-Id: Id63a388690c17355eb2fac529070c38e9b082fd0
commit d592c99d641645ec825544d4f31784ff99c39e38
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Oct 21 16:09:24 2018 -0400
wsd: hoist token parsing outside lock and optimize
Change-Id: I8710f0c3040d22588b46bec732cf8bca7c503244
commit b6045be48ae86baec7f1ce0d15187c5d07bb87e4
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Oct 20 12:23:18 2018 -0400
wsd: always encode anonymized author and authorid
Because when anonymization is not enabled, we might
have spaces and other special characters that break
the message. Also, Kit expects encoded strings anyway.
Change-Id: Id23c4ec39f35e1a0df462cb8cbc736aa33f0f6c2
commit 9b5980a9a6a8cb3876ec6b27d7439cb62d095371
Author: Henry Castro <hcastro at collabora.com>
Date: Thu Sep 6 15:14:52 2018 -0400
loleaflet: update new positions
Change-Id: I9aefba308e8cb8d83419f3b5274bc127371eae32
commit c5b48b69f94f06b848e7deb39e0c713bbca6b1da
Author: Henry Castro <hcastro at collabora.com>
Date: Thu Sep 6 12:15:03 2018 -0400
loleaflet: add a document type logo
Change-Id: Id02191e5070c10affb9157fdafa1a6fe8905517c
commit 971c69e23ff16d712b6a6290db1a4f651a6e0705
Author: Henry Castro <hcastro at collabora.com>
Date: Thu Sep 6 11:38:32 2018 -0400
loleaflet: close the document when clicked on toolbar item
Change-Id: I93d6a600745cdb947751131a571ebe162c06bf25
commit 3011a62ceac06f68cdcb7f8efa184fed949d618f
Author: Henry Castro <hcastro at collabora.com>
Date: Fri Sep 7 20:53:52 2018 -0400
loleaflet: change the position of the document name label
Change-Id: Ibae74062d79d7ec08a996f927e168c44ad3cf5a3
commit 5efae38b23a6eaf598426f99c8554e038bfb1855
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Sep 2 20:08:09 2018 -0400
loleaflet: add calc icon sets
Change-Id: Ib949d20ce393e1ca1be83b349d36734f7c62826e
commit 07c2366b06378137cb0ab6ee184e55df13bf391e
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Sep 2 10:37:59 2018 -0400
loleaflet: fix foreground and background color
Change-Id: Ib33cbec03e9f9a233540752aa442a984c6d5d665
commit ff1c8ff9339c72401aa74250a12fb5fdeb44f6f2
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Sep 2 10:28:52 2018 -0400
loleaflet: fix select tag drop-down list
Change-Id: I2350ff8a0e17ca9b2709460e3ed333a64d2c76e4
commit 8f2f98e7fa9b76e5e18c93999358cdd15f7f29d2
Author: Henry Castro <hcastro at collabora.com>
Date: Fri Aug 31 20:23:50 2018 -0400
loleaflet: fix zoom toolbar item
Change-Id: I4ef14ff08ff2ae782ddea8aec2ecce04d67d1f3b
commit c0570c2d86cf4e923f217323510ee910ad42dc98
Author: Henry Castro <hcastro at collabora.com>
Date: Fri Aug 31 16:27:27 2018 -0400
leaflet: add .uno:ResetAttributes toolbar item
Change-Id: Ife550e651dc27558fea09b298b6bb5f45fd03c9a
commit 5f10e5afa4804bfd2fa1cc1c91787c47819a41a1
Author: Henry Castro <hcastro at collabora.com>
Date: Fri Aug 31 15:42:25 2018 -0400
loleaflet: handle a click event for print toolbar item
Change-Id: Ia785ad9468d7c8226a33e8c2212e115d307ffc26
commit 029e39e730afa3284a3e180735fa65ffff12c016
Author: Henry Castro <hcastro at collabora.com>
Date: Thu Aug 30 15:59:29 2018 -0400
loleaflet: update toolbar with new images
...and entries
Change-Id: Ia57f832642db9bd4036f401be3ed736704ce5d6b
commit 8d3fb149e051423da76b3b8c3f9b882dc18f8458
Author: Jan Holesovsky <kendy at collabora.com>
Date: Sat Aug 18 02:01:44 2018 +0200
Issue help from the menubar and also during editing when F1 pressed.
Change-Id: I6b07c6881391129a9cc3b44312de08546f912be6
More information about the Libreoffice-commits
mailing list