Stuff Michael Meeks is doing

This is my (in)activity log. You might like to visit Collabora Productivity a subsidiary of Collabora focusing on LibreOffice support and services for whom I work. Also if you have the time to read this sort of stuff you could enlighten yourself by going to Unraveling Wittgenstein's net or if you are feeling objectionable perhaps here. Failing that, there are all manner of interesting things to read on the LibreOffice Planet news feed.

Older items: 2021: ( J F M A M J J A S O N D ), 2019, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011, 2010, 2009, 2009, 2008, 2007, 2006, 2005, 2004, 2003, 2002, 2001, 2000, 1999, legacy html


2016-12-31 Saturday.

2016-12-30 Friday.

2016-12-29 Thursday.

2016-12-28 Wednesday.

2016-12-27 Tuesday.

2016-12-26 Monday.

2016-12-25 Sunday.

2016-12-24 Saturday.

2016-12-23 Friday.

2016-12-22 Thursday.

2016-12-21 Wednesday.

2016-12-20 Tuesday.

2016-12-19 Monday.

2016-12-18 Sunday.

2016-12-17 Saturday.

2016-12-16 Friday.

2016-12-15 Thursday.

2016-12-14 Wednesday.

2016-12-13 Tuesday.

2016-12-12 Monday.

2016-12-11 Sunday.

2016-12-10 Saturday.

2016-12-09 Friday.

2016-12-08 Thursday.

2016-12-07 Wednesday.

2016-12-06 Tuesday.

2016-12-05 Monday.

2016-12-04 Sunday.

2016-12-03 Saturday.

2016-12-02 Friday.

2016-12-01 Thursday.

2016-11-30 Wednesday.

2016-11-29 Tuesday.

2016-11-28 Monday.

2016-11-27 Sunday.

2016-11-26 Saturday.

2016-11-25 Friday.

2016-11-24 Thursday.

2016-11-23 Wednesday.

2016-11-22 Tuesday.

2016-11-21 Monday.

2016-11-20 Sunday.

2016-11-19 Saturday.

2016-11-18 Friday.

2016-11-17 Thursday.

2016-11-16 Wednesday.

2016-11-15 Tuesday.

2016-11-14 Monday.

2016-11-13 Sunday.

2016-11-12 Saturday.

2016-11-11 Friday.

2016-11-10 Thursday.

2016-11-09 Wednesday.

2016-11-08 Tuesday.

2016-11-07 Monday.

2016-11-06 Sunday.

2016-11-05 Saturday.

2016-11-04 Friday.

2016-11-03 Thursday.

Collabora Online Development Edition 2.0

Today we release CODE 2.0 which includes Collaborative Editing. We've done a huge amount of work since CODE 1.0 - and many of these improvements have been back-ported for our customers & community, but it is perhaps well to credit the authors in one place and survey progress over the last six months.

There have been 1200 commits to 'online' and around 500 to the LibreOffice core since we branched for 1.0. While we celebrate and credit the fantastic work of the LibreOffice community without which there could be no LibreOffice Online - it is clear that Collabora is the architect and driving force behind putting LibreOffice in the Cloud - we have 14 online commits from non-collaborans. On the flip side we're eager to change that - that there is lots of low hanging fruit here, for web developers, and we love contributions. Anyhow - to the details:

Testing & Debugging

Concurrency

While each LibreOffice Kit process is fundamentally single-threaded and isolated into its own jail, we serve many hundreds of clients per WSD daemon involving a certain amount of concurrency excitement. In 2.0 Ashod Nakashian removed a per-connected-client thread count from the slave kit processes significantly simplifying things, he also did a lot of lock auditing, session cleanup and admin console state synchronisation improvements.

Meanwhile Pranav Kant ensured that users' WOPI credentials are tracked such that the right user is tagged as having hit the explicit 'save' (of course we also auto-save regularly).

Other cleanups and fixes here include switching to un-named pipes thanks to Tor Lillqvist, catching and fixing races around tile rendering (Ash) and avoiding a race when loading the same document multiple times concurrently thanks to Kendy.

Performance &Memory

