Re: University practical exercise about LibreOffice

2018-01-15 Thread Jacobo Aragunde Pérez
Hi Adrián, the code base of LibreOffice predates most bibliography about software patterns, so you aren't going to find documents like those here! Still, I made a presentation some time ago that you may find useful, specially the parts that describe the branch model, how releases work, etc. http

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - oox/source sd/qa

2017-10-20 Thread Jacobo Aragunde Pérez
oox/source/export/drawingml.cxx | 14 ++ sd/qa/unit/data/pptx/tdf112633.pptx |binary sd/qa/unit/export-tests-ooxml1.cxx | 30 ++ 3 files changed, 40 insertions(+), 4 deletions(-) New commits: commit 3e250d0a392c37e9e610bd83017a3045c4c02638 Author:

[Libreoffice-commits] core.git: oox/source sd/qa

2017-10-16 Thread Jacobo Aragunde Pérez
oox/source/export/drawingml.cxx | 14 ++ sd/qa/unit/data/pptx/tdf112633.pptx |binary sd/qa/unit/export-tests-ooxml1.cxx | 30 ++ 3 files changed, 40 insertions(+), 4 deletions(-) New commits: commit 55641f5572f3168c09e096eb89ca563652889758 Author:

Re: [libreoffice-design] Minutes of the Design Hangout: 2016-04-01

2016-04-11 Thread Jacobo Aragunde Pérez
On 11/04/16 17:00, Wols Lists wrote: > On 11/04/16 10:24, Yousuf 'Jay' Philips wrote: >> On 04/05/2016 05:38 PM, Wols Lists wrote: >>> Just seen this - one little comment ... >>> >>> "Prefer graphical widgets in favor of controls that require the input of >>> an exact value (e.g. an image’s transpa

[Libreoffice-commits] core.git: vcl/unx

2015-12-28 Thread Jacobo Aragunde Pérez
vcl/unx/gtk/a11y/atkwrapper.cxx | 41 1 file changed, 21 insertions(+), 20 deletions(-) New commits: commit b250f3ddd7d8a14746b4df1029b7cbf3ae86b1d1 Author: Jacobo Aragunde Pérez Date: Mon Dec 28 12:38:59 2015 +0100 tdf#75191: only call atk_regi

Re: Why is my anonym git repository not up-to-date?

2015-12-01 Thread Jacobo Aragunde Pérez
El 01/12/15 a las 16:30, jodoe escribió: > ... > So my question: What I am doing wrong with git? I want the normal, official > sources which are used to compile the downloadable libreoffice from > libreoffice.org. When there a version 5.0.3 is offered, then I also must be > able to see a 5.0.3 some

Re: CAD software integration

2015-11-11 Thread Jacobo Aragunde Pérez
Hi Gastón, first of all, thanks for your interest in LibreOffice and in open source. El 10/11/15 a las 19:42, Gastón J. Avila escribió: > Hi all, > > With a number of people we have been evaluating open-source CAD > applications. We would like to know if you think it would be a good idea > to st

[Libreoffice-commits] core.git: 4 commits - android/source

2015-09-11 Thread Jacobo Aragunde Pérez
android/source/res/values/strings.xml |5 android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java | 97 +- android/source/src/java/org/libreoffice/storage/DocumentProviderFactory.java

Re: not able to clone translations from git

2015-06-29 Thread Jacobo Aragunde Pérez
Hi Rachna, try replacing the URL to the dictionaries repo in the .gitmodules file with the following HTTP mirror and see what happens: http://anongit.freedesktop.org/git/libreoffice/dictionaries.git Anyway, we cannot deal with your company's system policies; if you keep having trouble you should

Re: Changing mindset of core LO developers to the status of master -- was test infrastructure ideas appreciated ...

2015-06-12 Thread Jacobo Aragunde Pérez
El 11/06/15 a las 08:44, David Ostrovsky escribió: > On Wed, Wed Jun 10 12:22:53 PDT 2015, Norbert Thiebaud wrot > >> All that being said, none of that matter if the culture does not >> follow. no amount of CI can make people care.. what set the tone is >> the core developer group, the rest of us

