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

2015-07-24 Thread Krisztian Pinter
sc/source/ui/inc/output.hxx|4 +-- sc/source/ui/view/gridwin4.cxx |2 - sc/source/ui/view/output.cxx | 52 - sc/source/ui/view/printfun.cxx |7 +++-- 4 files changed, 33 insertions(+), 32 deletions(-) New commits: commit

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

2015-07-24 Thread Krisztian Pinter
sc/source/ui/inc/output.hxx|2 +- sc/source/ui/view/gridwin4.cxx |2 +- sc/source/ui/view/output.cxx | 10 +- 3 files changed, 7 insertions(+), 7 deletions(-) New commits: commit f1cf05d81d80c87b9942daff5d60dc0ebdd474b5 Author: Krisztian Pinter pin.termina...@gmail.com

Re: [GSoC] Integrating LO with GNOME - WR#8

2015-07-24 Thread Pranav Kant
Hi, After a bit of research and discussion with Miklos, I decided to go with ThreadPool instead of using async queue approach, since I could not find any downsides of using this approach. Though, this approach seems to be working fine for the little testing that I have done, we might want to

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

2015-07-24 Thread Caolán McNamara
sw/source/filter/ww8/types.hxx |1 + sw/source/filter/ww8/ww8scan.cxx | 16 2 files changed, 5 insertions(+), 12 deletions(-) New commits: commit c39242b8bb8079d917f5d99b84add827dab4e9a9 Author: Caolán McNamara caol...@redhat.com Date: Wed Jul 22 14:52:58 2015 +0100

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

2015-07-24 Thread Miklos Vajna
writerfilter/source/dmapper/ThemeTable.cxx |1 - writerfilter/source/dmapper/ThemeTable.hxx |3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 724249cebb5793fb3d46e011269cabb03e3aa1b9 Author: Miklos Vajna vmik...@collabora.co.uk Date: Fri Jul 24 09:54:19 2015

[Libreoffice-commits] core.git: 10 commits - filter/source include/filter include/svtools include/svx sd/source svtools/inc svtools/source svx/source sw/source

2015-07-24 Thread Michael Stahl
filter/source/msfilter/msdffimp.cxx| 53 --- filter/source/msfilter/svdfppt.cxx | 116 - include/filter/msfilter/msdffimp.hxx | 46 + include/filter/msfilter/svdfppt.hxx| 34 + include/svtools/ctrltool.hxx

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source

2015-07-24 Thread matteocam
svx/source/svdraw/svdedxv.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1dc670f0c3768e10bb35815242f5fd2f8077b97e Author: matteocam matteo.campane...@gmail.com Date: Fri Jul 24 11:15:21 2015 +0200 Remove test for next link in chain before moving cursor

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

2015-07-24 Thread Michael Stahl
include/filter/msfilter/svdfppt.hxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 79ebd13ffa69b6076d663089ba13f814aa80bcff Author: Michael Stahl mst...@redhat.com Date: Fri Jul 24 11:13:49 2015 +0200 filter: MSVC wants to generate unnecessary copy assignment again

Re: Build LibreOffice without unit tests

2015-07-24 Thread Noel Grandin
On 2015-07-23 01:32 PM, Jack wrote: Can somebody help me building LibreOffice(Ubuntu) without running any tests? $ make build-nocheck ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] core.git: 6 commits - dbaccess/source drawinglayer/source editeng/source framework/source include/tools include/vcl reportdesign/source rsc/inc rsc/source sd/source sfx2/source s

2015-07-24 Thread Noel Grandin
dbaccess/source/ui/control/opendoccontrols.cxx |2 drawinglayer/source/primitive2d/metafileprimitive2d.cxx |4 drawinglayer/source/primitive2d/wallpaperprimitive2d.cxx | 28 ++--- editeng/source/items/frmitems.cxx| 50 -

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

2015-07-24 Thread Katarina Behrens
sc/qa/unit/data/xlsx/empty.xlsx|binary sc/qa/unit/subsequent_filters-test.cxx | 18 ++ 2 files changed, 18 insertions(+) New commits: commit a41140d7573aef6fd9a86a38e2a8e07de7afb007 Author: Katarina Behrens katarina.behr...@cib.de Date: Fri Jul 24 10:56:30 2015 +0200

Re: [GSoC] Integrating LO with GNOME - WR#8

2015-07-24 Thread Miklos Vajna
Hi Pranav, On Fri, Jul 24, 2015 at 11:36:29AM +0530, Pranav Kant pranav...@gmail.com wrote: There doesn't seem to be any way to manipulate the queue that thread pool internally has, hence making it impossible to do this task compression. We can switch to using async queue approach as

[Libreoffice-commits] core.git: Branch 'feature/gsoc15-open-remote-files-dialog' - 2 commits - fpicker/source fpicker/uiconfig

