[Libreoffice-commits] core.git: Branch 'feature/gtkbmptiledviewer' - 3 commits - desktop/inc desktop/qa desktop/source

2014-05-20 Thread Andrzej Hunt
Rebased ref, commits from common ancestor: commit 26c813ec810d367aa4e0cbd676f8cb0362c5879a Author: Andrzej Hunt Date: Sun May 18 08:37:13 2014 +0100 Draw the whole image for our gtk tiled viewer. We just draw one huge tile, it doesn't seem to work too well for larger documents

LibreOffice Gerrit News for core on 2014-05-21

2014-05-20 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + fdo#39631: Add SAL_LIKELY, SAL_UNLIKELY, SAL_HOT and SAT COLD macros. in https://gerrit.libreoffice.org/9418 from Michal Strnad about module include + fdo#4315

LibreOffice Gerrit News for submodules on 2014-05-21

2014-05-20 Thread gerrit
Moin! ~~ Project dictionaries ~~ Nothing moved in the project for the last 25 hours ~~ Project translations ~~ Nothing moved in the project for the last 25 hours ~~ Project help ~~ * Open changes on master for project help changed in the last 25 hours: + fdo#77282 R

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

2014-05-20 Thread Maxim Monastirsky
xmloff/source/style/XMLFontAutoStylePool.cxx |4 1 file changed, 4 insertions(+) New commits: commit c354deac3c6174b0e725c9bb6aab10b65a95fa0d Author: Maxim Monastirsky Date: Tue May 20 17:53:25 2014 +0300 fdo#78921 Don't crash when there is no storage specified Not sure

suggestion for adding sdk/lib to pluginapp.bin or libuno_sal.so symlink in ure/lib

2014-05-20 Thread Richard PALO
Hi, I'm tinkering with lo 4.2.4.2 and am having a bit of an issue building pluginapp.bin in the extensions path, as it needs libuno_sal.so The following is where all the flavours are found in the build tree: $ find . -name 'libuno_sal.so*' | xargs stat -c"%N" ‘./instdir/sdk/lib/libuno_sal.so’ -

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

2014-05-20 Thread Thomas Arnhold
download.lst |3 external/python3/UnpackedTarball_python3.mk|3 external/python3/python-3.3.0-implicit-int.patch.1 | 30 -- external/python3/python-3.3.0-msvc-x64.patch.1 | 22 - external/python3/python-3.3.3-quoted-pr

[Libreoffice-commits] core.git: Branch 'private/kohei/external-ref-refresh' - include/sfx2 sc/inc sc/source sfx2/source

2014-05-20 Thread Kohei Yoshida
include/sfx2/sfxmodelfactory.hxx | 12 +--- sc/inc/unonames.hxx |3 ++- sc/source/filter/xml/xmlimprt.cxx| 16 sc/source/filter/xml/xmlimprt.hxx|1 + sc/source/filter/xml/xmlwrap.cxx |5 + sc/source/u

[Libreoffice-commits] core.git: Branch 'private/kohei/external-ref-refresh' - sc/inc sc/source

2014-05-20 Thread Kohei Yoshida
sc/inc/xmlwrap.hxx |9 +++- sc/source/filter/xml/xmlwrap.cxx | 81 ++- sc/source/ui/docshell/docsh.cxx |8 +-- 3 files changed, 50 insertions(+), 48 deletions(-) New commits: commit ec639ad118ecb02ab0efea3a60c793d9b6ea3ef6 Author: Kohei

[Libreoffice-commits] core.git: Branch 'private/kohei/external-ref-refresh' - sc/inc sc/source

2014-05-20 Thread Kohei Yoshida
Rebased ref, commits from common ancestor: commit 4ea57c9f946a0078429a8a87b9d34372eb5c5072 Author: Kohei Yoshida Date: Tue May 20 21:09:41 2014 -0400 Let's use constant uno name for these. Change-Id: I5e34f4d7561ef7f4f7b8b3b4d7d06cca072831c7 diff --git a/sc/inc/unonames.hxx b/sc/i

[Libreoffice-commits] core.git: Branch 'private/kohei/external-ref-refresh' - sc/inc sc/source

2014-05-20 Thread Kohei Yoshida
sc/inc/unonames.hxx |2 ++ sc/source/filter/xml/xmlimprt.cxx |5 +++-- sc/source/filter/xml/xmlwrap.cxx |3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) New commits: commit 1d17a0fe5312f7107beb50b6bb779f4eff8c67c8 Author: Kohei Yoshida Date: Tue May 20 21:09:

[Libreoffice-commits] core.git: Branch 'private/kohei/external-ref-refresh' - sc/inc sc/source