Performance and interactivity is significantly improved in 2.0 with a large number of improvements. Tile requests are now prioritized such that tiles near active cursors are rendered and returned before others thanks to Ash and Kendy who also re-wrote the tile request, combining, de-combining, and re-aggregating in the core to ensure that we render the largest area possible to avoid the costs of repeated in-document image scaling. Ash also added a tile versioning scheme to ensure that we always get the latest, correct tile under heavy load and avoid duplicate painting. Kendy and Tor added a prioritisation scheme for presentation slide thumbnailing to improve interactivity.

Other improvements are to use LD_BIND_NOW to have all the linking performed by the forkit process once and not again, Ash also improved the forkit child spawning and lifecycle management.

Pranav profiled and optimized the WOPI GetFileInfo usage to reduce it to a single call from three, some implementations have unexpectedly expensive implementations of this. Marco Cecchetti - made SSL support run-time configurable to make it easier to configure SSL off-load / acceleration in large setups and Ash added compiled-in limits to avoid misleading enterprise users that CODE is suitable for deployment at scale without support. CODE remains firmly targetted at home users, Henry - added a warning for too many users/connections.

User Experience

The most obvious improvement in 2.0 is collaborative editing, which has a lot of UX elements to enable users to see other users' cursors, selections, with name popups when they are active, or mouse-overed, and more thanks to Henry Castro. There are also a number of nice new elements such as the user-list pop-up in the bottom toolbar containing the colors of users' cursors thanks to Pranav you can also click to jump to that user's position in the document which is neat. Pranav also dunged out lots of the shared editing pieces from 1.0. Meanwhile Miklos Vajna did lots of heavy-lifting around Undo & Redo which gets significantly more complex with multiple users. Our eventual solution is of building an infrastructure for simple de-confliction, while also allowing a Repair Document power mode to unwind the rare <ctrl>-a, <space> issues. This seems to work really well under our normal collaborative editing conditions.

Various general cleanups have been implemented such as re-locating, and anti-aliasing the progess-bar and spinner thanks to Pranav, who also added git hashes to help->about dialog - with Andras adding cgit web links to make QA versioning trivial. Andras also did lots of l10n enablement work to the Admin Console, slide layouts, status bar, colour pickers, menus and context menus, while Pranav added context sensitive enablement to menubar items. Meanwhile Kendy switched us to use larger icons, and improved the toolbar look, while Andras made it easy to escape menus with that key. Meanwhile Henry added status bar items to all of the component - with much requested features like calc selection quick summing, and powerful word-count in writer.

Calc Improvements

One beautiful win for calc users is Henry's tweak to highlight row and column headers to show cursor and selection positions. He also took the time to implement lots of other nice wins around row & column headers from drag & drop re-sizing, double-click to optimial size, as well as adding context menus to show & hide rows & columns.

Calc in CODE 2.0 - click for larger image

Meanwhile Marco fixed a pernicious range issue with page-up/down to make editing smoother while Pranav fixed some formula-bar ergonomics and Henry tackled the interactive auto-sum functionality. Henry also extended the toolbars and menus to include sorting, simple number formats, merge & center, wrap text and more. Meanwhile, for this release, Andras disabled zooming in calc - interestingly our competition don't do this either - and the non-linear co-ordinate space caused by row height rounding was causing real issues.

Writer Improvements

Meanwhile in writer Andras significantly extended the format menu allowing simple page size, line-spacing, alignment and other simple formatting. Pranav improved the context menus exposed on in-document comments, to allow replying and deleting, while Andras added foot & end-notes, page & column break insertion, as well as Table of Contents and image wrap & anchor context menu items for one of our customers.

Writer in CODE 2.0 - click for larger image

General UX bits

Lots of other miscellaneous but useful wins went in such as Henry fixing <ctrl>-f to focus the 'find' toolbar and Pranav mapping <ctrl>-s to .uno:Save. A volunteer Feyza Yavuz added the insert comment toolbar button. Faruk Uzun implemented a draggable insert table toolbar button grid, and Pranav customized a nice read-only mode for users without edit permission.

Impress in CODE 2.0 - click for larger image

Collaboration

Collaboration was the largest, and the most substatial part of the 2.0 work. It is hard to list everything that was done there though - it is infrastructure work, many parts of that are implementation details, it was done incrementally, and also with some trial & error on the way; really more of a research task than just plain development.