2015-07-24 Thread Szymon Kłos
fpicker/source/office/RemoteFilesDialog.cxx |3 +++ fpicker/uiconfig/ui/remotefilesdialog.ui|1 + 2 files changed, 4 insertions(+) New commits: commit d9f062a31a2b35e113338040db8d0c2036d594fe Author: Szymon Kłos eszka...@gmail.com Date: Fri Jul 24 10:46:02 2015 +0200 the

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - include/svx svx/source

2015-07-24 Thread matteocam
include/svx/textchaincursor.hxx |3 ++- svx/source/svdraw/textchaincursor.cxx | 24 +++- 2 files changed, 21 insertions(+), 6 deletions(-) New commits: commit 50e6f53542903e7e17385a4be2679b2ba51d6371 Author: matteocam matteo.campane...@gmail.com Date: Fri Jul 24

Build LibreOffice without unit tests

2015-07-24 Thread Jack
Hi, Can somebody help me building LibreOffice(Ubuntu) without running any tests? Thanks, jack___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: Branch 'feature/gsoc15-open-remote-files-dialog' - 55 commits - accessibility/source bin/find-unused-defines.awk comphelper/source configure.ac dbaccess/source desktop/

2015-07-24 Thread Szymon Kłos
Rebased ref, commits from common ancestor: commit 2c33d7ed71172609fabe692166d95ec850c8d0ce Author: Szymon Kłos eszka...@gmail.com Date: Fri Jul 24 09:47:18 2015 +0200 handle the delete button from PlaceEditDialog Change-Id: Idb3257d1c106821a6e86182bca79c1aff8bfaea3 diff --git

ka mata kaha me??

2015-07-24 Thread tadeyoskurenai
Https://www.reddit.com/3ef02v/ http://www.reddit.com/3eez7l/ -- View this message in context: http://nabble.documentfoundation.org/ka-mata-kaha-me-tp4155283.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list

sundang na daku

2015-07-24 Thread tadeyoskurenai
http://www.reddit.com/3ef02v/ http://www.reddit.com/3eez7l/ -- View this message in context: http://nabble.documentfoundation.org/sundang-na-daku-tp4155284.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list

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

2015-07-24 Thread Jan Holesovsky
sc/source/ui/view/gridwin4.cxx |5 -- sc/source/ui/view/output.cxx | 87 + 2 files changed, 62 insertions(+), 30 deletions(-) New commits: commit 7c927b64fa42ea1b0ddf97ce6b6aa400f2e30d5b Author: Jan Holesovsky ke...@collabora.com Date: Fri Jul 24

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

2015-07-24 Thread Stephan Bergmann
desktop/source/deployment/gui/dp_gui.hrc |1 - desktop/source/deployment/gui/dp_gui_dialog2.cxx |1 - desktop/source/deployment/gui/dp_gui_dialog2.hxx |1 - desktop/source/deployment/gui/dp_gui_updatedialog.cxx |1 -

DrawBackground

2015-07-24 Thread Jan Holesovsky
Hi Krisztian, I've pushed your DrawBackground patch, together with a small follow-up patch that fixes the overlaps. The follow-up patch is this: http://cgit.freedesktop.org/libreoffice/core/commit/?id=7c927b64fa42ea1b0ddf97ce6b6aa400f2e30d5b I've extended the documentation of the

Re: Docker container for building LibreOffice

2015-07-24 Thread Dashamir Hoxha
Hi Eike, On Fri, Jul 24, 2015 at 1:03 PM, Eike Rathke er...@redhat.com wrote: Hi Dashamir, On Thursday, 2015-07-23 18:42:23 +0200, Dashamir Hoxha wrote: /compile/libreoffice-5-0/workdir/CxxObject/svtools/source/dialogs/prnsetup.o: In function

Re: Build LibreOffice without unit tests

2015-07-24 Thread Ashod Nakashian
On Fri, Jul 24, 2015 at 6:18 AM, Bjoern Michaelsen bjoern.michael...@canonical.com wrote: On Fri, Jul 24, 2015 at 11:52:54AM +0200, Noel Grandin wrote: On 2015-07-23 01:32 PM, Jack wrote: Can somebody help me building LibreOffice(Ubuntu) without running any tests? $ make

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

2015-07-24 Thread Caolán McNamara
toolkit/source/awt/vclxfont.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 442b788bc80e20783bdb881aa0cbbc253f1a47b0 Author: Caolán McNamara caol...@redhat.com Date: Fri Jul 24 13:09:28 2015 +0100 Resolves: tdf#90609 SolarMutex assert on threaded load

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

2015-07-24 Thread Caolán McNamara
vcl/inc/unx/gtk/gtkframe.hxx |2 +- vcl/unx/gtk/window/gtksalframe.cxx | 35 ++- 2 files changed, 19 insertions(+), 18 deletions(-) New commits: commit c19e079bc1a2cce977bd0e2bbba5901108180615 Author: Caolán McNamara caol...@redhat.com Date: Fri Jul

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

