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

2017-08-08 Thread Stephan Bergmann
vcl/source/app/scheduler.cxx | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) New commits: commit bf710e39949217e0f62606bf8da2171811d63d39 Author: Stephan Bergmann Date: Wed Aug 9 08:46:13 2017 +0200 SchedulerMutex::release: don't read mnLockDepth with maMutex alr

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

2017-08-08 Thread Dennis Francis
sfx2/source/control/ctrlitem.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2585eb9d15f5c047d846ccb4b4d606d9ac89e518 Author: Dennis Francis Date: Tue Aug 8 17:02:19 2017 +0530 tdf#108802 : In SfxControllerItem::dispose do not directly... call pBi

Re: Build failure with current master on MacOS

2017-08-08 Thread Norbert Thiebaud
On Mon, Jul 24, 2017 at 3:33 PM, Alexander Thurgood wrote: > Le 24/07/2017 à 15:16, Michael Stahl a écrit : > >> (here "fixed" means you'll get an error message from configure instead >> that tells you to install gettext) >> > > At least the message is explicit enough ;-) > > I don't build via LOD

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

2017-08-08 Thread Aron Budea
svtools/source/filter/SvFilterOptionsDialog.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit be707dc607a7a9be9952420ee8494984fee894f6 Author: Aron Budea Date: Fri Aug 4 19:07:38 2017 +0200 Make build with Werror work again Change-Id: Id8b839a3e636613b65fbbad494cc34

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - svx/uiconfig

2017-08-08 Thread Caolán McNamara
svx/uiconfig/ui/convertmenu.ui | 20 1 file changed, 20 insertions(+) New commits: commit 3a7a2b4f97d5e02f73f22c4868f4b0a97d8f22b8 Author: Caolán McNamara Date: Tue Aug 8 16:27:55 2017 +0100 Resolves: tdf#111080 framework user of convert menu needs action names set

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

2017-08-08 Thread Caolán McNamara
svx/uiconfig/ui/convertmenu.ui | 20 1 file changed, 20 insertions(+) New commits: commit 5ad8376d1698026ccab0634605fdb17ea3c59f3a Author: Caolán McNamara Date: Tue Aug 8 16:27:55 2017 +0100 Resolves: tdf#111080 framework user of convert menu needs action names set

Re: [GSoC] Migrating from legacy Parser to FastParser - Weekly Report

2017-08-08 Thread timofonic timofonic
Hello. I'm just a user, but very interested in the progress of LibreOffice as a platform. I sneak a bit the development stuff, trying to understand something and still keep my hope to someday learn computer programming. I'm going to try to be concise, but I can't resist to my need to satisfy my cu

Report the license Zdeněk Crhonek

2017-08-08 Thread luzmartinez
All of my past and future contributions to LibreOffice could be Licensed under the double license of MPLv2 / LGPLv3 +. -- View this message in context: http://nabble.documentfoundation.org/Report-the-license-Zden-k-Crhonek-tp4220123.html Sent from the Dev mailing list archive at Nabble.co

[Libreoffice-commits] core.git: 2 commits - connectivity/source editeng/source extensions/source framework/source idl/inc include/editeng include/sfx2 include/svl include/svtools include/svx include/t

2017-08-08 Thread Noel Grandin
connectivity/source/drivers/evoab2/NDriver.hxx |2 connectivity/source/drivers/evoab2/NResultSet.hxx |2 editeng/source/editeng/editobj2.hxx|1 editeng/source/items/bulitem.cxx | 64 - editeng/source/items/fldi

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

2017-08-08 Thread Julien Nabet
sc/inc/globstr.hrc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fac539889e32e5e47ca6b6da0a588abbe4cbe066 Author: Julien Nabet Date: Tue Aug 8 19:07:57 2017 +0200 tdf#111318: Improve message about pivot table/chart when removing a cell Change-Id: Ib

Re: [GSoC] Migrating from legacy Parser to FastParser - Weekly Report

2017-08-08 Thread Mohammed Abdul Azeem
Hi, *Week 9 and week 10* I continued to work on converting legacy contexts in sc/ module to fast contexts. We've converted almost all the legacy contexts in sc/ module, except for few which are dependent on the contexts in xmloff. We would need to convert contexts across all the other modules, be

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

2017-08-08 Thread Zdeněk Crhonek
basic/qa/cppunit/test_vba.cxx|7 ++ basic/qa/vba_tests/syd.vb| 62 ++ basic/qa/vba_tests/timeserial.vb | 70 + basic/qa/vba_tests/timevalue.vb | 60 + basic/qa/vba_tests/trim.vb | 62

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

2017-08-08 Thread Marco Cecchetti
chart2/qa/extras/chart2import.cxx | 10 ++ chart2/qa/extras/data/xlsx/tdf73.xlsx |binary 2 files changed, 10 insertions(+) New commits: commit 3b66be90d4fffed9cbe61ba99b4ad94daa04f68c Author: Marco Cecchetti Date: Tue Aug 8 15:25:28 2017 +0200 unit test for tdf#

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

2017-08-08 Thread Marco Cecchetti
chart2/source/view/charttypes/PieChart.cxx | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit 05c3791710397346aae0b2a9cca1792567941d62 Author: Marco Cecchetti Date: Tue Aug 8 13:04:02 2017 +0200 bug fix: tdf#73 Mostly based on patch by Jul

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

2017-08-08 Thread Julien Nabet
vcl/quartz/salgdi.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 986cd454b2a39ac380b137148f944c0d5ead2631 Author: Julien Nabet Date: Tue Aug 8 18:55:17 2017 +0200 tdf#111497: fix leak in FindFontSubstitute with CFRelease Change-Id: I9d7de52b4a1ee102b233b982e97ec

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

2017-08-08 Thread Mike Kaganski
writerfilter/source/dmapper/TableManager.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 35f6c447dba89d5c8b1f80ae7068fbb45901406f Author: Mike Kaganski Date: Tue Aug 8 16:52:02 2017 +0200 TableManager::endParagraphGroup(): remove unused variable Change-Id: I06bd

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

2017-08-08 Thread Miklos Vajna
writerperfect/source/writer/EPUBPackage.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 6db0cc7b5c55ee06b33c5a537b881a884adc1fa4 Author: Miklos Vajna Date: Tue Aug 8 15:29:20 2017 +0200 EPUB export: write XML attributes Which means that for

[Libreoffice-commits] core.git: helpcontent2

2017-08-08 Thread liongold
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 44d7a396125da74078c9a09a3fec2242b8bd4ec7 Author: liongold Date: Tue Aug 8 09:44:14 2017 + Updated core Project: help c11f324720cbe7f0ca28f1510140868e4a2d7a30 tdf#111435 - Fix shortc

[Libreoffice-commits] help.git: source/text

2017-08-08 Thread liongold
source/text/swriter/04/0102.xhp |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit c11f324720cbe7f0ca28f1510140868e4a2d7a30 Author: liongold Date: Tue Aug 8 09:44:14 2017 + tdf#111435 - Fix shortcut key documentation for Data Source View

Re: Minutes of ESC call 2017-08-03

2017-08-08 Thread Caolán McNamara
On Sat, 2017-08-05 at 22:15 +0200, Jean-Baptiste Faure wrote: > Hi, > > Le 03/08/2017 à 21:23, Caolán McNamara a écrit : > > On Thu, 2017-08-03 at 16:47 +0200, Miklos Vajna wrote: > > > * l10n (Sophie/Christian) > > > + duplicate strings in templates w/ gettext on master: > > >mainly

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

2017-08-08 Thread Jan Holesovsky
loleaflet/src/core/Socket.js |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit bf580b14d572482d552e444d2871af0055560202 Author: Jan Holesovsky Date: Tue Aug 8 16:14:38 2017 +0200 Better description of the buttons in case of document conflict. Chang

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - discovery.xml

2017-08-08 Thread Jan Holesovsky
discovery.xml | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) New commits: commit f9aa4ff1bd0bf77067b26ef6c7aa53bc571c7aba Author: Jan Holesovsky Date: Mon Aug 7 10:18:28 2017 +0200 discovery: Add the binary MS filetypes. Change-Id: I745471cc2c1febf6de7

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

