[Libreoffice-commits] core.git: Branch 'feature/unitver' - download.lst

2015-06-04 Thread Andrzej Hunt
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 0d21421210e222c07f700a753cb79d14dcef9cc3 Author: Andrzej Hunt Date: Thu Jun 4 09:14:24 2015 +0100 Upgrade to udunits 2.2.19 This has some fixes that should help the windows build

[Libreoffice-commits] core.git: configure.ac

2015-06-04 Thread Andrzej Hunt
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a3afa22ba4069212213009fc7304adc3c339b68b Author: Andrzej Hunt Date: Thu Jun 4 14:02:05 2015 +0100 Fix using /opt/lo/bin/nasm on windows/cygwin Change-Id

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 2 commits - configure.ac external/udunits2

2015-06-05 Thread Andrzej Hunt
++ 5 files changed, 218 insertions(+), 3 deletions(-) New commits: commit 07a5581b6958c1c4bf3b7039ebae5dbe2eeecbf7 Author: Andrzej Hunt Date: Fri Jun 5 10:33:08 2015 +0100 WIP: udunits2 build on windows It now builds, but only produces a static library. libtool

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 8 commits - sc/inc sc/qa sc/source

2015-02-06 Thread Andrzej Hunt
+++ sc/source/core/units/utunit.hxx| 46 +++ 6 files changed, 193 insertions(+), 43 deletions(-) New commits: commit 683eb1b54412c2ceaafd46c607606a5b6b3e27af Author: Andrzej Hunt Date: Fri Feb 6 18:46:30 2015 + Implement splitUnitsFromInputString. Change-Id

[Libreoffice-commits] core.git: Branch 'feature/unitver' - sc/qa

2015-08-05 Thread Andrzej Hunt
sc/qa/unit/units.cxx | 12 1 file changed, 12 insertions(+) New commits: commit 6a75eeb0c3dc12844557027f0df443e1b57269c6 Author: Andrzej Hunt Date: Wed Aug 5 19:50:55 2015 +0100 Test for tdf#92455 (persist purely local annotations after conversion) Change-Id

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - configure.ac

2015-07-16 Thread Andrzej Hunt
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8c0ace56528cfd469d55c17a6e9b32c33e715ec0 Author: Andrzej Hunt Date: Thu Jun 4 14:02:05 2015 +0100 Fix using /opt/lo/bin/nasm on windows/cygwin Change-Id

[Libreoffice-commits] core.git: Branch 'feature/unitver' - sc/source

2015-02-28 Thread Andrzej Hunt
sc/source/core/data/column3.cxx | 27 +++ 1 file changed, 27 insertions(+) New commits: commit fec741b1902fd008a732ce0d8f57435cdfa65f57 Author: Andrzej Hunt Date: Sat Feb 7 11:33:39 2015 + Implement actual unit extraction / format setting. This

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 24 commits - include/sfx2 sc/AllLangResTarget_sc.mk sc/CppunitTest_sc_units.mk sc/inc sc/Library_sc.mk sc/qa sc/source

2015-03-08 Thread Andrzej Hunt
Rebased ref, commits from common ancestor: commit b454f1724d7a1b4891fd8182321447ec672b1f57 Author: Andrzej Hunt Date: Sun Mar 8 12:47:57 2015 + Implement infobar warning for unit errors in a formula. Change-Id: I2a909c9b71ff33754096da03d4cc7bbe390c2e1b diff --git a/sc

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 1990 commits - accessibility/inc accessibility/source android/Bootstrap android/CustomTarget_android_desktop.mk android/CustomTarget_lo_andro

2015-03-08 Thread Andrzej Hunt
Rebased ref, commits from common ancestor: commit b8cf2f2195f1085bb22bed1ff7df0ec469abd53e Author: Andrzej Hunt Date: Sun Mar 8 16:41:58 2015 + Fix firebird linking. Change-Id: Iab5d4e8d0c75310d9347ac910c45e6aaa8216ae1 diff --git a/external/udunits2/ExternalPackage_udunits2

[Libreoffice-commits] core.git: Branch 'feature/unitver' - external/udunits2