2015-07-24 Thread Caolán McNamara
vcl/inc/unx/gtk/gtkframe.hxx |2 +- vcl/unx/gtk/window/gtksalframe.cxx | 35 +-- 2 files changed, 18 insertions(+), 19 deletions(-) New commits: commit b882eef32392b6ac027063135476ec8eec3fd2a2 Author: Caolán McNamara caol...@redhat.com Date: Fri Jul

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

2015-07-24 Thread Stephan Bergmann
include/svx/dlgctl3d.hxx |2 -- include/svx/fontworkgallery.hxx |1 - include/svx/pagectrl.hxx |3 --- svx/source/accessibility/svxpixelctlaccessiblecontext.cxx | 10 --

Re: [libreoffice-design] Re: [GSoC] Improve user experience with CMIS – Weekly report #6

2015-07-24 Thread Szymon Kłos
Dnia 2015-07-23, czw o godzinie 12:15 +0200, Heiko Tietze pisze: On Monday 20 July 2015, 08:32:49 Jan Holesovsky wrote: * when opening the Open Remote, and there is no service added yet, the Add service dialog should open directly I wouldn't do so. It's pretty clear that no service has

[Libreoffice-commits] core.git: Branch 'feature/gsoc15-open-remote-files-dialog' - 63 commits - dbaccess/source desktop/source drawinglayer/source editeng/source filter/source fpicker/source fpicker/u

2015-07-24 Thread Szymon Kłos
Rebased ref, commits from common ancestor: commit 2c6ad5343de947f1646536c539b116346adb8fdc Author: Szymon Kłos eszka...@gmail.com Date: Fri Jul 24 10:46:02 2015 +0200 the dialog width independent from a filters length Change-Id: If945bafe2f230bf1ede9a12782b6a487b7b08099 diff

Re: Docker container for building LibreOffice

