Hi all,
I have finished conversion of module scp2 to gbuild. For the
uninitiated: scp2 contains configuration for the installer (or the
biggest part of it, at least, because one configuration format is just
not enough...), i.e., it defines what dirs, files and whatnot are part
of the installation
icu/icuversion.mk |9 -
1 file changed, 9 deletions(-)
New commits:
commit 14fde1c10609b2d82bd15bba22e5b8008a90252e
Author: David Tardon
Date: Mon May 14 17:16:34 2012 +0200
these are only set by configure for system icu
Change-Id: Ia597b0a1a4f04494739227cbeadb506e69e
On Fri, May 18, 2012 at 4:39 AM, David Tardon wrote:
> On Fri, May 18, 2012 at 11:59:40AM +0300, Tor Lillqvist wrote:
>> > Why not? Changing the inner configure call to
>> >
>> > ./configure `cat configure.lastrun.build`
>>
>> Sure, but then there would be a discrepancy with how autogen.lastrun
>>
Hello Petr, all,
Seeing a fix in wiki [1], IIUC this is generated by lo-commit-stat,
which is intended to lowercase the first letter [2].
By git annotate, this part of code is there since the start, so I
would like to ask:
* why lowercase the first letter?
* could this behavior be removed? If yes
Sorry if this is noise, but Michael Meeks asked for it! Blame him! :-P
All of my past/existing contributions to LibreOffice may be licensed
under the MPL/LGPLv3+ dual license.
Hate to use future tense since that requires predictive skill which
I'm horrible at. Hope that at least sets things st
On 18 May 2012 12:24, David Tardon wrote:
> On Fri, May 11, 2012 at 10:40:19PM +0200, Matúš Kukan wrote:
>> There is a comment that the variables (RTL_OS RTL_ARCH) should be set
>> by configure
>> http://cgit.freedesktop.org/libreoffice/core/tree/sdext/platform.mk#n28
>
> Yeah, that comment was wr
testtools/inc/makefile.mk | 39
testtools/prj/build.lst |9 -
testtools/source/bridgetest/cli/makefile.mk | 202 ---
testtools/source/bridgetest/idl/makefile.mk | 73
testtools/source/bridgetest/makefile.mk | 238
Repository.mk |8
testtools/Library_bridgetest.mk | 18 +-
testtools/Library_constructors.mk | 14 +++---
testtools/Library_cppobj.mk | 18 +-
testtools/StaticLibrary_bridgetest.mk | 13 ---
On Fri, 2012-05-18 at 23:04 +0200, Stephan Bergmann wrote:
> I'd like to get this reviewed and backported to libreoffice-3-5. As
> the commit message explains, only part of it is strictly necessary to
> fix the bug, so
fair enough, won't pretend to understand area fully, but pushed anyway.
I do
binaryurp/source/bridge.cxx | 46 ++
binaryurp/source/bridge.hxx |4 +-
cppu/source/threadpool/threadpool.cxx | 24 -
cppu/source/threadpool/threadpool.hxx |4 +-
4 files changed, 52 insertions(+), 26 deletions(-)
New
On Fri, 2012-05-18 at 23:08 +0200, Stephan Bergmann wrote:
> Please review the below master fix for backporting to libreoffice-3-5.
> (I actually first encountered the problem on the LO 3.5 codeline.)
>
> The below master commit will not cleanly apply to libreoffice-3-5 (at
> least not to libreo
vcl/unx/generic/printer/cupsmgr.cxx | 76 +++-
1 file changed, 15 insertions(+), 61 deletions(-)
New commits:
commit 14f078cd52b1471811871bd61cdb0b3ab4f26e1a
Author: Stephan Bergmann
Date: Fri May 18 20:52:15 2012 +0200
Revert fix for "#i86306# prepare ag
All of my past & future contributions to LibreOffice may be licensed
under the MPL/LGPLv3+ dual license.
J. Graeme Lingard
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
https://bugs.freedesktop.org/show_bug.cgi?id=6
Korrawit Pruegsanusak changed:
What|Removed |Added
Depends on||49806, 48243
--- Comment #9 from
https://bugs.freedesktop.org/show_bug.cgi?id=6
Korrawit Pruegsanusak changed:
What|Removed |Added
CC||libreoffice@lists.freedeskt
sc/source/core/data/dpdimsave.cxx |2 +-
sc/source/core/data/dpgroup.cxx | 18 +-
sd/source/core/CustomAnimationEffect.cxx | 18 +-
sd/source/core/CustomAnimationPreset.cxx |2 +-
sd/source/core/shapeli
Hi *,
The change
http://cgit.freedesktop.org/libreoffice/core/commit/?id=5729da18a1852d842bd7de05d9d7fdcbec1e9ad5
or more precise this part of it:
diff --git a/solenv/bin/addsym.awk b/solenv/bin/addsym.awk
index 4c18bdc..a9e64fb 100644
--- a/solenv/bin/addsym.awk
+++ b/solenv/bin/addsym.awk
@@ -4
Hi *,
please review and pick for 3.5 & 3.5.4 if possible. It is Mac PPC
only, and no change of the logic of the code, but just reordering to
avoid padding of elements in two structs in libjpeg.
bug:
https://bugs.freedesktop.org/show_bug.cgi?id=47035
changes:
http://cgit.freedesktop.org/libreoff
jpeg/struct_alignment.patch | 34 --
1 file changed, 32 insertions(+), 2 deletions(-)
New commits:
commit a8ecb8801f4330c2d2da88b992e2039e020d4fa4
Author: Christian Lohmaier
Date: Sat May 19 14:05:10 2012 +0200
fdo#47035: Fix saving of jpeg files on Mac/P
testtools/CustomTarget_bridgetest_climaker.mk |2 -
testtools/CustomTarget_bridgetest_testComponent.mk | 42 -
testtools/CustomTarget_uno_test.mk |1
testtools/InternalUnoApi_bridgetest.mk |5 --
testtools/Jar_testComponent.mk
Hi Stephan,
thank you for review!
On 18.05.2012 12:59, Stephan Bergmann wrote:
On 05/17/2012 11:43 PM, David Ostrovsky wrote:
source/bridgetest/* is up and running now (except pyuno).
The creation of some batch files is skipped, because they wasn't used
anyway.
Historically, testtools only c
testtools/CustomTarget_bridgetest.mk | 28 +++-
1 file changed, 19 insertions(+), 9 deletions(-)
New commits:
commit 8826be6e60c3e324571934f2837321f091b02402
Author: David Ostrovsky
Date: Sat May 19 11:39:19 2012 +0200
batch scripts are working now
Chang
22 matches
Mail list logo