Re: LibreOfficeLight / iOS

2017-12-29 Thread Jon Nermut
, jan iversen <j...@apache.org> wrote: > Please do not misunderstand my comments, I am open to any enhancements > especially on the linking process of the app...but I would like to see a > benefit of the changes. > > rgds > jan I. > > On 29 December 2017 at 09:36, Jo

Jon Nermut license statement

2018-01-11 Thread Jon Nermut
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: ios/LibreOfficeLight

2018-01-20 Thread Jon Nermut
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit a41ec55c8c86f962392cd64edc382a6eae113cfd Author: Jon Nermut <jon.ner...@gmail.com> Date: Sat Jan 20 10:10:26 2018 +1100 iOS: Fix deb

[Libreoffice-commits] core.git: ios/LibreOfficeLight

2018-01-20 Thread Jon Nermut
+ ios/LibreOfficeLight/LibreOfficeLight/LOKit/LOKitThread.swift| 350 -- ios/LibreOfficeLight/LibreOfficeLight/LOKit/RenderCache.swift| 78 ++ 6 files changed, 489 insertions(+), 363 deletions(-) New commits: commit a468fef9ac977e812e83e3cce462b75d8d24c64d Author: Jon

[Libreoffice-commits] core.git: ios/LibreOfficeLight

2018-01-23 Thread Jon Nermut
/DocumentHolder.swift | 14 ios/LibreOfficeLight/LibreOfficeLight/UIViewExtensions.swift | 74 + ios/LibreOfficeLight/LibreOfficeLight/en.lproj/Main.storyboard |6 6 files changed, 281 insertions(+), 5 deletions(-) New commits: commit 810dfda5556c5e0f0cc65f01c9634996951fd3e5 Author: Jon Nermut

[Libreoffice-commits] core.git: ios/CustomTarget_iOS_link.mk ios/LibreOfficeLight ios/source

2018-01-29 Thread Jon Nermut
|7 - ios/source/LibreOfficeKit.h |2 5 files changed, 49 insertions(+), 15 deletions(-) New commits: commit 671e67dfc24205a133dbbaf87bc7be9f3af56b3a Author: Jon Nermut <jon.ner...@gmail.com> Date: Wed Jan

Re: LibreOfficeLight / iOS

2017-12-29 Thread Jon Nermut
suming >> it easy in Swift. We hooked the memory management off the swift deinit() >> etc. It used an internal private module to consume the C API so it was >> just the Swift API exposed outside of the framework / module. >> > this is basically t

Re: LibreOfficeLight / iOS

2018-01-01 Thread Jon Nermut
ARE_SUBDIR was not defined. Manually adding BRAND_SHARE_SUBDIR=share to fundamentalrc allowed me to render a tile using the CGContext based code in the unit test, and save it to a png. Woohoo! I'm not sure where that should be added? On Mon, Jan 1, 2018 at 9:44 PM, Jon Nermut <jon.ner...@gma

Re: LibreOfficeLight / iOS

2018-01-01 Thread Jon Nermut
Well a framework is effectively dylib *in a bundle*. For swift there is some special module stuff baked in too. So I also moved all the resources to the framework (hence the changes I made to look up the framework bundle instead of the main bundle to find the rc / unorc etc files. You're probably

[Libreoffice-commits] core.git: desktop/source ios/LibreOfficeLight

2018-01-18 Thread Jon Nermut
|2 + 4 files changed, 36 insertions(+) New commits: commit 0c6cfea81e99a815c35b1a0e908a29bc6dc424f1 Author: Jon Nermut <jon.ner...@asdeqlabs.com> Date: Thu Jan 18 20:38:00 2018 +1100 iOS: add a temporarily exposed function that calls CallbackFlushHandler::Invoke in order to manually

[Libreoffice-commits] core.git: ios/LibreOfficeLight

2018-01-18 Thread Jon Nermut
changed, 361 insertions(+), 55 deletions(-) New commits: commit 80799ed83b5ba4b803224966737d7c040f17f5d9 Author: Jon Nermut <jon.ner...@asdeqlabs.com> Date: Sat Jan 13 21:22:25 2018 +1100 iOS: keep track of the keyboard, and scroll the next search result into view. Reimplement Rende