2015-07-24 Thread Eike Rathke
Hi Dashamir, On Thursday, 2015-07-23 18:42:23 +0200, Dashamir Hoxha wrote: /compile/libreoffice-5-0/workdir/CxxObject/svtools/source/dialogs/prnsetup.o: In function `PrinterSetupDialog::ImplPropertiesHdl(void*)': prnsetup.cxx:(.text+0x1e67): undefined reference to

[Libreoffice-commits] online.git: loolwsd/debian

2015-07-24 Thread Tor Lillqvist
loolwsd/debian/control |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5bee6f71a2048dabe699f9cb5bf5a03a3c1de6b0 Author: Tor Lillqvist t...@collabora.com Date: Fri Jul 24 13:39:43 2015 +0300 Add more synthetic dependencies per customer wish Not sure

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-3' - 3 commits - loolwsd/configure.ac loolwsd/debian

2015-07-24 Thread Tor Lillqvist
loolwsd/configure.ac |2 +- loolwsd/debian/control |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 67e56dbb711f743805b142cbb228bdc8ad0e142d Author: Tor Lillqvist t...@collabora.com Date: Fri Jul 24 14:02:29 2015 +0300 Bump version to 1.1.9 after

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

2015-07-24 Thread Miklos Vajna
sw/source/uibase/docvw/AnnotationWin.cxx |4 1 file changed, 4 insertions(+) New commits: commit dcf94ab56d9e5e9864965f56d27045e67b093fa4 Author: Miklos Vajna vmik...@collabora.co.uk Date: Fri Jul 24 12:34:19 2015 +0200 tdf#92911 SwAnnotationWin rendercontext: fix missing comment

[Libreoffice-commits] core.git: 5 commits - include/o3tl include/vcl o3tl/CppunitTest_o3tl_tests.mk o3tl/qa scp2/source vcl/inc vcl/opengl vcl/unx

2015-07-24 Thread Tomaž Vajngerl
include/o3tl/lru_map.hxx | 141 ++ include/vcl/salnativewidgets.hxx | 42 + o3tl/CppunitTest_o3tl_tests.mk |1 o3tl/qa/test-lru_map.cxx | 239 +++ scp2/source/ooo/directory_ooo.scp|

[Bug 92018] Implement caching for native widget rendering in OpenGL rendering

2015-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92018 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|EasyHack

[Bug 92018] Implement caching for native widget rendering in OpenGL rendering

2015-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92018 --- Comment #1 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Tomaž Vajngerl committed a patch related to this issue. It has been pushed to master:

[Libreoffice-commits] core.git: 30 commits - fpicker/source fpicker/uiconfig framework/source icon-themes/breeze icon-themes/galaxy icon-themes/hicontrast icon-themes/human icon-themes/tango include/s

2015-07-24 Thread Szymon Kłos
fpicker/source/office/RemoteFilesDialog.cxx | 389 +++--- fpicker/source/office/RemoteFilesDialog.hxx | 16 fpicker/source/office/asyncfilepicker.cxx|2 fpicker/source/office/asyncfilepicker.hxx

[Libreoffice-commits] core.git: accessibility/inc avmedia/source basctl/source basic/qa codemaker/source compilerplugins/clang configmgr/source dbaccess/source editeng/source embeddedobj/source extens

2015-07-24 Thread Noel Grandin
accessibility/inc/accessibility/extended/AccessibleGridControl.hxx | 15 -- avmedia/source/gstreamer/gstplayer.cxx |2 avmedia/source/gstreamer/gstwindow.cxx |4 avmedia/source/gstreamer/gstwindow.hxx

[Libreoffice-commits] core.git: 5 commits - include/linguistic include/sfx2 include/tools include/vcl linguistic/source sfx2/source svtools/source

2015-07-24 Thread Noel Grandin
include/linguistic/lngprops.hxx | 24 include/sfx2/frame.hxx |4 -- include/sfx2/frmdescr.hxx| 24 include/tools/urlobj.hxx | 18 - include/vcl/gdimtf.hxx |8 linguistic/source/lngopt.cxx | 74

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

2015-07-24 Thread Stephan Bergmann
cui/source/inc/cfg.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit 28bc82d8dcc7a65e9c88ff311ac981d556a4896e Author: Stephan Bergmann sberg...@redhat.com Date: Fri Jul 24 12:57:21 2015 +0200 -Werror,-Wunused-private-field Change-Id:

Re: Build LibreOffice without unit tests

2015-07-24 Thread Bjoern Michaelsen
On Fri, Jul 24, 2015 at 11:52:54AM +0200, Noel Grandin wrote: On 2015-07-23 01:32 PM, Jack wrote: Can somebody help me building LibreOffice(Ubuntu) without running any tests? $ make build-nocheck Yes, but ... why?[1] Best, Bjoern [1] Not running tests is not suppossed to be a desireable

Crash test update

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

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

2015-07-24 Thread Caolán McNamara
vcl/inc/unx/gtk/gtkframe.hxx |2 +- vcl/unx/gtk/window/gtksalframe.cxx | 35 ++- 2 files changed, 19 insertions(+), 18 deletions(-) New commits: commit 298c089df77d9afe2cf86bb7a6a8544a0151e8c5 Author: Caolán McNamara caol...@redhat.com Date: Fri Jul

[Libreoffice-commits] online.git: loolwsd/debian

2015-07-24 Thread Tor Lillqvist
loolwsd/debian/control |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bbd5e54785b3d2f504520879d1f58b06ba6f1c2e Author: Tor Lillqvist t...@collabora.com Date: Fri Jul 24 14:21:49 2015 +0300 Let's try to have a bit saner dependencies Surely loolwsd

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-3' - 3 commits - loolwsd/configure.ac loolwsd/debian

2015-07-24 Thread Tor Lillqvist
loolwsd/configure.ac |2 +- loolwsd/debian/control |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 8bca709a2ea98fd538e1e98988c7730b41ac1f2c Author: Tor Lillqvist t...@collabora.com Date: Fri Jul 24 14:31:11 2015 +0300 Bump version to 1.1.11 after

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

2015-07-24 Thread Katarina Behrens
sc/inc/calcconfig.hxx |2 + sc/qa/unit/ucalc_formula.cxx | 11 sc/source/core/tool/calcconfig.cxx | 12 - sc/source/core/tool/interpr1.cxx |7 - sc/source/ui/optdlg/calcoptionsdlg.cxx |2 - sc/source/ui/unoobj/confuno.cxx

[Libreoffice-commits] core.git: Branch 'feature/chart-sidebar' - 3 commits - chart2/source

2015-07-24 Thread Markus Mohrhard
chart2/source/controller/inc/ChartController.hxx|5 chart2/source/controller/main/ChartController.cxx |6 chart2/source/controller/sidebar/ChartAreaPanel.cxx | 144 3 files changed, 154 insertions(+), 1 deletion(-) New commits: commit

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

2015-07-24 Thread Mihai Varga
loleaflet/src/map/handler/Map.Keyboard.js | 102 +++--- 1 file changed, 79 insertions(+), 23 deletions(-) New commits: commit 4f62d67b80341a4288db89cb20b7d088133390a9 Author: Mihai Varga mihai.va...@collabora.com Date: Fri Jul 24 17:17:49 2015 +0300 loleaflet:

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

2015-07-24 Thread Michael Stahl
sw/qa/extras/rtfimport/data/tdf90046.rtf |8 sw/qa/extras/rtfimport/rtfimport.cxx |9 + writerfilter/source/rtftok/rtfdocumentimpl.cxx |1 + 3 files changed, 18 insertions(+) New commits: commit 0de80b40ca9b7ad6489c8d3618186d0b5bd8647a Author: Michael

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

2015-07-24 Thread Michael Stahl
sw/qa/extras/rtfimport/data/tdf90046.rtf |8 sw/qa/extras/rtfimport/rtfimport.cxx |9 + writerfilter/source/rtftok/rtfdocumentimpl.cxx |1 + 3 files changed, 18 insertions(+) New commits: commit c6f8e34c713c205fa9d2e10f5560eff37ad95a34 Author: Michael

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/loolstat

2015-07-24 Thread Henry Castro
loolwsd/loolstat | 37 +++-- 1 file changed, 31 insertions(+), 6 deletions(-) New commits: commit a64c77e2b0b3d0134d7722acae18f0bbd70bee6c Author: Henry Castro hcas...@collabora.com Date: Fri Jul 24 11:39:09 2015 -0400 loolwsd: update loolstat diff --git

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - 2 commits - include/svx sd/source svx/source

2015-07-24 Thread matteocam
include/svx/textchaincursor.hxx |4 +++- sd/source/ui/view/sdview.cxx |8 svx/source/svdraw/textchaincursor.cxx |4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) New commits: commit 0fcd7e73bf81069289b6de5510fd39f9fc4697a1 Author: matteocam

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0-0' - translations

2015-07-24 Thread Christian Lohmaier
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c8d20f48a1f6a356ee0889e44a93b5ca23d28c44 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Fri Jul 24 16:47:43 2015 +0200 Updated core Project: translations

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

2015-07-24 Thread Laurent Balland-Poirier
chart2/source/view/main/VDataSeries.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit ae5ff039f697016a9c04b8f99c24f4e620ce4c65 Author: Laurent Balland-Poirier laurent.balland-poir...@laposte.net Date: Wed Jun 17 15:15:07 2015 +0200 tdf#76649 Skip NaN

Re: your mail

2015-07-24 Thread Eike Rathke
Hi John, On Friday, 2015-07-24 14:10:11 +0100, John Doe wrote: fatal error: coi/sun/star/uno/Type.hxx: No such file or directory #include coi/sun/star/uno/Type.hxx' Check your hard disk, controller, memory ... that should be com/sun/... instead of coi/sun/... and letter 'i' is just one bit

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

2015-07-24 Thread Mihai Varga
loleaflet/debug/document/document_simple_example.html |4 loleaflet/dist/leaflet.css|3 ++- loleaflet/src/control/Control.Parts.js| 15 --- 3 files changed, 10 insertions(+), 12 deletions(-) New commits: commit

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

2015-07-24 Thread Miklos Vajna
sw/source/core/view/pagepreviewlayout.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit da24bd36a5213670b5636abf4dbac317c4135c07 Author: Miklos Vajna vmik...@collabora.co.uk Date: Fri Jul 24 18:07:31 2015 +0200 tdf#92914

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

2015-07-24 Thread Markus Mohrhard
chart2/source/view/main/VDataSeries.cxx |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) New commits: commit fad158c87e99eeac9bcecca2d699e800878d5c82 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Jul 24 18:23:35 2015 +0200 Revert tdf#76649 Skip NaN

Re: [libreoffice-design] Re: [GSoC] Improve user experience with CMIS – Weekly report #6

2015-07-24 Thread Heiko Tietze
Am 24.07.2015 12:28:27, schrieb Szymon Kłos: * when opening the Open Remote, and there is no service added yet, the Add service dialog should open directly I wouldn't do so. It's pretty clear that no service has been configured. I've already implemented this and rest of kendy's

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp loolwsd/LOOLWSD.cpp loolwsd/LOOLWSD.hpp

2015-07-24 Thread Henry Castro
loolwsd/LOOLBroker.cpp |2 +- loolwsd/LOOLWSD.cpp|2 +- loolwsd/LOOLWSD.hpp|2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 070cf8d1c60bb325c5e2c9901dc5d006a15d4cd2 Author: Henry Castro hcas...@collabora.com Date: Fri Jul 24 16:31:08 2015 -0400

[Libreoffice-commits] dev-tools.git: 6 commits - helpauthoring/description.xml helpauthoring/filter helpauthoring/HelpAuthoring helpauthoring/README

2015-07-24 Thread Jan Holesovsky
helpauthoring/HelpAuthoring/_Main.xba|2 helpauthoring/README | 46 helpauthoring/description.xml| 12 +- helpauthoring/filter/soffice2xmlhelp.xsl | 175 ++- 4 files changed, 155 insertions(+), 80 deletions(-) New

Re: pushing patches despite requests for a test

2015-07-24 Thread Jan Holesovsky
Jan Holesovsky píše v Pá 24. 07. 2015 v 21:14 +0200: I'll try to ressurect the gerrit issue entry in the meantime so that Laurent knows. https://gerrit.libreoffice.org/#/c/17343 All the best, Kendy ___ LibreOffice mailing list

Help Authoring Extension

2015-07-24 Thread Jan Holesovsky
Hi, I've spent some time today fixing the HelpAuthoring extension, and together with the Regina's fix (thank you, Regina!), I think it got to a usable state :-) https://wiki.documentfoundation.org/Documentation/Help describes where to get it, and the basic usage. More detailed user manual

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp loolwsd/LOOLKit.cpp loolwsd/LOOLWSD.cpp

2015-07-24 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 28 ++-- loolwsd/LOOLKit.cpp|4 ++-- loolwsd/LOOLWSD.cpp|2 +- 3 files changed, 17 insertions(+), 17 deletions(-) New commits: commit 4f9ded0d0bd91b8ea67ce7673937fa36860c003f Author: Henry Castro hcas...@collabora.com Date: Fri

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - 2 commits - include/svx sd/source svx/source

2015-07-24 Thread matteocam
include/svx/svdedxv.hxx |5 ++- include/svx/textchaincursor.hxx | 17 --- sd/source/ui/view/drviewse.cxx|3 +- svx/source/svdraw/svdedxv.cxx | 36 ++-- svx/source/svdraw/textchaincursor.cxx | 50

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - include/svx svx/source

2015-07-24 Thread matteocam
include/svx/svdedxv.hxx |1 + svx/source/svdraw/svdedxv.cxx | 12 +++- 2 files changed, 12 insertions(+), 1 deletion(-) New commits: commit c70006435a69471b921faf785571dfc61514e1e0 Author: matteocam matteo.campane...@gmail.com Date: Fri Jul 24 18:15:29 2015 +0200 Add

[Libreoffice-commits] online.git: loolwsd/LOOLWSD.cpp loolwsd/LOOLWSD.hpp

2015-07-24 Thread Henry Castro
loolwsd/LOOLWSD.cpp | 14 ++ loolwsd/LOOLWSD.hpp |4 +++- 2 files changed, 17 insertions(+), 1 deletion(-) New commits: commit 6dafcc753f64fc70468b4336166b7893057ab45f Author: Henry Castro hcas...@collabora.com Date: Fri Jul 24 14:10:24 2015 -0400 loolwsd: process sleep

Re: pushing patches despite requests for a test

2015-07-24 Thread Eike Rathke
Hi, On Friday, 2015-07-24 18:22:34 +0200, Markus Mohrhard wrote: so it is now the second time that despite me requesting a unit test in a gerrit review request a patch has been pushed. I only care marginally if you do it in code that I don't maintain but I will revert it every single time

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp loolwsd/LOOLWSD.cpp loolwsd/LOOLWSD.hpp

2015-07-24 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 12 loolwsd/LOOLWSD.cpp|7 +++ loolwsd/LOOLWSD.hpp|4 +++- 3 files changed, 22 insertions(+), 1 deletion(-) New commits: commit 20601a351338d70868df45260b0584691282984c Author: Henry Castro hcas...@collabora.com Date: Fri Jul 24

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

2015-07-24 Thread Caolán McNamara
vcl/inc/unx/gtk/gtkframe.hxx |3 ++ vcl/unx/gtk/a11y/atkfactory.cxx| 21 --- vcl/unx/gtk/window/gtksalframe.cxx | 50 + 3 files changed, 65 insertions(+), 9 deletions(-) New commits: commit 10d2467c2532178efe3d672405839bc1d0aab1e5

Re: pushing patches despite requests for a test

2015-07-24 Thread Bjoern Michaelsen
On Fri, Jul 24, 2015 at 06:45:39PM +0200, Eike Rathke wrote: On Friday, 2015-07-24 18:22:34 +0200, Markus Mohrhard wrote: I'd appreciate a decision by the ESC to either stop this behavior or to tell me to shut up! In the second case I will take it as another sign that the project does not

[Libreoffice-commits] core.git: readlicense_oo/license

2015-07-24 Thread Christian Lohmaier
readlicense_oo/license/CREDITS.fodt | 256 ++-- 1 file changed, 128 insertions(+), 128 deletions(-) New commits: commit 309e09b044b351711dee174d56f947eb1c619aaa Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Fri Jul 24 20:02:57 2015 +0200

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

2015-07-24 Thread Christian Lohmaier
Tag 'libreoffice-5.0.0.4' created by Christian Lohmaier lohmaier+libreoff...@googlemail.com at 2015-07-24 19:08 -0700 Tag libreoffice-5.0.0.4 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJVsn8SAAoJEPQ0oe+v7q6jW6cQAKVZUENu6NeNI5xjHsYdOjoQ

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

2015-07-24 Thread Christian Lohmaier
Tag 'libreoffice-5.0.0.4' created by Christian Lohmaier lohmaier+libreoff...@googlemail.com at 2015-07-24 19:08 -0700 Tag libreoffice-5.0.0.4 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJVsn8VAAoJEPQ0oe+v7q6jTvcQAKidiCBriV+Y6r5Kp1CH5YQw

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

2015-07-24 Thread Christian Lohmaier
Tag 'libreoffice-5.0.0.4' created by Christian Lohmaier lohmaier+libreoff...@googlemail.com at 2015-07-24 19:08 -0700 Tag libreoffice-5.0.0.4 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJVsn8bAAoJEPQ0oe+v7q6j3xAQAJr0zLR69xHRwyHzyCmnCpb3

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

2015-07-24 Thread Christian Lohmaier
Tag 'libreoffice-5.0.0.4' created by Christian Lohmaier lohmaier+libreoff...@googlemail.com at 2015-07-24 19:08 -0700 Tag libreoffice-5.0.0.4 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJVsn8YAAoJEPQ0oe+v7q6jyOAP/AyCGqNyHLm+3gLuOjZ5jkN6

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

2015-07-24 Thread Christian Lohmaier
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3fd5f4552ce62674d20c183a5573c1169925efdb Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Fri Jul 24 20:09:41 2015 +0200 bump product version to 5.0.0.4.0+ Change-Id:

[Libreoffice-commits] online.git: loolwsd/loolstat

2015-07-24 Thread Henry Castro
loolwsd/loolstat |7 +++ 1 file changed, 7 insertions(+) New commits: commit e107fa662c90e157547a03cf80889300165c9798 Author: Henry Castro hcas...@collabora.com Date: Fri Jul 24 13:54:35 2015 -0400 loolwsd: update loolstat display processes utility diff --git a/loolwsd/loolstat

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - readlicense_oo/license

2015-07-24 Thread Christian Lohmaier
readlicense_oo/license/CREDITS.fodt | 256 ++-- 1 file changed, 128 insertions(+), 128 deletions(-) New commits: commit f9d216f0e100ec906c12ea5ceeb055f936d7c1e8 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Fri Jul 24 20:04:16 2015 +0200

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - readlicense_oo/license

2015-07-24 Thread Christian Lohmaier
readlicense_oo/license/CREDITS.fodt | 256 ++-- 1 file changed, 128 insertions(+), 128 deletions(-) New commits: commit d68f45565ea0d16c67149b6d3261522c9ec4 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Fri Jul 24 20:05:07 2015 +0200

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

2015-07-24 Thread Christian Lohmaier
extras/source/autocorr/lang/ca/DocumentList.xml| 219 extras/source/autocorr/lang/cs/DocumentList.xml| 1112 extras/source/autocorr/lang/da/DocumentList.xml| 213 +++ extras/source/autocorr/lang/de/DocumentList.xml|8

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - filter/source

2015-07-24 Thread Andrea Pescetti
filter/source/pdf/impdialog.src | 158 1 file changed, 79 insertions(+), 79 deletions(-) New commits: commit 4a9ff9da561ec0aac03234d6362dc22eabdad1d0 Author: Andrea Pescetti pesce...@apache.org Date: Fri Jul 24 17:31:12 2015 + #i122712# Split

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

2015-07-24 Thread Christian Lohmaier
extras/source/autocorr/lang/ca/DocumentList.xml| 219 extras/source/autocorr/lang/cs/DocumentList.xml| 1112 extras/source/autocorr/lang/da/DocumentList.xml| 213 +++ extras/source/autocorr/lang/de/DocumentList.xml|8

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0-0' - readlicense_oo/license

2015-07-24 Thread Christian Lohmaier
readlicense_oo/license/CREDITS.fodt | 2235 ++-- 1 file changed, 1139 insertions(+), 1096 deletions(-) New commits: commit a575c31cdb3f53160dc9aeafaef31b172240c2da Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Fri Jul 24 20:06:02 2015

[GSoC] Improve user experience with CMIS – Weekly report #9

2015-07-24 Thread Szymon Kłos
My changes this week: * Finally I fixed TAB-order in my dialog, all controls are accessible and focused in right order in both directions. * Similiar problem was in standard file picker and I fixed it too. There the places widget with add and delete buttons were inaccessible. I've submitted the

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - editeng/source sd/source svx/source

2015-07-24 Thread matteocam
editeng/source/outliner/outlvw.cxx |4 sd/source/ui/view/sdview.cxx |4 svx/source/svdraw/svdedxv.cxx | 11 +-- 3 files changed, 13 insertions(+), 6 deletions(-) New commits: commit 3b81b9fa231d4b8435b9869c59bd64e7d67cfd6f Author: matteocam

pushing patches despite requests for a test

2015-07-24 Thread Markus Mohrhard
Hey guys, so it is now the second time that despite me requesting a unit test in a gerrit review request a patch has been pushed. I only care marginally if you do it in code that I don't maintain but I will revert it every single time when it is in code that I maintain. I'd appreciate a decision

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

2015-07-24 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx | 49 +++ sc/source/core/tool/parclass.cxx |1 2 files changed, 50 insertions(+) New commits: commit f790fbfb3e422b50fdb3cb607048939faef98149 Author: Eike Rathke er...@redhat.com Date: Fri Jul 24 18:22:20 2015 +0200

[Libreoffice-commits] core.git: helpcontent2

2015-07-24 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 11e6683be17aa1210dc78190f5a16d30390e013b Author: Olivier Hallot olivier.hal...@edx.srv.br Date: Tue Jul 21 00:53:53 2015 -0300 Updated core Project: help 39018a6a2153ff9c60565686ba8de6c9f171babe

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

2015-07-24 Thread Olivier Hallot
AllLangHelp_shared.mk|1 source/text/shared/00/0406.xhp |2 + source/text/shared/optionen/0101.xhp |1 source/text/shared/optionen/BasicIDE.xhp | 41 +++ 4 files changed, 45 insertions(+) New commits: commit

Re: Help Authoring Extension

2015-07-24 Thread Olivier Hallot
Hi Kendy Thanks indeed to you and Regina for the fix. Regards On 24/07/2015 18:06, Jan Holesovsky wrote: Hi, I've spent some time today fixing the HelpAuthoring extension, and together with the Regina's fix (thank you, Regina!), I think it got to a usable state :-)

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

2015-07-24 Thread Miklos Vajna
sw/inc/pagepreviewlayout.hxx |2 +- sw/source/core/view/pagepreviewlayout.cxx | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 0c114151343cbe6853dd46833c42368d738afd8a Author: Miklos Vajna vmik...@collabora.co.uk Date: Fri Jul 24 15:42:08

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

2015-07-24 Thread Katarina Behrens
svx/source/sidebar/shadow/ShadowPropertyPanel.cxx |1 - svx/uiconfig/ui/sidebarshadow.ui |7 +++ 2 files changed, 7 insertions(+), 1 deletion(-) New commits: commit e0bbfcbed34bb71c1a4979a7db30e38bfd6a7f61 Author: Katarina Behrens katarina.behr...@cib.de Date: Fri

Re: Docker container for building LibreOffice

2015-07-24 Thread Eike Rathke
Hi Dashamir, On Friday, 2015-07-24 14:48:16 +0200, Dashamir Hoxha wrote: https://github.com/FreeSoft-AL/libreoffice-compile/blob/master/compile/git-clean.sh That's IMHO not only unnecessary but also incomplete. When doing git checkout in core only you'll miss the corresponding submodule

Re: pushing patches despite requests for a test

2015-07-24 Thread Jan Holesovsky
Hi Bjoern, Moggi, Bjoern Michaelsen píše v Pá 24. 07. 2015 v 19:51 +0200: On Friday, 2015-07-24 18:22:34 +0200, Markus Mohrhard wrote: I'd appreciate a decision by the ESC to either stop this behavior or to tell me to shut up! In the second case I will take it as another sign that the

[Libreoffice-commits] online.git: loolwsd/LOOLSession.cpp loolwsd/LOOLSession.hpp loolwsd/LOOLWSD.cpp loolwsd/LOOLWSD.hpp

2015-07-24 Thread Henry Castro
loolwsd/LOOLSession.cpp | 38 +- loolwsd/LOOLSession.hpp |6 -- loolwsd/LOOLWSD.cpp |3 +-- loolwsd/LOOLWSD.hpp |2 +- 4 files changed, 3 insertions(+), 46 deletions(-) New commits: commit ec094f1601d68ae54cedf53e3ab2ab8a6d0735a5

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

2015-07-24 Thread Stephan Bergmann
sc/source/filter/xml/xmlimprt.cxx |3 --- sc/source/filter/xml/xmlimprt.hxx |2 -- sc/source/ui/inc/condformatuno.hxx |3 --- sc/source/ui/inc/tpsort.hxx |1 - sc/source/ui/unoobj/condformatuno.cxx |3 ---

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 4a/9ff9da561ec0aac03234d6362dc22eabdad1d0

2015-07-24 Thread Michael Stahl
4a/9ff9da561ec0aac03234d6362dc22eabdad1d0 |1 + 1 file changed, 1 insertion(+) New commits: commit c1442ac7cf131ceb5c397b100410be700b1c2008 Author: Michael Stahl mst...@redhat.com Date: Fri Jul 24 21:44:12 2015 +0200 Notes added by 'git notes add' diff --git

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

2015-07-24 Thread Christian Lohmaier
extras/source/autocorr/lang/ca/DocumentList.xml| 219 extras/source/autocorr/lang/cs/DocumentList.xml| 1112 extras/source/autocorr/lang/da/DocumentList.xml| 213 +++ extras/source/autocorr/lang/de/DocumentList.xml|8

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

2015-07-24 Thread Olivier Hallot
AllLangHelp_shared.mk |2 + source/text/shared/00/0406.xhp |2 + source/text/shared/need_help.xhp| 31 source/text/shared/optionen/0101.xhp|7 ++- source/text/shared/optionen/persona_firefox.xhp

  1   2   3   4   >