2014-05-20 Thread Kohei Yoshida
sc/inc/document.hxx |3 sc/inc/xmlwrap.hxx | 14 sc/source/core/data/documen2.cxx |1 sc/source/core/data/documen9.cxx |5 sc/source/filter/xml/xmlimprt.cxx| 23 + sc/source/filter/xml/xmlimprt.hxx|6

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - 8 commits - chart2/source include/vcl sc/inc sc/source vcl/source

2014-05-20 Thread Markus Mohrhard
chart2/source/view/charttypes/GL3DBarChart.cxx |6 +- chart2/source/view/inc/GL3DRenderer.hxx| 17 +--- chart2/source/view/main/3DChartObjects.cxx | 10 ++-- chart2/source/view/main/GL3DRenderer.cxx | 51 ++--- include/vcl/opengl/OpenGLHelper.hxx

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

2014-05-20 Thread Markus Mohrhard
chart2/source/view/main/GL3DRenderer.cxx |4 1 file changed, 4 insertions(+) New commits: commit 19979ae27055cb910bfc368bfc2899d211f56be1 Author: Markus Mohrhard Date: Wed May 21 02:09:11 2014 +0200 forgot to release the OpenGL resources Change-Id: I2baefbe611f9ed28defc4

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

2014-05-20 Thread Markus Mohrhard
chart2/source/view/charttypes/GL3DBarChart.cxx |6 ++- chart2/source/view/inc/GL3DRenderer.hxx| 17 ++--- chart2/source/view/main/3DChartObjects.cxx | 10 ++--- chart2/source/view/main/GL3DRenderer.cxx | 47 ++--- include/vcl/opengl/OpenGLHelper.

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Mihkel Tõnnov changed: What|Removed |Added Depends on||78883 --- Comment #145 from Mihkel Tõnno

[Libreoffice-commits] core.git: Changes to 'feature/refactor-god-objects'

2014-05-20 Thread Valentin Kettner
New branch 'feature/refactor-god-objects' available with the following commits: commit 3056fa190eeb24bd6f264790497b763d20f42cf9 Author: Valentin Kettner Date: Tue May 20 22:45:09 2014 +0200 Finished cleaning up of IDocumentDeviceAccess methods in SwDoc. Moved all SwDoc::getPrintDat

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

2014-05-20 Thread Tor Lillqvist
vcl/inc/osx/salinst.h |1 - vcl/osx/salinst.cxx |4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) New commits: commit 0f836296ea3cdc10326ad54983b634168285b8e2 Author: Tor Lillqvist Date: Tue May 20 23:34:02 2014 +0300 Don't use two separate names for the same thing

[Bug 64945] inconvenient localized symbol code

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64945 --- Comment #15 from Tomaz Vajngerl --- I think the best (forward and backwards compatible) solution to this is to embrace unicode characters for Greek symbols and always write those instead of symbol names. We already use unicode characters when

[Bug 64945] inconvenient localized symbol code

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64945 Laurent BP changed: What|Removed |Added CC||jumbo4...@yahoo.fr --- Comment #14 from Lau

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

2014-05-20 Thread Julien Nabet
sc/source/ui/app/inputhdl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 04831249713827fb175faa118205bb132387dad9 Author: Julien Nabet Date: Tue May 20 20:50:44 2014 +0200 Following fdo#78838, let's make this part safe too (Thank you Eike)

[Libreoffice-commits] core.git: Branch 'private/kohei/external-ref-refresh' - sc/inc sc/source

2014-05-20 Thread Kohei Yoshida
sc/inc/scopetools.hxx |9 + sc/source/core/data/documen8.cxx |3 +++ sc/source/core/tool/scopetools.cxx | 14 ++ 3 files changed, 26 insertions(+) New commits: commit a1c7e073fe545e6a0bd8c5eecb152106b9ec35fa Author: Kohei Yoshida Date: Tue May 20 14

[Bug 64945] inconvenient localized symbol code

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64945 --- Comment #13 from Thomas Arnhold --- Maybe we should approve some (less) user confusion and remove the translation of those Greek symbol names. None of the other function, operators,... are translated! Absolutely none! To reduce the user conf

[SOLVED] Re: Wrong copy paste in ucbcmds.cxx? (ucb module)

2014-05-20 Thread julien2412
sberg wrote > ... >> I wonder if line 254 could be a wrong copy paste and should be: >> cppu::UnoType > > ::get() ); > > Yes, that's wrong. (See UniversalContentBroker::execute in > ucb/source/core/ucb.cxx, where CHECKIN_HANDLE/CHECKIN_NAME expects to > get a CheckinArgument, not a GlobalTrans

[Libreoffice-commits] core.git: Branch 'private/kohei/external-ref-refresh' - 2 commits - sc/inc sc/source