Conceptually, we wanted to reuse as much of existing code as possible - as we always do - which was luckily possible for the collaboration too. LibreOffice has a feature that allows users to open multiple views of the same document: Try Window -> New Window in your desktop LibreOffice. You will see that this already gives you multiple cursors, and multiple selections. We "just" mapped the multiple document views to the multiple users. That means, on the server, there is only one document open, but with many views - one view for one user.

Of course, the hard part was to make it all fit together: Each user (view) needs to see the cursors and selections of the other users (views) which is something that LibreOffice did not provide previously. There were many bugs when update in one view did not trigger update of the other view (which is probably because the feature itself has not been much used until now). Lots of code had to be updated and fixed. And also, lots of decision had to be made about the updates - what change has to be broadcasted to all the views ? vs. which changes apply only to the current view, and what to other views than the current one. Not to mention all the corner cases when one of the views is closed in the middle of the broadcast to all the views, etc. You get the picture.

To mention the most important parts of this work:

Miscellaneous

Bug fixes

Of course, on top of the new features, various people have contributed a tremendous amount of bugfixes. To list the most important ones:

Summary

While 99% of the code comes from Collabora, many thanks again to everyone who contributed including the LibreOffice translation community. As announced at the LibreOffice conference - we're working hard to get a first up-stream release of LibreOffice Online included into LibreOffice 5.3 - and to make daily image builds available for testing as we move towards that.

We've done a huge amount of work here; this is just a short summary of it, and it is an amazing privilege to be able to work with such a talented set of developers at Collabora and across the wider community around LibreOffice. Why not head to and get involved with LibreOffice, or deploy the stable 1.0 version of Collabora Online in your organization - while we harden Collabora Online 2.0 for your delectation.

2016-11-02 Wednesday.

2016-11-01 Tuesday.

2016-10-31 Monday.

2016-10-30 Sunday.

2016-10-29 Saturday.

2016-10-28 Friday.

2016-10-27 Thursday.

2016-10-26 Wednesday.

2016-10-25 Tuesday.

2016-10-24 Monday.

2016-10-23 Sunday.

2016-10-22 Saturday.

2016-10-21 Friday.

2016-10-20 Thursday.

2016-10-19 Wednesday.

2016-10-18 Tuesday.

2016-10-17 Monday.

2016-10-16 Sunday.

2016-10-15 Saturday.

2016-10-14 Friday.

2016-10-13 Thursday.

2016-10-12 Wednesday.

2016-10-11 Tuesday.

2016-10-10 Monday.

2016-10-09 Sunday.

2016-10-08 Saturday.

2016-10-07 Friday.

2016-10-06 Thursday.

2016-10-05 Wednesday.

2016-10-04 Tuesday.

2016-10-03 Monday.

2016-10-02 Sunday.

2016-10-01 Saturday.

2016-09-30 Friday.

2016-09-29 Thursday.

2016-09-28 Wednesday.

2016-09-27 Tuesday.

2016-09-26 Monday.

2016-09-25 Sunday.

2016-09-24 Saturday.

2016-09-23 Friday.

2016-09-22 Thursday.

2016-09-21 Wednesday.

2016-09-20 Tuesday.

2016-09-19 Monday.

2016-09-18 Sunday.

2016-09-17 Saturday.

2016-09-16 Friday.

2016-09-15 Thursday.

2016-09-14 Wednesday.

2016-09-13 Tuesday.

2016-09-12 Monday.

2016-09-11 Sunday.

2016-09-10 Saturday.

2016-09-09 Friday.

2016-09-08 Thursday.

2016-09-07 Wednesday.

2016-09-06 Tuesday.

2016-09-05 Monday.

2016-09-04 Sunday.

2016-09-03 Saturday.

2016-09-02 Friday.

2016-09-01 Thursday.

2016-08-31 Wednesday.

2016-08-30 Tuesday.

2016-08-29 Monday.

2016-08-28 Sunday.

2016-08-27 Saturday.

2016-08-26 Friday.

2016-08-25 Thursday.

2016-08-24 Wednesday.

2016-08-23 Tuesday.

2016-08-22 Monday.