2015-03-08 Thread Andrzej Hunt
Rebased ref, commits from common ancestor: commit 57992e5b1dca22ae547abd3c40f6bf3c2a46 Author: Andrzej Hunt Date: Sun Mar 8 16:41:58 2015 + Fix udunits linking. Change-Id: Iab5d4e8d0c75310d9347ac910c45e6aaa8216ae1 diff --git a/external/udunits2/ExternalPackage_udunits2.mk

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 2 commits - include/sfx2 sc/source sfx2/source

2015-03-08 Thread Andrzej Hunt
include/sfx2/infobar.hxx |6 ++ sc/source/ui/view/viewfunc.cxx | 29 + sfx2/source/dialog/infobar.cxx |7 ++- 3 files changed, 37 insertions(+), 5 deletions(-) New commits: commit 75dfdcb792b8fbd7f04b2a083eb96eac5d78c6c3 Author: Andrzej Hunt

[Libreoffice-commits] core.git: Branch 'feature/unitver' - sc/source

2015-03-08 Thread Andrzej Hunt
Rebased ref, commits from common ancestor: commit 8644d2191022a3799f0566ada4893f0c45d0d5c1 Author: Andrzej Hunt Date: Sun Mar 8 20:35:51 2015 + Allow jumping back to erroneous cell from unit error infobar. Change-Id: Iec10bf1cef24359180032847bb02728cd545ee0e diff --git a/sc

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 5 commits - sc/source sfx2/source

2015-03-08 Thread Andrzej Hunt
sc/source/core/units/unitsimpl.cxx |2 +- sc/source/ui/view/viewfunc.cxx |9 + sfx2/source/view/viewfrm.cxx |7 +-- 3 files changed, 15 insertions(+), 3 deletions(-) New commits: commit d2a249645221ae8e9c9d6c79fabf853e6b736d6f Author: Andrzej Hunt Date: Sun

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 9 commits - sc/inc sc/qa sc/source

2015-03-16 Thread Andrzej Hunt
insertions(+), 34 deletions(-) New commits: commit 3d422829e56c46c81a389e5be63be9336941257c Author: Andrzej Hunt Date: Mon Mar 16 07:45:50 2015 + Add missing include. Change-Id: I596645b718e12fab46e5fbb7d5ccdc0af251c107 diff --git a/sc/source/core/data/column3.cxx b/sc/source/core

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 14 commits - sc/Library_sc.mk sc/qa sc/source

2015-05-09 Thread Andrzej Hunt
/core/units/unitsimpl.hxx | 57 ++ sc/source/core/units/utunit.hxx| 18 ++ 7 files changed, 575 insertions(+), 74 deletions(-) New commits: commit eba23893a8671d0d951a9b87d355b124024cee24 Author: Andrzej Hunt Date: Fri Apr 10 11:03:33 2015 +0100 Move and rename Range/Unit Stack

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 3946 commits - accessibility/inc accessibility/source android/Bootstrap android/experimental android/.gitignore android/mobile-config.py andr

2015-05-09 Thread Andrzej Hunt
Rebased ref, commits from common ancestor: commit aa614666336f6e23720cd7acea88399b88f9deff Author: Andrzej Hunt Date: Sat May 9 20:35:04 2015 +0100 Store pre-conversion value in cell annotation. Change-Id: I67d8d1a7b0190b91107987a1ae4f03f2e91b06ca diff --git a/sc/source/ui/view

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 29 commits - sc/inc sc/Library_sc.mk sc/qa sc/source

2015-05-09 Thread Andrzej Hunt
Rebased ref, commits from common ancestor: commit 1d113691ef822bdb42008a81dd626069e04c7ecb Author: Andrzej Hunt Date: Sat May 9 20:35:04 2015 +0100 Store pre-conversion value in cell annotation. Change-Id: I67d8d1a7b0190b91107987a1ae4f03f2e91b06ca diff --git a/sc/source/ui/view

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 29 commits - sc/inc sc/Library_sc.mk sc/qa sc/source