2017-08-08 Thread Jan Holesovsky
loleaflet/src/core/Socket.js |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit e7af725b7c6be28ac2dbaec7f95a40ef56db4184 Author: Jan Holesovsky Date: Tue Aug 8 16:14:38 2017 +0200 Better description of the buttons in case of document conflict. Chang

[Libreoffice-commits] dev-tools.git: export-validation/epubcheck

2017-08-08 Thread Miklos Vajna
export-validation/epubcheck |5 + 1 file changed, 5 insertions(+) New commits: commit 09ecf95732859b0a7526e8373f86866535f0b90e Author: Miklos Vajna Date: Tue Aug 8 16:06:29 2017 +0200 export-validation: add simple epub validator wrapper Change-Id: I9cfd304a6b4304e69a0400e

[Libreoffice-commits] core.git: uitest/writer_tests

2017-08-08 Thread Stephan Bergmann
uitest/writer_tests/spellDialog.py |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit a9e126204719cbec919cff0114e360d6d6939a5c Author: Stephan Bergmann Date: Tue Aug 8 15:59:55 2017 +0200 Fix UITest_writer_demo with --enable-ext-languagetool ...wh

[Libreoffice-commits] core.git: instsetoo_native/inc_common

2017-08-08 Thread Heiko Tietze
instsetoo_native/inc_common/windows/msi_templates/Binary/Banner.bmp |binary instsetoo_native/inc_common/windows/msi_templates/Binary/Image.bmp |binary 2 files changed New commits: commit e0c22825fab0576e9897fd007b12e40b2310423f Author: Heiko Tietze Date: Tue Aug 8 14:27:26 2017 +0200 t

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - chart2/inc svx/inc

