Collabora Online is a collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.
 
 
 
 
 
 
Go to file
Pranav Kant d4d4a11750 loleaflet: Disable zoom controls in spreadsheets, don't remove
Due to a bug in w2ui library, w2overlay doesn't popup when it is
near the edge of the screen (reproduceable only when no. of users
are greater than 3). Lets disable zoom controls in case of
spreadsheets so that userlist is not near the edge of the screen,
and hence pops up.

Change-Id: I6f2647d124484235afe6c92da18be38ed8e2b9ce
Reviewed-on: https://gerrit.libreoffice.org/31621
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2016-12-05 09:45:35 +00:00
bundled/include/LibreOfficeKit Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
common Turn termination off for Unit tests. 2016-12-03 23:02:29 +00:00
debian Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
etc Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
kit loolwsd: invalidate all parts when document size changes 2016-12-05 04:50:35 +00:00
loleaflet loleaflet: Disable zoom controls in spreadsheets, don't remove 2016-12-05 09:45:35 +00:00
scripts Pootle server times out with IPv6 address... 2016-10-23 16:44:56 +02:00
test The part number we get here seems to be always 1, not 0 2016-12-05 11:02:26 +02:00
tools Adapt makefiles, includes etc. to new locations. 2016-11-25 09:58:57 +00:00
wsd loolwsd: local names should begin with small case 2016-12-05 04:50:09 +00:00
.clang-tidy Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
.gitignore .gitignore editor dot files 2016-11-28 04:50:32 +00:00
.gitreview Add git-review config 2015-11-20 17:13:26 +01:00
AUTHORS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
COPYING Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
ChangeLog Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
INSTALL Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
Makefile.am IoUtil: remove never read write of 'n' 2016-11-28 09:11:11 +01:00
NEWS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
PROBLEMS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
README Adapt makefiles, includes etc. to new locations. 2016-11-25 09:58:57 +00:00
TODO Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
autogen.sh Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
configure.ac Bump version to 2.0.0+ 2016-11-28 19:13:59 +01:00
discovery.xml Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
favicon.ico Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolstat Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolwsd-systemplate-setup Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolwsd.service Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolwsd.spec.in Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolwsd.xml.in Tweak code to use new paths. 2016-11-25 09:59:03 +00:00
maketarballfordeb.sh.in adapt maketarballfordeb.sh script to new dir layout 2016-11-25 12:21:30 +01:00
rename.patch More work on rename script - compiles after rename + patch. 2016-11-15 20:05:07 +01:00
rename.sh Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
robots.txt Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
sysconfig.loolwsd Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00

README

LibreOffice on-line.

This project has several components:

wsd/
	The Web Services Daemon - which accepts external connections.

kit/
	The client which lives in its own chroot and renders documents.

common/
	Shared code between these processes.

loleaflet/
	The client side JavaScript component.

It is recommended to read these files:

	wsd/README
	loleaflet/README

Enjoy.