2016-08-21 Sunday.

2016-08-20 Saturday.

2016-08-19 Friday.

2016-08-18 Thursday.

2016-08-17 Wednesday.

2016-08-16 Tuesday.

2016-08-15 Monday.

2016-08-14 Sunday.

2016-08-13 Saturday.

2016-08-12 Friday.

2016-08-11 Thursday.

2016-08-10 Wednesday.

2016-08-09 Tuesday.

2016-08-08 Monday.

2016-08-07 Sunday.

2016-08-06 Saturday.

2016-08-05 Friday.

2016-08-04 Thursday.

2016-08-03 Wednesday.

LibreOffice under the hood: a year of progress from 5.0 to 5.2

Today we release LibreOffice 5.2.0, the next step in our journey, and what will become the base of the increasingly stable 5.2.x series. There is a fine suite of new features for people to enjoy - you can read and enjoy all the great news about the user visible features from many great hackers, but there are, as always, many contributors whose work is primarily behind the scenes, and a lot of work that is more technical than user-facing.

Some moons ago, the ESC decided to add some under-the-hood wiki pages so that people could add their own credits: I encourage you to read those here: 5.1 and 5.2. There are lots of good things there, and it saves me reading and summarizing ~10k commits each release, but then again - that can be fun too. This is my very quick attempt to make up for a year of inactivity on this front, and pluck a few of the un-mentioned bits out of 17,734 commits (that is an average of ~50 commits every day of the year) from liboffice-5-0-branch-point to libreoffice-5-2-branch-point:

Developer Central

A great initiative of Norbert Thiebaud has been to collect together most of the infrastructure and entry points that we have at TDF, and build an attractive list of these to help those new to the project find and use our tools and services. Checkout http://devcentral.libreoffice.org/:

New central site to list developer infrastructure

Replacing Vigra with Cairo

LibreOffice has been able to run in a headless mode, doing its own pixel-bashing for a long time, and this is used intensively by both LibreOffice Online and also the Linux / gtk3 port. It has been a neverending source of amazement to myself and others that the (unreadable) template code using Vigra produces rather poorly performing code for all manner of cases - and needs special case optimization in the client code. One of the great joys of LibreOffice 5.2 is the final replacement of vigra, and the removal of the basebmp directory which allows us to use native (and assembler accelerated on eg. ARM) cairo for pixel bashing. While basebmp has served well and accelerated rendering for years, cairo also gives us accelerated anti-aliased line rendering and more. Thanks to Caolán McNamara (RedHat) for that.

Hardware Acceleration improvements

There were a large number of OpenGL and OpenCL improvements in this time period.

Thanks to all those with more than five commits to vcl/opengl, opencl/ and sc/source/core/opencl/ here: Tomaž Vajngerl (Collabora), Tor Lillqvist (Collabora), Noel Grandin (Peralex), Stephan Bergmann (RedHat), Caolán McNamara (RedHat), Markus Mohrhard, Marco Cecchetti (Collabora)

Performance Improvements

Performance improvements are hard to screenshot; but important nonetheless. We maintain performance regression tests (running under valgrind) at http://perf.libreoffice.org/ - which really helps to pin-point and repair issues as they arise.

One big-win in 5.2 was Armin Le Grand (CIB)'s work to improve our thread-pool, and use it to accelerate the 3D software renderer - which gives a particularly noticable speedup for 3D chart re-rendering.

Crash Reporting

Markus Mohrhard has done some simply excellent work on crash reporting - to help us find the most frequent crashes on Windows. While many Linux distributions have had similar tools deployed for years, covering Windows is important too. The implementation re-uses Google's Breakpad to create minidumps which are analyzed on the server side and charted prettily at http://crashreport.libreoffice.org/stats/

Built in Crash Report analysis web service

Markus would love some help from someone with web development skills to help improve the front-end, and analytic / querying / data presentation here. Please poke the developer list libreoffice@lists.freedesktop.org.

This work has already lead to several vital fixes of the top crashers that have been seen in the wild, using good data to nail the worst quality issues. Thanks to Markus Mohrhard, Caolán McNamara (RedHat), and Miklos Vajna (Collabora) who have commits referencing crashreport URLs.