[Libreoffice-commits] core.git: android/source

2015-06-10 Thread Jacobo Aragunde Pérez
android/source/res/values/strings.xml |4 + android/source/src/java/org/libreoffice/storage/owncloud/OwnCloudFile.java |8 +- android/source/src/java/org/libreoffice/storage/owncloud/OwnCloudProvider.java | 27 +- 3 files changed, 3

[Libreoffice-commits] core.git: android/source

2015-06-10 Thread Jacobo Aragunde Pérez
android/source/src/java/org/libreoffice/storage/DocumentProviderFactory.java | 14 +++ android/source/src/java/org/libreoffice/storage/DocumentProviderSettingsActivity.java | 27 ++ android/source/src/java/org/libreoffice/storage/owncloud/OwnCloudProvider.java | 42 ++

[Libreoffice-commits] core.git: android/source

2015-06-10 Thread Jacobo Aragunde Pérez
android/source/res/menu/view_menu.xml |2 ++ android/source/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java |5 + 2 files changed, 7 insertions(+) New commits: commit ba44368da5933040080da611aa1722491f89df69 Author: Jacobo Aragunde Pérez Date:

[Libreoffice-commits] core.git: android/source

2015-06-10 Thread Jacobo Aragunde Pérez
android/source/src/java/org/libreoffice/storage/DocumentProviderSettingsActivity.java |5 ++ android/source/src/java/org/libreoffice/storage/owncloud/OwnCloudProvider.java | 19 +++--- 2 files changed, 20 insertions(+), 4 deletions(-) New commits: commit 79f5d4465c7a2446f3d54b

[Libreoffice-commits] core.git: android/source

2015-06-10 Thread Jacobo Aragunde Pérez
android/source/AndroidManifest.xml.in |8 ++ android/source/res/values/strings.xml |8 ++ android/source/res/xml/documentprovider_preferences.xml | 26 +++

[Libreoffice-commits] core.git: android/source

2015-06-10 Thread Jacobo Aragunde Pérez
android/source/src/java/org/libreoffice/storage/owncloud/OwnCloudFile.java | 11 ++- android/source/src/java/org/libreoffice/storage/owncloud/OwnCloudProvider.java | 32 ++ 2 files changed, 41 insertions(+), 2 deletions(-) New commits: commit d6f9e415375f53eba7c5e147c7ff30c03a6d

[Libreoffice-commits] core.git: android/source

2015-06-10 Thread Jacobo Aragunde Pérez
android/source/AndroidManifest.xml.in |1 android/source/res/values/strings.xml |1 android/source/src/java/org/libreoffice/storage/DocumentProviderFactory.java | 10 android/source/src/java/org/lib

[Libreoffice-commits] core.git: external/owncloud-android-lib

2015-06-10 Thread Jacobo Aragunde Pérez
external/owncloud-android-lib/ExternalProject_owncloud_android_lib.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 2e6ed9befe172bcbfb14d5386bf3e0f151d0d666 Author: Jacobo Aragunde Pérez Date: Wed Jun 10 14:26:10 2015 + Android: fix ownCloud lib build The buil

[Libreoffice-commits] core.git: android/source configure.ac download.lst external/Module_external.mk external/owncloud-android-lib Makefile.fetch RepositoryExternal.mk

2015-06-10 Thread Jacobo Aragunde Pérez
Makefile.fetch|1 RepositoryExternal.mk | 16 ++ android/source/Makefile |2 configure.ac

[Libreoffice-commits] core.git: Branch 'feature/owncloud-provider-for-android' - 8 commits - android/experimental configure.ac download.lst external/Module_external.mk external/owncloud-android-lib Ma

2015-06-03 Thread Jacobo Aragunde Pérez
Rebased ref, commits from common ancestor: commit b31d175eb982a8c95e89d051e723cb843af2d1a0 Author: Jacobo Aragunde Pérez Date: Tue Feb 10 16:17:12 2015 + Android: improve error handling in ownCloud provider. This provider now throws exceptions with properly internationalized

Re: Resignation from the ESC