2014-05-20 Thread Kohei Yoshida
sc/inc/externalrefmgr.hxx| 24 sc/inc/sc.hrc|3 sc/source/core/data/documen8.cxx |2 sc/source/ui/docshell/externalrefmgr.cxx | 170 ++- sc/source/ui/src/scstring.src|5 5 files chang

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

2014-05-20 Thread Julien Nabet
ucb/source/core/ucbcmds.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f332958999cc38ad778ac381cc67d249e9bd918a Author: Julien Nabet Date: Tue May 20 20:09:41 2014 +0200 Fix wrong copy paste, should be See http://nabble.documentfoundation.org/W

[Libreoffice-commits] core.git: sdext/Library_pdfimport.mk

2014-05-20 Thread Jan-Marek Glogowski
sdext/Library_pdfimport.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a130817f7deb61666262075e3918630f8d340c06 Author: Jan-Marek Glogowski Date: Tue May 20 19:57:58 2014 +0200 Correct linker library sequence for pdfimport Otherwise I get a lot of

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

2014-05-20 Thread David Tardon
slideshow/source/engine/OGLTrans/generic/OGLTrans_Shaders.cxx | 87 +- 1 file changed, 46 insertions(+), 41 deletions(-) New commits: commit 4ffc7955361f38140fbacc41a0f473de5173c2dc Author: David Tardon Date: Tue May 20 17:19:13 2014 +0200 avoid duplication Change-Id: I

[Libreoffice-commits] core.git: Branch 'feature/textbox' - sw/inc sw/source

2014-05-20 Thread Miklos Vajna
sw/inc/textboxhelper.hxx |3 +++ sw/source/core/doc/textboxhelper.cxx | 32 ++-- sw/source/core/unocore/unodraw.cxx |6 +- 3 files changed, 38 insertions(+), 3 deletions(-) New commits: commit 83857d750b9205db02d4b8bfc3c304364fae0619 Author:

[Bug 64945] inconvenient localized symbol code

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64945 --- Comment #12 from Thomas Arnhold --- Here's the symbol code definition: starmath/source/symbol.src StringArray RID_EXPORT_SYMBOL_NAMES holds the export names for the odf file (do not change!) StringArray RID_UI_SYMBOL_NAMES holds the localiz

[Libreoffice-commits] core.git: Branch 'feature/textbox' - sw/inc sw/source

2014-05-20 Thread Miklos Vajna
sw/inc/textboxhelper.hxx |9 + sw/source/core/doc/textboxhelper.cxx | 30 ++ sw/source/core/unocore/unodraw.cxx |9 - 3 files changed, 47 insertions(+), 1 deletion(-) New commits: commit f1889b1a4cdd9d175103bbf9074c75690547e70f A

[Libreoffice-commits] core.git: include/osl sal/osl sal/util unotools/source

2014-05-20 Thread Stephan Bergmann
include/osl/file.h | 16 include/osl/file.hxx | 11 +-- sal/osl/unx/file_misc.cxx | 26 ++ sal/osl/w32/file_dirvol.cxx|6 ++ sal/util/sal.map |1 +

[Bug 64945] inconvenient localized symbol code

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64945 --- Comment #11 from Thomas Arnhold --- A cleaner solution for capital symbols would be %CaptialMu for example. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOff

[Bug 64945] inconvenient localized symbol code

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64945 --- Comment #10 from Thomas Arnhold --- Copy from gerrit: %OMEGA is the capital omega %omega is the lower case character Allowing a mixed version %Omega will make the formulas harder to read, especially with short ones like %Mu, %MU, %mu... So

[Bug 64945] inconvenient localized symbol code

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64945 --- Comment #9 from Thomas Arnhold --- As Christian stated in the gerrit patchset, this is a localization problem. At the moment starmath behaves like the following: 1. Inside the odf file the symbol names are in English. 2. If you have a local

[Bug 64945] inconvenient localized symbol code

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64945 Thomas Arnhold changed: What|Removed |Added CC||thomas-l...@arnhold.org See A

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

2014-05-20 Thread Stephan Bergmann
sw/source/ui/config/optload.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 1122d513efbb3066b4e8aefbc8dc29ce7a7e9bcf Author: Stephan Bergmann Date: Tue May 20 17:59:56 2014 +0200 loplugin:implicitboolconversion,literaltoboolconversion Change

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

2014-05-20 Thread Takeshi Abe
sd/source/ui/func/fuinsfil.cxx | 21 +++-- sd/source/ui/func/fuline.cxx |8 +++- sd/source/ui/func/fulinend.cxx |4 ++-- sd/source/ui/func/fulink.cxx |4 ++-- sd/source/ui/func/fumorph.cxx |4 ++-- sd/source/ui/func/fuoaprms.cxx |5 ++--- sd/source/ui

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

2014-05-20 Thread Zolnai Tamás
avmedia/source/framework/modeltools.cxx | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) New commits: commit f6a3c83bd499bc8df21f937bfa5d4db14b4a5352 Author: Zolnai Tamás Date: Tue May 20 16:46:43 2014 +0200 glTF embedding: handle missing image on a better wa

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

2014-05-20 Thread Stephan Bergmann
dbaccess/source/core/api/FilteredContainer.cxx | 18 -- 1 file changed, 18 deletions(-) New commits: commit 862abf22751c02a495ded3971b9a6e5c3553b514 Author: Stephan Bergmann Date: Tue May 20 17:01:38 2014 +0200 fdo#78971 There's even a git hook to prevent commits contain

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

2014-05-20 Thread Stephan Bergmann
dbaccess/source/core/api/FilteredContainer.cxx | 18 -- 1 file changed, 18 deletions(-) New commits: commit dc24203e5f20dcbf2818651a8802e67338293b3c Author: Stephan Bergmann Date: Tue May 20 17:01:38 2014 +0200 fdo#78971 There's even a git hook to prevent commits contain

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

2014-05-20 Thread Michael Stahl
cui/source/tabpages/paragrph.cxx |6 -- include/svx/relfld.hxx |3 ++- include/vcl/builder.hxx |2 ++ svx/source/dialog/relfld.cxx | 14 ++ vcl/source/window/builder.cxx|6 ++ 5 files changed, 24 insertions(+), 7 deletions(-) New co

[Bug 40469] Modifed Frame Style Options Not Preserved, "Keep Ratio" Option Unavailable

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40469 --- Comment #11 from Andrei Furtuna --- Cannot identify described bug in version 4.3 dev, "keep ration" option is available and working properly. Gilvan Vilarim, can you describe more detailed the bug situation you got? -- You are receiving t

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

2014-05-20 Thread Michal Siedlaczek
officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 26 sw/source/core/uibase/inc/optload.hxx | 37 sw/source/core/uibase/inc/wordcountdialog.hxx |4 sw/source/ui/config/optload.cxx| 40 sw/source/ui/dialog/wordco

[Libreoffice-commits] core.git: Branch 'private/kohei/external-ref-refresh' - sc/source

2014-05-20 Thread Kohei Yoshida
sc/source/core/data/documen8.cxx |2 +- sc/source/ui/docshell/externalrefmgr.cxx | 13 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) New commits: commit e274a615f99c96359fed477a8532c7693917a8f4 Author: Kohei Yoshida Date: Tue May 20 10:19:25 2014 -0400 cp#10

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Bug 75025 depends on bug 77891, which changed state. Bug 77891 Summary: LibO crashes as soon as one enters text in a module https://bugs.freedesktop.org/show_bug.cgi?id=77891 What|Removed |Added ---

[Libreoffice-commits] core.git: external/coinmp

2014-05-20 Thread Tor Lillqvist
external/coinmp/UnpackedTarball_coinmp.mk |2 external/coinmp/android.build.patch.1 | 143 ++ external/coinmp/no-binaries.patch.1 | 25 + 3 files changed, 170 insertions(+) New commits: commit 63bc29b2a80e746a439f248c1bb8daa3d516370c Author: Tor L

[Libreoffice-commits] core.git: 2 commits - include/vcl slideshow/Library_OGLTrans.mk slideshow/source vcl/source

2014-05-20 Thread David Tardon
include/vcl/opengl/OpenGLContext.hxx |3 slideshow/Library_OGLTrans.mk |2 slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx | 12 slideshow/source/engine/OGLTrans/generic/OGLTrans_Transiti

[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30732 --- Comment #26 from eneko.in...@gmail.com --- (In reply to comment #23) > I am not 100% clear on which formats should be retained. I am currently > retaining super and sub-script, because this is the most important thing for > anyone working in s

[Bug 43157] Clean up OSL_ASSERT, DBG_ASSERT, etc.

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43157 --- Comment #27 from Commit Notification --- Stephan Bergmann committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=92621df9e72b9d4e44e448f92df14c4ba731d5e4 Revert "fdo

[Libreoffice-commits] core.git: sal/osl

2014-05-20 Thread Stephan Bergmann
sal/osl/w32/thread.c | 16 sal/osl/w32/time.c |2 +- 2 files changed, 9 insertions(+), 9 deletions(-) New commits: commit 92621df9e72b9d4e44e448f92df14c4ba731d5e4 Author: Stephan Bergmann Date: Tue May 20 15:46:31 2014 +0200 Revert "fdo#43157 - Clean up OSL_ASSERT

Re: Am I contributor

2014-05-20 Thread yusupmuk
Ok, I did not know that. Hopefully I will see myself there. Thank you -- View this message in context: http://nabble.documentfoundation.org/Am-I-contributor-tp4109488p4109494.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice m

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

2014-05-20 Thread Markus Mohrhard
sc/inc/chartarr.hxx | 24 sc/source/core/tool/chartarr.cxx | 36 ++-- sc/source/ui/unoobj/cellsuno.cxx |6 +++--- 3 files changed, 29 insertions(+), 37 deletions(-) New commits: commit ee212bf4db7e38279d8c236c944ef3e09e

Re: Am I contributor

2014-05-20 Thread Bjoern Michaelsen
On Tue, May 20, 2014 at 05:54:51AM -0700, yusupmuk wrote: > I created account in www.ohloh.net where one can list all his contributions > to some projects. > [...] > Am I supposed to do something else or I just need to wait when people will > add me to the contributors list ? Ohloh watches commit

[Bug 43157] Clean up OSL_ASSERT, DBG_ASSERT, etc.

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43157 --- Comment #26 from Commit Notification --- Mukhiddin Yusupov committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=0562a17c64f4016f2d3ba01e1c19c27feadb2543 fdo#43157

[Libreoffice-commits] core.git: sal/osl

2014-05-20 Thread Mukhiddin Yusupov
sal/osl/w32/thread.c | 16 sal/osl/w32/time.c |2 +- 2 files changed, 9 insertions(+), 9 deletions(-) New commits: commit 0562a17c64f4016f2d3ba01e1c19c27feadb2543 Author: Mukhiddin Yusupov Date: Mon May 19 00:17:33 2014 +0200 fdo#43157 - Clean up OSL_ASSERT, DBG_A

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Bug 75025 depends on bug 77891, which changed state. Bug 77891 Summary: LibO crashes as soon as one enters text in a module https://bugs.freedesktop.org/show_bug.cgi?id=77891 What|Removed |Added ---

[Libreoffice-commits] core.git: sal/cppunittester

2014-05-20 Thread Michael Meeks
sal/cppunittester/cppunittester.cxx |8 1 file changed, 8 insertions(+) New commits: commit ef02ced3ec5e66d5c25de52fc37355ae0f44235e Author: Michael Meeks Date: Tue May 20 13:38:49 2014 +0100 Win32 - warn of extraordinary behaviour with LoadLibrary and long PATHs Cha

Am I contributor

2014-05-20 Thread yusupmuk
Hello, This is also a question of newbie developer who have just started to be familiar with the project and submitted simple bug fix (that needs to be reviewed). I wanted to know, currently what is my status? Am I contributor? I can review commits/patches in Gerrit, submit my own ones. I created

Re: Bug 58187

2014-05-20 Thread Michael Stahl
On 20/05/14 10:55, Ulrich Kitzinger wrote: > Hello, > > I'd like to try to work on bug > https://bugs.freedesktop.org/show_bug.cgi?id=58187 (In the Writer > Navigator an expanded tree is collapsed when you edit an entry). > Does anybody have any hint for me, which code fragments to look at? For >

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c9/e4fd337abdb6460441450a0ea48eef4afa05d9

2014-05-20 Thread Caolán McNamara
c9/e4fd337abdb6460441450a0ea48eef4afa05d9 |1 + 1 file changed, 1 insertion(+) New commits: commit b0c0c835b42fd6e02bf7c723e7cdfc170d1696a7 Author: Caolán McNamara Date: Tue May 20 13:32:02 2014 +0100 Notes added by 'git notes add' diff --git a/c9/e4fd337abdb6460441450a0ea48eef4afa0

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

2014-05-20 Thread Stephan Bergmann
sw/source/filter/ww8/writerwordglue.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4a86cd75a8e83b6910c5285812e86bf6575fa92b Author: Stephan Bergmann Date: Mon May 19 23:26:22 2014 +0200 -Werror,-Wunused-result Change-Id: Iaa06237d3e554d3a3d9c87f6

Re: getting started from scratch w/ C++

2014-05-20 Thread Miklos Vajna
On Mon, May 19, 2014 at 09:29:45AM -0700, Tom Meinen wrote: > If you have used either or both of these books and have insight on them, I'm > all ears. See https://wiki.openoffice.org/wiki/Recommended_Reading#C.2B.2B_Programming That applies to LibreOffice as well. signature.asc Description: D

Re: Newbie question

2014-05-20 Thread yusupmuk
Thank you! -- View this message in context: http://nabble.documentfoundation.org/Newbie-question-tp4109464p4109483.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.f

[Libreoffice-commits] core.git: 4 commits - bin/lo-all-static-libs configure.ac external/coinmp

2014-05-20 Thread Tor Lillqvist
bin/lo-all-static-libs|7 + configure.ac | 42 +++--- external/coinmp/ExternalPackage_coinmp.mk |2 + external/coinmp/ExternalProject_coinmp.mk |2 + 4 files changed, 33 insertions(+), 20 deletions(-) New c

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

2014-05-20 Thread Chris Laplante
vcl/source/fontsubset/xlat.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit eff1d991de77700505ce18dfaaa3e01d76551ffd Author: Chris Laplante Date: Fri May 16 15:05:42 2014 -0400 Move #include from middle of file to top Change-Id: I715f606ee0f94e9f

Re: do NOT immediately remove files from dev-downloads.libreoffice.org on update of externals!

2014-05-20 Thread Michael Stahl
On 20/05/14 09:54, Bjoern Michaelsen wrote: > On Tue, May 20, 2014 at 09:18:54AM +0200, David Tardon wrote: >> On Tue, May 20, 2014 at 08:56:08AM +0200, Stephan Bergmann wrote: >>> On 05/19/2014 09:45 PM, Bjoern Michaelsen wrote: please do NOT remove files from dev-downloads when updating exte

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

2014-05-20 Thread Eike Rathke
sw/source/filter/ww8/writerwordglue.cxx | 104 1 file changed, 92 insertions(+), 12 deletions(-) New commits: commit 300d27b0ae4665001ec30b47af2142f6c253f370 Author: Eike Rathke Date: Mon May 19 21:43:06 2014 +0200 resolved fdo#66620 keywords occur in unq

[Libreoffice-commits] core.git: sdext/Library_pdfimport.mk

2014-05-20 Thread Caolán McNamara
sdext/Library_pdfimport.mk |1 + 1 file changed, 1 insertion(+) New commits: commit a092418f300f15fd1e2203b6933cfb1f69c107ad Author: Caolán McNamara Date: Tue May 20 13:19:56 2014 +0100 we need fontconfig now Change-Id: I0482f613d7c908488e7d9f84f891bd521e91cc15 diff --git a

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - 2 commits - sw/inc sw/source xmloff/source

2014-05-20 Thread Oliver-Rainer Wittmann
sw/inc/IDocumentMarkAccess.hxx |2 sw/inc/doc.hxx | 27 +++- sw/source/core/crsr/annotationmark.cxx |1 sw/source/core/doc/docbm.cxx | 189 - sw/source/core/doc/doccorr.cxx | 20 +-- sw/source/core/und

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

2014-05-20 Thread Michael Stahl
sfx2/source/dialog/templdlg.cxx | 13 ++--- sfx2/source/inc/templdgi.hxx|2 +- 2 files changed, 11 insertions(+), 4 deletions(-) New commits: commit 2fd89dd60366caa64ed8b31b588e72dd639104bd Author: Michael Stahl Date: Mon May 19 22:03:18 2014 +0200 fdo#78536: sfx2: templ

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

2014-05-20 Thread Vort
sdext/source/pdfimport/inc/contentsink.hxx| 18 ++--- sdext/source/pdfimport/test/tests.cxx |3 + sdext/source/pdfimport/tree/pdfiprocessor.cxx | 16 ++-- sdext/source/pdfimport/tree/pdfiprocessor.hxx |3 + sdext/source/pdfimport/wrap

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

2014-05-20 Thread Stephan Bergmann
package/source/xstor/xstorage.cxx | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) New commits: commit 164e10869f91b75db03b09f53e1467098b3e6b93 Author: Stephan Bergmann Date: Tue May 20 11:12:40 2014 +0200 fdo#78949 Handle (SAXParse-)Exception that can't pass getAll

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

2014-05-20 Thread Caolán McNamara
sd/source/ui/func/fuparagr.cxx |4 - sd/source/ui/view/drtxtob.cxx | 134 + 2 files changed, 73 insertions(+), 65 deletions(-) New commits: commit 27fc60874795849b43903f27076e9dcafb958c76 Author: Caolán McNamara Date: Tue May 20 12:37:42 2014 +010

[Libreoffice-commits] core.git: scripting/workben svx/inc

2014-05-20 Thread Laurent Balland-Poirier
scripting/workben/bindings/impressmenubar.xml |2 +- svx/inc/globlmn_tmpl.hrc |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit bc34b4b2e2c7b9a891e2efae3b48a9a9c43b9d5a Author: Laurent Balland-Poirier Date: Thu Apr 10 17:12:27 2014 +0200

Re: Newbie question

2014-05-20 Thread Christian Lohmaier
Hi Mukhiddin, On Tue, May 20, 2014 at 11:12 AM, Mukhiddin wrote: > Hello, > > I have recently committed my first patches for te bug 43157. These were my > first experience in open source programming, so I chose easy task. Then I > gor review saying that the workben submodule files where I made ch

Re: master build fails in Chart2

2014-05-20 Thread Jean-Baptiste Faure
Le 20/05/2014 10:08, Stephan Bergmann a écrit : > On 05/20/2014 08:24 AM, Jean-Baptiste Faure wrote: >>> [build CXX] chart2/source/controller/dialogs/dlg_NumberFormat.cxx >>> In file included from >>> .../chart2/source/controller/dialogs/dlg_InsertLegend.cxx:21:0: >>> .../chart2/source/controller/d

Re: master build fails in Chart2

2014-05-20 Thread Christian Lohmaier
Hi *, On Tue, May 20, 2014 at 10:08 AM, Stephan Bergmann wrote: > On 05/20/2014 08:24 AM, Jean-Baptiste Faure wrote: >>> .../chart2/source/controller/dialogs/res_LegendPosition.hxx:32:7: error: >>> redefinition of ‘class chart::LegendPositionResources’ >>> [...] > > Do you have a leftover > chart

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

2014-05-20 Thread Bisal Singh Nayal
chart2/qa/extras/chart2export.cxx | 40 ++ chart2/qa/extras/data/docx/fdo78290_Combination_Chart_Marker_x.docx |binary chart2/qa/extras/data/docx/fdo78290_Line_Chart_Marker_x.docx|binary chart2/qa/extras/data/docx/fdo78290_Scatter_Chart_Marker

[Bug 45789] automatic row height in reports

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45789 --- Comment #18 from Lionel Elie Mamane --- Michal? Any news on your work on this bug? Any question? Do you still intend to work on it? -- You are receiving this mail because: You are on the CC list for the bug.

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

2014-05-20 Thread Eike Rathke
sc/source/ui/app/inputhdl.cxx |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) New commits: commit 51a868729b5adfa402095f5c08fa889bddcd1b34 Author: Eike Rathke Date: Tue May 20 11:38:46 2014 +0200 simplify and ensure valid miAutoPosColumn in all cases, fdo#78838 related

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

2014-05-20 Thread Eike Rathke
sc/source/ui/app/inputhdl.cxx |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) New commits: commit 23e9f36a21f7daa6175f53fd244677b9c2e2a660 Author: Eike Rathke Date: Tue May 20 11:38:46 2014 +0200 simplify and ensure valid miAutoPosColumn in all cases, fdo#78838 related

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

2014-05-20 Thread Dinesh Patil
oox/source/drawingml/shape.cxx |6 ++ sw/qa/extras/ooxmlexport/data/fdo78658.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx|9 + 3 files changed, 15 insertions(+) New commits: commit df973e6e950591c0c36f2761e43ec23b9964 Author: Dinesh Patil Date:

Re: Bug 58187

2014-05-20 Thread Noel Grandin
On 2014-05-20 10:55, Ulrich Kitzinger wrote: I'd like to try to work on bug https://bugs.freedesktop.org/show_bug.cgi?id=58187 (In the Writer Navigator an expanded tree is collapsed when you edit an entry). Does anybody have any hint for me, which code fragments to look at? For example, what's

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

2014-05-20 Thread Julien Nabet
sc/source/ui/app/inputhdl.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit bb8acc29e4ad4fb8245b2ed47e60c6cac641ddb1 Author: Julien Nabet Date: Tue May 20 07:33:00 2014 +0200 Resolves: fdo#78838 past-the-end iterator Inserting data in pColumnData invalidated miA

Newbie question

2014-05-20 Thread Mukhiddin
Hello, I have recently committed my first patches for te bug 43157. These were my first experience in open source programming, so I chose easy task. Then I gor review saying that the workben submodule files where I made change are not built. I also noticed that. I waned to know how can I resp

Bug 58187

2014-05-20 Thread Ulrich Kitzinger
Hello, I'd like to try to work on bug https://bugs.freedesktop.org/show_bug.cgi?id=58187 (In the Writer Navigator an expanded tree is collapsed when you edit an entry). Does anybody have any hint for me, which code fragments to look at? For example, what's the type of the tree view or the tree

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

2014-05-20 Thread Miklos Vajna
sw/qa/extras/ooxmlexport/data/fdo78659.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx|2 +- 2 files changed, 1 insertion(+), 1 deletion(-) New commits: commit e4740dbecfce958c2c707d8cc92e6dbe52f4b71b Author: Miklos Vajna Date: Tue May 20 10:41:06 2014 +0200 fdo#78659 make

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

2014-05-20 Thread Ravindra Vidhate
svl/source/numbers/zforfind.cxx | 20 +--- sw/qa/extras/ooxmlexport/data/fdo78659.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx |9 + sw/source/filter/ww8/docxattributeoutput.cxx |2 +- 4 files changed, 27 insertions(+), 4 deletions(-)

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

2014-05-20 Thread Michael Stahl
xmloff/source/text/txtfldi.cxx | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) New commits: commit 6a66844b611dce6d3c7962b5f31b02cbc5d2cc9c Author: Michael Stahl Date: Sat Feb 15 00:24:26 2014 +0100 fdo#74524: ODF import: fix unhandled exception in annotation impo

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

2014-05-20 Thread Eike Rathke
svl/source/numbers/zforfind.cxx | 85 +++- 1 file changed, 59 insertions(+), 26 deletions(-) New commits: commit 43624d9370c4384f71c6b13fed900eaec222cf64 Author: Eike Rathke Date: Tue May 20 10:28:58 2014 +0200 resolved fdo#34724 Jan1 or 1Jan without

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

2014-05-20 Thread sushil_shinde
sw/qa/extras/ooxmlexport/data/fdo78654.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 11 +++ sw/source/filter/ww8/docxattributeoutput.cxx |2 ++ 3 files changed, 13 insertions(+) New commits: commit d2a19aad658cc0e8939c16b5137c15727c3cdff9 Author: sushil_shinde Date

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - 3 commits - avmedia/source external/collada2gltf

2014-05-20 Thread Jan Holesovsky
avmedia/source/framework/modeltools.cxx | 11 ++ external/collada2gltf/write-only-.dae-file-which-we-need.patch.0 |2 - 2 files changed, 8 insertions(+), 5 deletions(-) New commits: commit 7110b392942a73094cecbabb77a44c684d2cd1fb Author: Jan Holesovsky Dat

Re: Compilation error

2014-05-20 Thread Stephan Bergmann
On 05/20/2014 08:58 AM, Mihály Palenik wrote: make[1]: *** [/home/freetank/Hasznal/LibreOfficeCore/workdir/CppunitTest/chart2_export.test] Error 1 make[1]: *** Waiting for unfinished jobs make[1]: *** [/home/freetank/Hasznal/LibreOfficeCore/workdir/CppunitTest/chart2_import.test] Error 1 make

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

2014-05-20 Thread Tor Lillqvist
vcl/source/opengl/OpenGLContext.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit c3ed5f6d3348fa2b6551d0d942632d951555a01d Author: Tor Lillqvist Date: Tue May 20 10:57:44 2014 +0300 Fail early in OpenGLContext::ImplInit() on platforms where not yet implemented

Re: master build fails in Chart2

2014-05-20 Thread Stephan Bergmann
On 05/20/2014 08:24 AM, Jean-Baptiste Faure wrote: [build CXX] chart2/source/controller/dialogs/dlg_NumberFormat.cxx In file included from .../chart2/source/controller/dialogs/dlg_InsertLegend.cxx:21:0: .../chart2/source/controller/dialogs/res_LegendPosition.hxx:32:7: error: redefinition of ‘cl

[Libreoffice-commits] core.git: sal/osl sal/qa

2014-05-20 Thread Stephan Bergmann
sal/osl/unx/socket.c |4 ++-- sal/qa/rtl/ostring/rtl_str.cxx | 10 +- 2 files changed, 7 insertions(+), 7 deletions(-) New commits: commit fe39041f98b1abb3a23b43f399963487fe5b66b9 Author: Stephan Bergmann Date: Tue May 20 10:03:18 2014 +0200 Remove unnecessary cast

[Libreoffice-commits] core.git: cppuhelper/source desktop/unx hwpfilter/source rsc/source sal/osl sal/qa

2014-05-20 Thread Arnaud Versini
cppuhelper/source/findsofficepath.c | 12 - desktop/unx/source/splashx.c|2 hwpfilter/source/grammar.cxx| 73 rsc/source/rscpp/cpp3.c |3 - sal/osl/unx/socket.c|8 --- sal/qa/osl/process/osl_Threa

Re: do NOT immediately remove files from dev-downloads.libreoffice.org on update of externals!

2014-05-20 Thread Bjoern Michaelsen
On Tue, May 20, 2014 at 09:18:54AM +0200, David Tardon wrote: > On Tue, May 20, 2014 at 08:56:08AM +0200, Stephan Bergmann wrote: > > On 05/19/2014 09:45 PM, Bjoern Michaelsen wrote: > > >please do NOT remove files from dev-downloads when updating externals, keep > > >those files around for at leas

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

2014-05-20 Thread Stephan Bergmann
vcl/source/opengl/OpenGLContext.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 498c314861f0913a5b31ee29efc38aad12c3a781 Author: Stephan Bergmann Date: Tue May 20 09:41:59 2014 +0200 Hack to for now work around dpy == null crashing CppunitTest_chart2_*

[Libreoffice-commits] core.git: external/glew

2014-05-20 Thread Tor Lillqvist
external/glew/UnpackedTarball_glew.mk |4 external/glew/glew-debug.patch.1 | 12 2 files changed, 16 insertions(+) New commits: commit f3a46244a07b76d633ccc7f83da3fa502612e978 Author: Tor Lillqvist Date: Tue May 20 10:07:43 2014 +0300 Make it actually work to

  1   2   >