Ongoing Code quality work

Work is ongoing around code quality in many areas, with 196 or so cppcheck fixes thanks to Caolán McNamara (RedHat), Julien Nabet, Jochen Nitschke, Noel Grandin (Peralex), Michael Weghorn, Takeshi Abe, Giuseppe Castagno and others.

Caolan and the RedHat guys manage to keep the Coverity scan count, and crash-testing (loading and saving ~91k documents to many formats) counts at or around zero at all times, as well as doing fuzzing and other cleanup.

Lifecycle Improvements

Continuing the VclPtr re-work where we added strong referenced lifecycle to all our widgets, Dipankar Niranjan in tdf#96888 has cleaned out all of the old & awful 'dog-tag' work that tried to get lifecycle right in VCL, using much cleaner references. In more recent times Yurtoglu, Melike Ayse and Noel Grandin have worked to abstract the VclReferenceBase and apply this to Menus, to ensure they are correctly lifecycle managed. Thanks too to Jocken Nitschke for internalizing the DeletionListener tdf#97525 which should be removed when we eventually reference count the sal/ backend resources.

Other great work to exorcise manual refcounting comes from Thomas Arnhold, Daniel Robertson, Noel Grandin, Aleksas Pantechovskis and especially Xisco Fauli for their work on tdf#96525 and tdf#89329, converting lots of manually reference counted or copy-on-write structures to using the nice cow_wrapper template; as well as converting pImpl pointers to use std::unique_ptr. This reduces the scope for programmer error, and missed corner cases and allows us to make copy-on-write ref-counting thread-safe if necessary. There are 140 cases fixed, and about 68 refcounting instances still needing love.

Unit testing

We continued to build and execute more critical unit tests this year - each one stopping some suite of regressions from ever returning. Grepping for the relevant TEST and ASSERT macros we continue to grow the number of unit tests:

Graph of number of unit tests and assertions
Our ideal is that every bug that is fixed gets a unit test to stop it ever recurring. With around 1800 commits (20% up on last year), and over one hundred committers to the unit tests in the range it is hard to list everyone involved here, apologies for that; what follows is a sorted list of those with over 20 commits to the relevant directories in both core.git and online.git: Miklos Vajna (Collabora), Caolán McNamara (RedHat), Stephan Bergmann (RedHat), Ashod Nakashian (Collabora), Noel Grandin (Peralex), Markus Mohrhard, Tor Lillqvist (Collabora), Eike Rathke (RedHat), Michael Stahl (RedHat), Henry Castro (Collabora), Chris Sherlock, Varun, Andrea Gelmini, Jan Holesovsky (Collabora), Takeshi Abe, Łukasz Hryniuk, Xisco Fauli, Mike Kaganski (Collabora) and those with over 10 commits get an honourable mention too - unit tests are important ! David Tardon (RedHat), Katarina Behrens (CIB), Marco Cecchetti (Collabora), Tomaž Vajngerl (Collabora), Oliver Specht (CIB), Zdeněk Crhonek, Mark Hung, Justin Luth, Julien Nabet, Aleksas Pantechovskis, Pranav Kant (Collabora)

LibreOfficeKit Improvements

The LibreOfficeKit API is the foundation of the Android App, GNOME Documents, and the ongoing LibreOffice Online work, and a lot changed in the last year. The two main building blocks of the LOK API are the methods of the exposed objects, and the callback types. Since 5.0, the following new methods has been added:

And the following new callbacks are available: Thanks to Andrzej Hunt (Collabora), Ashod Nakashian (Collabora), Henry Castro (Collabora), Jan Holesovsky (Collabora), Michael Stahl (RedHat), Mihai Varga (Collabora), Miklos Vajna (Collabora), Oliver Specht (CIB) and Pranav Kant (Collabora) for these.

Miscellaneous

An outcome of our Turkish Hackfest in Ankarah was discovering that LibreOffice would not even build in the tr_TR.UTF-8 locale. Interestingly toupper('i') != 'I' in this locale; fun cf. tdf#99589. Thanks to Krishna Keshav, Gökhan Gurbetoğlu and Apurva Priyadarshi for the fixes.