2015-05-09 Thread Andrzej Hunt
Rebased ref, commits from common ancestor: commit 50620c88049227f19ba3a3e95211f461d8be0061 Author: Andrzej Hunt Date: Sat May 9 20:35:04 2015 +0100 Store pre-conversion value in cell annotation. Change-Id: I67d8d1a7b0190b91107987a1ae4f03f2e91b06ca diff --git a/sc/source/ui/view

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 5 commits - external/udunits2 sc/inc sc/qa sc/source

2015-05-11 Thread Andrzej Hunt
| 95 ++ sc/source/core/units/unitsimpl.hxx|4 + sc/source/core/units/utunit.hxx |5 + 7 files changed, 211 insertions(+), 2 deletions(-) New commits: commit 59618d77b6150b50775d7d67f826c15a44ee505e Author: Andrzej Hunt Date: Mon May 11 15

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 10 commits - sc/inc sc/qa sc/source

2015-05-12 Thread Andrzej Hunt
: Andrzej Hunt Date: Tue May 12 21:16:13 2015 +0100 Convert convertCellUnits to handle ranges Change-Id: Ibe95cbd9ea9efd08a48e0651f469434802bfa40e diff --git a/sc/inc/units.hxx b/sc/inc/units.hxx index b5e12da..8e15af4 100644 --- a/sc/inc/units.hxx +++ b/sc/inc/units.hxx @@ -107,7

[Libreoffice-commits] core.git: Branch 'feature/unitver' - 940 commits - accessibility/inc accessibility/source android/Bootstrap android/CustomTarget_android_desktop.mk android/CustomTarget_lo_androi

2015-05-24 Thread Andrzej Hunt
Rebased ref, commits from common ancestor: commit c7cb454e1137346ea3b8ad1bc6090db4e213e9fe Author: Andrzej Hunt Date: Sun May 24 10:35:39 2015 +0100 Update units error messsage for clarity. Change-Id: Ib59b2317f962d01bcc65a981040c3452cee7206e diff --git a/sc/source/ui/src

[Libreoffice-commits] core.git: Changes to 'feature/lok_sofficemain2'

2014-09-25 Thread Andrzej Hunt
New branch 'feature/lok_sofficemain2' available with the following commits: commit 35cecf52d34cbcc54eb7b3b2297635b4cc227ede Author: Andrzej Hunt Date: Thu Sep 25 10:08:54 2014 +0100 TEMPORARY: We need OfficeIPCThread for LOK on Android for now. LOK uses the OfficeIPCThre

[Libreoffice-commits] core.git: Changes to 'feature/droid_calcimpress'

2014-09-25 Thread Andrzej Hunt
New branch 'feature/droid_calcimpress' available with the following commits: commit d8b6dbfbcb69e69928b61a638a23f00873e2265b Author: Andrzej Hunt Date: Thu Sep 25 10:08:54 2014 +0100 TEMPORARY: We need OfficeIPCThread for LOK on Android for now. LOK uses the OfficeIP

[Libreoffice-commits] core.git: Branch 'feature/droid_calcimpress' - 46 commits - include/tools sc/inc sc/source

2014-09-25 Thread Andrzej Hunt
changed, 1119 insertions(+), 644 deletions(-) New commits: commit 262e1773c4ba1294c3d9744249048931e31f6d14 Author: Andrzej Hunt Date: Fri Aug 29 11:47:55 2014 +0200 TEMPORARY: more twips in ScOutputData. Some parts are working, some aren't. Chan

[Libreoffice-commits] core.git: configure.ac

2014-09-26 Thread Andrzej Hunt
configure.ac |4 1 file changed, 4 insertions(+) New commits: commit 3a4860a751980b566b44d57cde188292df5e8726 Author: Andrzej Hunt Date: Wed Jun 25 15:01:14 2014 +0100 Force --std=gnu89 for clang. clang builds with a more modern standard by default On Linux gcc

[Libreoffice-commits] core.git: Branch 'feature/droid_calcimpress' - 2 commits - desktop/source svx/source

2014-09-26 Thread Andrzej Hunt
desktop/source/lib/init.cxx|7 +++ svx/source/sdr/contact/objectcontactofpageview.cxx |2 +- 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit 4686ac905a7bdc80df6bd6ce87ebefc48d735bb5 Author: Andrzej Hunt Date: Fri Sep 26 09:12:56 2014

