Re: Glade UI Dialogs and UNO extensions

2014-01-07 Thread Olivier Hallot
Hi Noel Em 08-01-2014 04:45, Noel Grandin escreveu: > On 2014-01-08 00:13, Olivier Hallot wrote: >> I know I can pick a UI file, rearrange it with Glade, and put back in >> place, even in hot mode. If I can do it with an extension (knowing the >> caveats), it will get another degree of freedom in

Re: Failing slowcheck in openSUSE build of 4.2.0.1

2014-01-07 Thread Tomáš Chvátal
2014/1/7 Miklos Vajna > Hi Tomáš, > > On Tue, Jan 07, 2014 at 05:32:06PM +0100, Tomáš Chvátal < > tomas.chva...@gmail.com> wrote: > > in the process of cleaning up openSUSE spec I moved the checks properly > to > > %check phase but some fail to build. > > > > Could somebody who has time and knowl

Re: Glade UI Dialogs and UNO extensions

2014-01-07 Thread Noel Grandin
On 2014-01-08 00:13, Olivier Hallot wrote: I know I can pick a UI file, rearrange it with Glade, and put back in place, even in hot mode. If I can do it with an extension (knowing the caveats), it will get another degree of freedom in my UI. But why? What is keeping you from just pushing these

LibreOffice Gerrit News for core on 2014-01-08

2014-01-07 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things ! + Keep in sync with desktop_strings[] in salplug.cxx in https://gerrit.libreoffice.org/7288 from Maxim Monastirsky about module vcl + Translated German comments

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - 4 commits - sc/inc sc/source

2014-01-07 Thread Kohei Yoshida
sc/inc/dpresfilter.hxx | 12 ++ sc/inc/dputil.hxx |2 - sc/source/core/data/dpdimsave.cxx |4 +- sc/source/core/data/dpgroup.cxx |2 - sc/source/core/data/dpobject.cxx| 17 +--- sc/source/core/data/dpresfilter.cxx | 69

[Libreoffice-commits] core.git: 2 commits - sc/inc sc/qa sc/source

2014-01-07 Thread Kohei Yoshida
sc/inc/dputil.hxx |2 - sc/qa/unit/subsequent_filters-test.cxx | 57 + sc/source/core/data/dpdimsave.cxx |4 +- sc/source/core/data/dpgroup.cxx|2 - sc/source/core/data/dputil.cxx | 13 --- 5 files change

Re: Glade UI Dialogs and UNO extensions

2014-01-07 Thread Olivier Hallot
Hi Michael, All Em 07-01-2014 19:32, Michael Meeks escreveu: > Hi Olivier, > > On Tue, 2014-01-07 at 17:37 -0200, Olivier Hallot wrote: >>> On 01/07/2014 06:05 PM, Olivier Hallot wrote: I have a demand to tweak some dialogs with better layout or widgets positions. In order to avoid disr

[Libreoffice-commits] core.git: framework/source officecfg/registry sfx2/inc sfx2/source sfx2/util

2014-01-07 Thread Zolnai Tamás
framework/source/uielement/recentfilesmenucontroller.cxx |5 officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu |5 sfx2/inc/backingcomp.hxx | 13 ++ sfx2/source/dialog/backingcomp.cxx| 5

[Libreoffice-commits] core.git: 2 commits - sc/inc sc/qa sc/source

2014-01-07 Thread Kohei Yoshida
sc/inc/dpcache.hxx | 12 + sc/inc/dpobject.hxx|3 -- sc/qa/unit/subsequent_filters-test.cxx | 43 + sc/source/core/data/dpcache.cxx| 10 +++ sc/source/core/data/dpobject.cxx |3 ++ 5 fil

Re: Glade UI Dialogs and UNO extensions

2014-01-07 Thread Michael Meeks
Hi Olivier, On Tue, 2014-01-07 at 17:37 -0200, Olivier Hallot wrote: > > On 01/07/2014 06:05 PM, Olivier Hallot wrote: > >> I have a demand to tweak some dialogs with better layout or widgets > >> positions. In order to avoid disruption with the core development, I > >> would like to know if these

