On 2012-05-17 00:01, Michael Stahl wrote:
so anything more than 1 \ following "X:" is considered invalid.
presumably the configure.in should set this up better? i've tried to
fix it, please try again now..
Awesome, thanks, working much better :-)
Disclaimer: http://www.peralex.com/disclaime
autogen.sh |7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
New commits:
commit cbe733f19aef7546fd8b78a9ef92e6c8d0867f59
Author: Ruslan Kabatsayev
Date: Fri May 11 22:20:18 2012 +0400
autogen.sh: append aclocal arguments to ACLOCAL_FLAGS unconditionally
Change-Id:
Hi Ruslan,
thanks for your patch. Pushed.
Cheers
Radek
On Fri, 2012-05-11 at 22:31 +0400, Ruslan Kabatsayev wrote:
> Hello all.
>
> Current autogen.sh only sets "-I ./m4" when ACLOCAL_FLAGS are empty,
> leading to problems with expansion of libo_MINGW_CHECK_DLL macro.
> As people on IRC have sa
As some of you might know, the system dynamic linker on Android
(which, like all the Android user level runtime, is not related at all
to the one on desktop (GNU/)Linux) has a silly limitation on the
number of shared object (dynamic libraries) that can be in use: 128.
Given that the number of syste
Hi Tor,
Thanks for the nice summary :-)
On Thu, 2012-05-17 at 12:22 +0300, Tor Lillqvist wrote:
> libraries into fewer. There is an option for that already,
> --enable-mergelibs, that merges quite a large number of them into one,
> libmergedlo.so. This works only for libraries in gbuildif
On 17/05/12 07:35, David Tardon wrote:
> On Wed, May 16, 2012 at 03:00:33PM -0700, Michael Stahl wrote:
>> $(call gb_Extension_get_rootdir,$(1))/$(2) : $(gb_Extension_HELPEXTARGET)
>> -$(call gb_Extension_get_rootdir,$(1))/$(2) : $(3)
>> +$(call gb_Extension_get_rootdir,$(1))/$(2) : $(3)
>> $(gb_
On 2012-05-17 11:22, Tor Lillqvist wrote:
recall. Unfortunately the GNU linker isn't exactly known for its
blazing speed, so especially if you are building with debugging
Perhaps we should be using the GOLD linker? Much faster (6x) for some people
Looks like Mozilla has had some success
http
> How do Mozilla get away without any text relocations ?
They do some hack to avoid the problematic crtbegin.o object when
linking their shared objects, if I understand correctly. See
https://bugzilla.mozilla.org/show_bug.cgi?id=720621 . And they
apparently don't use the shared GNU C++ libr
https://bugs.freedesktop.org/show_bug.cgi?id=41883
Bug 41883 depends on bug 41985, which changed state.
Bug 41985 Summary: MinGW: UI display broken
https://bugs.freedesktop.org/show_bug.cgi?id=41985
What|Old Value |New Value
--
Hello,
All of my past & future contributions to LibreOffice may be licensed
under the MPL/LGPLv3+ dual license.
Regards,
Ruslan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
sw/qa/extras/README | 102
1 file changed, 102 insertions(+)
New commits:
commit 86ebc34dad026d9a32adca562b4604070e36a7a7
Author: Miklos Vajna
Date: Thu May 17 14:38:48 2012 +0200
sw/qa/extras: add a README explaining how to add new te
Hi Markus,
could you please send me the document you use to test you patch so that
I can look at it? I have checked tools/color.hxx and the transparency is
indeed 255 for full transparency, so if the method you fixed outputs
alpha then your patch looks correct.
Cheers
Radek
On Sun, 2012-05-13 at
cui/source/dialogs/SpellDialog.cxx | 25 -
cui/source/dialogs/SpellDialog.hrc |1 +
cui/source/dialogs/SpellDialog.src | 10 ++
cui/source/inc/SpellDialog.hxx |3 ++-
4 files changed, 33 insertions(+), 6 deletions(-)
New commits:
commit fdec471a7cac
On Thu, May 17, 2012 at 12:37:48PM +0100, Michael Meeks wrote:
> Hi Tor,
>
> Thanks for the nice summary :-)
>
> On Thu, 2012-05-17 at 12:22 +0300, Tor Lillqvist wrote:
> > libraries into fewer. There is an option for that already,
> > --enable-mergelibs, that merges quite a large number of
README.Android | 16
README.cross | 14 ++
android/qa/sc/Makefile |4
3 files changed, 14 insertions(+), 20 deletions(-)
New commits:
commit b58498fb57fc5ec30e539ba7c05d627ee99b9a8b
Author: Tor Lillqvist
Date: Thu May 17 10:09:22 2012
README.cross | 16 ++--
1 file changed, 10 insertions(+), 6 deletions(-)
New commits:
commit 7606616cdd78d14fac485af225a220651187910d
Author: Tor Lillqvist
Date: Thu May 17 16:37:02 2012 +0300
Mention that the android/qa/sc test has not been maintained lately
Change
chart2/source/tools/ObjectIdentifier.cxx|1 -
dbaccess/source/filter/xml/xmlExport.cxx|1 -
dbaccess/source/ui/app/AppControllerDnD.cxx |2 +-
dbaccess/source/ui/dlg/ConnectionHelper.cxx |2 --
dbaccess/source/ui/dlg/DbAdminIm
bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx |2 --
1 file changed, 2 deletions(-)
New commits:
commit ac6833f97921981050722bee3d3cfa13f0897566
Author: Caolán McNamara
Date: Thu May 17 14:42:37 2012 +0100
remove "TODO: add test" which is now done
since 99bf0c318b89c7d6a
chart2/source/tools/ObjectIdentifier.cxx|1 -
dbaccess/source/filter/xml/xmlExport.cxx|1 -
dbaccess/source/ui/app/AppControllerDnD.cxx |2 +-
dbaccess/source/ui/dlg/ConnectionHelper.cxx |2 --
dbaccess/source/ui/dlg/DbAdminIm
xmloff/source/forms/elementimport.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5e0b52c1893ffe04a68333026afa7a557c48d534
Author: Caolán McNamara
Date: Thu May 17 14:51:04 2012 +0100
some more ConstAsciiString behind OSL_ENSURE
Change-Id: Ic
sw/inc/tblafmt.hxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d202754abf01bafe24b3805ef678a495c16eb5a5
Author: Tor Lillqvist
Date: Thu May 17 14:30:47 2012 +0300
WaE: 'Impl' defined as a struct here but previously declared as a class
Change-Id: I
Hello all,
Formally - all of my past and future contributions to LibreOffice may be
licensed under the MP/LGPLv3+ dual license.
This includes commits under my old pseudonym, Tibby Lickle.
Eilidh McAdam
___
LibreOffice mailing list
LibreOffice@lists.fre
Hi Petr,
On 15.05.2012 22:25, Ivan Timofeev wrote:
I will try tomorrow.
Hum, sorry for the delay.
Now here is my second try. Strangely, but it seems to work...
Best Regards,
Ivan
>From 94236a904138d2771609344f3b428493cd6efa39 Mon Sep 17 00:00:00 2001
From: Ivan Timofeev
Date: Thu, 17 May 20
Hi,
On Wednesday, 2012-05-16 09:28:16 +0200, Winfried Donkers wrote:
> Ehh.. I'm not familiar with adding content to (wiki/web) pages. And
> anyway, Eike deserves at least as much credit for this patch.
I've no problem with being not explicitly mentioned, but add me if you
think I deserve it ;-)
solenv/gbuild/platform/DRAGONFLY_INTEL_GCC.mk |2 +-
solenv/gbuild/platform/DRAGONFLY_X86_64_GCC.mk |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 99ea506a582d547bb14ec7f1a0bf469991e3f669
Author: François Tigeot
Date: Thu May 17 17:32:54 2012 +0200
D
Hi,
we will move to gerrit soon and you need to take the following action now to
make that as painless as possible:
1) login with OpenID(1) at gerrit.documentfoundation.org
2) Click on Settings in the top-left corner
(you might be redirected there on first login anyway)
3) Click on "Profile",
On Thu, May 17, 2012 at 10:41 AM, Bjoern Michaelsen
wrote:
> Hi,
>
> we will move to gerrit soon and you need to take the following action now to
> make that as painless as possible:
>
> 1) login with OpenID(1) at gerrit.documentfoundation.org
> 2) Click on Settings in the top-left corner
> (you
Hi Markus,
On Wednesday, 2012-05-16 15:14:54 +0200, Markus Mohrhard wrote:
> >> Disadvantages:
> >> - need to introduce some non style parts into the style section
> >
> > Um.. why? what? how?
>
> IMHO something like information that the style should only be applied
> for the top 10% of a range
Hi All,
Here 2 patches related to bug 40778.
Patch 1 removes the submenu of adding new words to the dictionary when
there is only 1 dictionary in the spellcheck-popupmenu in writer.
Patch 2 does the same for the popupmenu in the other programs.
--
Greetings,
Rob Snelders
>From e83896620480745
3) Click on "Profile", pick your Username (your freenode IRC nick)
Still not joined IRC, used 'ivan' as Username. Ok?
7/ people with a fdo account, please let us know when you've done the
above so that we can add you to the appropriate group on gerrit
I am ready. fdo account name: ivantimo
On Thu, May 17, 2012 at 11:12 AM, Ivan Timofeev wrote:
>
>>> 3) Click on "Profile", pick your Username (your freenode IRC nick)
>
>
> Still not joined IRC, used 'ivan' as Username. Ok?
>
>
>> 7/ people with a fdo account, please let us know when you've done the
>> above so that we can add you to t
Hi Norbert, *,
On Thu, May 17, 2012 at 5:53 PM, Norbert Thiebaud wrote:
> [...]
> 7/ people with a fdo account, please let us know when you've done the
> above so that we can add you to the appropriate group on gerrit
Done so (cloph) - but do you really want everybody to reply in the mailinglist
On Thu, May 17, 2012 at 11:34 AM, Christian Lohmaier
wrote:
> Hi Norbert, *,
>
> On Thu, May 17, 2012 at 5:53 PM, Norbert Thiebaud wrote:
>> [...]
>> 7/ people with a fdo account, please let us know when you've done the
>> above so that we can add you to the appropriate group on gerrit
>
> Done s
testtools/CustomTarget_bridgetest_testComponent.mk | 42
testtools/Module_testtools.mk |4 +
testtools/Rdb_uno_services.mk | 43 +
3 files changed, 88 insertions(+), 1 deletion(-)
New commits:
commit 6480c3
tail_build/README |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 19e4320c3577ed17b1870fbf43ea25242621b441
Author: Tor Lillqvist
Date: Thu May 17 20:57:17 2012 +0300
Correct obsolete repo name
Change-Id: Idfa3bae5c2caeee1a9a3e00f6aa6f8a18c7bde7c
diff
writerfilter/CustomTarget_source.mk | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
New commits:
commit c1f7f1f4c812f5bba073ff99e6e8c89bd74fb0a7
Author: Matúš Kukan
Date: Thu May 17 20:35:46 2012 +0200
sigh, more missing dependencies
Change-Id: I0d1802ebcf
* Present:
+ Rainer, Petr, Kendy, Bjoern, Michael, David, Tor, Eike,
Andras, Caolan, Astron, Kohei, Markus, Norbert, Thorsten
* Completed action items
+ poke Jimmac for updated Tango icons (Mirek/Astron)
+ v. positive response from Lapo
+ Noel to a
testtools/CustomTarget_uno_test.mk | 42 +
testtools/Module_testtools.mk |4 +--
testtools/Rdb_uno_services.mk |8 ---
3 files changed, 44 insertions(+), 10 deletions(-)
New commits:
commit b24358909d04d0d472d6b4c7f7c05dc947da9220
Author
sc/source/ui/view/viewdata.cxx | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
New commits:
commit 8b1d29bc9b00bc2730738a990023a65ab6e0219b
Author: Noel Power
Date: Thu May 17 22:03:46 2012 +0100
fix bad stl access fdo#45987
Change-Id: I0e6b29987381380e22aeaf0
Hi Noel,
On Wednesday, 2012-05-16 09:35:52 +0100, Noel Power wrote:
> >This element can contain one instance of each of the following elements:
> >[and add]
> >
> is there a need to specify some tolerance ? e.g. Excel seems to
> accept the presence of multiple repeat character code(s) but only (
Hi,
could you please review the current state of this branch?
source/bridgetest/* is up and running now (except pyuno).
The creation of some batch files is skipped, because they wasn't used
anyway.
The single uno test is implemented in CustomTarget_uno_test.mk
and marked with .PHONY to run eve
sc/inc/sc.hrc |4 ++--
sc/source/ui/dbgui/filtdlg.cxx |4 ++--
sc/source/ui/dbgui/pfiltdlg.cxx |4 ++--
sc/source/ui/src/scstring.src | 20 ++--
sc/source/ui/view/gridwin.cxx |8
5 files changed, 20 insertions(+), 20 deletions(-)
N
sc/source/ui/cctrl/checklistmenu.cxx | 146 ---
sc/source/ui/inc/checklistmenu.hxx |6 +
sc/source/ui/view/gridwin.cxx|1
3 files changed, 142 insertions(+), 11 deletions(-)
New commits:
commit 3da4ab93e14bbe472ac0a6bce52616a93a2506d2
Author: Ko
sc/source/ui/inc/gridwin.hxx |2 -
sc/source/ui/view/gridwin.cxx | 46 ++
2 files changed, 47 insertions(+), 1 deletion(-)
New commits:
commit 2a755c0cd61b619ed14e023ad34fc7596eafdf34
Author: Kohei Yoshida
Date: Thu May 17 22:16:42 2012 -0400
sc/source/ui/cctrl/checklistmenu.cxx |7 +++
1 file changed, 7 insertions(+)
New commits:
commit d3289425003bf1a8d074dc82d80f50dbdd084658
Author: Kohei Yoshida
Date: Thu May 17 22:42:31 2012 -0400
Make the window taller as appropriate.
Change-Id: I99688bdfd91d2591def46829
sc/source/ui/cctrl/checklistmenu.cxx |4
1 file changed, 4 deletions(-)
New commits:
commit 0ea1287bd9b877524706ae57c2fc32ed54fb062b
Author: Kohei Yoshida
Date: Thu May 17 22:45:40 2012 -0400
Actually it's okay to add separator items as-is to the accessible object.
Chang
Any code contributions I may have made, and all such future code
contributions, to the LibreOffice code base, are hereby licensed under
the MPL/LGPLv3+ dual license, to the extent possible under the relevant
applicable law.
Alex Thurgood
___
LibreOffi
On Wed, May 16, 2012 at 01:39:51PM +0200, Matúš Kukan wrote:
> On 16 May 2012 13:07, Riccardo Magliocchetti
> wrote:
> > Hello,
> >
> > following android way of building stuff in vcl/ is enough to fix it.
>
> Thanks, pushed.
Marking as pushed.
D.
___
On Thu, May 17, 2012 at 09:00:51PM +0100, Michael Meeks wrote:
> + 3.6 status
> + connectivity, reportreader, shell, scp2
> + will enable adding 10-12 modules to tail_build.
> + will merge next week, in time for 3.6
I should clarify t
README.cross | 66 +++
configure.in |5
2 files changed, 27 insertions(+), 44 deletions(-)
New commits:
commit bc229ca1abf8b179631ae563ef77f565a1a9d496
Author: Tor Lillqvist
Date: Thu May 17 22:57:46 2012 +0300
Update READ
50 matches
Mail list logo