[Libreoffice-commits] core.git: Branch 'feature/lok_sofficemain2' - 2 commits - desktop/source svx/source

2014-09-26 Thread Andrzej Hunt
desktop/source/lib/init.cxx|7 +++ svx/source/sdr/contact/objectcontactofpageview.cxx |2 +- 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit 2accef3fe63121d98b866e814e74492d0fae8647 Author: Andrzej Hunt Date: Fri Sep 26 09:11:53 2014

[Libreoffice-commits] core.git: Changes to 'private/ajrhunt/c4'

2014-09-28 Thread Andrzej Hunt
New branch 'private/ajrhunt/c4' available with the following commits: commit 56138f038bb5ed5df136ad6b048ea13c7633a2d8 Author: Andrzej Hunt Date: Wed Aug 27 14:29:07 2014 +0200 Use GetScrPos so that col/row-headers match the grid. Without this we can still get single pi

[Libreoffice-commits] core.git: Branch 'private/ajrhunt/c4' - 1210 commits - accessibility/inc accessibility/source android/abs-lib android/Bootstrap android/CustomTarget_android_desktop.mk android/Cu

2014-09-28 Thread Andrzej Hunt
Rebased ref, commits from common ancestor: commit 713d6b45bb3141db12777b5bc068a9a7719ae458 Author: Andrzej Hunt Date: Wed Aug 27 14:29:07 2014 +0200 Use GetScrPos so that col/row-headers match the grid. Without this we can still get single pixel errors which can sum up over

[Libreoffice-commits] core.git: Changes to 'feature/droid_calcimpress2'

2014-09-29 Thread Andrzej Hunt
New branch 'feature/droid_calcimpress2' available with the following commits: commit b87bbfea19443f29426689b0abcb85f64eab4292 Author: Andrzej Hunt Date: Fri Sep 26 09:12:56 2014 +0100 Add more lok debug output. This should allow as at least to see if soffice_m

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

2014-09-29 Thread Andrzej Hunt
___ 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/08/9708/1'

2014-09-29 Thread Andrzej Hunt
___ 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/02/9602/2'

2014-09-29 Thread Andrzej Hunt
___ 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/04/9104/1'

2014-09-29 Thread Andrzej Hunt
___ 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/24/8924/3'

2014-09-29 Thread Andrzej Hunt
___ 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/9473/3'

2014-09-29 Thread Andrzej Hunt
___ 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/76/9976/1'

2014-09-29 Thread Andrzej Hunt
___ 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/9473/2'

2014-09-29 Thread Andrzej Hunt
___ 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/24/8924/1'

2014-09-29 Thread Andrzej Hunt
___ 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/04/9604/2'

2014-09-29 Thread Andrzej Hunt
___ 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/21/10221/2'

2014-09-29 Thread Andrzej Hunt
___ 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/54/7254/1'

2014-09-29 Thread Andrzej Hunt
___ 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/76/9976/2'

2014-09-29 Thread Andrzej Hunt
___ 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/04/9104/2'

2014-09-29 Thread Andrzej Hunt
___ 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/35/9535/1'

2014-09-29 Thread Andrzej Hunt
___ 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/9738/1'

2014-09-29 Thread Andrzej Hunt
___ 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/49/7249/2'

2014-09-29 Thread Andrzej Hunt
___ 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/12/9812/5'

2014-09-29 Thread Andrzej Hunt
___ 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/9738/2'

2014-09-29 Thread Andrzej Hunt
___ 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/9473/1'

2014-09-29 Thread Andrzej Hunt
___ 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/83/7783/1'

2014-09-29 Thread Andrzej Hunt
___ 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/04/9604/1'

2014-09-29 Thread Andrzej Hunt
___ 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/21/10221/1'

2014-09-29 Thread Andrzej Hunt
___ 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/49/7249/1'

2014-09-29 Thread Andrzej Hunt
___ 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/86/10186/1'