2015-05-25 Thread Jacobo Aragunde Pérez
Hi Markus, I just want to thank your great contributions to LibreOffice. It's been a pleasure to meet you and spend time at conferences and hackfests. I wish you good luck in your future projects! -- Jacobo Aragunde Software Engineer at Igalia El 25/05/15 a las 12:02, Markus Mohrhard escribió

Re: Error building LO - "strlen was not declared in this scope" on fresh Ubuntu 15.04 install

2015-05-22 Thread Jacobo Aragunde Pérez
Dunno if I'm arriving too late ;) Anyway: El 21/05/15 a las 05:49, Matteo Campanelli escribió: > Hi there, > after > several minutes of compilation I got the following error(s). Any ideas? > [Manual dirty solutions like insert the related #include macros did not > work] Since you mention that ad

[Libreoffice-commits] dictionaries.git: es/description.xml es/dictionaries.xcu es/es_ANY.aff es/es_ANY.dic es/package-description.txt es/README_es_ANY.txt es/README_th_es_ANY.txt

2015-04-13 Thread Jacobo Aragunde Pérez
es/README_es_ANY.txt |9 + es/README_th_es_ANY.txt|8 - es/description.xml | 13 +- es/dictionaries.xcu|6 - es/es_ANY.aff | 24 +++- es/es_ANY.dic | 267 - es/package-description.txt |

[Libreoffice-commits] core.git: dictionaries

2015-04-13 Thread Jacobo Aragunde Pérez
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e7ca29d0b2eaf40dc32b53196282350cc75ed3a0 Author: Jacobo Aragunde Pérez Date: Mon Apr 13 14:13:47 2015 +0200 Updated core Project: dictionaries cbf6d67ea480b68c40697e56efda4cd07e2a4e18

[Libreoffice-commits] core.git: sfx2/inc sfx2/source

2015-04-13 Thread Jacobo Aragunde Pérez
sfx2/inc/guisaveas.hxx |3 ++- sfx2/source/dialog/alienwarn.cxx | 13 +++-- sfx2/source/doc/guisaveas.cxx|8 +--- sfx2/source/inc/alienwarn.hxx|3 ++- 4 files changed, 20 insertions(+), 7 deletions(-) New commits: commit 5c308ad7696f3873c0747afef1ea1430

Re: New version of Spanish dictionaries (0.8)

