LibreOffice: Development and Future - GNOMEmichael/data/2013-08-01-libre...1 LibreOffice: Development and Future ... Michael Meeks mmeeks,#libreoffice-dev,

Post on 01-Apr-2019

219 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

Transcript

1

LibreOffice: Development and Future ...

Michael Meeks <michael.meeks@suse.com>mmeeks,#libreoffice-dev, irc.freenode.net

“Stand at the crossroads and look; ask for the ancient paths, ask where the good way is, and

walk in it, and you will find rest for your souls...” - Jeremiah 6:16

2

Rough overview ...

LibreOfficeWhat's going onWhy it rocks soWhat's coming next ?Things like that

GNOME stuffWhat's done, what's going onOpportunities an ongoing work

Development new-stuff

4

It's easy to get involved: no really !

From basket case to:“LibreOffice is now ridiculously easy to build”

Karl Fogel – (now working on “Producing OSS” (v2) …)

Credit to team on gnumake port & other cleanups:

RedHat team are all here today: shake their hands.

We love people to contribute changes:We want your first patch to be non-controversial, and easy, so you're up-to-speed and included outright:http://wiki.documentfoundation.org/Development/Easy_Hacks

5

0

20

40

60

80

100

120

140

Active code contributors per month

Tata Consultancy Services SUSE

SIL RedHat

Oracle Openismus

Nou & Off New Contributors

Munich MultiCoreWare

Linagora Lanedo

Known contributors KACST

Intel Igalia

IBM Funky

Collabora CodeWeavers

CodeThink CloudOn

Canonical Bobiciel

Assigned Apache Volunteer

ALTA Aentos

Good company to hack with:

An extremely diverse, talented and interesting team of guys to develop with: translators, UX, docs, coders etc.

Vast bulk of active code committers are volunteers:

Active Code contributors shown: ( just one part of the project ).

6

New developer training bits ...

gnumake overview documentation: 'make dump-deps-png'Thanks to David Ostrovsky and Peter Foley

Training slideware with code overview / basics:Module overview:

http://people.gnome.org/~michael/data/2013-07-26-libreoffice-code-structure.pdf

Low-level types / utilities overview:http://people.gnome.org/~michael/data/2013-07-26-libreoffice-low-level.pdf

7

Large, fun and growing community

Many other contributors to enjoy working with:

8

Supporters of LibreOffice: the Advisory Board

LibreOffice 4.0 new stuffbits that didn't make last year ...

10

All versions Visio import (4.0)

Nice, separable, re-usable library: libvisio … thanks to Fridrich Strba & Valek Filippov.

11

Schools: LibreLogo integration ...

A tiny Python implementation

If schools teach 'typing' instead of programming: ensure they have no excuse: add a localised, pretty training language in the office-suite !

Thanks to Laszlo Nemeth

12

Snapshots of the great work from KACST : MotahGetting Arabic & Right-To-Left right.

Funky OLE object dragging fixed.

And much more; see above link.

13

Personas … shared with Firefox

Thanks to Jan Holesovsky and a small Canadian food company customer ...

14

Interoperability lots of work ...

Range comments – sponsored by the Open Source Business Alliance

15

Random Hybrid PDF / Flat ODF demo

Hybrid PDFs are wonderful:Embed the pristine ODF data streams alongside the PDF dataViewable for anyone with or without LibreOffice as createdEditable at full fidelity with LibreOffice

[ of course we import / allow some editing of non-hybrid PDF too ]Flat ODF demo

Save a file – not as .odt but .fodtPretty-printed, easy to generate XML

LibreOffice 4.1 new stuffA small flavour of what we just released …

17

Font embedding for beauty & fidelity ...

Import / export to ODF and OOXML- thanks to Lubos Lunak, Noel Power, Radek Doulik and the Open Source Business Alliance.

18

Easy photo album deck building ...

Thanks to

Gergő Mocsi

19

UI tweaks / wins: 90 degree image rotation

Writer could not rotate images at all.

Thanks to Tomaž Vajngerl

We now do the common case easily.

20

Stepped line scatter charting ...

With thanks to Eric

Seynaeve

21

Legacy binary doc reverse engineering→ ODF

Microsoft Word for Mac 5.1 ...

With many thanks to Laurent Alonso & libmwaw

22

Legacy binary doc reverse engineering→ ODF

Write Now 4.0

With many thanks to Laurent Alonso & libmwaw

23

Legacy binary doc reverse engineering→ ODF

Mac Write Pro 1.5

With many thanks to Laurent Alonso & libmwaw

24

Legacy binary doc reverse engineering→ ODF

AppleWorks 6.0

With many thanks to Laurent Alonso & libmwaw

25

Sidebar from IBM / AOO (Experimental)

Also, improved gallery / clipart & improved translation mechanism

Menu → Tools → Options → LibreOffice → Advanced → Enable experimental Sidebar.

Various tabs … embed existing gallery & navigator conveniently.

26

Many Base improvements: finally getting some love ...

Also significant work cleaning / debugging base & lots of work on eg. Nanosecond timestamps from many thanks to Lionel Elie Mamane

Limit and Distinct values support: with thanks to Tamás Zolnai

27

Other misc. flavours:

GStreamer 1.0 support (as well as 0.10)~3000 bug fix patches ( 400 from @apache)

cf. ~5000 open bugs @ fdo 10k commits since 4.0Lots of incremental interoperability wins.Ctrl-F search bar: close + match case thanks to Andrzej Hunt & Joren De Cuyper

LibreOffice 4.2 new stuff …the deep, speculative future (6 months out)

29

Lots of great work from GSOC

Windows / VLC integration (if present)Better codec support than windows → use it.

