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

2015-07-11 Thread Julien Nabet
sc/source/ui/view/tabview.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 57205b9e853316832ee8ad8437c457bc0882d177 Author: Julien Nabet Date: Sun Jul 12 08:37:28 2015 +0200 cppcheck: Variable 'bOutlMode' is assigned a value that is never used

[Libreoffice-commits] core.git: icon-themes/sifr

2015-07-11 Thread Matthias Freund
icon-themes/sifr/cmd/lc_circlecut.png |binary icon-themes/sifr/cmd/lc_circlepie.png |binary icon-themes/sifr/cmd/lc_circlepie_unfilled.png |binary icon-themes/sifr/cmd/lc_conditionalformatmenu.png |binary icon-themes/sifr/cmd/lc_drawchart.png |binary

CppCheck Report Update

2015-07-11 Thread cppcheck.libreoff...@gmail.com
A new cppcheck report is available at : http://dev-builds.libreoffice.org/cppcheck_reports/master/ Note: The script generating this report was run at : 2015-12-07_02:07:49 with user buildslave at host vm140 as /home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s /home/

Re: Multiselection needs work?

2015-07-11 Thread Julien Nabet
On 09/07/2015 12:11, Michael Meeks wrote: Hi Julien, On Tue, 2015-06-30 at 22:20 +0200, Julien Nabet wrote: For some like kde4 file picker it seems so, but not for SalGtkFilePicker Oh - interesting; it might be good to truncate their results to just a single file too so we're consisten

About GraphicDisplayCacheEntry::IsCacheableAsBitmap/GraphicManager::ImplCreateOutput

2015-07-11 Thread julien2412
Hello, Giving a try to tdf#47832, I noticed that there were similar comments in these files: GraphicDisplayCacheEntry::IsCacheableAsBitmap: 487 // This function is based on GraphicManager::ImplCreateOutput(), in fact it mostly copies 488 // it, the difference is that this one does not crea

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

2015-07-11 Thread Caolán McNamara
vcl/source/window/menubarwindow.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 28d410e14d4eec5b9960f78d21bc98a80d557807 Author: Caolán McNamara Date: Sat Jul 11 20:55:12 2015 +0100 asan: ensure mbMenuKey is initialized Change-Id: I5404e4410b88e84f55fadb4bc82f93

[Libreoffice-commits] core.git: download.lst external/firebird

2015-07-11 Thread Popa Adrian Marius
download.lst|4 external/firebird/ExternalPackage_firebird.mk |4 external/firebird/ExternalProject_firebird.mk |2 external/firebird/UnpackedTarball_firebird.mk |3 external/firebird/fire

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

2015-07-11 Thread Tomaž Vajngerl
vcl/inc/opengl/program.hxx |2 vcl/inc/openglgdiimpl.hxx |2 vcl/opengl/blendedTextureVertexShader.glsl |3 vcl/opengl/dumbVertexShader.glsl |4 - vcl/opengl/gdiimpl.cxx | 81 ---

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

2015-07-11 Thread Tomaž Vajngerl
vcl/opengl/gdiimpl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 94281392a898d492811e7f6d30c62f63aad98b84 Author: Tomaž Vajngerl Date: Mon Jul 6 20:06:31 2015 +0900 opengl: adjust rect drawing - should be to width (height) - 1 Might be the

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

2015-07-11 Thread Tomaž Vajngerl
vcl/opengl/gdiimpl.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 942dcf6cc577080e91922066d073fb7f00479eda Author: Tomaž Vajngerl Date: Mon Jul 6 18:10:00 2015 +0900 opengl: don't forget to call swapBuffers when paint ends Change-Id: I05a2dc1c36d5f23ee43bb799f2

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/unx

2015-07-11 Thread Eike Rathke
vcl/unx/gtk3/app/gtk3gtkinst.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit e728c26e7449b9a672ff0efa8098e4eda3d1ffc0 Author: Eike Rathke Date: Fri Jul 10 22:04:04 2015 +0200 fix assert when pasting nil clipboard content This happened when on

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