2014-09-29 Thread Andrzej Hunt
___ 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/35/9535/2'

2014-09-29 Thread Andrzej Hunt
___ 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/83/7783/3'

2014-09-29 Thread Andrzej Hunt
___ 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/6867/4'

2014-09-29 Thread Andrzej Hunt
___ 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/54/7254/2'

2014-09-29 Thread Andrzej Hunt
___ 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/09/9709/2'

2014-09-29 Thread Andrzej Hunt
___ 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/9132/1'

2014-09-29 Thread Andrzej Hunt
___ 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/54/7854/2'

2014-09-29 Thread Andrzej Hunt
___ 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/54/7854/3'

2014-09-29 Thread Andrzej Hunt
___ 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/12/9812/2'

2014-09-29 Thread Andrzej Hunt
___ 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/64/10764/1'

2014-09-29 Thread Andrzej Hunt
___ 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/7247/2'

2014-09-29 Thread Andrzej Hunt
___ 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/8384/2'

2014-09-29 Thread Andrzej Hunt
___ 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/6867/3'

2014-09-29 Thread Andrzej Hunt
___ 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/16/9816/2'

2014-09-29 Thread Andrzej Hunt
___ 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/68/10768/1'

2014-09-29 Thread Andrzej Hunt
___ 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/83/7783/2'

2014-09-29 Thread Andrzej Hunt
___ 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/68/10768/2'

2014-09-29 Thread Andrzej Hunt
___ 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/17/9017/1'

2014-09-29 Thread Andrzej Hunt
___ 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/16/9816/1'

2014-09-29 Thread Andrzej Hunt
___ 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/59/10759/1'

2014-09-29 Thread Andrzej Hunt
___ 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/9132/2'

2014-09-29 Thread Andrzej Hunt
___ 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/74/9474/1'

2014-09-29 Thread Andrzej Hunt
___ 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/8647/2'

2014-09-29 Thread Andrzej Hunt
___ 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/04/9904/4'

2014-09-29 Thread Andrzej Hunt
___ 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/7784/1'

2014-09-29 Thread Andrzej Hunt
___ 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/43/8643/1'

2014-09-29 Thread Andrzej Hunt
___ 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/7247/1'

2014-09-29 Thread Andrzej Hunt
___ 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/42/7742/1'

2014-09-29 Thread Andrzej Hunt
___ 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/16/9816/4'

2014-09-29 Thread Andrzej Hunt
___ 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/25/10225/1'

2014-09-29 Thread Andrzej Hunt
___ 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/70/9170/2'

2014-09-29 Thread Andrzej Hunt
___ 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/21/8821/10'

2014-09-29 Thread Andrzej Hunt
___ 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/7248/2'

2014-09-29 Thread Andrzej Hunt
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'private/ajrhunt/cunit'

2014-11-28 Thread Andrzej Hunt
New branch 'private/ajrhunt/cunit' available with the following commits: commit a13992fddcf858f7cda25fd48af004a583207765 Author: Andrzej Hunt Date: Fri Nov 28 16:09:39 2014 + Incomplete: udunit integration. We still need to check how to find the system udunits in

[Libreoffice-commits] core.git: Changes to 'private/ajrhunt/cunitdemo'

2014-11-25 Thread Andrzej Hunt
New branch 'private/ajrhunt/cunitdemo' available with the following commits: commit b0c18033914c9a5b8210232f56d1b94a36817f8c Author: Andrzej Hunt Date: Tue Nov 25 11:16:26 2014 + Add sc.units to log area. Change-Id: Ia921b3e7aef905b3132f59be35282357bf5ec3

[Libreoffice-commits] core.git: Branch 'private/ajrhunt/cunitdemo' - 2025 commits - accessibility/source android/experimental animations/source apple_remote/source autogen.sh avmedia/Library_avmediags

2014-11-25 Thread Andrzej Hunt
Rebased ref, commits from common ancestor: commit 786c4d2f8096f0d423ff89c453f45b6d812579ac Author: Andrzej Hunt Date: Tue Nov 25 11:16:26 2014 + Add sc.units to log area. Change-Id: Ia921b3e7aef905b3132f59be35282357bf5ec3b7 diff --git a/include/sal/log-areas.dox b/include/sal

