Index ¦ Archives ¦ RSS > Category: libreoffice ¦ RSS

Linux in the Education Conference 2012

Estimated read time: 1 minutes

The Hungarian Linux in the Education Conference 2012 was held today @ Budapest, I held a generic session about LibreOffice (slides), also talked a few guys into submitting Easy Hacks. ;)

Other interesting stuff: a free Logo interpreter in PyUNO by Laszlo, available here.


Thanks for the Hackfest 2012

Estimated read time: 1 minutes

http://libreoffice.hu/files/2012/04/335px-HHHackfest.png

We were in Hamburg during this weekend, and I think all of us had great fun, kudos go to the organizers! If you are curious, here are the topics I worked on besides mentoring when I was asked to do so:

Also thanks Stefan for correcting the misleading icons of the horizontal/vertical flipping in Writer. ;)


OpenSource is the Source of Innovation Conference

Estimated read time: 1 minutes

We presented TDF on this conference with Andras today. It was nice to see familar and new faces as well, we turned some mentioned problems into bugreports and I also fixed the barcode extension to work again with LibreOffice 3.4+, as requested by a user.


LPSP

Estimated read time: 1 minutes

We will give a talk about LPSP and CMIS with Cedric at FOSDEM2012. If you wonder what LPSP and CMIS are:

  • LPSP: LibreOffice extension providing connection to SharePoint

  • CMIS: Content Management Interoperability Services

See you in Brussels!


Inserting current date and time vs. Hungarian keyboard layout

Estimated read time: 1 minutes

There was an old Calc bugreport about this, and it was an interesting challenge, since I never touched Calc code before.

First, the references:

Given that there is no easy way to enter Ctrl-Shift-";" using a Hungarian keyboard, the Hungarian equivalent is Ctrl-Shift-".".

Actually, once this feature will be implemented, not sure how the Hungarian users will access it. :)


Speeding up build with a lot languages enabled

Estimated read time: 1 minutes

When we got back from Munich, Andras had an idea what is the current bottleneck with the build when there are a lot of languages enabled, and it was the po2oo script, which is part of translate-toolkit.

First I tried to optimize that script, but then I tried to do the same gettext-to-SDF conversion from scratch, without using that framework at all, and it seems that caused a drastic speedup.

There were a few iterations, but now the two patches are in master, along with a fix in fast_merge.pl, which was there since at least commit 654810b (2009-06-17). ;)


Thanks for the Hackfest

Estimated read time: 1 minutes

http://vmiklos.hu/pic/hackfest2011.png

We were in Munich during this weekend, and I think all of us had great fun, kudos go to the organizers! If you are curious, there is a growing list of features implemented during the event.

Update: Oh, and I forgot to mention that we (Andras and me) especially thank the FSF.hu foundation for funding our travel!


LibreOffice 3.4 Packaging

Estimated read time: 1 minutes

The next major LibreOffice version, 3.4, means some work for (Linux distribution, and other) packagers, as the build repo is now deprecated and packagers are suggested to use the bootstrap repo directly, which is a different build system.

On one hand, this is a nice cleanup - there is now a single configure script. OTOH this needs major rework of distro build scripts.

The interesting part here is that the official binary installers are not using the make DESTDIR=/some/path install method to install the compiled binaries, so it was discovered quite late that it wasn’t working properly. First Hanno and Petr worked on this, then I fixed a minor, but blocking glitch.

As a result 3.4 beta4 will be something packagers (even the ones not using the split build) can offer to distro users for testing without patching. Binaries for Frugalware users here (i686-only at the moment).


GSoC 2011 - Accepted

Estimated read time: 1 minutes

http://code.google.com/images/GSoC2011_300x200.png

I just got the mail about my LibreOffice proposal got accepted to Google Summer of Code 2011. I’m looking forward to an exciting summer. :)


Apply button to style edit dialog in Writer

Estimated read time: 1 minutes

https://lh3.googleusercontent.com/-D-pV0cucPL0/UYduyolR-AI/AAAAAAAACso/zL9Vd2IQgY0/s400/fdo32413.png

LibreOffice 3.4 will have a new feature, if you edit styles in Writer, then you can test your style changes without manually closing and opening the style edit dialog again.

Do you like this feature? There are still similar remaining dialogs to improve like this, send in a patch!

© Miklos Vajna. Built using Pelican. Theme by Giulio Fidente on github.