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

2016-02-11 Thread Stephan Bergmann
idl/source/prj/parser.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit a739f77150fc3a184102137f9677642d3e004320 Author: Stephan Bergmann Date: Fri Feb 12 08:58:39 2016 +0100 missing include Change-Id: If579fa4cb615a5d7d6ca5c5a864393324940582f diff --git a/idl/s

[Libreoffice-commits] core.git: bin/find-german-comments

2016-02-11 Thread Noel Grandin
bin/find-german-comments |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 29cec238a1b140b88d85e5cc87bb00cbf2ad41a8 Author: Noel Grandin Date: Fri Feb 12 09:47:32 2016 +0200 scan for all the source files I can think of Change-Id: I7d0c171ceaaf5f38fabe

[Bug 89657] The lang-pack installation mechanism on OS X unacceptable -- needs refactoring for better installation UX

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89657 Tor Lillqvist changed: What|Removed |Added Summary|The lang-pack installation |The lang-pack installation

Re: [Bug 97499] EasyHack: Clean up default arguments in uses of C++ unordered containers

2016-02-11 Thread Chris Sherlock
> On 12 Feb 2016, at 6:14 PM, jan iversen wrote: > > Sent from my iPad, please excuse any misspellings Hey, I do the same :-) And your iPad is much nicer than mine! > On 12 Feb 2016, at 07:56, Chris Sherlock > wrote: > >> What does ToBeReviewed indicate? L

[Bug 89657] The lang-pack installation mechanism on OSX unacceptable -- needs refactoring for better installation UX

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89657 --- Comment #29 from Chris Sherlock --- Sorry, I'm literally still learning how to develop on OS X :( I'm happy to look into it, but not sure how long it will take me to work this out... I've been a bit ill lately and I have another thing

Re: [Bug 97499] EasyHack: Clean up default arguments in uses of C++ unordered containers

2016-02-11 Thread jan iversen
Sent from my iPad, please excuse any misspellings > On 12 Feb 2016, at 07:56, Chris Sherlock wrote: > > What does ToBeReviewed indicate? Like, reviewed by whom and for what reason? > ToBeReviewed was set on all easyHacks, because I have been tasked with walking through all of them and - ver

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

2016-02-11 Thread Noel Grandin
idl/inc/lex.hxx|6 idl/inc/module.hxx | 15 -- idl/inc/parser.hxx | 11 + idl/inc/types.hxx |6 idl/source/objects/basobj.cxx | 12 - idl/source/objects/bastype.cxx | 18 +- idl/source/objects/module.cxx | 140 --

[Bug 86249] clean VirtualDevice constructor ...

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86249 --- Comment #2 from Chris Sherlock --- Hi Michael, what is it that makes the constructor problematic? Could you give some more info? Thanks :-) -- You are receiving this mail because: You are on the CC list for the bug.

Re: [Bug 97499] EasyHack: Clean up default arguments in uses of C++ unordered containers

2016-02-11 Thread Chris Sherlock
What does ToBeReviewed indicate? Like, reviewed by whom and for what reason? Just curious... Chris > On 12 Feb 2016, at 12:46 AM, bugzilla-dae...@bugs.documentfoundation.org > wrote: > > jan iversen changed bug 97499 >

Re: Old/Obsolete file format import still needed?

2016-02-11 Thread Chris Sherlock
> On 11 Feb 2016, at 9:14 PM, Michael Stahl wrote: > > but that is just a measure of where white-hat "security researchers" > have been looking for bugs; i find that the idea that black hats don't > do their own independent research to find vulnerabilities is wishful > thinking. I do wonder wha

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

2016-02-11 Thread Noel Grandin
sd/source/ui/animations/CustomAnimationPane.cxx | 27 sd/source/ui/animations/CustomAnimationPane.hxx |1 2 files changed, 28 insertions(+) New commits: commit ffc7e42fc925a5e1073ec1b0025b4a1848683007 Author: Noel Grandin Date: Fri Feb 12 08:49:34 2016 +0200

Re: severity of bug 56544