[Libreoffice-commits] core.git: external/mdds

2014-01-07 Thread Kohei Yoshida
external/mdds/0001-Add-a-method-to-set-empty-to-a-span-of-elements.patch | 54 ++ external/mdds/UnpackedTarball_mdds.mk| 1 2 files changed, 55 insertions(+) New commits: commit 47a7565315dcfc4271c2b2c205225d914a1a5094 Author: Kohei Yoshida Dat

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

2014-01-07 Thread Stephan Bergmann
svx/source/accessibility/charmapacc.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 94227ec32e4736d4a85e4d82be195eaef5ce45f1 Author: Stephan Bergmann Date: Tue Jan 7 21:34:35 2014 +0100 -Werror,-Wformat Change-Id: If251feecff0cef5af4cb8f28cc40f7cf

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

2014-01-07 Thread Miklos Vajna
writerfilter/source/dmapper/GraphicImport.cxx |3 writerfilter/source/doctok/resources.xmi | 314 -- 2 files changed, 317 deletions(-) New commits: commit ddf30fb628c7fa5834eeb4169ac605e119723afe Author: Miklos Vajna Date: Tue Jan 7 21:07:41 2014 +0100 w

[Libreoffice-commits] core.git: Changes to 'private/tml/crack-1'

2014-01-07 Thread Tor Lillqvist
New branch 'private/tml/crack-1' available with the following commits: commit 067ab11deec364b5d65d410587fbf88d77d0fd51 Author: Tor Lillqvist Date: Tue Jan 7 17:23:14 2014 +0200 Revert "Revert "No need for implbase1.hxx to include XComponentContext.hpp"" This reverts commit e1157e7c

Re: Failing slowcheck in openSUSE build of 4.2.0.1

2014-01-07 Thread Miklos Vajna
Hi Tomáš, On Tue, Jan 07, 2014 at 05:32:06PM +0100, Tomáš Chvátal wrote: > in the process of cleaning up openSUSE spec I moved the checks properly to > %check phase but some fail to build. > > Could somebody who has time and knowledge investingate those out? > > How to trigger the issue: > >

Re: Glade UI Dialogs and UNO extensions

2014-01-07 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stephan Em 07-01-2014 15:16, Stephan Bergmann escreveu: > On 01/07/2014 06:05 PM, Olivier Hallot wrote: >> I have a demand to tweak some dialogs with better layout or widgets >> positions. In order to avoid disruption with the core development, I >

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - configure.ac

2014-01-07 Thread Christian Lohmaier
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c2850eabb4cf9f6a661ccbc3eb7012999eec0faa Author: Christian Lohmaier Date: Tue Jan 7 20:16:44 2014 +0100 bump product version to 4.2.1.0.0+ Change-Id: Ib3d71f4f2d502b07be7e563d83e58d60eb6dc61

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

2014-01-07 Thread Christian Lohmaier
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7b19a7b9e013e3eb8a7986586637bb81ef846c32 Author: Christian Lohmaier Date: Tue Jan 7 20:13:28 2014 +0100 bump product version to 4.2.0.2.0+ Change-Id: I56a4f95018b5b15ec5b7f8f77675db13ca37c98