A large number of UX / usability papercuts were fixed and improved such as keyboard shortcuts, consistent display issues, mis-sized and mis-placed controls, and some regressions from UI file conversion. Thanks to Caolán McNamara (RedHat), Akshay Deep, Regina Henschel, Maxim Monastirsky, Jürgen Funk (CIB), Bubli Behrens (CIB), Samuel Mehrbrodt (CIB) & Jay Philips.

QA / bugzilla

One metric we watch in the ESC call is who is in the top ten in the freedesktop Weekly bug summary. Here is a list of the people who have appeared more than ten times in the weekly list of top bug closers in order of frequency of appearance: V Stuart Foote, Adolfo Jayme, Cor Nouws, Maxim Monastirsky, Eike Rathke (RedHat), raal, m.a.riosv, Julien Nabet, Caolán McNamara (RedHat), Miklos Vajna (Collabora), Beluga, Alex Thurgood, Michael Meeks (Collabora), Buovjaga, Yousuf (Jay) Philips, Joel Madero, Samuel Mehrbrodt (CIB), Markus Mohrhard, Timur, Jean-Baptiste Faure, Xisco Faulí, Aron Budea, tommy27, Michael Stahl (RedHat), Heiko Tietze, David Tardon, Laurent BP With many thanks to everyone else that helped to close and triage so many bugs for this release.

Jenkins / CI

Thanks fundamentally to Norbert Thiebaud - we now have not only great Jenkins / CI infrastructure, with gerrit integration - but we have a much enlarged and more reliable hardware build farm that encourages people to use Jenkins to check their work before pushing, in turn increasing the quality and reliability of master. This year we've seen the benefits of running our full suite of make check unit tests on our debugging builds under Linux.

The work Jenkins did for just master in the six month run up to the 5.2 branch point we have 34,124 tinderbox builds covering seven configuration across linux, mac and windows. With 27,737 builds covering three platforms tested on our gerrit infrastructure. This is for the CI managed hardware, there are a number of other volunteer run Tinderbox builders. This is extremely helpful for keeping master build-able and usable, making it easy for newbies to get stuck in. With 60,000 builds for 8k commits we are doing a lot of loop test and validation of the LibreOffice code at CI time.

Ongoing German Comment redux

Some of my favorite heroes are those who open up the code so that others can work on it ! One of the key tasks there is translating the remaining German Comments (a list). The last four thousand lines seem to defy translation - why this graph should flatten like this - I have simply no idea. All patches from German speakers who love to finish things - much appreciated. Many thanks to those who stuck with it, with more than 2 commits; in order of commit count: Albert Thuswaldner, Phillip Sz, Thomas Klausner, Chris Sherlock, Philipp Weissenbacher & Matteo Casalin. We are now down to seven modules left: include, reportdesign, sc, sfx2, stoc, svx, sw

Graph of remaining lines of German comment to translate

Windows XP

The 5.2.x releases run well on Windows XP, but we cannot be sure how long our tooling will continue to target that platform. As such - while the ESC has no concrete plans to drop Windows XP support, we are 'deprecating' it after the 5.2.x series - meaning that having a modern C++ compiler and a modern Windows build OS base-line have a higher priority. That means that in future it is possible that future major LibreOffice releases may not run on Windows XP; you have been warned. For now, there is no change here.

Getting involved

I hope you get the idea that more developers continue to find a home at LibreOffice and work together to complete some rather significant work both under the hood, and also on the surface. If you want to get involved there are plenty of great people to meet and work alongside. As you can see individuals ('Assigned') make a huge impact to the diversity of LibreOffice (the colour legends on the right should be read left to right, top to bottom, which maps to top down in the chart):

Graph showing individual code committers per month

These charts, made so early in the month are still missing som individuals and commits queued up in gerrit for review - hence the July numbers. In terms of diversity of code commits, we love to see the unaffiliated volunteers contribution by volume, though clearly the volume and balance changes with the season, release cycle, and volunteers vacation / business plans:

Graph showing individual code committers per month

Naturally we maintain a list of small, bite-sized tasks which you can use to get involved at our Easy Hacks page, with simple build / setup instructions. It is extremely easy to build LibreOffice, each easy-hack should have code pointers and be a nicely self contained task that is easy to solve. In addition some of them are really nice-to-have features or performance improvements. Please do consider getting stuck in with something.