2017-08-08 Thread Caolán McNamara
chart2/inc/bitmaps.hlst |2 - svx/inc/bitmaps.hlst| 94 2 files changed, 48 insertions(+), 48 deletions(-) New commits: commit fb786089da572e46f7f3dece2e5876ac70e9e569 Author: Caolán McNamara Date: Thu Aug 3 15:44:28 2017 +0100 R

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

2017-08-08 Thread Lionel Elie Mamane
connectivity/source/commontools/dbconversion.cxx | 32 --- 1 file changed, 28 insertions(+), 4 deletions(-) New commits: commit de8c0152157bb32a6df9b6d4ac4102aef8e8a384 Author: Lionel Elie Mamane Date: Wed Aug 2 15:27:57 2017 +0200 tdf#110997 protect calls to implBui

[GSoC] Replace EditEngine binary clipboard with ODF filter - Weekly Report 11 - Varun Dhall

2017-08-08 Thread Varun Dhall
Hi all! Last week of GSoC was passed in removing unused SfxItemPool serialisation code. I'm still removing the remaining code which is unused due to clipboard changes. Most probably by next week the entire removal will be completed. My progress can be seen at https://gerrit.libreoffice.org/#/q/p

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

2017-08-08 Thread Miklos Vajna
package/source/zippackage/ZipPackage.cxx |8 1 file changed, 8 insertions(+) New commits: commit 570d7f9c9f5befdb84e213916036a2b9c7321259 Author: Miklos Vajna Date: Tue Aug 8 12:08:49 2017 +0200 tdf#111481 package: seek to 0 before truncate() With this, the ZIP files

[Libreoffice-commits] core.git: drawinglayer/source editeng/source

2017-08-08 Thread Andrea Gelmini
drawinglayer/source/tools/emfphelperdata.cxx |4 ++-- editeng/source/editeng/editobj.cxx |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 200d9509850d21856c23532b580fbd2d25290715 Author: Andrea Gelmini Date: Tue Aug 8 12:49:08 2017 +0200 Fix ty

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

2017-08-08 Thread Jens Carl
include/test/sheet/xusedareacursor.hxx |1 + sc/qa/extras/sccellcursorobj.cxx | 18 ++ test/source/sheet/xcellseries.cxx |7 ++- test/source/sheet/xusedareacursor.cxx |4 ++-- 4 files changed, 23 insertions(+), 7 deletions(-) New commits: commit 1f54c

[Libreoffice-commits] core.git: compilerplugins/clang include/drawinglayer include/svl sw/inc

2017-08-08 Thread Noel Grandin
compilerplugins/clang/unnecessaryvirtual.results | 36 ++--- include/drawinglayer/primitive2d/borderlineprimitive2d.hxx |4 - include/svl/itempool.hxx |2 sw/inc/SwNumberTree.hxx|3 - 4 files cha

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - cui/source

2017-08-08 Thread Julien Nabet
cui/source/tabpages/bbdlg.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7529bbb238e932a35e5790a038e3cb6af4493393 Author: Julien Nabet Date: Sun Aug 6 01:20:13 2017 +0200 tdf#109863: use SID_PATTERN_LIST after bitmap tab converting instead of SID

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

2017-08-08 Thread Julien Nabet
cui/source/tabpages/bbdlg.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d816fb9e6cb0e5f50142e7fc9c50b949e0f006e8 Author: Julien Nabet Date: Sun Aug 6 01:20:13 2017 +0200 tdf#109863: use SID_PATTERN_LIST after bitmap tab converting instead of SID

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

