Re: Connect to lo with lo.

2021-08-16 Thread Stef Bon
I'm working on a set of tools to share files, to chat , to backup, and to work on documents in a network environment. The SSH protocol is used for the secure connection. Working on documents in a network environment works like (in my idea): - workstations/clients have a frontend, which have a

Re: Connect to lo with lo.

2021-08-16 Thread Stef Bon
Well, and when I make the connection over a secure connection to another host (where the backend is)? Is it (even) possible to use libreoffice as client (or frontend) then? Stef

Connect to lo with lo.

2021-08-16 Thread Stef Bon
Hi, I've been reading about connecting to LO, using a socket: https://niocs.github.io/LOBook/extensions/part3.html My question is: is it possible to connect to a LO backend with a libreoffice frontend. Thus starting libreoffice like: libreoffice --connect="socket,host=0,port=2002" Stef

Re: Are there ideas for client-server model.

2021-07-19 Thread Stef Bon
for the editing, etc? Thanks in advance, Stef Bon ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Are there ideas for client-server model.

2021-07-18 Thread Stef Bon
Op za 17 jul. 2021 om 15:54 schreef Marc : > > > > I'm willing to work on this, but since Collabora has already written an > > online server, is it possible to port that code to libreoffice? > > > > > I very much would like to see that the 'collabora' code returns back to a > libre office

Re: Are there ideas for client-server model.

2021-07-17 Thread Stef Bon
Hi all, so to make this work I have to port code from de Online server created by Collabora to Libreoffce? My ideas: - client server model, documents stay on server, clients get access based upon the userid, their pk/private and local rules (ACL). - there is a secure connection (SSH,

Re: Are there ideas for client-server model.

2021-07-14 Thread Stef Bon
Op wo 14 jul. 2021 om 14:52 schreef Marc : > But that is not libre office > > > Exactly. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Are there ideas for client-server model.

2021-07-06 Thread Stef Bon
Hi, I 'm curious there have been attempts to make libreoffice work in client-server model, without help of a web browser. I'm thinking of: a client on the workspation shows a window on the document, one page, and some lines before and after for caching), getting information from server which

Fwd: A "normal" client interface.

2020-10-04 Thread Stef Bon
-- Forwarded message - Van: Stef Bon Date: vr 2 okt. 2020 om 19:51 Subject: Re: A "normal" client interface. To: Miklos Vajna Hi, Op vr 2 okt. 2020 om 09:26 schreef Miklos Vajna : > > Hi Stef, > > > I guess the hard part of this is that nextcloud an

A "normal" client interface.

2020-10-01 Thread Stef Bon
n and edit a document? Stef Bon ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

A open lock specification?

2018-07-21 Thread Stef Bon
Hi, as you know Libreoffice uses a special file to lock a document. It looks like: .~lock.%name%# where %name% is the name of the document to lock. Have you been thinkng about a general open source specification for all applications? Stef Bon

Re: Create a diff document.

2016-02-29 Thread Stef Bon
est. Users should not get the full document, only the changes, but should get an impression of the pages, where in the document the changes are. This is no question, but I share my thoughts. Thanks anyway for your answer, Stef Bon the Netherlands ___ LibreOffice

Create a diff document.

2016-02-23 Thread Stef Bon
using lokit? Stef Bon ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Question about values getPartPageRectangles.

2016-02-19 Thread Stef Bon
2016-02-18 9:29 GMT+01:00 Tomaž Vajngerl : > Hi, >> What do these last values mean? >> In the .hxx file the comment says:"logical rectangle of each part". >> What are these? > > A writer document is always rendered complete with all pages, so in > that case the size will tell

Question about values getPartPageRectangles.

2016-02-15 Thread Stef Bon
(TWIPS) WxH: 12474 x 17406 PartPageRectangles: 284, 284, 11906, 16838 What do these last values mean? In the .hxx file the comment says:"logical rectangle of each part". What are these? Stef Bon ___ LibreOffice mailing list L

Howto build the gtktiledviewer?

2015-07-28 Thread Stef Bon
Hi, I've posted some weeks ago about my backup and version service: http://lists.freedesktop.org/archives/libreoffice/2015-July/069253.html I want to create a tiled viewer using qt5. First I want to test with the gtktiledviewer in the source, in libreofficekit/qa/gtktiledviewer How can I

Howto build a viewer to compare differences using tiles?

2015-07-15 Thread Stef Bon
Hi, I'm building backup/version system, using sqlite, btrfs and FUSE for the user. It's comparable to snapper, but that's more a tool to backup/snapshot the system. Fuse-backup is a tool for the user, he/she can assign a directory to backup easily, and view versions of files with a simple

[Libreoffice] About fd and session ends.

2011-06-13 Thread Stef Bon
Hi, as developer of a construction to provide another environment, which looks a lot like GoboLInux. The environmenty created is totally different from the standard Linux, The root looks like: /Computer /Home /Internet Services /Network /Mounts /Shared /System Look for more information:

Re: [Libreoffice] About fd and session ends.

2011-06-13 Thread Stef Bon
When totally removing the directory the file is in while editing it in writer, Writer detects this by disabling the Save option in the menu. This is the right reaction.        And of course, getting some clean notifications of file-system state allow us to do that, perhaps we need more.

Re: [Libreoffice] About fd and session ends.

2011-06-13 Thread Stef Bon
2011/6/13 Caolán McNamara caol...@redhat.com: On Mon, 2011-06-13 at 14:05 +0200, Stef Bon wrote: b. the gentle way. It should be possible somehow that the system informs the app (here writer) that the underlying filesystem will be unmounted, and the app should take the right action. I do

Re: [Libreoffice] About fd and session ends.

2011-06-13 Thread Stef Bon
2011/6/13 Michael Meeks michael.me...@novell.com: Hi Stef, On Mon, 2011-06-13 at 15:52 +0200, Stef Bon wrote:        And of course, getting some clean notifications of file-system state allow us to do that, perhaps we need more. Please how is this detected. Does writer use a sort