Re: GSoC ,2013

2013-04-18 Thread Miklos Vajna
Hi Mohit, On Thu, Apr 18, 2013 at 11:47:09AM +0530, mohit bhura wrote: > I am a second year student at The Indian Institute of Technology, > Kharagpur, in the department of Computer Science. > > I am interested in working on your project and would like some help on > where i should get started

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

2013-04-18 Thread Miklos Vajna
On Wed, Apr 17, 2013 at 10:20:21AM +0200, Noel Grandin wrote: > Aaah, sorry about that, I got the DBG_ASSERT the wrong way around. > Pushed a fix - c3b1ce2097ea3b43234be3dfb1d529335b980ff8 Thanks, that indeed solved the bogus assert. signature.asc Description: Digital signature

Re: Trouble creating logerrit account

2013-04-18 Thread Miklos Vajna
On Wed, Apr 17, 2013 at 11:27:08PM +0100, Wols Lists wrote: > It's complaining "incorrect RSA1 identifier", but I generated the key > pair as per instructions - > > ssh-keygen -t rsa -C "your_em...@example.com" Where did you find that instruction, was on some LibreOffice site? FWIW, ./logerrit

Re: XDocumentTemplates behaviour

2013-04-18 Thread Miklos Vajna
Hi, On Wed, Apr 10, 2013 at 06:47:56PM -0430, Rafael Dominguez wrote: > So my question is that is it possible to change the behaviour of > storeTemplate to call storeAsURL instead of storeToURL? or is there any > workaround i can use to fix the problem?? We already have storeTemplate and addTem

Re: Trouble creating logerrit account

2013-04-18 Thread Wols Lists
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/04/13 08:26, Miklos Vajna wrote: > On Wed, Apr 17, 2013 at 11:27:08PM +0100, Wols Lists > wrote: >> It's complaining "incorrect RSA1 identifier", but I generated the >> key pair as per instructions - >> >> ssh-keygen -t rsa -C "your_em...@examp

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

2013-04-18 Thread Miklos Vajna
sw/source/core/inc/drawfont.hxx | 20 ++-- sw/source/core/txtnode/swfont.cxx | 10 +- 2 files changed, 15 insertions(+), 15 deletions(-) New commits: commit e35b772e44096c3a5d1077df7b243fae08e33621 Author: Miklos Vajna Date: Thu Apr 18 09:38:05 2013 +0200 SwD

[GSOC13] iOS Remote Control

2013-04-18 Thread Siqi Liu
Hello all, I'm currently a CS student at Université de Technologie de Compiègne, an engineering school in France and I found the remote control idea really cool and would love to contribute to LibreOffice this summer on the iOS project. I'm now working on my proposal and I would like to know if t

fdo#61135 adding help text for stepped lines dialog

2013-04-18 Thread Eric Seynaeve
Hello Markus, here is my patch for the help text changes in the stepped lines dialog. For some reason, I can't push it to gerrit. I guess I messed something up in my git setup. There is also a smaller change that is linked to this: https://gerrit.libreoffice.org/3445 Can you review it ? Than

Python extensions fail to load on Mac with LO4

2013-04-18 Thread Alexander Thurgood
Hi all, A person recently posted a question on the user mailing about a python extension they are trying to get working on Mac OSX. I thought that this might be a problem with the manifest.xml file, so I decided to test with a connector that I thought would work, i.e. the pyuno MRI extension, whi

Re: Python extensions fail to load on Mac with LO4

2013-04-18 Thread Alexander Thurgood
Le 18/04/13 10:30, Alexander Thurgood a écrit : Also tested on LO4.1 alpha : http://extensions.libreoffice.org/extension-center/calendar-for-calc/releases/3.4.1 http://extensions.libreoffice.org/extension-center/cadlo/releases/1.2.0%20alpha http://extensions.libreoffice.org/extension-center/mr

Re: Python extensions fail to load on Mac with LO4