2015-04-13 Thread Jacobo Aragunde Pérez
Hello Ricardo, El 11/04/15 a las 19:57, Ricardo Palomares Martínez escribió: > Hi, > > After a long time since version 0.7, we have finally put it together a > new version of Spanish spell checking and thesaurus dictionaries (we > have migrated the project from its old home, > https://forja.redir

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sw/source

2015-03-10 Thread Jacobo Aragunde Pérez
sw/source/core/access/accpara.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit ac1d20096f31899db10f86742e422f8e960223d5 Author: Jacobo Aragunde Pérez Date: Fri Mar 6 16:58:57 2015 +0100 tdf#84102: Expose duplicated "level" accessible attribute. There is no stan

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - vcl/unx

2015-03-09 Thread Jacobo Aragunde Pérez
vcl/unx/gtk/a11y/atktextattributes.cxx | 31 +++ vcl/unx/gtk/a11y/atktextattributes.hxx |5 + vcl/unx/gtk/a11y/atkwrapper.cxx| 30 ++ 3 files changed, 66 insertions(+) New commits: commit 89446eb5ae51b2004fb86f7af5be58754

[Libreoffice-commits] core.git: sw/source

2015-03-09 Thread Jacobo Aragunde Pérez
sw/source/core/access/accpara.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit e697d9694a62b2943fa19b0fcd19e9b3354f6ad7 Author: Jacobo Aragunde Pérez Date: Fri Mar 6 16:58:57 2015 +0100 tdf#84102: Expose duplicated "level" accessible attribute. There is no stan

[Libreoffice-commits] core.git: Branch 'feature/owncloud-provider-for-android' - 27 commits - android/experimental chart2/source configure.ac dbaccess/source download.lst external/Module_external.mk e

2015-02-13 Thread Jacobo Aragunde Pérez
Rebased ref, commits from common ancestor: commit 3e72c3e65cc54a59c322956fe014d3a3bac15a27 Author: Jacobo Aragunde Pérez Date: Tue Feb 10 16:17:12 2015 + Android: improve error handling in ownCloud provider. This provider now throws exceptions with properly internationalized

[Libreoffice-commits] core.git: Branch 'feature/owncloud-provider-for-android' - 113 commits - android/experimental basctl/source chart2/Library_chartcore.mk chart2/source comphelper/source configmgr/

2015-02-12 Thread Jacobo Aragunde Pérez
Rebased ref, commits from common ancestor: commit e78ab7f9cbe6963708cc636e38946a20fce25858 Author: Jacobo Aragunde Pérez Date: Tue Feb 10 16:17:12 2015 + Android: improve error handling in ownCloud provider. This provider now throws exceptions with properly internationalized

[Libreoffice-commits] core.git: 2 commits - android/experimental

2015-02-12 Thread Jacobo Aragunde Pérez
android/experimental/LOAndroid3/src/java/org/libreoffice/storage/IDocumentProvider.java |2 android/experimental/LOAndroid3/src/java/org/libreoffice/storage/IFile.java |3 android/experimental/LOAndroid3/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java | 116

[Libreoffice-commits] core.git: Branch 'feature/owncloud-provider-for-android' - 33 commits - android/experimental basctl/source chart2/source config_host/config_global.h.in configure.ac external/libo

2015-02-10 Thread Jacobo Aragunde Pérez
Rebased ref, commits from common ancestor: commit a9a125191af334655fdff4a9f7c9a4ad843a5ed1 Author: Jacobo Aragunde Pérez Date: Tue Feb 10 18:46:54 2015 +0100 Android: get the file to share in a different thread. Share feature for cloud files will probably not work properly as it

[Libreoffice-commits] core.git: android/experimental

2015-02-10 Thread Jacobo Aragunde Pérez
android/experimental/LOAndroid3/src/java/org/libreoffice/ui/FileUtilities.java | 30 ++ android/experimental/LOAndroid3/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java |5 - 2 files changed, 31 insertions(+), 4 deletions(-) New commits: commit 5654e0f6afd93b3719544

[Libreoffice-commits] core.git: Branch 'feature/owncloud-provider-for-android' - android/experimental

2015-02-10 Thread Jacobo Aragunde Pérez
android/experimental/LOAndroid3/res/values/strings.xml |4 android/experimental/LOAndroid3/src/java/org/libreoffice/storage/IDocumentProvider.java |2 android/experimental/LOAndroid3/src/java/org/libreoffice/storage/IFile.java

[Libreoffice-commits] core.git: Changes to 'feature/owncloud-provider-for-android'

2015-02-10 Thread Jacobo Aragunde Pérez
New branch 'feature/owncloud-provider-for-android' available with the following commits: commit 23df7188b4bb6c093158a103e26d124cab0ee668 Author: Jacobo Aragunde Pérez Date: Mon Feb 9 20:20:11 2015 +0100 Android: document providers listen to changes in preferences. With this patch

[Libreoffice-commits] core.git: 4 commits - android/experimental

2015-02-10 Thread Jacobo Aragunde Pérez
android/experimental/LOAndroid3/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java | 150 ++ 1 file changed, 103 insertions(+), 47 deletions(-) New commits: commit cc9d29ff7b781b5f1392e13bb9a21bc05229da8a Author: Jacobo Aragunde Pérez Date: Tue Jan 27 11:55:02 2015 + A

[Libreoffice-commits] core.git: vcl/unx

2015-02-05 Thread Jacobo Aragunde Pérez
vcl/unx/gtk/a11y/atktextattributes.cxx | 31 +++ vcl/unx/gtk/a11y/atktextattributes.hxx |5 + vcl/unx/gtk/a11y/atkwrapper.cxx| 30 ++ 3 files changed, 66 insertions(+) New commits: commit 1e6515e64cb4a40071e09d5df000a94f9

[Libreoffice-commits] core.git: android/experimental

2015-02-05 Thread Jacobo Aragunde Pérez
android/experimental/LOAndroid3/res/layout/file_explorer_folder_icon.xml | 36 -- android/experimental/LOAndroid3/src/java/org/libreoffice/ui/GridItemAdapter.java |8 -- 2 files changed, 44 deletions(-) New commits: commit f3eccc655387b47fb0986558b8835588eee2898d Author:

[Libreoffice-commits] core.git: 7 commits - android/experimental

2015-01-19 Thread Jacobo Aragunde Pérez
android/experimental/LOAndroid3/res/layout/file_grid.xml | 19 + android/experimental/LOAndroid3/res/layout/file_list.xml | 20 + android/experimental/LOAndroid3/res/layout/item_in_drawer.xm

Re: Request for LO development design documents

2015-01-14 Thread Jacobo Aragunde Pérez
El 08/01/15 a las 03:56, Sand escribió: > Hi there > I am new here, from China, so sorry for my poor English. I am > interesting in the LO and maybe I can do something for the LO so I built > the source code and succeed, but when I got to read such huge code lib, > I got messed! The total doc

[Libreoffice-commits] core.git: 2 commits - android/experimental

2015-01-09 Thread Jacobo Aragunde Pérez
android/experimental/LOAndroid3/res/menu/context_menu.xml |7 android/experimental/LOAndroid3/res/values/strings.xml |3 android/experimental/LOAndroid3/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java | 79

[Libreoffice-commits] core.git: android/experimental

2014-12-16 Thread Jacobo Aragunde Pérez
android/experimental/LOAndroid3/src/java/org/libreoffice/ui/FolderIconView.java |4 1 file changed, 4 insertions(+) New commits: commit c13a1c2e5ce6ea0b78e46f314c1980a4f0c7a2f4 Author: Jacobo Aragunde Pérez Date: Tue Dec 2 17:34:01 2014 + Android: prevent NPE due to lack o

[Libreoffice-commits] core.git: android/experimental

2014-12-16 Thread Jacobo Aragunde Pérez
android/experimental/LOAndroid3/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 8c68463dae09e123bae9fc5947329cfa1f314ad3 Author: Jacobo Aragunde Pérez Date: Fri Nov 28 10:15:48 2014 + Android: bro

[Libreoffice-commits] core.git: android/experimental

2014-12-16 Thread Jacobo Aragunde Pérez
android/experimental/LOAndroid3/AndroidManifest.xml.in | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) New commits: commit 6d7f67eadf7cae75ec0ede5596c55b6585d73872 Author: Jacobo Aragunde Pérez Date: Wed Oct 15 19:39:29 2014 +0200 android: Show document browser back in