Thanks to Minh NgoFirebird database: move from HSQLDB

Significant speedups, thanks to Andrzej HuntlibCMIS connector for Google Docs

Thanks to Cuong Cao NgoAnd much more ...

30

Much improved Android Impress remote

With thanks to Artur Dryomov

31

GDrive integration (via libcmis)

With thanks to

Cuong Cao Ngo

32

Initial iOS Impress remote control

With thanks to Siqi Liu – sign up for the Beta

33

Re-factor & OpenCL enable calc core

Drug-bust on the internalcalc data structures

Reduced memory sizeMuch faster calculationOpenCL for ultimate speed ...Thanks to AMD ! (and)Kohei Yoshida (SUSE), MultiCoreWare

34

ScDocument

Abstraction of Cell Value AccessScBaseCell Usage (Before)

Document Iterators

UNO API Layer

VBA API Layer

ODF Filter

RTF Filter

Quattro Pro Filter

HTML Filter

External Reference

DIF Filter

SYLK Filter

DBF Filter

CppUnit Test

Undo / Redo

Change Tracking

Content Rendering

Excel Filter (xls, xlsx)

CSV Filter

Conditional Formatting

Chart Data Provider

Cell Validation

35

ScDocument

Abstraction of Cell Value AccessScBaseCell Usage (After)

Document Iterators

Biggest calc core re-factor in a decade+

Dis-infecting the horrible, long-term, inherited structural problems of Calc.Moving on to real shared formulae & fixed up referencing.Should yield even more memory & performance wins for large sheets.

Lots of new unit tests being created for the first time for the calc core.

A milestone of the code is landed in 4.1Hopefully without significant perf. impact

The major speedups / savings & OpenCL come for 4.2

LibreOffice and GNOME ...

37

Integration & work with GNOME

Schedule Synchronisationour .2 release matches the 6 monthlyGNOME / distro release cadence.

gnome_vfs & gio integrationgconf_ - no dconf yet (volunteers appreciated)d-bus (screensaver hold-off API / dbus menu pieces)Evolution libebook / addressbook & send-mail integrationAll windows are GtkWindows, glib mainloop integrationGtk+ file dialog & ~GtkPrint integrationHarfbuzz re-use ...Telepathy integration – coming …And more ...

38

GNOME app menu integration

Thanks to Caolan McNamara

Also GMenu integrationthanks to Canonical andAntonio Fernandez atAentos

39

VCL / Layout integration ...

LibreOffice continues to use it's internal VCL toolkitWith backends for gtk2, gtk3, KDE3, KDE4, TDE, raw X etc.Thanks to Caolán McNamara, Krisztian Pinter, Jack Leigh, Alia Almusaireae (KACST), Katarina 'Bubli' Behrens, Abdulaziz A Alayed (KACST), Jan Holesovsky, Faisal M. Al-Otaibi (KACST), Abdulmajeed Ahmed (KACST), Andras Timar, Manal Alhassoun (KACST), Bubli, Albert Thuswaldner, Olivier Hallot, Miklos Vajna, Abdulelah Alarifi (KACST), Gokul Swaminathan (KACST), Rene Engelhard, and others.

335 dialogs (~50%+) moved to GtkBuilder / glade edited .ui files.Hope to allow (optional) use of native widgets in the future [ gtk+3 ]

40

LibLibreOffice – prototype:

A tiny static libraryAt run-time, dynamically links / exposes LibreOffice functionality

An abstract & much simplified programming interface:class LibLibreOffice {

    virtual bool initialize (const char *installPath) = 0;

    virtual LODocument *documentLoad (const char *url) = 0;

};

LibLibreOffice *lo_init (const char *install_path);

GNOME / Documents:Currently re-spawns (via a python script 'unoconv') a LibreOffice process to do PDF conversion → evince.Significant setup / tear-down costs → better to link libreoffice ?Ultimately hope to have a tiled document renderer for 'Documents;

41

libCMIS integration in GNOME

libCMIS – standalone library (thanks to Cedric Bosdonnat)http://sourceforge.net/projects/libcmis/

Uses new “Content Management Interoperability Services” (CMIS) std.http://en.wikipedia.org/wiki/CMIS

Implemented by many servers:MS Sharepoint 2010+. Alfresco + in the cloud, EMC Documentum, IBM doc mgmt. systems, Nuexo, OpenCMS, SAP HANA, etc.

Already have a prototype GVFS backend:http://cgit.freedesktop.org/~cbosdo/gvfs-cbosdo/Help much appreciated to finish & get that into a ship-able state …

libcmis – also talks to Google Docs.

42

libCMIS integration in GNOME #2

Cedric's SUSE hack-week project.Nautilus talking to Alfresco:

Could easily be SharePointHelp appreciated completing / pkging.

All text and image content in this document, unless otherwise specified, is licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the LibreOffice name, logo, or icon.

43

LibreOffice is growing & executingReally improved a lot for developersImproving for users: still a long way to go …

LibreOffice works well with GNOMEWe want to integrate better with all our platforms

LibreOffice has ambitious future plansWe need new hackers to accelerate them ...

Thanks for all of your help and support !we rely on you, to prove the power of Freedom with us.to get people excited about Free Software they use …

Please do get involved and help us ...Oh, that my words were recorded, that they were written on a scroll, that they were inscribed with an iron tool on lead, or engraved in rock for ever! I know that my Redeemer lives, and that in the end he will stand upon the earth. And though this body has been destroyed yet in my flesh I will see God, I myself will see him, with my own eyes - I and not another. How my heart yearns within me. - Job 19: 23-27

LibreOffice & GNOME Conclusions

top related