[Libreoffice-commits] core.git: Changes to 'private/ajrhunt/fdo75328'

2014-03-18 Thread Andrzej Hunt
New branch 'private/ajrhunt/fdo75328' available with the following commits: commit c1a1fb9db417cc71e4ec5360cf9446fc4aa9ebf8 Author: Andrzej Hunt Date: Tue Mar 18 07:34:48 2014 + fdo#75328 Do DiscoveryService socket setup off the main thread.

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

2014-03-18 Thread Andrzej Hunt
sd/source/ui/remotecontrol/DiscoveryService.cxx | 33 ++-- sd/source/ui/remotecontrol/DiscoveryService.hxx |6 2 files changed, 26 insertions(+), 13 deletions(-) New commits: commit c0fb2640665d552b39deb2192d59fa11ea701d51 Author: Andrzej Hunt Date: Tue Mar 18

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

2014-03-18 Thread Andrzej Hunt
unodevtools/source/skeletonmaker/cppcompskeleton.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 887ab6d0832397e0bc7cc1d7f1d43ce6f4e92509 Author: Andrzej Hunt Date: Tue Mar 18 18:37:33 2014 + loplugin:passstringbyref Change-Id

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

2014-03-18 Thread Andrzej Hunt
unodevtools/source/skeletonmaker/cppcompskeleton.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d69346b170a627b039ac1309d427aa3ef764f628 Author: Andrzej Hunt Date: Tue Mar 18 19:18:02 2014 + Make parameters const too. (Following on from

[Libreoffice-commits] core.git: Changes to 'private/ajrhunt/firebird-improvement'

2014-03-19 Thread Andrzej Hunt
New branch 'private/ajrhunt/firebird-improvement' available with the following commits: commit d352ee8550c5261503a2c1a8d7cf2a57a6699b2d Author: Andrzej Hunt Date: Wed Mar 19 20:15:11 2014 + firebird-sdbc: Implement XSQLDA wrapper. Should hopefully help cleanup s

[Libreoffice-commits] core.git: Branch 'private/ajrhunt/firebird-improvement' - 2 commits - connectivity/Library_firebird_sdbc.mk connectivity/source

2014-03-19 Thread Andrzej Hunt
Rebased ref, commits from common ancestor: commit d0a9f440e6860a225c5a0ae6222fa96bbc312dbe Author: Andrzej Hunt Date: Wed Mar 19 20:28:45 2014 + firebird-sdbc: upgrade Statement to use Sqlda wrapper. So much cleaner already :). Change-Id

[Libreoffice-commits] core.git: Branch 'private/ajrhunt/firebird-improvement' - connectivity/source

2014-03-19 Thread Andrzej Hunt
connectivity/source/drivers/firebird/Util.cxx | 108 -- connectivity/source/drivers/firebird/Util.hxx |4 2 files changed, 112 deletions(-) New commits: commit 80f477367272ff0c5289250c2d76d35064ab384e Author: Andrzej Hunt Date: Wed Mar 19 20:56:07 2014 +

[Libreoffice-commits] core.git: Branch 'private/ajrhunt/firebird-improvement' - 3 commits - connectivity/source

2014-03-19 Thread Andrzej Hunt
changed, 32 insertions(+), 53 deletions(-) New commits: commit dc0af89801e0f6a2105487915259a879533083df Author: Andrzej Hunt Date: Wed Mar 19 20:51:59 2014 + firebird-sdbc: upgrade PreparedStatement to use Sqlda wrapper. Change-Id: If79a8b1cfe76292054db4417c452f6443e663fda

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

2014-03-24 Thread Andrzej Hunt
sd/source/ui/remotecontrol/DiscoveryService.cxx | 33 ++-- sd/source/ui/remotecontrol/DiscoveryService.hxx |6 2 files changed, 26 insertions(+), 13 deletions(-) New commits: commit 295c0c40682581215756e8bd744c8f2b04bd1acf Author: Andrzej Hunt Date: Tue Mar 18

<    1   2   3   4   5   >