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

2015-10-07 Thread Christian Lohmaier
Tag 'libreoffice-5.0.3.1' created by Christian Lohmaier at 2015-10-07 21:33 -0700 Tag libreoffice-5.0.3.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJWFYGrAAoJEPQ0oe+v7q6j6A4P+QHVrGGJwxCPTvW+trClbJ9G s5hsw9TeZk0MMXczmtEy07R5HwCBxREA5Uqn6zb8hTheMDWJk/6lCZMm1j+CE5ue 4xk9Eqx2xaM

QA Meeting Minutes - 2015-10-07

2015-10-07 Thread Robinson Tryon
Hi all, Thanks for the great QA Meeting today! For those who couldn't make it, please see the minutes and ACTION items here: https://wiki.documentfoundation.org/QA/Meetings/2015/October_07 At our meeting next week, we'll continue to talk about recruitment, UNCONFIRMED bugs, the upcoming 5.1 rele

Bugzilla: Further restrictions on Severity field

2015-10-07 Thread Robinson Tryon
Hi all, As I mentioned at the QA Meeting today, we've implemented further restrictions on access to the Severity field. For users to raise the Severity above 'normal', they will have to be a member of the 'Contributors' group. To ensure that new contributors don't have to wait for a Bugzilla Admi

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - sal/osl

2015-10-07 Thread Pedro Giffuni
sal/osl/unx/backtrace.h |2 +- sal/osl/unx/file.cxx|2 +- sal/osl/w32/profile.cxx |6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 6c12a27867dc7df6196e74a0409c21072601bb79 Author: Pedro Giffuni Date: Wed Oct 7 21:37:01 2015 + Bring back t

[Bug 79641] LibreOffice 4.4 most annoying bugs

2015-10-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79641 Robinson Tryon (qubit) changed: What|Removed |Added Depends on|88276 | -- You are receiving t

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

2015-10-07 Thread Markus Mohrhard
sc/source/filter/excel/xeextlst.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 2e6feddc53830406fa04b4a0aea49bb8438dc702 Author: Markus Mohrhard Date: Wed Oct 7 23:26:50 2015 +0200 3stars iconset not exported to OOXML, tdf#94850 Change-Id: I983406a9eae2c975de0bb5

Re: Can't track flow of characters in from Input Method Editor

2015-10-07 Thread Richard Wordingham
Thank you all for your inputs. On Wed, 7 Oct 2015 09:57:14 +0200 Miklos Vajna wrote: > Writer "main text" gets all keyboard input in SwEditWin::KeyInput(), > sw/source/uibase/docvw/edtwin.cxx. It's VCL that calls that member > function, and in your case it's probably the VCL KDE backend in > par

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - extensions.lst LICENSE_ALv2

2015-10-07 Thread Andrea Pescetti
LICENSE_ALv2 |2 +- extensions.lst |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 2c3c479c9f3ca98db3cbad9349f6f7e753388fe0 Author: Andrea Pescetti Date: Wed Oct 7 22:41:05 2015 + #i126573# Update English dictionary to version 2015.10.01 diff --g

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-07 Thread Arjun kochhar
Thanks a lot tor, I seem to get couple of compilation errors while trying to build using the following commands : "--build=x86_64-apple-darwin14.5.0 --host=arm-apple-darwin14 --enable-dbgutil --enable-debug --enable-werror". I am currently running OS X Yosemite 10.10.5 on my Mac and have iOS 9.0 SD

RE: df#50950 sort out Calc (ISO)WEEKNUM functions

2015-10-07 Thread Winfried Donkers
Hi Eike, > As odffmap.cxx could not be used for that, I hacked up a solution > committed with > https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=74010f1c50 > 2a4bd7eb1ef3ee3d0e8c45a1c9afee I noticed, great you've found a solution :) > We can reuse that approach for further Add-I

tdf94635 (FORECAST functions) and triple exponential smoothing

2015-10-07 Thread Winfried Donkers
Hi Eike, I'm currently implementing the new FORECAST functions that are added to Excel 2016. Mostly they use triple exponential smoothing. To avoid double work, am I correct that the current LO codebase does not contain code that uses triple exponential smoothing? I would also like to create a

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-07 Thread Arjun kochhar
Also, I seem to get the following warnings in config.log, not sure if this something I should be worried about, and if I require some specific version of gcc to get the build going for iOS: checking for arm-apple-darwin10-gcc... no checking for gcc... gcc *configure: WARNING: using cross tools n

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-07 Thread Tor Lillqvist
> > > *configure: WARNING: using cross tools not prefixed with host triplet* > This can be ignored. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2015-10-07 Thread Aybuke Ozdemir
tools/source/generic/config.cxx |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) New commits: commit bbfc031333aa74fbd4c6362c33405c49c22283f3 Author: Aybuke Ozdemir Date: Wed Oct 7 14:48:57 2015 +0300 tdf#57950 Replace chained O(U)StringBuffer::append() with operator+

[Bug 57950] Replace chained O(U)StringBuffer::append() with operator+

2015-10-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57950 Commit Notification changed: What|Removed |Added Whiteboard|EasyHack SkillCpp |EasyHack SkillCpp

[Bug 57950] Replace chained O(U)StringBuffer::append() with operator+

2015-10-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57950 --- Comment #60 from Commit Notification --- Aybuke Ozdemir committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=bbfc031333aa74fbd4c6362c33405c49c22283f3 tdf#57

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

2015-10-07 Thread Takeshi Abe
starmath/inc/cursor.hxx|6 ++ starmath/source/cursor.cxx |4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) New commits: commit ce924d97aaea265b8f58265bedb49dbcd71fbc31 Author: Takeshi Abe Date: Wed Oct 7 23:21:00 2015 +0900 starmath: Represent ownership by std::uni

Re: Compiling Tiled LibreOffice Xcode Project

2015-10-07 Thread Tor Lillqvist
On 8 October 2015 at 05:51, Arjun kochhar wrote: > I updated configure.ac to consider 9.0 as a possible SDK too, since the > highest value mentioned there was 8.3 > Then you must be using some other branch than master, because that was changed on June 16 in master. Please use the master branch f

[Libreoffice-commits] core.git: 2 commits - comphelper/source editeng/source include/comphelper sc/source sw/source

2015-10-07 Thread Miklos Vajna
comphelper/source/misc/string.cxx| 11 +++ editeng/source/editeng/impedit.cxx |9 - include/comphelper/string.hxx|4 sc/source/ui/view/gridwin.cxx| 13 - sw/source/core/crsr/crsrsh.cxx | 16 +++- sw/source/core/

<    1   2