Commit graph

807 commits

Author SHA1 Message Date
Mihai Varga
ccffd33a3b loleaflet: README update 2015-09-01 18:15:43 +03:00
Mihai Varga
bb3f3c758a loleaflet: moved the socket init/communication to core/Socket.js
The socket is now available through the L.Socket object which now also
handles the initial connection and reconnection to the server.
The document (tile layer) is now added automatically in the map
initialization.
2015-09-01 17:53:44 +03:00
Mihai Varga
ccd3fb16e1 loleaflet: set the correct part when prefetching 2015-09-01 13:24:40 +03:00
Mihai Varga
97fcf892c2 loleaflet: modifiable selection handles 2015-08-31 15:10:21 +03:00
Mihai Varga
1987d3850d loleaflet: fixed coding style errors reported by js lint 2015-08-31 13:32:04 +03:00
Andras Timar
289b8646d2 loolwsd: workaround postinstall script failure in docker environment 2015-08-31 12:29:29 +02:00
Henry Castro
0dc7dca0df loleaflet: update images loaded asynchronously 2015-08-28 01:40:55 -04:00
Henry Castro
0c6c2c8da2 loolwsd: revert update status when switching parts 2015-08-28 01:28:14 -04:00
Henry Castro
6da0b93e16 loleaflet: update part= optional parameter 2015-08-27 00:25:14 -04:00
Henry Castro
b32b407714 loolwsd: add an optional parameter to load url= ...
load part=X url="http" is required to re-establish the connection
2015-08-27 00:18:44 -04:00
Henry Castro
90f790d7ad loolwsd: update status when switching parts 2015-08-27 00:07:11 -04:00
Henry Castro
f109da69e4 loleaflet: add timestamp when trying to ...
re-establish dropped connection.
2015-08-26 22:09:11 -04:00
Henry Castro
b7bd11f58a loleaflet: re-establish the connection
Based on a patch by Mihai Varga.
2015-08-26 00:28:11 -04:00
Henry Castro
d60360dac3 loleaflet: clear cursor and selection when ...
socket error.
2015-08-26 00:16:48 -04:00
Henry Castro
a2037f94f1 loleaflet: prefetch tiles if socket is opened 2015-08-25 23:58:32 -04:00
Andras Timar
ecf6e091b2 loleaflet README: npm is provided by nodejs package 2015-08-21 17:14:09 +02:00
Mihai Varga
c6e5a6b257 loleaflet: unit tests - some still fail 2015-08-20 19:05:12 +03:00
Mihai Varga
1a31cab918 loleaflet: round scrollTo coordinates 2015-08-20 18:45:40 +03:00
Mihai Varga
c3d0248819 loleaflet: fixed the iframe visibility 2015-08-20 17:23:02 +03:00
Mihai Varga
debf81369e loleaflet: use an iframe to detect window size changes
If running in a popup
2015-08-20 16:16:33 +03:00
Mihai Varga
70b041a7dd Revert "loleaflet: always return the current size"
This actually ruins zooming
This reverts commit 573c6e5b3d.
2015-08-20 15:46:10 +03:00
Mihai Varga
573c6e5b3d loleaflet: always return the current size 2015-08-20 14:43:40 +03:00
Mihai Varga
7bd000a8fc loleaflet: adapted some of the unit tests 2015-08-19 18:28:14 +03:00
Mihai Varga
8a99c8877a loleaflet: fixed some things reported by failing unit tests 2015-08-19 18:27:33 +03:00
Mihai Varga
e46766de19 loleaflet: styles control 2015-08-19 11:48:49 +03:00
Mihai Varga
438e400859 loleaflet: document style setter and getter 2015-08-19 11:48:49 +03:00
Mihai Varga
1cfd1352ce loolwsd: renamed getStatus/saveStatus to getTextFile/saveTextFile
And added a getStyles method that uses the above methods to cache
document styles
2015-08-19 11:48:49 +03:00
Mihai Varga
b5688840ad loleaflet: mention how to run the tests 2015-08-19 11:48:49 +03:00
Mihai Varga
7e7e458b1e loleaflet: headless load test 2015-08-19 11:48:49 +03:00
Mihai Varga
6dc45b5825 loleaflet: load test check if doc path is set 2015-08-19 11:48:49 +03:00
Henry Castro
38c40efbf3 loolwsd: update LibreOfficeKitInit.h
lok: namespace and re-work various types & helper functions.
by Michael Meeks.
2015-08-18 17:31:58 -04:00
Mihai Varga
dd9e13487e loleaflet: fixed the parts preview height 2015-08-17 10:45:30 +03:00
Mihai Varga
dc56c97c9e loleaflet: separate parts preview and tabs from the next/prev buttons 2015-08-17 10:41:01 +03:00
Mihai Varga
bafd379442 lolealfet: map.resetSelection method 2015-08-15 12:32:17 +03:00
Mihai Varga
326b7c5494 loleaflet: goToPage accepts 'next' and 'prev' 2015-08-14 15:32:25 +03:00
Mihai Varga
54fe0dac95 loleaflet: check if there are any controls before removing them 2015-08-14 15:06:10 +03:00
Mihai Varga
12ebcd4038 loolwsd: .deb should depend on libreoffice5.0 2015-08-14 11:46:28 +03:00
Tor Lillqvist
baed263003 Check that the LO installation directory exists 2015-08-14 11:31:06 +03:00
Jan Holesovsky
a3cb6fe960 system-template: We need also the content of the symlinks from /etc/fonts. 2015-08-13 17:35:20 +02:00
Mihai Varga
7a67640987 loleaflet: remove cursor and markers when removing the layer 2015-08-13 14:19:58 +03:00
Mihai Varga
5da0423ec3 loleaflet: changed method name to getCurrent*Number 2015-08-13 13:18:56 +03:00
Mihai Varga
d7262c57e0 loleaflet: method to get a preview of the document 2015-08-13 13:01:09 +03:00
Mihai Varga
038e0950ab loleaflet: don't fire statusIndicator 100% when all tiles are loaded 2015-08-13 12:07:36 +03:00
Mihai Varga
381f7182a4 loleaflet: updated the load test 2015-08-13 12:06:11 +03:00
Mihai Varga
0e807ac459 loleaflet: forgot to remove an event listener 2015-08-13 12:03:22 +03:00
Mihai Varga
bc0129cb7d loleaflet: map.remove clears timeouts, intervals and the toolbar 2015-08-13 12:02:23 +03:00
Mihai Varga
6994e44222 loleaflet: getDocType method 2015-08-12 19:54:32 +03:00
Mihai Varga
f8c0f0b143 loleaflet: added option to fire 'updatescrolloffset' when scrolling 2015-08-12 19:43:15 +03:00
Mihai Varga
e7cd3a75ef loleaflet: getDocSize method for getting the size in pixels 2015-08-12 19:22:26 +03:00
Mihai Varga
e3ae95bfc9 loleaflet: get numberOfPages/Parts and getCurrentPart/Page mehtods 2015-08-12 19:16:34 +03:00