2013-04-18 Thread Michael Stahl
On 18/04/13 10:30, Alexander Thurgood wrote: > pyuno MRI extension, which installs on all versions of LO from 3.3.4 to > 3.6.5, but which fails to install on LO4.0.2.2 and LibreOfficeDev master > build, with the following error message : > > (com.sun.star.uno.RuntimeException) { { Message = " 'Sy

[Libreoffice-commits] core.git: 4 commits - chart2/source cui/source cui/uiconfig cui/UIConfig_cui.mk extras/source svtools/source vcl/inc vcl/source

2013-04-18 Thread Michael Dunphy
chart2/source/controller/dialogs/res_ErrorBar.cxx |7 cui/UIConfig_cui.mk |1 cui/source/inc/autocdlg.hxx | 21 +- cui/source/inc/cuires.hrc |2 cui/source/inc/helpid.hrc |1 c

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

2013-04-18 Thread Lior Kaplan
xmloff/inc/xmloff/PageMasterStyleMap.hxx |4 ++-- xmloff/inc/xmloff/xmltoken.hxx |2 +- xmloff/source/chart/PropertyMap.hxx|2 +- xmloff/source/core/xmltoken.cxx|2 +- xmloff/source/style/PageMasterExportPropMapper.c

[PUSHED] Remove unused code

2013-04-18 Thread David Tardon (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/3447 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3447 To unsubscribe, visit

[PUSHED] Fix typos: HEIGTH -> HEIGHT and WEIGTH -> WEIGHT

2013-04-18 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/3435 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3435 To unsubscribe, vi

Re: Trouble creating logerrit account

2013-04-18 Thread Christian Lohmaier
Hi Anthony, *, On Thu, Apr 18, 2013 at 12:27 AM, Wols Lists wrote: > [...] > It's complaining "incorrect RSA1 identifier" That is harmless/expected, as the key should not be a RSA*1* key. Did you double-check that the public key you added in gerrit is the correct one? My guess is that you're ju

[PUSHED] WaE: g_type_init has been deprecated since GLib 2.36

2013-04-18 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/3434 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3434 To unsubscribe, vi

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

2013-04-18 Thread Ivan Timofeev
shell/source/backends/gconfbe/gconfaccess.cxx |2 ++ shell/source/sessioninstall/SyncDbusSessionHelper.cxx |2 ++ tubes/source/manager.cxx |2 ++ ucb/source/ucp/gio/gio_provider.cxx |4 ++-- 4 files changed, 8 insertions(+), 2

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

2013-04-18 Thread navin patidar
sc/source/ui/view/formatsh.cxx | 23 +++ 1 file changed, 23 insertions(+) New commits: commit 16f508686c29bfa244ca6f81b5ab3bbaf5fef2a7 Author: navin patidar Date: Mon Apr 15 12:59:12 2013 +0300 fix fdo#63546 : set appropriate alignment when writing direction is chang

[PUSHED] fix fdo#63546 : set appropriate alignment when writing direc...

2013-04-18 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/3424 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3424 To unsubscribe, vi

Re: Python extensions fail to load on Mac with LO4

2013-04-18 Thread Alexander Thurgood
Le 18/04/13 11:03, Michael Stahl a écrit : Hi Michael, > yes :) we ship Python 3 in LO 4, and Python 2 in LO 3.x. > > the extension needs to be ported to Python 3. > > you can point the author to http://python3porting.com/ which is very > useful... if you read carefully you can even figure out

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

2013-04-18 Thread Fridrich Štrba
writerperfect/source/stream/WPXSvStream.cxx | 93 +--- writerperfect/source/stream/WPXSvStream.h | 19 - 2 files changed, 87 insertions(+), 25 deletions(-) New commits: commit 9d5276b3fb2de81d56e698cc8d32b2869cfb3c55 Author: Fridrich Å trba Date: Thu Apr 18 11

Re: Trouble creating logerrit account

2013-04-18 Thread Wols Lists
On 18/04/13 10:18, Christian Lohmaier wrote: > Hi Anthony, *, > > On Thu, Apr 18, 2013 at 12:27 AM, Wols Lists wrote: >> [...] >> It's complaining "incorrect RSA1 identifier" > > That is harmless/expected, as the key should not be a RSA*1* key. > > Did you double-check that the public key you a

Wiki page

2013-04-18 Thread Gergő Mocsi
Dear developers, I've created a wiki page on request wit title "Create new dialog in Impress". It is a so-called tutorial on how to integrat new dialog windows into Impress UI. The URL is here: https://wiki.documentfoundation.org/Development/Create_new_dialog_in_Impress Please, someone could check

Python extension not working on Mac (LibreOffice 4.0.2.2)

2013-04-18 Thread Carles Pina i Estany
Hi, If this is not the correct mailing list or place to discuss this: let me know. I didn't find any extensions related mailing list. I have a problem with a extension that it's working on Linux and Windows but not on Mac. If you have some extension implemented using Python and that works on Mac

[Libreoffice-commits] core.git: 2 commits - solenv/bin solenv/gbuild sw/qa

2013-04-18 Thread Miklos Vajna
solenv/bin/gdb-core-bt.sh|3 ++- solenv/gbuild/CppunitTest.mk |4 ++-- solenv/gbuild/platform/solaris.mk|2 +- solenv/gbuild/platform/unxgcc.mk |2 +- sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 11 +++ 5 files changed, 17 insert

Re: Trouble creating logerrit account

2013-04-18 Thread Bjoern Michaelsen
On Thu, Apr 18, 2013 at 08:54:52AM +0100, Wols Lists wrote: > My old key didn't work so I created a new key (this one) using the > instructions on the website that logerrit sent me to. Just googling around a bit, this might be that your username you are using for connecting via ssh is not the one

Re: blink getting faster build times on windows using single -I path

2013-04-18 Thread Michael Meeks
Hi Noel, On Tue, 2013-04-16 at 12:08 +0200, Noel Grandin wrote: > In light of the recent discussion around /include . :-) > One of the Opera guys hacking on Blink has a patch that demonstrates a > 20% build-time speedup on Windows by switching to a single include path. > > https://

RE: Trouble creating logerrit account

2013-04-18 Thread Winfried Donkers
> 18 april 2013 12:23, Bjoern Michaelsen wrote > > On Thu, Apr 18, 2013 at 08:54:52AM +0100, Wols Lists wrote: > > My old key didn't work so I created a new key (this one) using the > > instructions on the website that logerrit sent me to. > > Just googling around a bit, this might be that your

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

2013-04-18 Thread Golnaz Irannejad
chart2/source/controller/dialogs/res_Trendline.cxx |9 - 1 file changed, 9 deletions(-) New commits: commit 83828891e4c985a024a0c920535bad56b7fbdf11 Author: Golnaz Irannejad Date: Wed Apr 17 21:56:45 2013 -0400 Delete unused code in one file. Change-Id: Ib468dd87e1624

[PATCH] Resolves: fdo#63592 changing text direction exits edit mode

2013-04-18 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3450 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/50/3450/1 Resolves: fdo#63592 changing text direction exits edit mode if we're in edit mode, SC_MOD()->InputEnterHandler()

[PUSHED] Delete unused code in one file.

2013-04-18 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/3446 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3446 To unsubscribe, vi

[Libreoffice-commits] core.git: solenv/gbuild

2013-04-18 Thread Tor Lillqvist
solenv/gbuild/platform/IOS_ARM_GCC.mk |7 --- 1 file changed, 7 deletions(-) New commits: commit e5fb76a402c97d6e69abded8e640676724466d66 Author: Tor Lillqvist Date: Thu Apr 18 13:30:58 2013 +0300 Revert "Use -D_GLIBCXX_DEBUG here, too, in a dbgutil build" It is broken in

Re: Wiki page

2013-04-18 Thread Caolán McNamara
On Thu, 2013-04-18 at 11:47 +0200, Gergő Mocsi wrote: > Dear developers, > I've created a wiki page on request wit title "Create new dialog in > Impress". It is a so-called tutorial on how to integrat new dialog > windows into Impress UI. The URL is > here: > https://wiki.documentfoundation.org/De

[Libreoffice-commits] core.git: android/sdremote

2013-04-18 Thread via Code Review
android/sdremote/AndroidManifest.xml |5 android/sdremote/res/layout/activity_reconnect.xml | 12 - android/sdremote/res/layout/dialog_addserver.xml |

Re: [PATCH] fdo#61873 add WiFi experimental feature alert.

2013-04-18 Thread Michael Meeks
Hi Siqi, On Fri, 2013-04-12 at 23:49 +, Siqi LIU (via Code Review) wrote: > fdo#61873 add WiFi experimental feature alert. > > fixes reconnect crash. Won't crash when server-end disconnect. Tested with bluetooth, nice code, seems to work well - thanks for that ! :-) I cleaned a few l

Re: [Libreoffice-qa] Master daily builds for Windows are broken

2013-04-18 Thread Pedro
Update: http://tinderbox.libreoffice.org/MASTER/status.html Tinderbox #6 managed to create two binaries but is back in red Tinderbox #16 reports success but doesn't produce binaries Tinderbox #17 gave up trying? -- View this message in context: http://nabble.documentfoundation.org/Re-Libreo

[PUSHED] fdo#61873 - add WiFi experimental feature alert.

2013-04-18 Thread Michael Meeks (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/3366 -- To view, visit https://gerrit.libreoffice.org/3366 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: mer

[PATCH] Do not rename "Default" style to "Normal" in doc/docx output...

2013-04-18 Thread Luke Deller (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3451 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/51/3451/1 Do not rename "Default" style to "Normal" in doc/docx output (fixes fdo#63603) The LO default style is named "De

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Rainer Bielefeld changed: What|Removed |Added Depends on||63680 --- Comment #12 from Rainer Bie

Re: blink getting faster build times on windows using single -I path

2013-04-18 Thread Michael Meeks
On Thu, 2013-04-18 at 11:27 +0100, Michael Meeks wrote: > IIRC the only thing blocking us from doing this is someone to do the > work (NB. ensure to git move the files, check them in and then change > them to help the rename detection :-), create a branch, test build-it > via the gerrit good

license statement

2013-04-18 Thread Siqi Liu
In hope of making LibreOffice an open and dynamic community; In hope of making my code useful for more people freely. All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. -- Cordialement, Siqi LIU Étudiant Ingérieur, Université de Tec

[Libreoffice-commits] core.git: liborcus/liborcus_0.1.0-tac.patch liborcus/UnpackedTarball_orcus.mk

2013-04-18 Thread Tor Lillqvist
liborcus/UnpackedTarball_orcus.mk |5 + liborcus/liborcus_0.1.0-tac.patch | 20 2 files changed, 25 insertions(+) New commits: commit 592e23ab123acfb18c0988f107528744727337d8 Author: Tor Lillqvist Date: Thu Apr 18 01:35:28 2013 +0300 ax_boost_system.m4 uses

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

2013-04-18 Thread Michael Stahl
desktop/source/app/app.cxx |8 ++-- desktop/source/app/desktop.hrc |1 + desktop/source/app/desktop.src |5 + 3 files changed, 8 insertions(+), 6 deletions(-) New commits: commit 000d3aaca5e8b0bab4689f753e8025d73e5bcded Author: Michael Stahl Date: Wed Apr 17 20:16:55 20

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

2013-04-18 Thread Stephan Bergmann
javaunohelper/source/bootstrap.cxx |5 +- javaunohelper/source/javaunohelper.cxx |9 +--- javaunohelper/source/juhx-export-functions.hxx | 44 + javaunohelper/source/juhx-export-types.hxx | 52 + javaunohelper/source/p

[PATCH] pyuno_loader::CreateInstance: delete the initial PyThreadSta...

2013-04-18 Thread Michael Stahl (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3452 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/52/3452/1 pyuno_loader::CreateInstance: delete the initial PyThreadState Don't see how it could be used again, it appears

[PATCH] python3: disable check in PyThreadState_Swap

2013-04-18 Thread Michael Stahl (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3453 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/53/3453/1 python3: disable check in PyThreadState_Swap This check is triggered by nested pyuno PyThreadAttach instances. T

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

2013-04-18 Thread Noel Power
oox/source/ole/axcontrol.cxx |1 sfx2/source/doc/zoomitem.cxx | 124 +-- 2 files changed, 85 insertions(+), 40 deletions(-) New commits: commit b850ab574c11cf1d597035eca875181c6de31ea6 Author: Noel Power Date: Thu Apr 18 12:32:24 2013 +0100 fi

[ABANDONED] Do not rename "Default" style to "Normal" in doc/docx output...

2013-04-18 Thread Luke Deller (via Code Review)
Luke Deller has abandoned this change. Change subject: Do not rename "Default" style to "Normal" in doc/docx output (fixes fdo#63603) .. Patch Set 1: Abandoned We can do better than this - ideally "Default Style" would be rena

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - oox/source

2013-04-18 Thread Noel Power
oox/source/ole/axcontrol.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit dbd84f33def04f555fb7b61c0f78f9d312bba633 Author: Noel Power Date: Thu Apr 18 12:32:24 2013 +0100 fix Frame import for oox filter Change-Id: Ie165b509ea7668a3064e16b537bf2e51345324ba diff --

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

2013-04-18 Thread Stephan Bergmann
ure/source/uretest/Makefile | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit 197469231675658bd353d225ec7f6bca1dbbd14f Author: Stephan Bergmann Date: Thu Apr 18 13:57:01 2013 +0200 Adapt env var settings to MS command shell syntax Change-Id:

Re: [comment] Deprecated warnings disabled for Office Beans.

2013-04-18 Thread Chris Sherlock
Anyone have an answer for this? Chris On Tue, Apr 16, 2013 at 9:39 PM, Noel Grandin wrote: > On 2013-04-16 13:24, Chris Sherlock wrote: > > Oh. But what exactly *are* the new interfaces? > > The interfaces were deprecated in commit > eb99e74c6248c4bc60f4191154ea18319550b28d [1] some time i

[PATCH] fdo#63197: convert the rest of accessoriesgallery*

2013-04-18 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3454 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/54/3454/1 fdo#63197: convert the rest of accessoriesgallery* Change-Id: Ib664ba3f208c87570db284b5fc38fa58d8d8a679 --- A ex

[Libreoffice-commits] core.git: odk/settings

2013-04-18 Thread Stephan Bergmann
odk/settings/settings.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fe6c9239d787a5d6057addbd38c5bb42760bbceb Author: Stephan Bergmann Date: Thu Apr 18 14:03:41 2013 +0200 Properly set PS to a single backslash for Windows I guess all those $(subst

Help needed with Bug 60780

2013-04-18 Thread Ádám Király
It works okay, except when you try to Save a Copy to docx, then: You can't open the copy file unless you close the original. If you modify the original and try to save it, LO will ask you if you really want to save to docx format, regardless what's the original file's format, closing and reopen

[PATCH libreoffice-4-0] Let juhx.dll export undecorated symbols on Windows

2013-04-18 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3455 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/55/3455/1 Let juhx.dll export undecorated symbols on Windows ...otherwise preload.cxx in juh.dll will not be able to find

Re: gbuild: i will have my build with less zips, please

2013-04-18 Thread David Tardon
Hi, On Tue, Apr 09, 2013 at 03:27:02PM +0200, David Tardon wrote: > at the end of the last week, there landed in master a new feature that > will allow us to do less zipping during build (and unzipping during > installation). > ... And, two weeks later, the zips are an endangered species :-) Wit

Re: Trouble creating logerrit account

2013-04-18 Thread Chris Sherlock
Wols, I think I struck this same issue when I first setup gerrit. The issue wasn't anything to do with my ssh setup, but instead it was because I hadn't added the ssh-keys to the gerrit account settings page! Check that, because that is the same error I got (only I used -v, you've gone crazy verbo

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Cor Nouws changed: What|Removed |Added Depends on||62643 --- Comment #138 from Cor Nouws --- a

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

2013-04-18 Thread Caolán McNamara
vcl/generic/glyphs/glyphcache.cxx | 13 + vcl/inc/generic/glyphcache.hxx|3 ++- vcl/unx/generic/gdi/salgdi3.cxx |8 3 files changed, 19 insertions(+), 5 deletions(-) New commits: commit 3d6424a752902bba513102834966868f609d91e6 Author: Caolán McNamara Date:

[PATCH libreoffice-4-0] implement MultiPage, Page & TabStrip import for oox

2013-04-18 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3456 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/56/3456/1 implement MultiPage, Page & TabStrip import for oox Change-Id: I1912c9550c12a971fcc7fdbc8bd623f18ccc40b8

[PATCH libreoffice-4-0] fix Frame import for oox filter

2013-04-18 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3457 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/57/3457/1 fix Frame import for oox filter Change-Id: Ie165b509ea7668a3064e16b537bf2e51345324ba (cherry picked from commit

[PATCH libreoffice-4-0] fix fdo#63659 restore handling of ZOOM MID, MID_VALUESET & M...

2013-04-18 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3458 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/58/3458/1 fix fdo#63659 restore handling of ZOOM MID, MID_VALUESET & MID_TYPE sub parmas Change-Id: I01eff3bb8b194e1437a26

[Libreoffice-commits] core.git: openldap/ExternalProject_openldap.mk

2013-04-18 Thread Caolán McNamara
openldap/ExternalProject_openldap.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4cd5cc515bbc8f2f1c01be60bb37ea897420c8d0 Author: Caolán McNamara Date: Thu Apr 18 13:48:14 2013 +0100 get openldap to link to .so under AIX with gcc Change-Id: I8f13

[PATCH libreoffice-3-6] Let juhx.dll export undecorated symbols on Windows

2013-04-18 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3459 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/59/3459/1 Let juhx.dll export undecorated symbols on Windows ...otherwise preload.cxx in juh.dll will not be able to find

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

2013-04-18 Thread Caolán McNamara
cui/source/inc/helpid.hrc |1 - helpcontent2 |2 +- 2 files changed, 1 insertion(+), 2 deletions(-) New commits: commit 49313bd92ef800d16d90e7f5a102210700afbfe9 Author: Caolán McNamara Date: Thu Apr 18 14:12:24 2013 +0100 remove unused helpid Change-Id: Iefb

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

2013-04-18 Thread Caolán McNamara
helpers/help_hid.lst |6 -- source/text/shared/00/0001.xhp |5 + source/text/shared/01/06040200.xhp | 29 + 3 files changed, 14 insertions(+), 26 deletions(-) New commits: commit 0d632f681f14295b916f14c88912267c13c5fe0f Author: CaolÃ

Re: Trouble creating logerrit account

2013-04-18 Thread Norbert Thiebaud
On Wed, Apr 17, 2013 at 5:27 PM, Wols Lists wrote: > I've just tried to set this up. Looks my my RSA keygen is screwed, but I > don't know why. The trace from ssh - logerrit follows: you did not setup a username in gerrit ... you must set it up so that it match the one you use when connecting

[Libreoffice-commits] core.git: 5 commits - filter/Configuration_filter.mk postprocess/CustomTarget_registry.mk solenv/gbuild

2013-04-18 Thread David Tardon
filter/Configuration_filter.mk | 54 +++- postprocess/CustomTarget_registry.mk | 92 ++- solenv/gbuild/Configuration.mk | 80 -- 3 files changed, 90 insertions(+), 136 deletions(-) New commits: commit e6

Re: gbuild: i will have my build with less zips, please

2013-04-18 Thread Kyle Messner
On Thu, Apr 18, 2013 at 8:17 AM, David Tardon wrote: > Hi, > > On Tue, Apr 09, 2013 at 03:27:02PM +0200, David Tardon wrote: > > at the end of the last week, there landed in master a new feature that > > will allow us to do less zipping during build (and unzipping during > > installation). > > ..

[Libreoffice-commits] core.git: extras/ExternalPackage_accessoriesgalleryphotosfauna.mk extras/ExternalPackage_accessoriesgalleryphotosflowers.mk extras/ExternalPackage_accessoriesgalleryphotosfoodsan

2013-04-18 Thread Julien Nabet
extras/ExternalPackage_accessoriesgalleryphotosfauna.mk | 60 +++ extras/ExternalPackage_accessoriesgalleryphotosflowers.mk| 39 + extras/ExternalPackage_accessoriesgalleryphotosfoodsanddrinks.mk | 24 +++ extras/ExternalPackage_accessoriesgalleryphotoshumans.mk

[PUSHED] fdo#63197: convert the rest of accessoriesgallery*

2013-04-18 Thread David Tardon (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/3454 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3454 To unsubscribe, visit

[PATCH libreoffice-3-6] resolved rhbz#918544 do not attempt to access non-existing f...

2013-04-18 Thread Eike Rathke (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3460 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/60/3460/1 resolved rhbz#918544 do not attempt to access non-existing format Removing the last condition removes the condit

Calc - code pointers for framing cells

2013-04-18 Thread Michael Meeks
Hi guys, On Thu, 2013-04-18 at 20:23 +0700, Максим Сергиенко wrote: > 18.04.2013 16:04, Michael Meeks пишет: > > On Thu, 2013-04-18 at 10:14 +0700, Максим Сергиенко wrote: > >> Tell me, please, who to contact with my question. > >> I want to add a supplement to Calc. It is necessary to be able to

[Libreoffice-commits] core.git: curl/ExternalProject_curl.mk

2013-04-18 Thread Michael Stahl
curl/ExternalProject_curl.mk | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) New commits: commit 075023b473b064e2cad84c3212602e1bb2bc9d1c Author: Michael Stahl Date: Thu Apr 18 15:20:58 2013 +0200 curl: link against the internal NSS if SYSTEM_NSS=NO

Re: Build failure on master in libcurl on Linux 32bit (Mint Nadia)

2013-04-18 Thread Michael Stahl
On 13/04/13 12:55, Alex Thurgood wrote: > libtool: compile: /usr/bin/ccache gcc -DHAVE_CONFIG_H -I../include/curl > -I../include -I../include -I../lib -I../lib -DCURL_HIDDEN_SYMBOLS > -fvisibility=hidden -g0 -O2 -Wno-system-headers -MT libcurl_la-hostip.lo > -MD -MP -MF .deps/libcurl_la-hostip.Tp

[Libreoffice-commits] core.git: 2 commits - download.lst libwpg/ExternalPackage_libwpg.mk libwpg/ExternalProject_libwpg.mk libwpg/libwpg-0.2.1-warning.patch libwpg/Module_libwpg.mk libwpg/StaticLibrar

2013-04-18 Thread Fridrich Štrba
RepositoryExternal.mk |9 -- download.lst |2 libwpg/ExternalPackage_libwpg.mk | 12 ++ libwpg/ExternalProject_libwpg.mk | 38 libwpg/Module_libwpg.mk |2 libwpg/StaticLibrary_wpg.mk | 37 libwpg/UnpackedTarba

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

2013-04-18 Thread Miklos Vajna
sw/qa/extras/inc/swmodeltestbase.hxx | 18 +++--- sw/qa/extras/rtfimport/data/fdo63023.rtf | 10 ++ sw/qa/extras/rtfimport/rtfimport.cxx |9 + writerfilter/source/rtftok/rtfdocumentimpl.cxx | 11 --- 4 files changed, 42 insert

[Libreoffice-commits] core.git: download.lst

2013-04-18 Thread Fridrich Štrba
download.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 11b851d2f2f8ee6230b8c732d5b157e472c21be2 Author: Fridrich Å trba Date: Thu Apr 18 15:59:00 2013 +0200 Uploading a new release of libwpd Change-Id: If8b449e45725b1c1a9840f6a497c31488cd7a800

StarBasic Function FileDateTime

2013-04-18 Thread Alexander Thurgood
Hi all, Did commit 438efb38ec42f9c342342925236cf8ea1eada9fc at all change the way in which the StarBasic function FileDateTime works ? A user on the French list with LO 4.0.2.2 and French locale on Windows Vista-32b is seeing the following : String value returned : 11/10/jeudi 11:56:04 for a f

Framing

2013-04-18 Thread Максим Сергиенко
Hello! I want to make a plug for Calc. It should be a button to set the thickness of the lines framing the cells. Now every time you need to choose the thickness of the line. For example, 0.20 pt. Or 0.60 pt. That takes a lot of time. Tell me where to start. I already know how to set a macro o

Re: StarBasic Function FileDateTime

2013-04-18 Thread Alexander Thurgood
Le 18/04/13 16:01, Alexander Thurgood a écrit : Hmm, Turns out that this is already known as : https://bugs.freedesktop.org/show_bug.cgi?id=63306 Alex ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailma

[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - sc/source

2013-04-18 Thread Eike Rathke
sc/source/ui/condformat/condformatmgr.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit e7652ffc110f529734503621339f8a6b172be7e5 Author: Eike Rathke Date: Thu Apr 18 15:24:35 2013 +0200 resolved rhbz#918544 do not attempt to access non-existing format

[PUSHED libreoffice-3-6] resolved rhbz#918544 do not attempt to access non-existing f...

2013-04-18 Thread Markus Mohrhard (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/3460 Approvals: Markus Mohrhard: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3460 To unsubscribe, vi

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

2013-04-18 Thread Stephan Bergmann
sfx2/source/doc/zoomitem.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 5a274ac7e0f12829cc0264df7a1f9cc4df776e77 Author: Stephan Bergmann Date: Thu Apr 18 16:30:22 2013 +0200 warning C4702: unreachable code Change-Id: Ica48a91c0b8b55c984e59dbe9771d604bc77cdaf di

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

2013-04-18 Thread Bjoern Michaelsen
sal/inc/rtl/logfile.hxx | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) New commits: commit 33cc263f2f5f8b5517c8742f6e7141cc01c75829 Author: Bjoern Michaelsen Date: Tue Apr 16 19:26:02 2013 +0200 forward RTL_CONTEXT_foo logging to SAL_INFO in default debu

[PUSHED] forward RTL_CONTEXT_foo logging to SAL_INFO in default debug...

2013-04-18 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/3421 Approvals: Björn Michaelsen: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3421 To unsubscribe, v

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

2013-04-18 Thread Caolán McNamara
cui/UIConfig_cui.mk|1 cui/source/inc/autocdlg.hxx| 32 +-- cui/source/inc/cuires.hrc |1 cui/source/inc/helpid.hrc |1 cui/source/tabpages/autocdlg.cxx | 183 +-- cui/source/tabpages/autocdlg.hrc | 22 -- cui/source

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

2013-04-18 Thread Caolán McNamara
cui/source/tabpages/autocdlg.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit fe9237785a21aa12438aafa66a7264a4220e29c7 Author: Caolán McNamara Date: Thu Apr 18 15:49:20 2013 +0100 pick a default number of lines for abbrev/double lists Change-Id: I553149931b6f2b

Re: Build failure on master in libcurl on Linux 32bit (Mint Nadia)

2013-04-18 Thread Alexander Thurgood
Le 18/04/13 15:42, Michael Stahl a écrit : > should be fixed with 075023b473b064e2cad84c3212602e1bb2bc9d1c. > Cheers, am attempting a build now. Alex ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/

Re: Help needed with Bug 60780

2013-04-18 Thread Miklos Vajna
Hi, On Thu, Apr 18, 2013 at 02:09:04PM +0200, Ádám Király wrote: > Both patches have the same bugs, I have wasted quite some time trying to > figure out what's missing, so I would like to know if the problem lies in > my code, > or that docx saving isn't prepared for use with storeToURL. Have y

minutes of ESC call ...

2013-04-18 Thread Michael Meeks
* Present: + Lionel, Andras, Kendy, Norbert, Ahmed, Joel, David, Michael M, Markus, Norbert, Bjoern, Thorsten, Stephan, Caolan, Michael S, Astron, Eike * Completed Action Items + ask Tollef to rename & enable voting - IFF we don't get mailed (Bjoern) +

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

2013-04-18 Thread Cao Cuong Ngo
editeng/inc/editeng/numitem.hxx |9 ++- editeng/source/items/frmitems.cxx |5 + editeng/source/items/numitem.cxx | 103 -- 3 files changed, 107 insertions(+), 10 deletions(-) New commits: commit a95cce27295f9cd255fa72eaded00972e3efb69b Author: Cao C

[PUSHED] fix fdo#47018 Impress paste destroy bullet

2013-04-18 Thread Eike Rathke (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/3369 Approvals: Julien Nabet: Looks good to me, but someone else must approve Eike Rathke: Verified; Looks good to me, approved -- To view,

Questions to GSoC: Experimental LibreOffice app for iOS

2013-04-18 Thread Rick Qing
Hi mentors, I am quite interested in the experimental LibreOffice app for iOS. There are quite a few things I want to clarify from you guys. When I'm looking at the application template, applicants actually don't have to come up with a project proposal. Am I right to say that the proposal will be p

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

2013-04-18 Thread Stephan Bergmann
javaunohelper/source/bootstrap.cxx |4 + javaunohelper/source/javaunohelper.cxx | 10 ++-- javaunohelper/source/juhx-export-functions.hxx | 47 + javaunohelper/source/juhx-export-types.hxx | 55 + javaunohelper/source/pr

[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - javaunohelper/source

2013-04-18 Thread Stephan Bergmann
javaunohelper/source/bootstrap.cxx |4 + javaunohelper/source/javaunohelper.cxx | 10 ++-- javaunohelper/source/juhx-export-functions.hxx | 47 + javaunohelper/source/juhx-export-types.hxx | 55 + javaunohelper/source/pr

[Libreoffice-commits] core.git: helpcontent2

2013-04-18 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 745b0c1b2a944d37a7c5119eb3b9b45f3424bfd1 Author: Caolán McNamara Date: Thu Apr 18 16:08:21 2013 +0100 Updated core Project: help dbe97fe597d0414935ae223ab635c3d9a6b0ec3a diff --git a/helpconte

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

2013-04-18 Thread Caolán McNamara
helpers/help_hid.lst | 11 -- source/text/shared/00/0001.xhp |4 +-- source/text/shared/01/06040300.xhp | 40 ++--- 3 files changed, 18 insertions(+), 37 deletions(-) New commits: commit dbe97fe597d0414935ae223ab635c3d9a6b0ec3a Aut

[PUSHED libreoffice-4-0] Let juhx.dll export undecorated symbols on Windows

2013-04-18 Thread Fridrich Strba (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/3455 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3455 To unsubscribe, vis

  1   2   3   >