[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-4.2.0.2'

2014-01-07 Thread Christian Lohmaier
Tag 'libreoffice-4.2.0.2' created by Christian Lohmaier at 2014-01-07 18:39 -0800 Tag libreoffice-4.2.0.2 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.14 (GNU/Linux) iQIcBAABAgAGBQJSzEn+AAoJEPQ0oe+v7q6jgAMQAIwknVAvWlNEkWtoqkTEPkBB hzs3SZcz6Oos+tvwG+t8FF6mvJeVzYlq/rS5A+tpS2QwkFf74fVhveXdvSP

[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-4.2.0.2'

2014-01-07 Thread Christian Lohmaier
Tag 'libreoffice-4.2.0.2' created by Christian Lohmaier at 2014-01-07 18:39 -0800 Tag libreoffice-4.2.0.2 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.14 (GNU/Linux) iQIcBAABAgAGBQJSzEn6AAoJEPQ0oe+v7q6jJPgP/1lEkJN5dFRdmpVJNyVaZS3+ U1CWCsQrjK/cDBdcDMqI/Pr3BE6/obiQ/jQqVK1Gw1WtDR55Rok4ptXW2lD

[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-4.2.0.2'

2014-01-07 Thread Christian Lohmaier
Tag 'libreoffice-4.2.0.2' created by Christian Lohmaier at 2014-01-07 18:39 -0800 Tag libreoffice-4.2.0.2 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.14 (GNU/Linux) iQIcBAABAgAGBQJSzEn2AAoJEPQ0oe+v7q6j5gsP/ji2D+lb2aaUk+k47Kzi6Zb3 MbZ++S+c8kY8kuMA7Rud4myUODdGn2utFdWnxq5kM/y75IMlmsUuh+AkV6b

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-4.2.0.2'

2014-01-07 Thread Christian Lohmaier
Tag 'libreoffice-4.2.0.2' created by Christian Lohmaier at 2014-01-07 18:39 -0800 Tag libreoffice-4.2.0.2 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.14 (GNU/Linux) iQIcBAABAgAGBQJSzEnwAAoJEPQ0oe+v7q6jP5sQAJnTSidXOjsAxylsq3i+xUcA xQLlfYqaiBzED6O6rLgRj1QSgdEktZArj8kGLPlEG1SOXpCgrp2CqNZtWkk

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - configure.ac

2014-01-07 Thread Christian Lohmaier
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 668adad0e74668f7d8145d169dca9ec591e2 Author: Christian Lohmaier Date: Tue Jan 7 19:34:28 2014 +0100 bump product version to 4.2.0.2.0+ Change-Id: Ib23ca2668b48aa88358210a3b42699b3f1b0e15

[Libreoffice-commits] translations.git: Changes to 'libreoffice-4-2-0'

2014-01-07 Thread Christian Lohmaier
New branch 'libreoffice-4-2-0' available with the following commits: commit a809a568a3331e1479c21a6681f468ab2f5bcc83 Author: Christian Lohmaier Date: Tue Jan 7 19:31:26 2014 +0100 Branch libreoffice-4-2-0 This is 'libreoffice-4-2-0' - the stable branch for the 4.2.0 release. On

[Libreoffice-commits] dictionaries.git: Changes to 'libreoffice-4-2-0'

2014-01-07 Thread Christian Lohmaier
New branch 'libreoffice-4-2-0' available with the following commits: commit 1cdd621dcee55813db4f80e26ecc206e070d7355 Author: Christian Lohmaier Date: Tue Jan 7 19:31:19 2014 +0100 Branch libreoffice-4-2-0 This is 'libreoffice-4-2-0' - the stable branch for the 4.2.0 release. On

[Libreoffice-commits] core.git: Changes to 'libreoffice-4-2-0'

2014-01-07 Thread Christian Lohmaier
New branch 'libreoffice-4-2-0' available with the following commits: commit eabd000697c136fccf4be5e7fbdb20f3101de7a1 Author: Christian Lohmaier Date: Tue Jan 7 19:32:10 2014 +0100 Branch libreoffice-4-2-0 This is 'libreoffice-4-2-0' - the stable branch for the 4.2.0 release. On

[Libreoffice-commits] help.git: Changes to 'libreoffice-4-2-0'

2014-01-07 Thread Christian Lohmaier
New branch 'libreoffice-4-2-0' available with the following commits: commit 7cf30c2b3454e97ca342ffb655b08fe51bdaae65 Author: Christian Lohmaier Date: Tue Jan 7 19:31:20 2014 +0100 Branch libreoffice-4-2-0 This is 'libreoffice-4-2-0' - the stable branch for the 4.2.0 release. On

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

2014-01-07 Thread Stephan Bergmann
pyuno/source/loader/pythonloader.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ac3c6de70409ab3a14d92a0644c29323e47605bf Author: Stephan Bergmann Date: Tue Jan 7 15:37:16 2014 +0100 No serviceNames attribute in Loader Change-Id: I6cc001d18683fc412

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - translations

2014-01-07 Thread Christian Lohmaier
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c85056cd3d0f002ce13cf6d9de34598d3bf28781 Author: Christian Lohmaier Date: Tue Jan 7 16:50:25 2014 +0100 Updated core Project: translations c9c7a45a631a5f523ebcc242bf97625466844b4d diff --git a/

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

2014-01-07 Thread Marcos Paulo de Souza
sw/source/core/layout/pagedesc.cxx | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit 63c2990d0e67e90f5445dac10c8c1f7919031482 Author: Marcos Paulo de Souza Date: Tue Jan 7 12:42:25 2014 -0200 Fix fdo#70807: Page Style method isInUse() broken

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

2014-01-07 Thread Marcos Paulo de Souza
sw/source/core/layout/pagedesc.cxx | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit c47f102d8df5e413dbf70e9968ed913f2855787d Author: Marcos Paulo de Souza Date: Tue Jan 7 12:42:25 2014 -0200 Fix fdo#70807: Page Style method isInUse() broken

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

2014-01-07 Thread Marcos Paulo de Souza
sw/source/core/layout/pagedesc.cxx | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit 6131787afbb32e1e12aac4cf4f65625d11d39f08 Author: Marcos Paulo de Souza Date: Tue Jan 7 12:42:25 2014 -0200 Fix fdo#70807: Page Style method isInUse() broken

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

2014-01-07 Thread Stephan Bergmann
dbaccess/source/core/dataaccess/databasedocument.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1f44df47a57006f72abf4853995cf76928ac6049 Author: Stephan Bergmann Date: Tue Jan 7 18:11:48 2014 +0100 Fix build Change-Id: I7a5a647d0c0c5d86f0c7add797

[Libreoffice-commits] core.git: framework/qa

2014-01-07 Thread Stephan Bergmann
framework/qa/complex/framework/autosave/ConfigHelper.java | 24 -- 1 file changed, 24 deletions(-) New commits: commit 87d5f408180c0292fbf71ed71f564473beffe29a Author: Stephan Bergmann Date: Tue Jan 7 17:04:21 2014 +0100 Remove unused methods Change-Id: Ib1fb6598115

Re: Glade UI Dialogs and UNO extensions

2014-01-07 Thread Stephan Bergmann
On 01/07/2014 06:05 PM, Olivier Hallot wrote: I have a demand to tweak some dialogs with better layout or widgets positions. In order to avoid disruption with the core development, I would like to know if these .ui dialogs can be packed into UNO extensions. No, there is no support for .ui files

Glade UI Dialogs and UNO extensions

2014-01-07 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I have a demand to tweak some dialogs with better layout or widgets positions. In order to avoid disruption with the core development, I would like to know if these .ui dialogs can be packed into UNO extensions. If affirmative, can someone point m

Re: odb ODF standard conformance [was: minutes of ESC call ...]

2014-01-07 Thread Stephan Bergmann
On 01/06/2014 09:45 PM, Michael Stahl wrote: On 20/12/13 14:40, Lionel Elie Mamane wrote: 1) fdo36288-2.odb/forms/Obj42/content.xml[2,17145]: Error: attribute "xlink:href" has a bad value: ".uno:FormController/saveRecord" does not satisfy the "anyURI" type What is the "right" way t

Failing slowcheck in openSUSE build of 4.2.0.1

2014-01-07 Thread Tomáš Chvátal
Hello guys, in the process of cleaning up openSUSE spec I moved the checks properly to %check phase but some fail to build. Could somebody who has time and knowledge investingate those out? How to trigger the issue: osc co LibreOffice:Factory/libreoffice cd LibreOffice:Factory/libreoffice vi li

Re: core.git: 2 commits - dbaccess/source

2014-01-07 Thread Lionel Elie Mamane
On Tue, Jan 07, 2014 at 05:27:13PM +0100, Michael Stahl wrote: > On 07/01/14 17:18, Lionel Elie Mamane wrote: >> commit 4933d0578e73130d9b06a849139934d952338155 >> Author: Lionel Elie Mamane >> Date: Sat Dec 21 10:41:51 2013 +0100 >> ODB ODF standard conformance: xlink:href needs xlink:typ

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

2014-01-07 Thread Lionel Elie Mamane
dbaccess/source/filter/xml/xmlExport.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7b7e3e48b88f168a5e16f645ca603df23a066b60 Author: Lionel Elie Mamane Date: Tue Jan 7 17:30:00 2014 +0100 typo: type attribute of xlink:href is also in xlinkk namespace

Re: odb ODF standard conformance [was: minutes of ESC call ...]

2014-01-07 Thread Lionel Elie Mamane
On Mon, Jan 06, 2014 at 09:45:54PM +0100, Michael Stahl wrote: > On 20/12/13 14:40, Lionel Elie Mamane wrote: >> On Thu, Dec 19, 2013 at 08:24:29PM +, Michael Meeks wrote: >>> * Crashtest update (Markus) >>> + cf. http://dev-builds.libreoffice.org/crashtest/ >>> new crash testing res

Re: core.git: 2 commits - dbaccess/source

2014-01-07 Thread Michael Stahl
On 07/01/14 17:18, Lionel Elie Mamane wrote: > commit 4933d0578e73130d9b06a849139934d952338155 > Author: Lionel Elie Mamane > Date: Sat Dec 21 10:41:51 2013 +0100 > > ODB ODF standard conformance: xlink:href needs xlink:type > > Change-Id: Ide0fc9331a62c1ddb1f7fe9aaee8a27ed35af8e7

[Libreoffice-commits] core.git: 2 commits - dbaccess/source

2014-01-07 Thread Lionel Elie Mamane
dbaccess/source/core/dataaccess/databasedocument.cxx |1 + dbaccess/source/filter/xml/xmlExport.cxx |2 ++ 2 files changed, 3 insertions(+) New commits: commit 67db0c190ed2fe0629380ca32d153d3f5ab475dc Author: Lionel Elie Mamane Date: Tue Jan 7 17:06:15 2014 +0100 to se

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

2014-01-07 Thread Maxim Monastirsky
vcl/unx/kde4/KDESalGraphics.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit a62a80ac6cc0e337f4ff6d862bccc13c720d41ac Author: Maxim Monastirsky Date: Tue Jan 7 13:03:14 2014 +0200 fdo#72521 fdo#73103 Fix editable combo-boxes behavior under KDE4

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

2014-01-07 Thread Herbert Dürr
svx/source/accessibility/charmapacc.cxx | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) New commits: commit b95a10423dfb52ec0d502a4f3ea85e17e15f2073 Author: Herbert Dürr Date: Tue Jan 7 08:45:56 2014 + Resolves: #i123986# fix charmap accessibility for...

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 6b/4710c48566b06c4b709f4a5a6019f76c8bc202

2014-01-07 Thread Caolán McNamara
6b/4710c48566b06c4b709f4a5a6019f76c8bc202 |1 + 1 file changed, 1 insertion(+) New commits: commit 520ea1259887275e071acaef8902f045cd3923f0 Author: Caolán McNamara Date: Tue Jan 7 16:01:17 2014 + Notes added by 'git notes add' diff --git a/6b/4710c48566b06c4b709f4a5a6019f76c8bc2

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 04/d077d34bd6ed991a279ea5921a8afbcd3993f2

2014-01-07 Thread Caolán McNamara
04/d077d34bd6ed991a279ea5921a8afbcd3993f2 |1 + 1 file changed, 1 insertion(+) New commits: commit 1448404d52c6ad8b6cb0cf62c5b6947466ebfcc4 Author: Caolán McNamara Date: Tue Jan 7 16:00:16 2014 + Notes added by 'git notes add' diff --git a/04/d077d34bd6ed991a279ea5921a8afbcd3993

[Libreoffice-commits] core.git: 3 commits - download.lst external/boost svx/source

2014-01-07 Thread Caolán McNamara
download.lst |2 external/boost/UnpackedTarball_boost.mk |4 external/boost/boost.9397.warnings.patch.0| 91 external/boost/boost.endian.patch | 24 - external/boost/boost.std.move.patch |6

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 5a/81299b05da6f1f9ec81246abe54c55f49793a4

2014-01-07 Thread Caolán McNamara
5a/81299b05da6f1f9ec81246abe54c55f49793a4 |1 + 1 file changed, 1 insertion(+) New commits: commit 31578c336ea2f529855ab821f9af05e105d2adf6 Author: Caolán McNamara Date: Tue Jan 7 15:59:46 2014 + Notes added by 'git notes add' diff --git a/5a/81299b05da6f1f9ec81246abe54c55f49793

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

2014-01-07 Thread Stephan Bergmann
pyuno/source/loader/pythonloader.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fd60d3fb5885d8dd3f409894fc37a3e42b57eee0 Author: Stephan Bergmann Date: Tue Jan 7 15:37:16 2014 +0100 No serviceNames attribute in Loader Change-Id: I6cc001d18683fc412

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

2014-01-07 Thread Stephan Bergmann
pyuno/source/loader/pythonloader.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 431b49fbec68c17c7a486ef0f577107d3dd27e55 Author: Stephan Bergmann Date: Tue Jan 7 15:37:16 2014 +0100 No serviceNames attribute in Loader Change-Id: I6cc001d18683fc412

Avahi Support on Linux

2014-01-07 Thread Siqi Liu
Hello all, During this summer I've implemented Zeroconf service with Avahi on Linux distro, though it worked on my Ubuntu box, it doesn't seem to be supported on "all" distributions, and it has thus broken quite a lot of tinderboxes at that time... Tor pushed a quick fix for that and disabled ava

[Bug 60270] LibreOffice 4.1 most annoying bugs

2014-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Bug 60270 depends on bug 72645, which changed state. Bug 72645 Summary: LibreOffice Calc inconsitent results from GETPIVOTDATA https://bugs.freedesktop.org/show_bug.cgi?id=72645 What|Removed |Added

Re: Help in the issue fdo#70807

2014-01-07 Thread Michael Stahl
On 16/12/13 15:33, Marcos Souza wrote: > Hi guys! > > I'm trying to solve the issues fdo#70807. I putted some points in the > bug, but I need to understand where the code set a style as used. i've hoped that somebody else would answer this, but since nobody did i now actually looked at the bug an

[Bug 60924] move libraries to autoinstallation in scp2

2014-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60924 --- Comment #63 from Michael Stahl --- (In reply to comment #62) > How we can do now? > > Looking at scp2/source/ooo/file_library_ooo.scp we have some third party > libs like rasqal, raptor, lcms, opensll and others... > > How we can handle the

[Libreoffice-commits] core.git: fpicker/README

2014-01-07 Thread Maxim Monastirsky
fpicker/README |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 00808a7b375c665f58c5c50a94405b37020950a9 Author: Maxim Monastirsky Date: Tue Jan 7 14:29:58 2014 +0200 Linux file pickers are not here anymore Change-Id: I0748afe45c2ff42c840e792df9ceba980

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

2014-01-07 Thread Tor Lillqvist
sc/inc/clkernelthread.hxx| 16 ++- sc/inc/formulacell.hxx |6 -- sc/source/core/data/formulacell.cxx | 58 +-- sc/source/core/opencl/formulagroupcl.cxx | 15 ++- sc/source/core/opencl/opbase.hxx | 66 +++

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 0e/df5309eb591a7ced0e249df7ec94a358a29274

2014-01-07 Thread Caolán McNamara
0e/df5309eb591a7ced0e249df7ec94a358a29274 |1 + 1 file changed, 1 insertion(+) New commits: commit 5158353ed180fdd9e761b29c926b19c7264b0fcd Author: Caolán McNamara Date: Tue Jan 7 12:22:10 2014 + Notes added by 'git notes add' diff --git a/0e/df5309eb591a7ced0e249df7ec94a358a292

Re: [RESOLVED][Bug 72598] [Easyhack] Remove SunStudio cruft from code base

2014-01-07 Thread Caolán McNamara
On Sat, 2014-01-04 at 12:06 +0100, Philipp Riemer wrote: > > Now I was wondering, if the empty OR at the end might bring any > complications? Wouldn't it be better to remove these characters as > well? I submitted a change request to gerrit: > https://gerrit.libreoffice.org/#/c/7269/ Marking this

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

2014-01-07 Thread Tor Lillqvist
sc/qa/unit/ucalc.cxx|2 -- sc/source/core/data/formulacell.cxx | 16 ++-- sc/source/core/tool/formulaopt.cxx |5 ++--- 3 files changed, 8 insertions(+), 15 deletions(-) New commits: commit f3f71d1d64e8d05260a4a49ba3e0191a089324b0 Author: Tor Lillqvist Date:

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Cor Nouws changed: What|Removed |Added Depends on||73355 --- Comment #49 from Cor Nouws --- ad

[RESOLVED] Re: About pt_BR dictionary update

2014-01-07 Thread Caolán McNamara
On Thu, 2014-01-02 at 10:42 -0200, Marcos Paulo de souza wrote: > Hi people, > > I send an update of the pt_BR dictionary to gerrit, and it needs to be > back ported to version 4.2. Done as http://cgit.freedesktop.org/libreoffice/dictionaries/commit/?h=libreoffice-4-2&id=f0c5d826b67db7e906288461

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - dictionaries

2014-01-07 Thread Niklas Johansson
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f6b6aeddde04164ca33f2726335fdcefd9c1c69c Author: Niklas Johansson Date: Thu Jan 2 15:16:50 2014 +0100 Updated core Project: dictionaries 02314dc1d63277226f048527d7fb843f751e84e8 diff --git a/di

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - boost/boost_1_48_0.patch boost/boost_1_55_0.patch boost/boost_freebsd.patch boost/boost-os2.patch boost/makefile.mk svx/source

2014-01-07 Thread Herbert Dürr
boost/boost-os2.patch | 22 -- boost/boost_1_48_0.patch| 323 -- boost/boost_1_55_0.patch| 164 +++ boost/boost_freebsd.patch | 335 boost/makefile.mk

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - configure.ac download.lst external/python3

2014-01-07 Thread Michael Stahl
configure.ac|2 download.lst|2 external/python3/ExternalPackage_python3.mk | 14 +- external/python3/UnpackedTarball_python3.mk | 11 - external/python3/i100492-freebsd.patch.1|2 external/p

[Libreoffice-commits] core.git: 2 commits - sc/source

2014-01-07 Thread Tor Lillqvist
sc/source/core/data/formulacell.cxx| 19 +++ sc/source/core/tool/clkernelthread.cxx |4 +++- 2 files changed, 14 insertions(+), 9 deletions(-) New commits: commit 49bc2ac28fed51425f257558db4ed1e9c3522e6f Author: Tor Lillqvist Date: Tue Jan 7 11:53:12 2014 +0200 A

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 68/792ef189457094eb0fa1790c5895d7031571da

2014-01-07 Thread Caolán McNamara
68/792ef189457094eb0fa1790c5895d7031571da |1 + 1 file changed, 1 insertion(+) New commits: commit 84ab590f01cfd7f81dca8a785168f883969e1c9a Author: Caolán McNamara Date: Tue Jan 7 09:43:45 2014 + Notes added by 'git notes add' diff --git a/68/792ef189457094eb0fa1790c5895d7031571

[Libreoffice-commits] core.git: 3 commits - chart2/AllLangResTarget_chartcontroller.mk chart2/source chart2/uiconfig chart2/UIConfig_chart2.mk helpcontent2 sc/source

2014-01-07 Thread Caolán McNamara
chart2/AllLangResTarget_chartcontroller.mk |1 chart2/UIConfig_chart2.mk |1 chart2/source/controller/dialogs/dlg_DataSource.cxx | 63 + chart2/source/controller/dialogs/dlg_DataSource.src | 42 - chart2/source/controller/inc/Hel

[Libreoffice-commits] help.git: helpers/help_hid.lst

2014-01-07 Thread Caolán McNamara
helpers/help_hid.lst |1 - 1 file changed, 1 deletion(-) New commits: commit 2fb21267953bd0f2f2509080cb8de86a50fc0f3f Author: Caolán McNamara Date: Tue Jan 7 09:42:40 2014 + drop unused help ids Change-Id: I1b4403f3fd2a9ca0956d6b5368ae48333bb71539 diff --git a/helpers/h

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

2014-01-07 Thread Khaled Hosny
padmin/source/salglyphid.hxx | 48 --- 1 file changed, 48 deletions(-) New commits: commit 4a8814e45ffac6a4cc14a3d7a183c11fd7c3f330 Author: Khaled Hosny Date: Tue Jan 7 11:21:06 2014 +0200 This duplicated files does not seem to be needed

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

2014-01-07 Thread Stephan Bergmann
jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 92644eecd0d3b17ad4778961030d4f02eb6359ea Author: Stephan Bergmann Date: Tue Jan 7 10:27:42 2014 +0100 Grammar fix Change-Id: I714326ef7

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

2014-01-07 Thread László Németh
librelogo/source/LibreLogo/LibreLogo.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit ca3006cea58d2b35e773e6954e80b1c16bf0c379 Author: László Németh Date: Tue Jan 7 10:11:53 2014 +0100 librelogo: fix messagebox (API changes) Change-Id: I7fe8c

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

2014-01-07 Thread László Németh
librelogo/source/LibreLogo/LibreLogo.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit efae2d68dd1b94e28349c0ce26018d8f8689d5a5 Author: László Németh Date: Tue Jan 7 10:11:53 2014 +0100 librelogo: fix messagebox (API changes) Change-Id: I7fe8c

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 72998, which changed state. Bug 72998 Summary: significant custom shape import regression ... https://bugs.freedesktop.org/show_bug.cgi?id=72998 What|Removed |Added

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

2014-01-07 Thread Muthu Subramanian
oox/source/drawingml/customshapeproperties.cxx |6 ++ sd/qa/unit/data/xml/n762695_0.xml |2 +- sd/qa/unit/data/xml/n762695_1.xml |4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) New commits: commit bec40dcd4f36bf774f6bc2d805a646ba2232175c Author:

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

2014-01-07 Thread Tor Lillqvist
vbahelper/source/vbahelper/vbahelper.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e1b14fa6557f0ded8b5149e28e00861b296dcb34 Author: Tor Lillqvist Date: Tue Jan 7 10:11:02 2014 +0200 Fix syntax error Change-Id: I3967658c001479d0adc7a0f60dea97d1c0

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

2014-01-07 Thread Noel Grandin
svl/source/misc/urihelper.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 66e173eb4456639ecd2e75fbb23a557a5b7c5932 Author: Noel Grandin Date: Tue Jan 7 10:04:50 2014 +0200 Fix typo in my commit Fix typo in my commit 82625bb98e256b83351328d3bf2a14e