Another thing that really helps is running pre-release builds and reporting bugs just grab and install a pre-release and you're ready to contribute alongside the rest of the development team.

Conclusion

LibreOffice 5.2 is great; it is made by a set of developers having fun, working together, and building an increasingly attractive and beautiful Free Software Office suite, I hope you enjoy using it. Thanks for reading, don't forget to checkout the user visible feature page and thank you for supporting LibreOffice.

If I have missed your good work out (and this is a very incomplete view based on a few hours of analysis) - please do add yourself to the relevant wiki page and potentially mail me a unified diff to this page; thanks !

Raw data and commit stats built using our gitdm-config - are available for many of the above graphs.

2016-08-02 Tuesday.

2016-08-01 Monday.

2016-07-31 Sunday.

2016-07-30 Saturday.

2016-07-29 Friday.

2016-07-28 Thursday.

2016-07-27 Wednesday.

2016-07-26 Tuesday.

2016-07-25 Monday.

2016-07-24 Sunday.

2016-07-23 Saturday.

2016-07-22 Friday.

2016-07-21 Thursday.

2016-07-20 Wednesday.

2016-07-19 Tuesday.

2016-07-16 Saturday.

2016-07-13 Wednesday.

2016-07-12 Tuesday.

2016-07-11 Monday.

2016-07-10 Sunday.

2016-07-09 Saturday.

2016-07-08 Friday.

2016-07-07 Thursday.

2016-07-06 Wednesday.

2016-07-05 Tuesday.

2016-07-04 Monday.

2016-07-03 Sunday.

2016-07-02 Saturday.

2016-07-01 Friday.

2016-06-30 Thursday.

2016-06-29 Wednesday.

2016-06-28 Tuesday.

2016-06-27 Monday.

2016-06-26 Sunday.

2016-06-25 Saturday.

2016-06-24 Friday.

2016-06-23 Thursday.

2016-06-22 Wednesday.

2016-06-21 Tuesday.

2016-06-20 Monday.

2016-06-19 Sunday.

2016-06-18 Saturday.

2016-06-17 Friday.

2016-06-16 Thursday.

2016-06-15 Wednesday.

2016-06-14 Tuesday.

2016-06-13 Monday.

2016-06-12 Sunday.

2016-06-11 Saturday.

2016-06-10 Friday.

2016-06-09 Thursday.

2016-06-08 Wednesday.

2016-06-07 Tuesday.

2016-06-06 Monday.

2016-06-05 Sunday.

2016-06-04 Saturday.

2016-06-03 Friday.

2016-06-02 Thursday.

2016-06-01 Wednesday.

2016-05-31 Tuesday.

2016-05-30 Monday.

2016-05-29 Sunday.

2016-05-28 Saturday.

2016-05-27 Friday.

2016-05-26 Thursday.

2016-05-25 Wednesday.

2016-05-24 Tuesday.

2016-05-23 Monday.

2016-05-22 Sunday.

2016-05-21 Saturday.

2016-05-20 Friday.

2016-05-19 Thursday.

2016-05-18 Wednesday.

2016-05-17 Tuesday.

2016-05-16 Monday.

2016-05-15 Sunday.

2016-05-14 Saturday.

2016-05-13 Friday.

2016-05-12 Thursday.

2016-05-11 Wednesday.

2016-05-10 Tuesday.

2016-05-09 Monday.

2016-05-08 Sunday.

2016-05-07 Saturday.

2016-05-06 Friday.

2016-05-05 Thursday.

2016-05-04 Wednesday.

2016-05-03 Tuesday.

2016-05-02 Monday.

2016-05-01 Sunday.

2016-04-30 Saturday.

2016-04-29 Friday.

2016-04-28 Thursday.

2016-04-27 Wednesday.

2016-04-26 Tuesday.

2016-04-25 Monday.

2016-04-24 Sunday.

2016-04-23 Saturday.

2016-04-22 Friday.

2016-04-21 Thursday.

2016-04-20 Wed.

2016-04-19 Tuesday.

2016-04-18 Monday.

2016-04-17 Sunday.