2016-02-11 Thread Chris Sherlock
It looks like this has been fixed now. Vincent, are you able to confirm? Chris > On 10 Feb 2016, at 11:37 PM, Vincent Lucy > wrote: > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi, > > does anyone know if the bug 56544 > (https://bugs.documentfoundation.org/show_bug.cgi?id

[Libreoffice-commits] core.git: compilerplugins/clang include/tools registry/tools sd/source vcl/source

2016-02-11 Thread Noel Grandin
compilerplugins/clang/unusedmethods.py | 24 +++--- include/tools/globname.hxx |1 registry/tools/options.hxx |1 sd/source/ui/animations/CategoryListBox.hxx |2 sd/source/ui/animations/CustomAnimationPane.cxx | 83 -

Unit test failure on building LibreOffice on Windows

2016-02-11 Thread Paul Blinzer
Still working on getting a basic compile of LibreOffice on Windows working (Linux version compilation goes smoothly). Platfom: Windows 10 64bit, running Cygwin 32 LODE build setup to compile libreoffice. Using VS2013 Community edition. Default setup of build envrionment as outlined in https://wiki

Vijay license statement

2016-02-11 Thread Vij
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. -Vijay www.iArmor.com ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

[ANN] mdds 1.1.0 lands on master.

2016-02-11 Thread Kohei Yoshida
FYI, mdds has been updated to 1.1.0 on the master branch. https://cgit.freedesktop.org/libreoffice/core/commit/?id=6cc5d37d87406671ac76e94a43f8a57f346caaaf Please refer to this blog post of mine http://kohei.us/2016/02/10/mdds-1-1-0/ for the details on what has changed since 1.0.0. Best, Kohe

[Libreoffice-commits] core.git: configure.ac download.lst external/mdds

2016-02-11 Thread Kohei Yoshida
configure.ac |2 - download.lst |4 +- external/mdds/0001-Fix-some-build-snuffs.patch | 38 + external/mdds/UnpackedTarball_mdds.mk |4 +- 4 files changed, 43 insertions(+), 5 deletio

[ANN] LibreOffice 5.0.5 RC2 available

2016-02-11 Thread Christian Lohmaier
Dear Community, The Document Foundation is pleased to announce the second release candidate of LibreOffice 5.0.5. The upcoming 5.0.5 will be the fifth bugfix release of our fresh 5.0 line. Please be aware that LibreOffice 5.0.5 RC2 has not been flagged as ready for production use yet, however feel

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - icu/icu-win-layoutex.patch icu/makefile.mk

2016-02-11 Thread Damjan Jovanovic
icu/icu-win-layoutex.patch | 10 ++ icu/makefile.mk|2 +- 2 files changed, 11 insertions(+), 1 deletion(-) New commits: commit 2582d1371078e91155a13f1907089a1bb0c18365 Author: Damjan Jovanovic Date: Thu Feb 11 23:06:27 2016 + #i126840# - Windows/MSVC build of

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

2016-02-11 Thread Xisco Fauli
svgio/qa/cppunit/SvgImportTest.cxx | 15 +++ svgio/qa/cppunit/data/tdf97543.svg |4 2 files changed, 19 insertions(+) New commits: commit 0ab6332f97ec8b12d96f43834febea21e0b39f6a Author: Xisco Fauli Date: Thu Feb 11 23:10:47 2016 +0100 SVGIO: tdf#97543: Add import t

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

2016-02-11 Thread David Ostrovsky
connectivity/source/drivers/mork/MCatalog.cxx|7 --- connectivity/source/drivers/mork/MColumnAlias.cxx|6 --- connectivity/source/drivers/mork/MColumns.cxx| 14 --- connectivity/source/drivers/mork/MConnection.cxx |5 -- con

[Bug 89902] WRITER: Drawing properties toolbar: Turn area filling color into split button

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89902 Maxim Monastirsky changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|-

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2016-02-11 Thread Yousuf Philips
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 24 +- officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 24 +- sw/uiconfig/swriter/menubar/menubar.xml | 20 3 files changed, 34 insertions(+), 3

[Bug 68617] UI: Row/Column Highlight of current selection not showing correctly

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68617 Akshay Deep changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|libreof

[Libreoffice-commits] online.git: 4 commits - loleaflet/Makefile loolwsd/configure.ac

2016-02-11 Thread Andras Timar
loleaflet/Makefile |2 +- loolwsd/configure.ac |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 97dcfdc7e88d61554521ec2c0d412b958e761239 Author: Andras Timar Date: Thu Feb 11 22:33:44 2016 +0100 loolwsd: bump version after tarball diff --git a/loolwsd

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sfx2/source

2016-02-11 Thread Stephan Bergmann
sfx2/source/doc/docfile.cxx |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit 7f93dba17d397c5bf265504e8fbecd6b615e1787 Author: Stephan Bergmann Date: Thu Feb 11 18:26:24 2016 +0100 tdf#56544: Support LO's .~lock.*# file locking over smb, too Ch

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sfx2/source

2016-02-11 Thread Stephan Bergmann
sfx2/source/doc/docfile.cxx |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit 8896851ddb02d043f3ebcc5b27b907369f0d6730 Author: Stephan Bergmann Date: Thu Feb 11 18:26:24 2016 +0100 tdf#56544: Support LO's .~lock.*# file locking over smb, too Ch

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loleaflet/src

2016-02-11 Thread Jan Holesovsky
loleaflet/src/map/Map.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 864fac6c52476f36e5ac4c47b60937e2b82b706c Author: Jan Holesovsky Date: Thu Feb 11 20:25:04 2016 +0100 loleaflet: Allow wss: protocol as a base for the image upload URL too. diff --git a/l

[Libreoffice-commits] online.git: loleaflet/src

2016-02-11 Thread Jan Holesovsky
loleaflet/src/map/Map.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f73c0980e29df3606038236e4525c3f9c2993a04 Author: Jan Holesovsky Date: Thu Feb 11 20:25:04 2016 +0100 loleaflet: Allow wss: protocol as a base for the image upload URL too. diff --git a/l

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - slideshow/source

2016-02-11 Thread Michael Meeks
slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx |8 1 file changed, 8 insertions(+) New commits: commit a00e445565d0cd92b32aef2bca33d054b8da1e45 Author: Michael Meeks Date: Thu Feb 11 17:17:28 2016 + tdf#97197 - GL transitions should use their cont

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - vcl/opengl

2016-02-11 Thread Michael Meeks
vcl/opengl/gdiimpl.cxx |4 1 file changed, 4 insertions(+) New commits: commit cbaeb19fa39f0d310b1cadc9a753154ee3b59268 Author: Michael Meeks Date: Thu Feb 11 17:35:20 2016 + tdf#97763 - avoid divide by zero for scaling images to tiny dimensions. Change-Id: I27efebcc

[Bug 90419] Accuracy of calculation in Fill

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90419 Jaskaran Singh changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |jvsg1...@gmail.com

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

2016-02-11 Thread Michael Meeks
vcl/opengl/gdiimpl.cxx |4 1 file changed, 4 insertions(+) New commits: commit 4d379cd842a9d27a0aec54af5b2ce94c01dfa0bd Author: Michael Meeks Date: Thu Feb 11 17:35:20 2016 + tdf#97763 - avoid divide by zero for scaling images to tiny dimensions. Change-Id: I27efebcc

Re: minutes of ESC call ...

2016-02-11 Thread Gülşah Köse
Hi 2016-02-11 18:51 GMT+02:00 Michael Meeks : > > > * Hackfests (Bjoern) > + next venues / suggestions > + Turkey (Aydin?) > + https://en.wikipedia.org/wiki/Ayd%C4%B1n > http://www.gulsahkose.com/2016/02/academic-informatic-conference-2016.html > + talked to th

[Bug 89290] HTML export: replace tabulator characters with double spaces or ellipses (three dot leader) in Table of Contents

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89290 --- Comment #12 from Martin Nathansen --- Meanwhile I found the reason why the page numbers in the table of content are not exported when the document was originally created by LO Writer and why it is exported from OO Writer documents. T

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

2016-02-11 Thread Stephan Bergmann
vcl/inc/unx/gtk/gtkinst.hxx |2 +- vcl/unx/gtk/gtkinst.cxx | 23 +-- 2 files changed, 10 insertions(+), 15 deletions(-) New commits: commit 07157e644fa9666850767ff6bd54c1511167a0a2 Author: Stephan Bergmann Date: Thu Feb 11 17:34:35 2016 +0100 Keep track of Th

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

2016-02-11 Thread Stephan Bergmann
sfx2/source/doc/docfile.cxx |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit 763521335b01a37c511ae8069cade9b4b69fef66 Author: Stephan Bergmann Date: Thu Feb 11 18:26:24 2016 +0100 tdf#56544: Support LO's .~lock.*# file locking over smb, too Ch

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

2016-02-11 Thread Michael Meeks
slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx |8 1 file changed, 8 insertions(+) New commits: commit 8973bc02fd9b7f72db9c942e0fbd3a8b156cb53b Author: Michael Meeks Date: Thu Feb 11 17:17:28 2016 + tdf#97197 - GL transitions should use their cont

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

2016-02-11 Thread Xisco Fauli
svgio/qa/cppunit/SvgImportTest.cxx| 32 ++ svgio/qa/cppunit/data/tdf97542_1.svg | 15 svgio/qa/cppunit/data/tdf97542_2.svg | 15 svgio/source/svgreader/svgstyleattributes.cxx | 15 +++- test/source/prim

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - vcl/opengl

2016-02-11 Thread Tomaž Vajngerl
vcl/opengl/gdiimpl.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit 6fb42845b82cc3b065dd788278c08cdacda1e5cc Author: Tomaž Vajngerl Date: Thu Feb 11 15:57:27 2016 +0100 tdf#97715 fix inv. scale calculation in DrawTransformedTexture When i

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

2016-02-11 Thread Tomaž Vajngerl
vcl/opengl/gdiimpl.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit 54e3ea8a86a309990f5edf78948bfe18dd2de96b Author: Tomaž Vajngerl Date: Thu Feb 11 15:57:27 2016 +0100 tdf#97715 fix inv. scale calculation in DrawTransformedTexture When i

minutes of ESC call ...

2016-02-11 Thread Michael Meeks
* Present: + Christian, Sophie, Michael S, Lionel, Norbert, Robinson, Stephan, David, Caolan, Andras, Bjoern, Miklos, Muthu, Norbert, Kader * Completed Action Items: + add stuff to Release Notes and Under The Hood (everyone) + chase impress mode-switching patch - make the button

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

2016-02-11 Thread Stephan Bergmann
vcl/unx/generic/app/geninst.cxx | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) New commits: commit 2f048d891d2a3799e5d11bca90978849726a9ffb Author: Stephan Bergmann Date: Thu Feb 11 17:31:14 2016 +0100 SalYieldMutex::acquire/release should always be called in pa

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

2016-02-11 Thread Miklos Vajna
xmlsecurity/inc/certificate.hxx | 34 ++ xmlsecurity/source/helper/ooxmlsecparser.cxx | 26 ++ xmlsecurity/source/helper/ooxmlsecparser.hxx |5 ++ xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx | 24 ++

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

2016-02-11 Thread Stephan Bergmann
include/svx/ChildrenManager.hxx | 18 --- svx/source/accessibility/ChildrenManager.cxx | 32 ++- 2 files changed, 18 insertions(+), 32 deletions(-) New commits: commit 01c62797c2c8acf6cb8cdd0f713411dca5411ac3 Author: Stephan Bergmann Date: T

Re: [Bug 46259] rewrite mysql connector to use mariadb client library

2016-02-11 Thread Lionel Elie Mamane
On Thu, Feb 11, 2016 at 10:07:27AM -0500, elderdanlewis wrote: >    Why is this bug report sent out? Why hasn't it been closed? > LibreOffice 3.6.x are rather old compared with 5.1.x. As I > understand it, the MySQL native connector works with MySQL and > Mariadb.  That's not what this bug report

Re: [Bug 46259] rewrite mysql connector to use mariadb client library

2016-02-11 Thread Tor Lillqvist
>Why is this bug report sent out? Why hasn't it been closed? LibreOffice > 3.6.x are rather old compared with 5.1.x. As I understand it, the MySQL > native connector works with MySQL and Mariadb. > Isn't that exactly what "ToBeReviewed" refers to? That it is a bug, the relevance of which (as a

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

2016-02-11 Thread Miklos Vajna
sw/qa/extras/ooxmlimport/data/tdf85523.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx |8 writerfilter/source/dmapper/DomainMapper_Impl.cxx |3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) New commits: commit 2f57811486e9e57a1634fbdeca0349b896fabab0

RE: [Bug 46259] rewrite mysql connector to use mariadb client library

2016-02-11 Thread elderdanlewis
   Why is this bug report sent out? Why hasn't it been closed? LibreOffice 3.6.x are rather old compared with 5.1.x. As I understand it, the MySQL native connector works with MySQL and Mariadb.  Dan Original message From: bugzilla-dae...@bugs.documentfoundation.org Date:02/11

[Libreoffice-commits] core.git: 3 commits - configure.ac desktop/source extensions/source include/sal

2016-02-11 Thread Stephan Bergmann
configure.ac |2 +- desktop/source/lib/init.cxx|2 +- extensions/source/abpilot/fieldmappingimpl.cxx | 12 ++-- include/sal/log-areas.dox |1 + 4 files changed, 9 insertions(+), 8 deletions(-) New com

Re: [Bug 92768] support hiding title objects

2016-02-11 Thread jan iversen
Sorry about the many mails, was a mass change that should not have sent emails. we have a ESC decision to have dev CC on all easy hacks. rgds jan i. Sent from my iPad, please excuse any misspellings > On 11 Feb 2016, at 15:34, Charles-H. Schulz > wrote: > > Jan, > > Could you please not p

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

2016-02-11 Thread Rene Engelhard
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e20316ede6978d0ace077c3f3dd5c22fea54b5dc Author: Rene Engelhard Date: Thu Feb 11 15:52:56 2016 +0100 fix configure.ac help: --disable-gtk3 as enable_gtk3=yes is default Change-Id: Ib35b5d2f3

[Bug 88796] Enhancement - Mysql native connector extension - add automatic reconnect to server capability in connector code after idle timeout

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88796 --- Comment #14 from hc.stoellin...@aon.at --- Hello, Sorry wor not answering earlier! Yes, I am using JDBC to connect to my MySQL-database. May I add that in THAT case there is also something that should be looked at: Even though one can

Re: [Bug 92768] support hiding title objects

2016-02-11 Thread Charles-H. Schulz
Jan, Could you please not put the developers'list in cc of issues on BZ? We are flooded by hundreds of emails... Best, Charles. Le 11 février 2016 14:50:31 GMT+01:00, bugzilla-dae...@bugs.documentfoundation.org a écrit : >https://bugs.documentfoundation.org/show_bug.cgi?id=92768 > >jan ivers

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

2016-02-11 Thread Jan Holesovsky
desktop/qa/desktop_lib/test_desktop_lib.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit c0dfafab6459ef06ada37ea7ed5c7ebd59388057 Author: Jan Holesovsky Date: Thu Feb 11 15:22:45 2016 +0100 Remove forgotten debug stuff. Change-Id: Iad6bb5ba62d114

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - desktop/source

2016-02-11 Thread Jan Holesovsky
desktop/source/lib/init.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9e4e81a297b39e17ce6f2b80c3f0adbb7be31cd3 Author: Jan Holesovsky Date: Thu Feb 11 10:35:37 2016 +0100 lok: Only add interaction handler when LOK fully initialized. Necessary fo

[Bug 43514] UI: Need an easy way to get from current position in a document to the corresponding position in the Navigatior dialog's header tree

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43514 --- Comment #14 from Justin L --- Created attachment 122532 --> https://bugs.documentfoundation.org/attachment.cgi?id=122532&action=edit test document containing a variety of navigator items selecting a picture, cursor inside a table, s

[Libreoffice-commits] core.git: 4 commits - desktop/qa desktop/source include/LibreOfficeKit

2016-02-11 Thread Jan Holesovsky
desktop/qa/desktop_lib/test_desktop_lib.cxx | 42 +-- desktop/source/lib/init.cxx | 43 ++-- include/LibreOfficeKit/LibreOfficeKit.hxx |5 +++ 3 files changed, 85 insertions(+), 5 deletions(-) New commits: commit cfa9404319

[Bug 93240] replace boost::ptr_container with std::container

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93240 Michael Stahl changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 93548] sal signal duplicate code redux ...

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93548 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 90341] Clean up excessive const_cast'ing

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90341 jan iversen changed: What|Removed |Added Whiteboard| target:5.2.0 |ToBeReviewed -- You are receiving

[Bug 56905] Moz-free Outlook Express Address Book driver

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=56905 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 55324] Too many preprocessors (cpp)

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55324 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 97361] Make unittests more pythonic

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97361 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 38886] Synchronize command text and visual cursor

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38886 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 87995] settings : missing a checkbox in order to avoid thumbnail saving

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87995 jan iversen changed: What|Removed |Added Whiteboard|target:5.1.0|ToBeReviewed -- You are receiving

[Bug 53534] shlxthdl_x64.dll/shlxthdl.dll cannot handle Flat ODF

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53534 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 91197] Integrate gbuild-to-ide and xcodeproj gem for Xcode project generation

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91197 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 88206] Change uses of cppu::WeakImplHelper* and cppu::ImplInheritanceHelper* to use variadic variants instead

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88206 jan iversen changed: What|Removed |Added Whiteboard|target:4.5.0 target:5.1.0 |ToBeReviewed -- You are receiving

[Bug 42982] improve UNO API error reporting

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42982 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 63436] Support for ODF fields as written by KWord

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 93240] replace boost::ptr_container with std::container

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93240 jan iversen changed: What|Removed |Added Whiteboard|target:5.1.0|ToBeReviewed -- You are receiving

[Bug 70280] add UNO IDL support to ctags

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70280 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 96505] Get rid of cargo cult "long" integer literals

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96505 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 90834] Turn in-line version control history comments into meaningful good comments

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90834 jan iversen changed: What|Removed |Added Whiteboard|target:5.1.0|ToBeReviewed -- You are receiving

[Bug 76290] use OpenMP for image algorithms

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76290 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 96434] Activate usage data collection from commandline

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96434 jan iversen changed: What|Removed |Added Whiteboard| target:5.2.0 |ToBeReviewed -- You are receiving

[Bug 42075] Add a scan-button to the "select scanner"-dialog

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42075 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 32581] [EDITING] Add the possibility to retrieve the filename of a movie or sound inserted in a document

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32581 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 97228] Split up include files in include/vcl where possible into separate public and internal parts

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97228 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 39596] use the CLang++ static analyser to find bugs

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39596 jan iversen changed: What|Removed |Added Whiteboard|target:4.5.0|ToBeReviewed -- You are receiving

[Bug 92018] Implement caching for native widget rendering for Mac / OpenGL rendering

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92018 jan iversen changed: What|Removed |Added Whiteboard|target:5.1.0 target:5.0.1 |ToBeReviewed -- You are receiving

[Bug 97562] refresh windows build system

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97562 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 71043] Use STACK lint tool to clean code ...

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71043 jan iversen changed: What|Removed |Added Whiteboard|target:4.3.0|ToBeReviewed -- You are receiving

[Bug 47667] Create chart test documents

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47667 jan iversen changed: What|Removed |Added Whiteboard|AlreadyReviewedBugs:31092 |ToBeReviewed -- You are receiving

[Bug 92768] support hiding title objects

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92768 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 97667] add xml dump methods for calc pool items

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97667 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 92965] support some of the optional css::drawing::FillProperties properties in chart2

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92965 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 64911] Check strict version of bundled libs when building against external copies in ./configure

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64911 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 94814] Cleanup of static_cast's called immediately after a dynamic_cast.

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94814 jan iversen changed: What|Removed |Added Whiteboard|target:5.1.0|ToBeReviewed -- You are receiving

[Bug 43059] apply sixgill static analyser to the code ...

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43059 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 39440] cppcheck cleanliness

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39440 jan iversen changed: What|Removed |Added Whiteboard|target:4.1.0 target:4.3.0 |ToBeReviewed |tar

[Bug 70625] Add --cat parameter to make git diffs pretty

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70625 jan iversen changed: What|Removed |Added Whiteboard|target:4.4.0|ToBeReviewed -- You are receiving

[Bug 69455] VIEWING: "About" window of latest master build allows typing in version info (OS X only)

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69455 jan iversen changed: What|Removed |Added Whiteboard|BSA |ToBeReviewed -- You are receiving

[Bug 38809] Analyse/Improve Structure and Cache efficiency with DHAT/valgrind

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38809 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 38841] Fuzz XML file filters

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38841 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 43369] Specific UI for collecting PostgreSQL connection settings

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43369 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 86190] use GLM library instead of basegfx

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86190 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 53675] Run, test and torture Daily Builds

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53675 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 87605] update technical dictionary

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87605 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

  1   2   3   4   >