Commit graph

985 commits

Author SHA1 Message Date
Mihai Varga
6ead2c072f loleaflet: handle shift + arrow keys selection 2015-09-29 10:31:24 +03:00
Mihai Varga
f32b19eb39 loleaflet: updated unit test's description 2015-09-21 23:06:59 +02:00
Mihai Varga
f9a6048b03 loleaflet: added the new methods to the html documentation 2015-09-18 17:53:08 +03:00
Mihai Varga
d8311e72b0 loleaflet: mention version in documentation 2015-09-18 11:50:41 +03:00
Mihai Varga
d8f26465e5 loleaflet: fit presentation slide to screen size 2015-09-17 19:38:12 +03:00
Mihai Varga
c31a1a1276 loleaflet: add an offset of 2 pixels to selection handles
Without this, grabbing a selection handle causes the selection to jump
a line below
2015-09-17 18:39:11 +03:00
Mihai Varga
5da3288a4a loleaflet: reworked selection handles
Selection handles are now positioned relative to the text selection
starting and ending points. So the start handle will alwasy be the one
near the text selection start, while the end handle will be at the end,
near the cursor
2015-09-17 18:32:53 +03:00
Mihai Varga
4f3028637e loleaflet: revert changes to Icon.js and use divIcon instead 2015-09-16 20:57:47 +03:00
Mihai Varga
eca5a95ecf Bump 'minor' number in version 2015-09-16 18:40:37 +03:00
Mihai Varga
c164163a8c loleaflet: load test update 2015-09-16 12:57:33 +03:00
Mihai Varga
12b1bf2b6e loleaflet: loadtest.html fix 2015-09-16 12:51:16 +03:00
Mihai Varga
7d43fbeaa5 loleaflet: empty font size when selecting multiple font sizes 2015-09-16 12:05:25 +03:00
Mihai Varga
efaba387ad loleaflet: handle multiple a multiple font selection 2015-09-16 11:57:11 +03:00
Mihai Varga
2e726e4a01 loleaflet: html documentation - mentioned the public events 2015-09-15 19:34:38 +03:00
Mihai Varga
fc5d617737 loleaflet: renamed remaining currentPart to selectedPart 2015-09-15 17:53:27 +03:00
Mihai Varga
cd648ed119 loleaflet: refocus document after changing styles/fonts 2015-09-15 16:33:48 +03:00
Mihai Varga
bc6bbf2c93 loleaflet: handle invalidatetiles:EMPTY 2015-09-15 15:26:21 +03:00
Mihai Varga
d511290c7c loleaflet: default permission is 'view' 2015-09-15 15:14:52 +03:00
Mihai Varga
41a83b88cf loleaflet: html documentation
This is the clean version from the leaflet repository as seen at
http://leafletjs.com/reference.html
Changes will gradually be made to this to reflect the new API and the
changes in the code.
2015-09-15 15:06:51 +03:00
Mihai Varga
aa6b70f574 loleaflet: fixed the font size select
Sizes were not updated correctly
2015-09-15 13:44:38 +03:00
Mihai Varga
d6652930fd loleaflet: fixed js lint errors 2015-09-15 11:56:32 +03:00
Mihai Varga
bc72dcc329 loleaflet: renamed unoCmd to commandName 2015-09-15 11:52:55 +03:00
Mihai Varga
fc96bad0de loleaflet: toogleCommandState with uno 2015-09-15 10:05:51 +03:00
Mihai Varga
5fa9c364c8 loleaflet: font / style feedback 2015-09-14 20:15:08 +03:00
Mihai Varga
f58eeaf319 loleaflet: numbering and bullets buttons 2015-09-14 13:06:21 +03:00
Mihai Varga
7259d00349 loleaflet: search bar ui tweak 2015-09-14 09:29:23 +03:00
Mihai Varga
e8f3ea678b loleaflet: remove pause between tests 2015-09-14 09:07:35 +03:00
Henry Castro
8a10a16855 loolwsd: restore interactive testing 2015-09-11 16:31:43 -04:00
Mihai Varga
5c99a3f132 loleaflet: fixed the unit test 2015-09-11 13:21:37 +03:00
Mihai Varga
61531c88ce loleaflet: request toolbar items in this order
The other way around causes LOK to crash
TODO - this needs fixing
2015-09-11 13:20:39 +03:00
Mihai Varga
41fd4783ad loleaflet: round the scroll offset 2015-09-11 13:20:29 +03:00
Mihai Varga
612400dcf2 loleaflet: automated loading test
run: make load-test
It generates the necessary 500 documents under spec/data/load-test and
spawns 20 nodejs clients
2015-09-11 10:41:23 +03:00
Mihai Varga
85127f19c2 loleaflet: removed lorem.odt and added other documents 2015-09-10 15:29:05 +03:00
Mihai Varga
76b15ea303 loleaflet: increase/decrease indent buttons 2015-09-10 12:57:11 +03:00
Mihai Varga
b278554ba6 loolwsd: update bundled headers 2015-09-10 12:56:32 +03:00
Mihai Varga
9a23b7abb9 loleaflet: renamed setStyle to applyStyle 2015-09-10 11:29:19 +03:00
Mihai Varga
87fae7f854 loleaflet: fonts control 2015-09-10 11:26:47 +03:00
Mihai Varga
d7251aabef loleaflet: show styles depending on docType 2015-09-10 10:24:40 +03:00
Mihai Varga
c904486115 loleaflet: use the commandvalues server cmd 2015-09-10 09:48:33 +03:00
Mihai Varga
d1ecdbc3df loolwsd: parse the commandvalues command and cache the values
The values are chaced in the file named
"cmdValues" + unoCmd + ".txt"
2015-09-09 20:23:49 +03:00
Mihai Varga
3fc7766d7d loleaflet: fixed typo 2015-09-09 19:54:32 +03:00
Mihai Varga
c10b6da7a1 loleaflet: only set the style in editing mode 2015-09-09 19:48:10 +03:00
Mihai Varga
a9f5209f5a loleaflet: uno command alias for the toolbar 2015-09-09 19:46:39 +03:00
Mihai Varga
abe296c0b9 loleaflet: buttons for enabiling editing / selection mode
Use those instead of the checkboxes to save some space in the toolbar
2015-09-09 19:36:11 +03:00
Mihai Varga
f735791f4e loleaflet: method for getting the permission & mouse selection status 2015-09-09 19:34:59 +03:00
Mihai Varga
baa0806b7c loleaflet: moved the style formating methods in Toolbar.js 2015-09-09 18:59:53 +03:00
Mihai Varga
95463adc44 loleaflet: created a general toolbar methods handler 2015-09-09 18:47:14 +03:00
Mihai Varga
aad12a8f2b loolwsd: stop loolwsd service before installing .deb 2015-09-08 16:34:20 +03:00
Mihai Varga
8a371765bc loolwsd: copy /etc/localtime when running systemplate-setup 2015-09-08 13:03:43 +03:00
Mihai Varga
564572e561 loolwsd: also add /etc/host.conf in chroot 2015-09-08 13:03:14 +03:00