2015-07-11 Thread Eike Rathke
svl/source/numbers/zformat.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5f2a69740af96f36d32093026059b9d0d2ea6fb0 Author: Eike Rathke Date: Fri Jul 10 23:46:30 2015 +0200 fix string access out of bounds Could happen with a malformed subformat st

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

2015-07-11 Thread Heiher
bridges/source/cpp_uno/gcc3_linux_mips64/call.s |2 ++ 1 file changed, 2 insertions(+) New commits: commit 291e760b7f1e128537cd81ae2c6674e590d4953f Author: Heiher Date: Fri Jul 10 23:48:23 2015 +0800 bridges: mips64: Update call frame information. Change-Id: I00bf0eaa69b3276b

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

2015-07-11 Thread Simon Long
vcl/source/window/menu.cxx |9 - vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx |8 +++- 2 files changed, 7 insertions(+), 10 deletions(-) New commits: commit 86deb192de0803b5c59a4b07590b3d725f22c089 Author: Simon Long Date: Wed Jul 8 13:51:10 2015 +0100 tdf#92

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - jvmfwk/plugins

2015-07-11 Thread Christian Lohmaier
jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 14bc2d237813b208a176cacece3a27a32145d3b4 Author: Christian Lohmaier Date: Sat Jul 11 02:03:01 2015 +0200 tdf#92483 fix initializing JRE on Win 64bit (load java'

[Libreoffice-commits] core.git: Branch 'feature/gsoc-tiled-rendering' - 231 commits - accessibility/inc basegfx/inc basegfx/qa basegfx/source basic/source bean/com binaryurp/source bin/includebloat.aw

2015-07-11 Thread Pranav Kant
Rebased ref, commits from common ancestor: commit 4600821c60f7692a160140b1e811decccb8a7bbd Author: Pranav Kant Date: Sat Jul 11 21:29:53 2015 +0530 gtktiledviewer: Fill whole statusbar with progressbar We don't have anything yet to put in statusbar. Let progressbar fill the who

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

2015-07-11 Thread Caolán McNamara
vcl/qa/cppunit/graphicfilter/data/gif/pass/crash-1.gif |binary vcl/qa/cppunit/graphicfilter/data/xbm/fail/crash-1.xbm | 12 vcl/qa/cppunit/graphicfilter/data/xbm/pass/grafix4.xbm | 2011 + vcl/qa/cppunit/graphicfilter/filters-test.cxx |4 vcl/source/filter/igif/de

[Bug 91480] allow to build shared libraries in bundled projects on Windows

2015-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91480 --- Comment #5 from Ashod Nakashian --- > Do you speak about libwps itself here, or about its build inside libreoffice? Sorry, I wasn't clear. I think we're on the same page. I've, of course, applied your patch, and do recognize the dist

Crash test update

2015-07-11 Thread Crashtest VM
New crashtest update available at http://dev-builds.libreoffice.org/crashtest/89cfc660dd748daa3f6eee81665e4cbe502653d4/ exportCrashes.csv Description: Binary data importCrash.csv Description: Binary data validationErrors.csv Description: Binary data __

[Libreoffice-commits] core.git: jvmfwk/plugins

2015-07-11 Thread Christian Lohmaier
jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1b4d27a3ba2648c3f02cd234ca74c5a40e6b Author: Christian Lohmaier Date: Sat Jul 11 02:03:01 2015 +0200 tdf#92483 fix initializing JRE on Win 64bit (load java'

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

2015-07-11 Thread Julien Nabet
vcl/unx/kde/salnativewidgets-kde.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 238575424341dedaef9713fcdb988ed39ccbf82c Author: Julien Nabet Date: Sat Jul 11 12:43:52 2015 +0200 Blind fix for kde /home/tinderbox/master/vcl/unx/kde/salnativewidgets-kde.cxx:198

[Bug 91480] allow to build shared libraries in bundled projects on Windows

2015-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91480 --- Comment #4 from David Tardon --- (In reply to Ashod Nakashian from comment #3) > Thanks for the detailed feedback David. > > > So, that is probably because libtool finds no known dynamic linker. > > At least in the case of libwps sha