2017-08-08 Thread Akshay Deep
include/sfx2/strings.hrc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9a51e3784b2a90fd5d175424c24a89fc5775eef3 Author: Akshay Deep Date: Tue Aug 8 15:49:32 2017 +0530 tdf#109208 Clear the list of recently used characters Change-Id: I57a3417b95d38e4

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

2017-08-08 Thread Miklos Vajna
writerperfect/source/writer/EPUBPackage.cxx | 21 ++--- writerperfect/source/writer/EPUBPackage.hxx |6 -- 2 files changed, 22 insertions(+), 5 deletions(-) New commits: commit 9d1350fe183485025a924f8c03d8f34c077028d3 Author: Miklos Vajna Date: Tue Aug 8 11:02:31 2017

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

2017-08-08 Thread Takeshi Abe
sd/inc/strings.hrc |1 + sd/source/ui/func/fuinsfil.cxx |8 +--- 2 files changed, 6 insertions(+), 3 deletions(-) New commits: commit 99f3d9895f63ed19496bbe47bd36899b0f39dbce Author: Takeshi Abe Date: Mon Aug 7 22:31:58 2017 +0900 tdf#95309 Add a filter to show all

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

2017-08-08 Thread Miklos Vajna
writerperfect/source/writer/EPUBPackage.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit 06283dcba13ee18716da9eee728210a00bcb5b97 Author: Miklos Vajna Date: Tue Aug 8 09:16:04 2017 +0200 EPUB export: write mime type libepubgen won't emit calls on the pack

MacOs Daily master builds + lack of MacOs Jenkins

2017-08-08 Thread julien2412
Hi, I noticed that on 4 four directories for MacOs master daily builds: - 1 is empty - 2 give 404 - 1 is from 2015/02/10. Moreover, there's no MacOs Jenkins. Is the pb already known and investigated? Julien -- View this message in context: http://nabble.documentfoundation.org/MacOs-Daily-ma

[SOLVED] Re: About tdf#111432 leaks memory with CFString and other MacOs stuff

2017-08-08 Thread julien2412
Thank you Stephan for your feedback, I had missed this point. Julien -- View this message in context: http://nabble.documentfoundation.org/About-tdf-111432-leaks-memory-with-CFString-and-other-MacOs-stuff-tp4220037p4220057.html Sent from the Dev mailing list archive at Nabble.com.

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

2017-08-08 Thread Patrick Jaap
drawinglayer/source/tools/emfphelperdata.cxx | 203 ++- 1 file changed, 196 insertions(+), 7 deletions(-) New commits: commit 70dd00331e3112e7c32d5c7ac121ad7e77535817 Author: Patrick Jaap Date: Mon Aug 7 13:17:05 2017 +0200 new EMF+ Parser: Implementation of fillP

Re: UnoService in PyUNO for keyboard shortcuts in extensions: JobExecutor never called.

2017-08-08 Thread Miklos Vajna
Hi, On Tue, Aug 08, 2017 at 09:21:36AM +0200, jan d wrote: > POSSIBLE PROBLEM SOURCES: > * I was unable to find the docuementation for > g_ImplementationHelper.addImplementation e.g. if it takes a class or an > instance. I tried with both (the inked example is an instance), non worked. https://

UnoService in PyUNO for keyboard shortcuts in extensions: JobExecutor never called.

2017-08-08 Thread jan d
Hello, I wrote an extension ( https://github.com/jdittrich/Office-QDA-TagTree/tree/keyboardShortcut) using PyUNO. I would like to give some functions of it a keyboard shortcut. However, I can't get the JobExecutor Interface called. It would be of great help, if a person experienced with (Py) UNO

Re: About tdf#111432 leaks memory with CFString and other MacOs stuff

2017-08-08 Thread Stephan Bergmann
On 08/07/2017 10:44 PM, julien2412 wrote: But in this same method, I wonder if it'd be ok to make "sref" (see https://opengrok.libreoffice.org/xref/core/sal/osl/unx/osxlocale.cxx#77) static in order to avoid calling n times "getProcessLocale" method (defined some lines above). macosx_getLocale

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

2017-08-08 Thread Miklos Vajna
oox/source/drawingml/shapegroupcontext.cxx |2 +- sc/qa/unit/data/xlsx/tdf110440.xlsx|binary sc/qa/unit/subsequent_filters-test.cxx | 21 + 3 files changed, 22 insertions(+), 1 deletion(-) New commits: commit a3c695c12386c2708a0c06ec0ccd42ee2b8aeb98 Author: