[Libreoffice-commits] core.git: Branch 'feature/vlc' - avmedia/source

2013-07-28 Thread Minh Ngo
avmedia/source/vlc/vlcframegrabber.cxx | 92 + avmedia/source/vlc/vlcplayer.cxx |8 +- avmedia/source/vlc/vlcplayer.hxx |1 3 files changed, 8 insertions(+), 93 deletions(-) New commits: commit 0cb786310fa20a7eaf25dde9f73da81440eacf2a Author:

[Libreoffice-commits] buildbot.git: tb/tb_internals.sh

2013-07-28 Thread Thorsten Behrens
tb/tb_internals.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit eac15724b8c1b6a4311707e7743f310d8a96cd8d Author: Thorsten Behrens Date: Mon Jul 29 02:51:57 2013 +0200 Actually output the branch name. Those vars seem to have changed names ... diff

[Libreoffice-commits] core.git: Branch 'feature/aboutconfig' - 2 commits - cui/source

2013-07-28 Thread Efe Gürkan YALAMAN
cui/source/options/optaboutconfig.cxx | 36 +++--- cui/source/options/optaboutconfig.hxx |3 +- 2 files changed, 35 insertions(+), 4 deletions(-) New commits: commit c5a5a09044ee794e6494d6a59e98b1380ae62fae Author: Efe Gürkan YALAMAN Date: Mon Jul 29 03:48:41

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - svtools/inc

2013-07-28 Thread Thorsten Behrens
svtools/inc/pch/precompiled_svt.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit a3ba357d09ee7ae47f55d2f7eba364c4237037e8 Author: Thorsten Behrens Date: Mon Jul 29 01:45:43 2013 +0200 update pch Change-Id: I2509f22be4f853bdf0ba78804a0052864ec7ee94 diff --git a/svt

[Libreoffice-commits] core.git: 2 commits - framework/source vcl/inc vcl/win

2013-07-28 Thread Fridrich Štrba
framework/source/helper/titlebarupdate.cxx | 20 - vcl/inc/win/saldata.hxx|1 vcl/win/source/app/salinst.cxx | 64 - vcl/win/source/window/salframe.cxx |3 - 4 files changed, 75 insertions(+), 13 deletions(-)

[PUSHED] Converting to OUString in sd in sdundo.hxx and related files...

2013-07-28 Thread Norbert Thiebaud (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/5135 Approvals: LibreOffice gerrit bot: Verified Norbert Thiebaud: Looks good to me, approved -- To view, visit https://gerrit.libreoffice.o

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

2013-07-28 Thread MÁTÉ Gergely
sd/inc/sdundo.hxx |6 +++--- sd/source/ui/animations/SlideTransitionPane.cxx |2 +- sd/source/ui/dlg/headerfooterdlg.cxx|2 +- sd/source/ui/func/fuoaprms.cxx |2 +- sd/source/ui/func/fupage.cxx|2 +-

[PUSHED] Add NSAXSpy to help debugging OS X accessibility

2013-07-28 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/5160 Approvals: Boris Dušek: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/5160 To unsubscribe, visit

[Libreoffice-commits] dev-tools.git: .gitignore NSAXSpy/NSAXSpy NSAXSpy/NSAXSpy.xcodeproj

2013-07-28 Thread Boris Dušek
.gitignore |4 NSAXSpy/NSAXSpy.xcodeproj/project.pbxproj | 240 ++ NSAXSpy/NSAXSpy.xcodeproj/project.xcworkspace/contents.xcworkspacedata |7 NSAXSpy/NSAXSpy/main.m

[PATCH] Add NSAXSpy to help debugging OS X accessibility

2013-07-28 Thread via Code Review
Hi, I would like you to review the following patch: https://gerrit.libreoffice.org/5160 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/dev-tools refs/changes/60/5160/1 Add NSAXSpy to help debugging OS X accessibility This tool currently logs the AXAttributedString

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - cui/uiconfig

2013-07-28 Thread Stefan Knorr
cui/uiconfig/ui/optviewpage.ui |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit 4d2e614b8bed3600de1b48babed6b01a31c12b01 Author: Stefan Knorr Date: Sat Jul 27 22:38:14 2013 +0200 Fix problem in German UI with cutoff label in options page Change-Id:

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

2013-07-28 Thread Lionel Elie Mamane
connectivity/source/sdbcx/VCatalog.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit ad94820ed7bdfb9353d02345e70e02cf2c518893 Author: Lionel Elie Mamane Date: Thu Jul 25 14:32:14 2013 +0200 remove unnecessary const_cast Change-Id: I49348d953

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

2013-07-28 Thread Jan Holesovsky
include/vcl/image.hxx|1 - vcl/source/gdi/image.cxx | 15 --- 2 files changed, 16 deletions(-) New commits: commit 5132017d86809c99a1af8ac0c0e0a72d00de3674 Author: Jan Holesovsky Date: Sun Jul 28 15:56:36 2013 +0200 ImageList::AddImage(sal_uInt16, ...) is unused agai

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Björn Michaelsen changed: What|Removed |Added Depends on||67099 --- Comment #59 from Björn Mich

[PATCH] Converting to OUString in sd in sdundo.hxx and related files...

2013-07-28 Thread Norbert Thiebaud (via Code Review)
Hello LibreOffice gerrit bot, I'd like you to reexamine a rebased change. Please visit https://gerrit.libreoffice.org/5135 to look at the new rebased patch set (#2). Change subject: Converting to OUString in sd in sdundo.hxx and related files. ..

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - vcl/aqua

2013-07-28 Thread Boris Dušek
vcl/aqua/source/a11y/aqua11yfocuslistener.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b9b452a570bea90f27082e5b70aedf9b8f9d421e Author: Boris Dušek Date: Sun Jul 21 22:05:59 2013 +0200 fdo#54320: VoiceOver does not follow keyboard focus The AX

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - vcl/aqua

2013-07-28 Thread Boris Dušek
vcl/aqua/source/a11y/aqua11yfocuslistener.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 37eb789055b3b079fc8f6784832822f85dab2d0e Author: Boris Dušek Date: Sun Jul 21 22:05:59 2013 +0200 fdo#54320: VoiceOver does not follow keyboard focus The AX

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

2013-07-28 Thread Boris Dušek
vcl/aqua/source/a11y/aqua11yfocuslistener.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e9257fa0e642de2f1c79f2c80387334010812dab Author: Boris Dušek Date: Sun Jul 21 22:05:59 2013 +0200 fdo#54320: VoiceOver does not follow keyboard focus The AX

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

2013-07-28 Thread Lionel Elie Mamane
sc/inc/globstr.hrc|3 +++ sc/source/ui/inc/miscdlgs.hrc |3 --- sc/source/ui/miscdlgs/filldlg.cxx |1 + sc/source/ui/src/globstr.src |5 + sc/source/ui/src/miscdlgs.src |5 - 5 files changed, 9 insertions(+), 8 deletions(-) New commits: com

[Libreoffice-commits] core.git: Branch 'feature/gsoc-impresslayout' - sd/source

2013-07-28 Thread Vishv Brahmbhatt
sd/source/core/sdpage.cxx | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) New commits: commit ee38d2ef7903454ac1968e9b14171b882010c933 Author: Vishv Brahmbhatt Date: Sun Jul 28 23:11:21 2013 +0530 Refactoring changes in the "sdpage.cxx" Converted some

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

2013-07-28 Thread Ivan Timofeev
vcl/source/gdi/bitmapex.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c30fad2fcee46d98a9a2da4cf0c0470f5cc7f34e Author: Ivan Timofeev Date: Sun Jul 28 20:41:27 2013 +0400 fdo#67397: don't bother to create BlendFrame for width == 1 or height == 1

[Libreoffice-commits] core.git: clone/dictionaries clone/help

2013-07-28 Thread Caolán McNamara
clone/dictionaries |1 - clone/help |1 - 2 files changed, 2 deletions(-) New commits: commit beddcf25381523e7b52e07c3c35c61917f005218 Author: Caolán McNamara Date: Sun Jul 28 18:37:32 2013 +0100 Revert accidental addition of clone foo This reverts parts of commi

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

2013-07-28 Thread Caolán McNamara
vcl/unx/gtk/app/gtkinst.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 0354b4335b5c4fcf65d954e03116c44aabe7fa1d Author: Caolán McNamara Date: Sun Jul 28 18:31:13 2013 +0100 WaE: unused rDocumentService in one ifdef branch Change-Id: I542cf23c8077d9f867a2d890dc3

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

2013-07-28 Thread Matthias Freund
sw/source/ui/uiview/viewtab.cxx | 130 ++-- 1 file changed, 59 insertions(+), 71 deletions(-) New commits: commit 5eedfe71e2ecbec85f7426430e146c2c59d673c6 Author: Matthias Freund Date: Sun Jul 14 11:58:40 2013 +0200 fdo#39468 Comment translation GER-EN

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

2013-07-28 Thread Matthias Freund
sw/source/ui/uiview/viewprt.cxx | 30 ++--- sw/source/ui/uiview/viewsrch.cxx | 68 +++ sw/source/ui/uiview/viewstat.cxx |5 +- 3 files changed, 41 insertions(+), 62 deletions(-) New commits: commit b4f480ce9bb093835c093f72bf02e22686f95997 A

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

2013-07-28 Thread Ivan Timofeev
vcl/source/gdi/bitmapex.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dd6518d42fce1416fa00f80a7b7dead113c37752 Author: Ivan Timofeev Date: Sun Jul 28 20:41:27 2013 +0400 fdo#67397: don't bother to create BlendFrame for width == 1 or height == 1

[Libreoffice-commits] core.git: Branch 'feature/gsoc-impresslayout' - test/Package_unittest.mk

2013-07-28 Thread Vishv Brahmbhatt
test/Package_unittest.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a6ee4d2cc2443f61e8400a4fb11d15d2e73fec49 Author: Vishv Brahmbhatt Date: Sun Jul 28 22:16:24 2013 +0530 Made changes in the unit-test of other configuration files Unit-test pa

[Libreoffice-commits] core.git: Branch 'feature/gsoc-impresslayout' - sd/source sd/xml

2013-07-28 Thread Vishv Brahmbhatt
sd/source/core/sdpage.cxx | 18 sd/xml/layoutlist.xml | 49 +- 2 files changed, 58 insertions(+), 9 deletions(-) New commits: commit e187f3a747033f8efc71699434ab46a5a07b4077 Author: Vishv Brahmbhatt Date: Sun Jul 28 21:50:34

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

2013-07-28 Thread Lionel Elie Mamane
xmloff/source/forms/elementimport.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 5038dba4783e69c94acbf61858b39ad7055cbc56 Author: Lionel Elie Mamane Date: Sun Jul 28 16:10:17 2013 +0200 surely this is a typo Change-Id: Ic7a6b330094c597aaed093

[Libreoffice-commits] core.git: 4 commits - extensions/source forms/source solenv/gdb svx/source toolkit/source vcl/source xmloff/source

2013-07-28 Thread Lionel Elie Mamane
extensions/source/propctrlr/formcomponenthandler.cxx |9 + forms/source/component/FormComponent.cxx | 33 --- solenv/gdb/libreoffice/tl.py | 20 +-- svx/source/fmcomp/gridcell.cxx |4 ++ svx/source/fo

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

2013-07-28 Thread Tomaž Vajngerl
vcl/source/filter/GraphicNativeTransform.cxx | 65 ++- 1 file changed, 35 insertions(+), 30 deletions(-) New commits: commit 698315531414b223b35d8507fdf2f56dbcf6bc4c Author: Tomaž Vajngerl Date: Sun Jul 28 15:52:14 2013 +0200 fdo#66006 Convert to PNG for JPEG th

[Libreoffice-commits] core.git: 3 commits - sw/AllLangResTarget_sw.mk sw/source sw/uiconfig sw/UIConfig_swriter.mk

2013-07-28 Thread Jan Holesovsky
sw/AllLangResTarget_sw.mk |1 sw/UIConfig_swriter.mk |1 sw/source/ui/sidebar/WrapPropertyPanel.cxx | 74 ++--- sw/source/ui/sidebar/WrapPropertyPanel.hrc | 38 -- sw/source/ui/sidebar/WrapPropertyPanel.hxx | 16 +- sw/source/ui/side

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

2013-07-28 Thread Michael Stahl
svl/inc/svl/style.hxx |4 ++-- sw/inc/docstyle.hxx |4 sw/source/ui/app/docstyle.cxx | 19 ++- 3 files changed, 24 insertions(+), 3 deletions(-) New commits: commit c83026ede5a9ae57683b92d1919e874696024944 Author: Michael Stahl Date: Fri Jul 26

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

2013-07-28 Thread Kohei Yoshida
sc/source/core/tool/interpr1.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit c8fb4f13309ffecbaa72e0108315bb917ea33064 Author: Kohei Yoshida Date: Sat Jul 27 16:33:00 2013 -0400 fdo#61201: Don't forget to calculate row offset for external single ref. Change-Id: Ie

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

2013-07-28 Thread Armin Le Grand
basegfx/source/vector/b2dvector.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3ccdc5aa26cdde6e7780005d010c263c73aa638f Author: Armin Le Grand Date: Mon Jun 10 12:45:36 2013 + fdo#60282 fdo#66745 i#122509 Corrected typo in basegfx (cherry pic

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

2013-07-28 Thread Michael Stahl
include/svl/style.hxx |4 ++-- sw/inc/docstyle.hxx |4 sw/source/ui/app/docstyle.cxx | 19 ++- 3 files changed, 24 insertions(+), 3 deletions(-) New commits: commit a82d8e86dd372f624b8c3b075582084ba237227c Author: Michael Stahl Date: Fri Jul 26

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Bug 60270 depends on bug 67246, which changed state. Bug 67246 Summary: FILEOPEN General input/output error for particular xls file https://bugs.freedesktop.org/show_bug.cgi?id=67246 What|Removed |Added ---

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

2013-07-28 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/fdo67365.rtf | 35 + sw/qa/extras/rtfimport/rtfimport.cxx | 17 writerfilter/source/rtftok/rtfdocumentimpl.cxx |8 - 3 files changed, 58 insertions(+), 2 deletions(-) New commits: commit 336efde38d46fcf57

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

2013-07-28 Thread Kohei Yoshida
sc/source/core/tool/interpr1.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 9f2d5c46e372c4337ba04f627c32bac007431eb5 Author: Kohei Yoshida Date: Sat Jul 27 16:33:00 2013 -0400 fdo#61201: Don't forget to calculate row offset for external single ref. Change-Id: Ie

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

2013-07-28 Thread Kohei Yoshida
sc/source/ui/unoobj/exceldetect.cxx | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) New commits: commit 8c1e1d99f10894718975300a052358de7e3fef2c Author: Kohei Yoshida Date: Sat Jul 27 20:00:51 2013 -0400 fdo#67246: Detect BIFF 2 (and 3) file format like we shou

[Libreoffice-commits] core.git: helpcontent2

2013-07-28 Thread Fridrich Štrba
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a04ae4adb001d69711c42637da725e1f28b5aa23 Author: Fridrich Å trba Date: Sun Jul 28 14:43:29 2013 +0200 Revert helpcontent2 changes of a9ae9aefe8384a81dd79827cb76daa9ed8b58dbc Change-Id: If494

[Libreoffice-commits] core.git: Branch 'feature/gsoc-calc-enhanced-db-range' - sc/source

2013-07-28 Thread Akash Shetye
sc/source/filter/excel/xestyle.cxx | 20 ++-- sc/source/filter/inc/xestyle.hxx |1 + 2 files changed, 15 insertions(+), 6 deletions(-) New commits: commit 244821c0df2baca727d0e770ed9906be713b0be1 Author: Akash Shetye Date: Sun Jul 28 17:53:04 2013 +0530 Patch adds

[Libreoffice-commits] core.git: helpcontent2 include/vcl sfx2/source vcl/aqua vcl/headless vcl/inc vcl/source vcl/unx vcl/win

2013-07-28 Thread Fridrich Štrba
helpcontent2 |2 +- include/vcl/svapp.hxx|2 +- sfx2/source/appl/sfxpicklist.cxx |4 +++- sfx2/source/doc/objstor.cxx |3 ++- vcl/aqua/source/app/salinst.cxx |2 +- vcl/headless/svpinst.cxx |2 +- vcl/inc/aqua/salinst.h

[Libreoffice-commits] core.git: 6 commits - clone/dictionaries clone/help cui/uiconfig sw/uiconfig vcl/win

2013-07-28 Thread Stefan Knorr
clone/dictionaries |1 clone/help |1 cui/uiconfig/ui/insertplugin.ui |6 - cui/uiconfig/ui/optviewpage.ui |5 - sw/uiconfig/swriter/ui/insertfootnote.ui| 96 +--- sw/

[Libreoffice-commits] core.git: 2 commits - officecfg/registry sc/AllLangResTarget_sc.mk sc/inc sc/Library_sc.mk sc/sdi sc/source sc/uiconfig svx/source

2013-07-28 Thread Tomaž Vajngerl
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 16 + sc/AllLangResTarget_sc.mk |3 sc/Library_sc.mk |2 sc/inc/globstr.hrc|5

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Toni Ballesta changed: What|Removed |Added Depends on||67361 --- Comment #58 from Toni Ballesta

[Libreoffice-commits] core.git: Branch 'feature/gsoc-impresslayout' - sd/source sd/xml

2013-07-28 Thread Vishv Brahmbhatt
sd/source/core/sdpage.cxx | 108 +- sd/xml/layoutlist.xml |2 2 files changed, 60 insertions(+), 50 deletions(-) New commits: commit 57866f97931e789b33e650d1c2bf81afe1a6ed11 Author: Vishv Brahmbhatt Date: Sun Jul 28 12:33:45 2013 +0530