Re: minutes of ESC call ...

2014-12-11 Thread Jacobo Aragunde Pérez
El 11/12/14 a las 17:07, Michael Meeks escribió: > ... > + FOSDEM paper submission ... [!] ... deadline tomorrow (Several) > [ https://penta.fosdem.org/submission/FOSDEM15 > submitted: Thorsten, Michael x2, Matus (not), Michael S, Miklos. > not yet: Markus, Eike, Bjo

[Libreoffice-commits] core.git: Changes to 'refs/changes/67/10067/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/67/10067/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/48/6648/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/38/6138/5'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/33/6433/4'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/57/6257/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/66/10066/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/33/6433/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/33/6433/3'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/33/6433/5'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/53/7853/3'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/38/6138/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/38/6138/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/66/10066/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/84/6484/3'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/34/6434/3'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/67/6367/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/38/6138/4'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/38/6138/3'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/53/7853/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/84/6484/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/34/6434/5'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/33/6433/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/53/7853/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/34/6434/4'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/37/6137/4'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/57/6257/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/87/11487/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/51/7551/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/28/6828/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/84/6484/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/28/6828/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/95/9495/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/37/6137/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/32/6432/5'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/87/11487/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/95/9495/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/37/6137/3'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/51/7551/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/32/6432/3'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/34/6434/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/32/6432/4'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/32/6432/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/32/6432/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/47/7847/3'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/88/11488/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/88/11488/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/87/7187/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/56/10056/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/56/10056/3'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/87/7187/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/47/7847/2'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/73/7573/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/47/7847/1'

2014-09-29 Thread Jacobo Aragunde Pérez
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

  1   2   3   >