2016-04-16 Saturday.

2016-04-15 Friday.

2016-04-14 Thursday.

2016-04-13 Wednesday.

2016-04-12 Tuesday.

2016-04-11 Monday.

2016-04-10 Sunday.

2016-04-09 Saturday.

2016-04-08 Friday.

2016-04-07 Thursday.

2016-04-06 Wednesday.

2016-04-05 Tuesday.

2016-04-04 Monday.

2016-04-03 Sunday.

2016-04-02 Saturday.

2016-04-01 Friday.

2016-03-31 Thursday.

2016-03-30 Wednesday.

2016-03-29 Tuesday.

2016-03-28 Monday.

2016-03-27 Sunday.

2016-03-26 Saturday.

2016-03-25 Friday.

2016-03-24 Thursday.

2016-03-23 Wednesday.

2016-03-22 Tuesday.

2016-03-21 Monday

2016-03-20 Sunday

2016-03-19 Saturday

2016-03-18 Friday

2016-03-17 Thursday

2016-03-16 Wednesday.

2016-03-15 Tuesday.

2016-03-14 Monday.

2016-03-13 Sunday.

2016-03-12 Saturday.

2016-03-11 Friday.

2016-03-10 Thursday.

2016-03-09 Wednesday.

2016-03-08 Tuesday.

2016-03-07 Monday.

2016-03-06 Sunday.

2016-03-05 Saturday.

2016-03-04 Friday.

2016-03-03 Thursday.

2016-03-02 Wednesday.

2016-03-01 Tuesday.

2016-02-29 Monday.

2016-02-28 Sunday.

2016-02-27 Saturday.

2016-02-26 Friday.

2016-02-25 Thursday.

2016-02-24 Wednesday.

2016-02-23 Tuesday.

2016-02-22 Monday.

2016-02-21 Sunday.

2016-02-20 Saturday.

2016-02-19 Friday.

2016-02-18 Thursday.

2016-02-17 Wednesday.

2016-02-16 Tuesday.

2016-02-15 Monday.

2016-02-14 Sunday.

2016-02-13 Saturday.

2016-02-12 Friday.

2016-02-11 Thursday.

2016-02-10 Wednesday.

2016-02-09 Tuesday.

2016-02-08 Monday.

2016-02-07 Sunday.

2016-02-06 Saturday.

2016-02-05 Friday.

2016-02-04 Thursday.

2016-02-03 Wednesday.

2016-02-02 Tuesday.

2016-02-01 Monday.

2016-01-31 Sunday.

2016-01-30 Saturday.

2016-01-29 Friday.

2016-01-28 Thursday.

2016-01-27 Wednesday.

2016-01-26 Tuesday.

2016-01-25 Monday.

2016-01-24 Sunday.

2016-01-23 Saturday.

2016-01-22 Friday.

2016-01-21 Thursday.

2016-01-20 Wednesday.

2016-01-19 Tuesday

2016-01-18 Monday

2016-01-17 Sunday

2016-01-16 Saturday

2016-01-15 Friday

2016-01-14 Thursday.

2016-01-13 Wednesday.

2016-01-12 Tuesday.

2016-01-11 Monday.

2016-01-10 Sunday.

2016-01-09 Saturday.

2016-01-08 Friday.

2016-01-07 Thursday.

2016-01-06 Wednesday.

2016-01-05 Tuesday.

2016-01-04 Monday.

2016-01-03 Sunday.

2016-01-02 Saturday.

2016-01-01 Friday.


My content in this blog and associated images / data under images/ and data/ directories are (usually) created by me and (unless obviously labelled otherwise) are licensed under the public domain, and/or if that doesn't float your boat a CC0 license. I encourage linking back (of course) to help people decide for themselves, in context, in the battle for ideas, and I love fixes / improvements / corrections by private mail.

In case it's not painfully obvious: the reflections reflected here are my own; mine, all mine ! and don't reflect the views of Collabora, SUSE, Novell, The Document Foundation, Spaghetti Hurlers (International), or anyone else. It's also important to realise that I'm not in on the Swedish Conspiracy. Occasionally people ask for formal photos for conferences or fun.

Michael Meeks (michael.meeks@collabora.com)

pyblosxom