+.
I will also work on cleaning up my Gerrit patches, they are currently
WIP's. The aim of all of this is that I or someone else will be able
to carry on the work that I've started and finish up the project in
the next few months.
That's it for now, thanks for reading,
Adam Seskunas
deletions(-)
New commits:
commit 0bad0e6d4be04802c7e7c8db986a7fe05c161876
Author: Adam Seskunas
AuthorDate: Thu Aug 21 07:25:21 2025 -0700
Commit: Xisco Fauli
CommitDate: Thu Sep 4 11:12:39 2025 +0200
Use createTempCopy in ReportDesignBasicTests
The original test in
current plan is to try and produce temporary
tables to query against for these results.
That's it for now, thanks for reading,
Adam Seskunas
ues.
That's all for now, thanks for reading and have a good week,
Adam Seskunas
, 211 insertions(+), 626 deletions(-)
New commits:
commit 341ff2074886bf8ea4bf80331ea78a49b9a8b3d9
Author: Adam Seskunas
AuthorDate: Tue Aug 12 07:27:31 2025 -0700
Commit: Michael Weghorn
CommitDate: Fri Aug 15 22:26:06 2025 +0200
Port old Java test to C++ for ReportDesign
th lots of smaller issues that need to be fixed, for
example, dates aren't currently rendered properly. I will work through
the list and hopefully be able to get through most of the problems in
the next 2 or 3 weeks.
That's it for this week, thanks for reading,
Adam Seskunas
testing on other architectures on Jenkins
and serve as a demonstration as to what has been accomplished in
the project thus far.
That's it for now, thanks for reading and have a good week!
Adam Seskunas
and the output is a bit mangled at the moment. I should
have it sorted by tomorrow afternoon and will update it to Gerrit when
it's fixed. After that's finished the plan remains to move on to
implementing
Grouping which I hope to be able to talk about next week.
That's it for now, have a good week,
Adam Seskunas
instsetoo_native/inc_openoffice/windows/msi_languages/Error.ulf |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6f3a82a46f2b69d90a130b0f8613f8a8782801b1
Author: Adam Jones
AuthorDate: Sat Jul 19 08:03:26 2025 -0700
Commit: Adolfo Jayme Barrientos
CommitDate
reportdesign/inc/xmlExport.hxx |7
reportdesign/source/filter/xml/xmlExport.cxx | 205 ++-
2 files changed, 116 insertions(+), 96 deletions(-)
New commits:
commit 97dd72f36566c27a954bf633687d3f57621067d2
Author: Adam Seskunas
AuthorDate: Tue Jul
good week!
Adam Seskunas
ing a
report.
That's it for this week, thanks for reading and have a good week!
Adam Seskunas
Last week I started working on using XFunctionAccess to and XFormulaParser
to parse and execute Formulas that can be used in a Report Document.
I'm happy to report that I've made good progress over the past week and now
have a working implementation. The patch I have locally on my computer
allows
In my last email I talked about the potential issues implementing Formulas
in ReportBuilder without using the Pentaho library. I'm happy to report
that during the last week I think I've found a solution that I've
implemented in the following patch. It allows you to add a Formula, with
the caveat th
rt term goal will be to produce some documentation
with the hope that it can inform the decision on how to proceed with the
project moving forward.
Cheers,
Adam
This past week I finished adding the capability to add database data to a
report. You can now add a database Field and it will be displayed in a
Report. The patch is meant to be a proof of concept and as such, I have
commented out the code that writes headers, footers and some other features
of a r
emented in the Java
code and what will need to be done for these capabilities to be implemented
in C++.
That's all for now
Cheers,
Adam
mlExport C++ code and the existing
output from the Pentaho report engine.
This testing will then determine my next steps, which could be writing an
xslt filter or writing/modifying more C++ export code.
That's all for now, have a good week,
Adam Seskunas
l be
providing weekly updates and hopefully things will become more clear as I
get some functioning code.
Cheers,
Adam Seskunas
On Thu, May 22, 2025 at 4:40 PM Regis Perdreau
wrote:
> Hello Adam and mentors,
>
> I don't really understand this GSOC, I thought it was about redoing
at how this will be done in detail the rest of the week
with the hope that it can be implemented in the next two weeks.
That's it for now, thanks for reading,
Adam Seskunas
Hello all,
My name is Adam Seskunas and this year I will be participating in Google
Summer of Code working on implementing the ReportBuilder(located in Base)
in C++. This is my second year participating in GSoC for LibreOffice and
I'm excited to be back!
A little background about this y
All of my past & future contributions to LibreOffice may be
licensed under the MPLv2/LGPLv3+ dual license.
sw/qa/uitest/data/tdf157482.odt |binary
sw/qa/uitest/writer_tests8/tdf157482.py | 75
2 files changed, 75 insertions(+)
New commits:
commit ef2fc674d29d1bf922c15427ef9484386869bed8
Author: Adam Seskunas
AuthorDate: Thu Jul 11 16:29:45 2024 -0700
dbaccess/qa/unit/SingleSelectQueryComposer_test.cxx | 436
++
5 files changed, 488 insertions(+), 352 deletions(-)
New commits:
commit d1ec7e90772421331bef31eb934180c7f992e42f
Author: Adam Seskunas
AuthorDate: Mon Mar 10 14:10:42 2025 -0700
Commit: Xisco Fauli
c48ebfd863f53fd58eb83b086d32d8db3fffabe4
Author: Adam Seskunas
AuthorDate: Tue Feb 4 11:29:01 2025 -0800
Commit: Xisco Fauli
CommitDate: Thu Feb 13 09:53:08 2025 +0100
Change the unparseable query to parse ODBC escape query
dbaccess/qa/connectivity/tools/CRMDatabase.java - remove
the Makefile editing is more than just dropping in the new tool.
Adam
On Wed, Jan 15, 2025 at 11:17 AM Stephan Bergmann <
stephan.bergm...@allotropia.de> wrote:
> On 1/15/25 19:26, Ilmari Lauhakangas wrote:
> > On 15.1.2025 20.00, Pierre Vacher wrote:
> >> I try to use
dd386eddfdfe77c0b14cf2ed84243f066aadefb0
Author: Adam Seskunas
AuthorDate: Sat Oct 12 02:19:29 2024 -0700
Commit: Xisco Fauli
CommitDate: Tue Jan 14 09:22:55 2025 +0100
Port Query.java test to CppUnit
dbaccess/qa/unit/CRMDatabase_test.cxx add test
dbaccess/qa/complex/dbaccess remove Query.java
dbaccess/qa/unit/CRMDatabase_test.cxx |9 -
1 file changed, 8 insertions(+), 1 deletion(-)
New commits:
commit 37e082bd2b968fcabd46b047643288f1d272e95c
Author: Adam Seskunas
AuthorDate: Sat Oct 12 04:03:55 2024 -0700
Commit: Xisco Fauli
CommitDate: Mon Nov 18 10:06:15 2024
bin/check-missing-unittests.py | 33 ++---
1 file changed, 30 insertions(+), 3 deletions(-)
New commits:
commit aa5fdd39570004df0a8e89e4eebe4ad675274266
Author: Adam Seskunas
AuthorDate: Mon Sep 16 13:57:40 2024 -0700
Commit: Xisco Fauli
CommitDate: Fri
to contribute in the future.
Adam Seskunas
sw/qa/extras/ww8export/data/tdf54862.doc |binary
sw/qa/extras/ww8export/ww8export4.cxx| 27 +++
2 files changed, 27 insertions(+)
New commits:
commit 2bacf24d46350e451db444d72a88a3c407b419f3
Author: Adam Seskunas
AuthorDate: Wed Sep 4 21:48:44 2024 -0700
n a VM to see if I can succeed or
get different problems.
That'141565s it for this week,
Adam Seskunas
sw/qa/extras/ooxmlexport/data/tdf61309.docx |binary
sw/qa/extras/ooxmlexport/ooxmlexport21.cxx |8
2 files changed, 8 insertions(+)
New commits:
commit 50097952a8ec6abd2b383d219bdcf26cc7b055d5
Author: Adam Seskunas
AuthorDate: Sun Sep 1 07:54:28 2024 -0700
Commit: Xisco
sw/qa/extras/ww8export/data/tdf120629.odt |binary
sw/qa/extras/ww8export/ww8export4.cxx | 16
2 files changed, 16 insertions(+)
New commits:
commit c60fdc26f1ade0c6a1f8404baf749f5dab6abd84
Author: Adam Seskunas
AuthorDate: Tue Aug 20 13:25:52 2024 -0700
Commit
sw/qa/extras/ooxmlexport/data/tdf89731.docx |binary
sw/qa/extras/ooxmlexport/ooxmlexport21.cxx |6 ++
2 files changed, 6 insertions(+)
New commits:
commit d5d2f4ae1cb5f31f0fa1c5cd96df5e9d21311f4e
Author: Adam Seskunas
AuthorDate: Tue Aug 27 10:00:16 2024 -0700
Commit: Xisco
ssing Unit test spreadsheet.
And thank you Xisco for helping out with suggestions and additions to the
tests that got merged today.
Have a good week,
Adam Seskunas
sw/qa/extras/ww8import/data/tdf127048.doc |binary
sw/qa/extras/ww8import/ww8import.cxx | 12
2 files changed, 12 insertions(+)
New commits:
commit ccb05fabe67cd378ecd4637a3e81a52c50cfe087
Author: Adam Seskunas
AuthorDate: Sat Aug 17 08:44:19 2024 -0700
Commit: Xisco
sw/qa/extras/ooxmlexport/data/tdf131288.docx |binary
sw/qa/extras/ooxmlexport/ooxmlexport21.cxx | 40 +++
2 files changed, 40 insertions(+)
New commits:
commit 25107330fbc5b79a4ae8bad9d1433cb28bd8b765
Author: Adam Seskunas
AuthorDate: Wed Aug 7 12:37:51 2024
sw/qa/extras/ooxmlexport/data/tdf128460.odt |binary
sw/qa/extras/ooxmlexport/ooxmlexport21.cxx | 29
2 files changed, 29 insertions(+)
New commits:
commit 03b31a8ad48e3b8a9e54203ff3856702557757b5
Author: Adam Seskunas
AuthorDate: Wed Aug 14 11:52:45 2024
sw/qa/extras/ww8export/data/tdf56738.doc |binary
sw/qa/extras/ww8export/ww8export4.cxx| 43 +++
2 files changed, 43 insertions(+)
New commits:
commit c387604cc58f3214f4fda9d9c32969115bda7b2e
Author: Adam Seskunas
AuthorDate: Mon Aug 19 15:33:56 2024 -0700
sw/qa/extras/ww8export/ww8export4.cxx | 19 ---
sw/qa/extras/ww8import/ww8import.cxx | 20
2 files changed, 20 insertions(+), 19 deletions(-)
New commits:
commit b20e7aaac5b35972e0b7c40a34841417e5514824
Author: Adam Seskunas
AuthorDate: Tue Aug 20
le to reproduce as well as bug reports
that are for, one reason or another not possible to reproduce. This
spreadsheet has been very useful and I will continue to update it for the
remainder of the project.
Have a good week,
Adam Seskunas
sw/qa/extras/ww8export/data/tdf160301.doc |binary
sw/qa/extras/ww8export/ww8export4.cxx | 21 +
2 files changed, 21 insertions(+)
New commits:
commit fe7b39884ccb5e540e10f3294d8f7b35bf3e6ebb
Author: Adam Seskunas
AuthorDate: Tue Aug 13 13:49:04 2024 -0700
Commit
GUI vs how its saved in the test. I've
done some debugging, but have yet to come up with a definitive answer.
That's all for this week,
Adam Seskunas
34973
After those two test, my list has the following bug reports on it
tdf#120629
tdf#138625
tdf#137643
tdf#116301
tdf#129475
Have a good week,
Adam Seskunas
sw/qa/extras/ww8export/ww8export4.cxx | 27 +++
1 file changed, 27 insertions(+)
New commits:
commit f8eac9eaf0b513460341ef158b610865d68fd536
Author: Adam Seskunas
AuthorDate: Sun Aug 4 12:58:26 2024 -0700
Commit: Hossein
CommitDate: Tue Aug 6 15:18:55 2024
sw/CppunitTest_sw_odfexport2.mk |1 +
sw/qa/extras/odfexport/data/tdf122452.doc |binary
sw/qa/extras/odfexport/odfexport2.cxx | 16
3 files changed, 17 insertions(+)
New commits:
commit 11fa654dab2b7e35d724c804e1a11a1d72dde88e
Author: Adam Seskunas
sw/qa/extras/ww8export/data/tdf135709.odt |binary
sw/qa/extras/ww8export/ww8export4.cxx | 16
2 files changed, 16 insertions(+)
New commits:
commit b53c654552e2bec837ea996c60ab929e0398640d
Author: Adam Seskunas
AuthorDate: Mon Jul 29 15:56:00 2024 -0700
Commit
cumentfoundation.org/show_bug.cgi?id=131288
https://bugs.documentfoundation.org/show_bug.cgi?id=129475
That's all for now, have a good week,
Adam Seskunas
have clearly
defined steps to reproduce, which will aid in writing the tests.
Until next week,
Adam Seskunas
Author: Adam Seskunas
AuthorDate: Mon Jul 8 11:23:10 2024 -0700
Commit: Xisco Fauli
CommitDate: Thu Jul 18 01:11:12 2024 +0200
tdf#71749 Unit test for sw: WW8: don't loop on tables in footnotes
Change-Id: I5ca830b2ec0c883a23bab1ece006f8c88310f3ce
Reviewed-on:
tfoundation.org/show_bug.cgi?id=157484>
https://bugs.documentfoundation.org/show_bug.cgi?id=85769
<https://bugs.documentfoundation.org/show_bug.cgi?id=85769>
That’s it for this week, until next week,
Adam Seskunas
Attached is the zipped log output.
I'm working on running the last command in gdb as suggested by Noel. Here
is the command
in case it helps with debugging.
S=/home/adam/libreoffice3 && I=$S/instdir && W=$S/workdir && rm -f
$W/Gallery/backgrounds/* &
er of type
com.sun.star.ucb.XUniversalContentBroker at
/home/adam/libreoffice3/workdir/UnoApiHeadersTarget/offapi/normal/com/sun/star/ucb/UniversalContentBroker.hpp:52'
warn:vcl:924655:924655:vcl/source/app/svapp.cxx:249: AppFileName should be
set to something after SVMain!
Bootstrap exception 'component con
id=157482
https://bugs.documentfoundation.org/show_bug.cgi?id=157484
I have the test for tdf#15742 mostly finished, I've just been stalled a bit
by correctly detecting the infoBar. After these tests are finished, my
current plan is to at some point convert them to CppUnit.
That's it for now, have a good week
Adam Seskunas
pre bug fix
commits. I will continue to try on new bugs, or with other techniques, in
between writing other tests.
That’s if for this week,
Adam Seskunas
ms reverting to
the correct commits to re produce the bugs. During our weekly meeting, Xisco
and Hossein offered some very helpful tips, and I will use these over the
upcoming week to hopefully make some progress on writing some Missing Unit
tests.
Have a good week,
Adam Seskunas
this test as well
https://bugs.documentfoundation.org/show_bug.cgi?id=103063
<https://bugs.documentfoundation.org/show_bug.cgi?id=103063>
That’s it for now, hope everyone has a good week.
Cheers,
Adam Seskunas
uld be framework/qa/complex/api_internal/CheckAPI.java, and after
that I’m going to start working on writing some tests from the Missing Unit
tests list.
Cheers,
Adam Seskunas
insertions(+)
New commits:
commit 227f5c77278c96f7f1b126aade457422949a095c
Author: Adam Seskunas
AuthorDate: Wed Jun 5 14:54:19 2024 -0700
Commit: Xisco Fauli
CommitDate: Fri Jun 7 10:45:17 2024 +0200
framework/qa/complex/dispatches/checkdispatchapi.java to CppUnit
Ports the
| 158
5 files changed, 202 insertions(+), 327 deletions(-)
New commits:
commit 4078428a401f4a99045451b59863d6001cdcc20b
Author: Adam Seskunas
AuthorDate: Tue May 28 10:33:38 2024 -0700
Commit: Xisco Fauli
CommitDate: Tue Jun 4 09:11:39 2024 +0200
Port framework/qa
eading the
Developers Guide database documentation and working on importing the database
components with a database connection.
After finishing the porting of checkdispatchapi.java, I tentatively plan to
start working on framework/qa/complex/api_internal/CheckAPI.java.
Have a good week
<https://bugs.documentfoundation.org/show_bug.cgi?id=45904> bug report in
Gerrit, unless anyone has any opinions that they should go elsewhere.
That’s it for now, in the coming week I’m going to be working on porting my
first four tests.
Cheers,
Adam Seskunas
Hello Everyone,
My name is Adam Seskunas and I'm one of the GSoC contributors for
LibreOffice. My project, as the name suggests, is to write more and better
tests for LibreOffice. In particular, I will be focusing on writing filter
tests for writer. The project will consist of two main
changed, 289 insertions(+), 1 deletion(-)
New commits:
commit 3e7de6b1bc9f28ba6b69489e7f5c7dc645abc695
Author: Adam Seskunas
AuthorDate: Thu Mar 14 06:09:08 2024 -0700
Commit: Hossein
CommitDate: Tue May 14 18:56:44 2024 +0200
tdf#144576 Copy a table from Writer to plain text editor as a
commits:
commit 9071cd6e59fb98ad8a2ddfb1019eaf950c716722
Author: Adam Seskunas
AuthorDate: Sat Feb 24 21:19:37 2024 -0800
Commit: Mike Kaganski
CommitDate: Wed Feb 28 05:00:46 2024 +0100
tdf#149714 BitsPerPixel property of Graphic has Boolean UNO type
- vcl change UNO type of
basic/source/runtime/methods.cxx |3 +++
1 file changed, 3 insertions(+)
New commits:
commit 95dace2eb1ae7ce2fc000cc67e134b7bfadf2c35
Author: Adam Seskunas
AuthorDate: Thu Feb 8 21:41:13 2024 -0800
Commit: Mike Kaganski
CommitDate: Tue Feb 13 05:51:04 2024 +0100
tdf#154285
sw/source/core/inc/frmtool.hxx|8
sw/source/core/layout/frmtool.cxx |8
2 files changed, 8 insertions(+), 8 deletions(-)
New commits:
commit 07059f3336f0daea15c0574a67bd99986eccedd3
Author: Adam Seskunas
AuthorDate: Sat Dec 30 18:45:28 2023 -0800
Commit
sw/qa/extras/layout/data/tdf147666.odt |binary
sw/qa/extras/layout/data/tdf147666.png |binary
sw/qa/extras/layout/layout3.cxx| 35 +
3 files changed, 35 insertions(+)
New commits:
commit ab70d0faf602de7d9711d99bd285a25c05335e9a
Author: Adam
dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui | 15 +++
solenv/sanitizers/ui/dbaccess.suppr |3 ---
2 files changed, 15 insertions(+), 3 deletions(-)
New commits:
commit e4c8f63c90ad8396f22186045399fabcd65958cd
Author: Adam Seskunas
AuthorDate: Sat Dec 16
: Adam Seskunas
AuthorDate: Mon Dec 4 09:51:06 2023 -0800
Commit: Xisco Fauli
CommitDate: Tue Dec 12 10:15:05 2023 +0100
tdf#113866 Add test.
Test if font color persists when exporting to pdf *and*
Print Text in Black is true.
Change-Id
svtools/source/control/ctrlbox.cxx |4 ++--
svtools/source/control/valueset.cxx |4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 1e6c1b672b1b93376f3c816e870d956b84e089e7
Author: Adam Seskunas
AuthorDate: Wed Sep 20 13:54:44 2023 -0700
Commit
deletions(-)
New commits:
commit 3f20d1dad1b84367f8ec322690dae20b0defbb08
Author: Adam Eric Fallon
AuthorDate: Wed Sep 20 18:23:16 2023 +0100
Commit: Heiko Tietze
CommitDate: Wed Sep 27 05:32:29 2023 +0200
tdf#146609 Renamed line width to thickness.
Change-Id
filter/source/msfilter/escherex.cxx |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit d039fcd1cc6ce1f746b412f364790614bf972740
Author: Adam Seskunas
AuthorDate: Thu Sep 14 21:02:14 2023 -0700
Commit: Mike Kaganski
CommitDate: Fri Sep 15 07:28:13 2023 +0200
filter/source/msfilter/escherex.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 046cee10e62993238534c68e33d97ed63067b290
Author: Adam Seskunas
AuthorDate: Thu Sep 7 09:39:11 2023 -0700
Commit: Ilmari Lauhakangas
CommitDate: Thu Sep 14 16:47:29 2023
b1b002c293ddf38be125dc9083f41eb27452c450
Author: Adam Seskunas
AuthorDate: Thu Aug 31 14:14:03 2023 -0700
Commit: Hossein
CommitDate: Mon Sep 4 15:50:51 2023 +0200
tdf#147021 use std::size instead of SAL_N_ELEMENTS
Change-Id: Ibc6c83f950890ac9b7a754cc49973736fa81dcb8
Reviewed-on: https
sw/uiconfig/swriter/ui/notebookbar.ui | 57 ++-
sw/uiconfig/swriter/ui/notebookbar_compact.ui | 63 --
2 files changed, 114 insertions(+), 6 deletions(-)
New commits:
commit b0a9a21aee0588998d43f73ddb44b94391e2d40e
Author: Adam Eric
sw/source/uibase/app/appenv.hxx|5 +
sw/source/uibase/app/swdllimpl.hxx |5 +
2 files changed, 2 insertions(+), 8 deletions(-)
New commits:
commit 005f1547b8e5b37da243320b2eb7a84a47f4c821
Author: Adam Seskunas
AuthorDate: Tue Aug 29 10:40:43 2023 -0700
Commit: Ilmari
All of my past & future contributions to LibreOffice may be
licensed under the MPLv2/LGPLv3+ dual license.
Hi Eike,
Am I supposed to do: Upload the attached signature.asc file to the by
logging via the link given, right?
If, so, when I attempt it I get this message "A required attribute is not
available"
Go to portal <https://auth.documentfoundation.org/?cancel=1&skin=bootstrap>
Here you go.
Subject: M. A. ADAM (Maldives) license statement
All of my past & future contributions to LibreOffice may be
licensed under the MPLv2/LGPLv3+ dual license.
Kind regards,
M. A. ADAM
Maldives
On Fri, 22 Apr 2022 at 17:58,
wrote:
> Eike Rathke changed bug 148428
&
/Module_svx.mk |1
svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx | 50 +-
10 files changed, 71 insertions(+), 80 deletions(-)
New commits:
commit a7be9479a04de2f0059c5769bbd9dc354c84136b
Author: Adam Majer
AuthorDate: Wed Feb 19
/wrtw8nds.cxx|
2
4 files changed, 28 insertions(+), 7 deletions(-)
New commits:
commit 1cbf0ee54519bf81d934609352e8a1a641d8a534
Author: Adam Kovacs
AuthorDate: Fri May 17 11:30:26 2019 +0200
Commit: László Németh
CommitDate: Sat May 18 00:07
changed, 18 insertions(+), 1 deletion(-)
New commits:
commit b9afb9959c31c3c57d0f2fe91107a92abfd82cdb
Author: Adam Kovacs
AuthorDate: Tue Apr 30 10:53:08 2019 +0200
Commit: László Németh
CommitDate: Mon May 6 10:29:48 2019 +0200
tdf#113483: DOCX: fix encoding of bookmarks with non
/source/doc/doc.hrc | 138
6 files changed, 142 insertions(+), 142 deletions(-)
New commits:
commit 69d11029d6c72078381f33918574c5a0e043e217
Author: Adam Kasztenny
Date: Mon Dec 12 19:54:50 2016 -0500
tdf#95416 Fix an include for sfx2
ef65c40518c6f4671f9528edade9947092e10ac0
Author: Adam Kasztenny
Date: Sun Dec 11 18:46:31 2016 -0500
tdf#95416 Fix includes for xmloff
Move a header file into inc/
Change-Id: If337720fbd5af43fc7ec32518058a1c7d43b8d18
Reviewed-on: https://gerrit.libreoffice.org/31879
Tested-by
:
commit 13cba3505f3af25b640e9d3fa8e24ccdf1378c68
Author: Adam Kasztenny
Date: Sun Dec 11 19:53:01 2016 -0500
tdf#95416 Fix an include for xmlsecurity
Move one header file to inc/
Change-Id: If8f4bfcf29464011fe68573e7d4e67900aacc2cd
Reviewed-on: https
ot; for Collabora Online? Primarily business
enterprises/non-profits/government agencies?
5. What "value-added" services could I get as, say, a corporation
contracting with Collabora to get enhancements and/or support for
Collabora Online?
Thanks very much for any answers you can provid
roductivity-releases-collabora-online-cool-1-0-engine-for-hosters-and-clouds/#comment-17242)?
I ask because CODE contains, in part, permissively-licensed source code.
Thanks!
Adam
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://l
Hi there!
According to the LibreOffice rules,
I hereby state that all of my past & future contributions to LibreOffice
may be licensed under the MPLv2/LGPLv3+ dual license.
Cheers,
Laszlo Kis-Adam
___
LibreOffice mailing list
LibreOf
vcl/source/control/field.cxx | 18 +++---
1 file changed, 15 insertions(+), 3 deletions(-)
New commits:
commit 591e34f868cc3a3f3ce7927480d224f137bfd83c
Author: Laszlo Kis-Adam
Date: Thu Mar 12 17:44:01 2015 +0100
Support "a/b" style of fractions, not just &qu
Worked. Thanks !
In case anyone else stumbles upon this thread, I've installed this:
Java for OS X 2014-00 <http://support.apple.com/kb/DL1572>
On Thu, Nov 20, 2014 at 10:18 AM, Stephan Bergmann
wrote:
> On 11/20/2014 01:15 AM, Adam Fyne wrote:
>
>> So better to build us
Thanks Stephan.
So better to build using '--without-java' or better to install the older
Java 1-6 ?
On Wed, Nov 19, 2014 at 7:12 PM, Stephan Bergmann
wrote:
> On 11/19/2014 04:54 PM, Adam Fyne wrote:
>
>> I'm trying to build now on a totally fresh clean Macbook,
>&
ngOnMac> it said
that only if autogen
asks if I want to install JRE - I should accept, so I've assumed
it is not missing, since autogen did not complain about it.
Best,
*Adam Fyne*
Interoperability Team Leader
Twitter <http://www.twitter.com/cloudoninc> | LinkedIn
<http://www.l
Noel - do you agree?
can you also run master build on MAC-OSX with no problem ?
On Sun, Nov 9, 2014 at 12:25 PM, Norbert Thiebaud
wrote:
> On Sun, Nov 9, 2014 at 3:40 AM, Adam Fyne wrote:
> >
> > Hi all,
> >
> > Can't seem to build master on MAC OS-X when
Hi all,
Can't seem to build master on MAC OS-X when unit-tests
are turned on. I heard that in order to build on MAC - you need
to disable unit-tests. Is that true ?
Best,
*Adam Fyne*
Interoperability Team Leader
Twitter <http://www.twitter.com/cloudoninc> | Lin
include/rsc/rsc-vcl-shared-types.hxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit eb7aa9f1fa58ff43d4a974aec868f627755ce152
Author: Adam Co
Date: Mon Oct 20 13:37:51 2014 +0300
fix problem with gcc compiler complaining on variable type
Change-Id
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
1 - 100 of 443 matches
Mail list logo