Re: (openoffice) branch trunk updated: Allow reading lines longer than 64 KiB in SvStream, and reading CSV rows and cells longer than 64 KiB in OpenOffice Base. (They are now limited to ~2 GiB).

2024-08-28 Thread Arrigo Marchiori
Hello All, one small question for Damjan: [...] > commit 7b2bc0e6bba2fbc38d078306fe10d875115d6c86 > Author: Damjan Jovanovic > AuthorDate: Mon Jul 22 08:06:52 2024 +0200 [...] > diff --git a/main/connectivity/source/drivers/file/quotedstring.cxx > b/main/connectivity/source/drivers/file/quote

Re: Forum issue with gmail addresses

2024-06-04 Thread Arrigo Marchiori
Hello Dave, All, On Wed, Apr 03, 2024 at 08:53:04AM -0700, Dave Fisher wrote: > Hi - > > I’m hoping to follow up on the host VM and investigate this > issue. I’m likely to need help from ASF Infra on the VM's smtp > configuration. BTW - we also need to make sure that changes don’t > break the Me

Re: T-DOSE 2024

2024-06-04 Thread Arrigo Marchiori
Hello All, On Tue, Jun 04, 2024 at 03:43:02PM +0200, Matthias Seidel wrote: > Hi Michael (and Mechtilde), > > Thanks again for your participation! +1 ! [...] > Am 04.06.24 um 14:44 schrieb Dr. Michael Stehmann: > > Hello, > > > > like in the past Apache OpenOffice (and Apache) had a booth at

XML namespace URLs

2024-06-03 Thread Arrigo Marchiori
Dear All, OpenDocument files contain a lot of XML namespace URI's. For example, an empty ODT file's content.xml contains among others: - xmlns:xlink="http://www.w3.org/1999/xlink"; - xmlns:dc="http://purl.org/dc/elements/1.1/"; - xmlns:math="http://www.w3.org/1998/Math/MathML"; - ... and so

Re: c++17 : how to manage the dynamic specification exception issue?

2024-05-28 Thread Arrigo Marchiori
Hello, On Sun, May 26, 2024 at 04:16:44PM +0200, SET wrote: > Hello, > > I'm trying to build a C++ application that requires AOO and libphonenumber. > The latter requires c++17, which does not accept AOO headers because of the > throw(...) statements in the function signatures. It builds with

Re: Documenting our source code structure

2024-05-23 Thread Arrigo Marchiori
Hello All, On Thu, May 16, 2024 at 03:19:23PM +, Damjan Jovanovic wrote: > On Thu, May 16, 2024 at 2:41 PM Matthias Seidel > wrote: > > > Hi All, > > > > Some time ago I added some rudimentary Readme to some directories in our > > code, e.g.: > > > > https://github.com/apache/openoffice/edi

Re: Dynamic OpenSSL causes Curl regression on *nix

2024-05-01 Thread Arrigo Marchiori
Hello All, TL;DR: I think that keeping distinct branches for trunk and AOO42X is good practice, and we shall work on stabilizing AOO42X. More below. On Wed, May 01, 2024 at 03:52:19PM +0200, Matthias Seidel wrote: > Hi Pedro, > > Am 01.05.24 um 15:39 schrieb Pedro Lino: > > Hi Matthias > > > >

Re: Dynamic OpenSSL causes Curl regression on *nix

2024-04-30 Thread Arrigo Marchiori
Dear All, On Sat, Apr 27, 2024 at 06:36:29PM +0200, Arrigo Marchiori wrote: > Dear All, > > On Tue, Apr 23, 2024 at 04:48:13PM +, Damjan Jovanovic wrote: > > [...] > > I've now verified it works on Windows too, and have pushed the commits to > > trunk. >

Re: (openoffice) 01/12: Port our WebDAV content provider from serf/apr/apr-util, to curl.

2024-04-27 Thread Arrigo Marchiori
pache.org/repos/asf/openoffice.git > > > > commit 9646dec509b481cb88dbe1130c2f325ed13af748 > > Author: Damjan Jovanovic > > AuthorDate: Mon Apr 4 03:06:47 2022 +0200 > > > >Port our WebDAV content provider from serf/apr/apr-util, to curl. > > > >

Re: Dynamic OpenSSL causes Curl regression on *nix

2024-04-27 Thread Arrigo Marchiori
Dear All, On Tue, Apr 23, 2024 at 04:48:13PM +, Damjan Jovanovic wrote: [...] > I've now verified it works on Windows too, and have pushed the commits to > trunk. > > Here they are, in case you want to cherry-pick: > > commit f7b97bf7d9139c8b602d3da3aadbeef0631e39c1 (HEAD -> trunk, > origin

Re: Dynamic OpenSSL causes Curl regression on *nix

2024-04-26 Thread Arrigo Marchiori
Dear All, On Tue, Apr 23, 2024 at 04:48:13PM +, Damjan Jovanovic wrote: [...] > I've now verified it works on Windows too, and have pushed the commits to > trunk. > > Here they are, in case you want to cherry-pick: > > commit f7b97bf7d9139c8b602d3da3aadbeef0631e39c1 (HEAD -> trunk, > origin

Re: Dynamic OpenSSL causes Curl regression on *nix

2024-04-09 Thread Arrigo Marchiori
Hello Damjan, All, replying to this other message. On Mon, Apr 08, 2024 at 02:42:01PM +, Damjan Jovanovic wrote: [...] > Here's how you set RPATH in Curl: > > ---snip--- > diff --git a/main/curl/makefile.mk b/main/curl/makefile.mk > index 044bf4d8c9..ecef11820a 100644 > --- a/main/curl/make

Re: Dynamic OpenSSL causes Curl regression on *nix

2024-04-09 Thread Arrigo Marchiori
Hello Damjan, All, On Sun, Apr 07, 2024 at 05:22:43PM +, Damjan Jovanovic wrote: > On Sun, Apr 7, 2024 at 2:26 PM Arrigo Marchiori wrote: > > > Hello Damjan, All, > > > > On Sun, Apr 07, 2024 at 01:53:08PM +, Damjan Jovanovic wrote: > > > > > Hi &

Re: Dynamic OpenSSL causes Curl regression on *nix

2024-04-07 Thread Arrigo Marchiori
Hello Damjan, All, On Sun, Apr 07, 2024 at 01:53:08PM +, Damjan Jovanovic wrote: > Hi > > With Pedro Lino's help, I've discovered a serious regression, where Curl > (and libraries that use Curl) can fail to load, because they've been > dynamically linked to OpenSSL but cannot find the copy o

Re: Next blog post

2024-04-03 Thread Arrigo Marchiori
Dear All, On Mon, Apr 01, 2024 at 09:18:07AM +0200, Arrigo Marchiori wrote: [...] > > I prepared a draft on our wiki at [1], so anyone can contribute to the > > text. I am no native English speaker, nor marketing expert... feel > > free to correct it! > > > > Can

Re: Next blog post

2024-04-01 Thread Arrigo Marchiori
Dear All, On Fri, Mar 29, 2024 at 07:25:44PM +0100, Arrigo Marchiori wrote: > Dear All, > > trunk has seen quite a lot of work recently, and because it's trunk, > it is proceeding in a somewhat hidden way. > > Due to the fact that the last post on our blog is already 3

Back to the Future Initiative

2024-03-31 Thread Arrigo Marchiori
Dear All, The Apache OpenOffice Development Team is proud to announce that the next releases will introduce an important change: a text-only user interface. Read more: https://openoffice.apache.org/blog/back-to-the-future-initiative.html :-) -- Arrigo --

Re: Next blog post

2024-03-31 Thread Arrigo Marchiori
Hello Matthias, All, On Sun, Mar 31, 2024 at 03:29:19PM +0200, Matthias Seidel wrote: > Hi Arrigo, > > Am 29.03.24 um 19:25 schrieb Arrigo Marchiori: > > Dear All, > > > > trunk has seen quite a lot of work recently, and because it's trunk, > > it

Next blog post

2024-03-29 Thread Arrigo Marchiori
Dear All, trunk has seen quite a lot of work recently, and because it's trunk, it is proceeding in a somewhat hidden way. Due to the fact that the last post on our blog is already 3 months old, I suggest we make a new post to just tell what it is going on behind the scenes. The most relevant thi

Re: Bugzilla Improvement to fix confusion Fwd: New Open Office account?

2024-03-28 Thread Arrigo Marchiori
Hello All, On Thu, Mar 28, 2024 at 11:48:03AM +1030, David wrote: > I believe self service registration to Bugzilla has been disabled for > several years - see for example > https://www.mail-archive.com/dev@openoffice.apache.org/msg39684.html Yes, and I agree that registration should be advertis

Re: sot module build failures with recent gcc

2024-03-20 Thread Arrigo Marchiori
Dear All, just to close this thread: all major branches (AOO41X, AOO42X and trunk) should now build with GCC 11. For Linux users: this includes Ubuntu 22.04 LTS. Best regards. On Wed, Jan 17, 2024 at 08:08:05AM +0100, Arrigo Marchiori wrote: > Dear All, > > On Tue, Aug 01, 2023 at 1

Re: MS Office 2010+ "Agile" encrypted OOXML documents are working now!

2024-03-18 Thread Arrigo Marchiori
Hello Damjan, all, On Mon, Mar 18, 2024 at 06:10:01AM +, Damjan Jovanovic wrote: > That's great. Thank you for testing. > > My own tests also show it no longer crashes, both the Standard and Agile > encryption are working now :). Great job! -- Arrigo -

Re: MIME types for WMF/EMF

2024-03-03 Thread Arrigo Marchiori
Dear All, On Sat, Feb 24, 2024 at 02:08:24PM +0100, Marcus wrote: > Am 22.02.24 um 20:41 schrieb Pedro Lino: > > > On 02/22/2024 4:01 PM WET Damjan Jovanovic wrote: > > > > > Should we change the MIME types to "image/wmf" and "image/emf"? We would > > > presumably also keep aliases like "image/

Re: Article in "The Register" on CUA

2024-01-26 Thread Arrigo Marchiori
Hello, On Thu, Jan 25, 2024 at 01:17:13PM +0100, Matthias Seidel wrote: > Hi All, > > interesting article on CUA: > > https://www.theregister.com/2024/01/24/rise_and_fall_of_cua/ Very informative IMHO. Thank you for sharing! Another important, related concept is the Principle of Least Astonis

Re: sot module build failures with recent gcc

2024-01-16 Thread Arrigo Marchiori
and only them, and reproduce the problem, then it would be great IMHO. Don, do we know if clang compiles correctly? For what it's worth, I tried to work around this bug in this PR for AOO41X: https://github.com/apache/openoffice/pull/198 > Am 01.04.23 um 20:12 schrieb Arrigo Mar

Re: AOO crashes at start if Sitka*.ttc font

2024-01-14 Thread Arrigo Marchiori
Hello Matthias, All, On Sat, Jan 13, 2024 at 09:46:57PM +0100, Matthias Seidel wrote: > Hi Arrigo, > > Am 13.01.24 um 21:36 schrieb Arrigo Marchiori: > > Hello All, > > > > Bug 128583 opened [1]. > > > > On Sat, Jan 13, 2024 at 11:58:59AM +0100, Matthi

Re: AOO crashes at start if Sitka*.ttc font

2024-01-13 Thread Arrigo Marchiori
Hello All, Bug 128583 opened [1]. On Sat, Jan 13, 2024 at 11:58:59AM +0100, Matthias Seidel wrote: > Am 13.01.24 um 11:55 schrieb Dick Groskamp: > > Works for me on Windows 11. AOO 4.1.15 (Dutch) > > Yes, that ttc is distributed with Windows... > > Seems to be Linux only? We might cross-check

Re: AOO crashes at start if Sitka*.ttc font

2024-01-13 Thread Arrigo Marchiori
Hello All, On Sat, Jan 13, 2024 at 10:55:10AM -, Dick Groskamp wrote: > Works for me on Windows 11. AOO 4.1.15 (Dutch) > > On 2024/01/13 08:07:58 "Paweł (Tomasz)" wrote: > > Hello > > > > If there is any Sitka.ttc font in .fonts folder AOO crashes at start. > > > > guest@me:~$ openoffice4

Re: [VOTE] Release AOO 4.1.15-RC2 as GA

2023-12-12 Thread Arrigo Marchiori
Hello All, On Tue, Nov 28, 2023 at 10:45:34AM -0500, Jim Jagielski wrote: > I am calling a VOTE on releasing the source and complimentary community > builds of Apache OpenOffice 4.1.15-RC2 as GA. > > These artifacts can be found at: > >https://dist.apache.org/repos/dist/dev/openoffice/4.1.

Re: [DISCUSS][VOTE] Release AOO 4.1.15-RC1 as GA

2023-11-19 Thread Arrigo Marchiori
Hello Jim, All, On Sun, Nov 19, 2023 at 08:59:46AM -0500, Jim Jagielski wrote: > Are there any patches or additions anyone thinks would be > appropriate to add in for a RC2 or is RC1 "good enough"? I suggest we build a -RC2 from the current head of AOO41X. We would include the solution for bug

Re: [DISCUSS][VOTE] Release AOO 4.1.15-RC1 as GA

2023-11-11 Thread Arrigo Marchiori
Dear Matthias, All, On Sat, Nov 11, 2023 at 09:51:42AM +0100, Matthias Seidel wrote: [...] > @All: There are still a lot of tasks open in our Release Schedule: > > https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.15 > > If you want to participate, please volunteer! I subscribed mys

Re: Ugly UI [Was: "Roadmap"]

2023-10-08 Thread Arrigo Marchiori
Hello, On Fri, Oct 06, 2023 at 11:14:41PM +0200, Marcus wrote: [...] > @All: > Please have a look if that psart of text is OK or what should be written in > another way. Fixed on the wiki: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.15+Release+Notes Best regards, -- Arrigo --

Re: Ugly UI [Was: "Roadmap"]

2023-10-06 Thread Arrigo Marchiori
Hello All, On Fri, Oct 06, 2023 at 07:18:37PM +0200, Marcus wrote: > Am 06.10.23 um 18:39 schrieb Rory O'Farrell: > > On Fri, 6 Oct 2023 18:31:01 +0200 > > Marcus wrote: > > > > > Am 06.10.23 um 18:02 schrieb Pedro Lino: > > > > Hi Matthias > > > > > > > > > On 10/06/2023 3:44 PM WEST Matthias

Ugly UI [Was: "Roadmap"]

2023-10-06 Thread Arrigo Marchiori
Hello All, On Thu, Oct 05, 2023 at 11:49:34PM +0200, Matthias Seidel wrote: > Am 05.10.23 um 23:25 schrieb Matthias Seidel: > > Hi Marcus, > > > > Am 05.10.23 um 23:17 schrieb Marcus: > > > Am 05.10.23 um 21:25 schrieb Matthias Seidel: > > > > Am 05.10.23 um 21:06 schrieb Marcus: > > > > > Am 05

Re: 4.2.0 release blockers

2023-10-04 Thread Arrigo Marchiori
Hello Dave, All, On Sun, Oct 01, 2023 at 09:11:14PM -0700, Dave Fisher wrote: > > On Oct 1, 2023, at 12:04 PM, Peter Kovacs wrote: > > > >> Am 01.10.23 um 13:44 schrieb Damjan Jovanovic: > >> Hi > >> > >> So for 4.2.0, presumably we need to fix the bugs with 4.2.0_release_blocker > >> flags: >

Re: facebook

2023-08-22 Thread Arrigo Marchiori
Hello All, I am sorry for chiming in very late. On Tue, Jul 04, 2023 at 02:36:21PM +0200, Matthias Seidel wrote: > Hi Peter, All, > > Am 02.07.23 um 17:35 schrieb Peter Kovacs: > > > > Am 02.07.23 um 16:03 schrieb Matthias Seidel: > >> Hi Peter, > >> > >> Am 19.06.23 um 22:57 schrieb Peter Kova

Re: [Discussion] ODF 1.3 filter implementation strategy

2023-08-22 Thread Arrigo Marchiori
Dear All, On Tue, Aug 22, 2023 at 05:23:50PM +0200, Matthias Seidel wrote: > Hi Pedro, > > Good find! > > "OpenOffice" (exactly written like that) is a registered trademark of the > ASF. > > I think we need to add that to our list of trademark violations? +1 If we wanted to follow this way,

Re: blog migration

2023-06-10 Thread Arrigo Marchiori
Dear All, the "Blog" link at the top-right corner of the homepage links to: https://blogs.apache.org/ooo/ that is not valid. I think that the correct URL should rather be: https://openoffice.apache.org/blogpage.html I made a "git grep blogs.apache.org" and this URL appears in a _lot_ of files; f

Re: Install AOO via winget on Windows 10/11

2023-06-05 Thread Arrigo Marchiori
Hello, adding volunteer@ mailing list because... we need a volunteer. Please read below. On Sat, Jun 03, 2023 at 08:32:10PM +0200, Matthias Seidel wrote: > Hi, > > FYI, I recently learned about using "winget". > > This is Microsofts commandline package manager for Windows 10/11. Nice! > Whil

Re: blog migration

2023-06-05 Thread Arrigo Marchiori
Hello Peter, All, On Mon, Jun 05, 2023 at 12:14:12AM +0200, Peter Kovacs wrote: > I have merged the migration. Well done! Best regards, -- Arrigo - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional

Re: Executable flag

2023-06-04 Thread Arrigo Marchiori
Hello Matthias, All, On Thu, Jun 01, 2023 at 04:57:39PM +0200, Matthias Seidel wrote: > Hi All, > > How about all those .java files in > > main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/ > > ? I think they shall _not_ be executable as well. Best regards. -- A

Re: [discussion] looking for Contributor "campaign"

2023-05-28 Thread Arrigo Marchiori
Hello Matthias, All, On Sun, May 28, 2023 at 01:34:56PM +0200, Matthias Seidel wrote: > Hi All, > > Apart from the major task to write a Readme... ;-) > >  - We had some files encoded with CRLF, maybe there are still others? >  - We have a lot of mixed indentation (spaces+tabs) that produce > w

Re: Executable flag

2023-05-26 Thread Arrigo Marchiori
Hello Matthias, All, On Thu, May 25, 2023 at 04:08:59PM +0200, Matthias Seidel wrote: > Hi all, > > By accident I found two cxx files that had the executable flag set. I > think that does not make sense. +1 > But there were lot more and I removed their flags now with 2 commits. > > Some are s

Re: [discussion] looking for Contributor "campaign"

2023-05-23 Thread Arrigo Marchiori
Hello Matthias, All, On Sat, May 20, 2023 at 05:01:36PM +0200, Matthias Seidel wrote: > Hi all, > > Am 20.05.23 um 12:17 schrieb Peter Kovacs: > > > > Am 20.05.23 um 10:10 schrieb Arrigo Marchiori: > >> Hello All, > >> > >> On Thu, Apr 27,

Re: Wizard for Letter / Fax — unexpected security warning

2023-05-20 Thread Arrigo Marchiori
Hello Czesław, All, On Fri, May 12, 2023 at 08:23:17AM +0200, Czesław Wolański wrote: > Hi All, > > Version 4.1.14 seems to have gone a bit too far in terms of security > measures. > > Prerequisite: "Macro security" set to "Low". > > 1. Choose File ⟶ Wizards ⟶ Letter (or ⟶ Fax). > 2. In the d

Re: Updated graphics for AOO

2023-05-20 Thread Arrigo Marchiori
Hello Matthias, All, On Sat, Apr 22, 2023 at 08:01:07PM +0200, Matthias Seidel wrote: > Hi All, > > During the last weeks I did some work on the handles > (markers/cropmarkers) for AOO. [...] Please forgive my ignorance... how can we see these new cropmarkers? When are they displayed? Best reg

Re: [discussion] looking for Contributor "campaign"

2023-05-20 Thread Arrigo Marchiori
Hello All, On Thu, Apr 27, 2023 at 10:49:53PM +0200, Matthias Seidel wrote: > Hi Peter, > > Am 22.04.23 um 09:22 schrieb Peter Kovacs: > > Hi all, > > > > I came across > > > > https://dev.to/opensauced/whos-looking-for-open-source-contributors-week-38-16e9 > > > > > > And it got me thinking. I

Re: Changes proposal for the future AOO 5.0.0

2023-04-25 Thread Arrigo Marchiori
Hello All, replying mid-thread. On Sat, Apr 22, 2023 at 04:41:37PM +0200, Corentin Verbrèghe wrote: > Hello, > I think that making my proposal an extension of AOO is a bad idea, I rather > thought that it should be part of the software because the problem of an > extension is that it does not in

Re: Compile Linux x86

2023-04-25 Thread Arrigo Marchiori
Hello Pedro, On Sun, Apr 16, 2023 at 10:32:03AM +0100, Pedro Lino wrote: > Hi all > > This is very a basic question for a programmer but as "developer" I could not > find any clear documentation: how do I compile an x86 build in Linux? > > I have managed to build an x64 Linux installer follo

Re: scons-build branch

2023-04-18 Thread Arrigo Marchiori
nary to link > against. > At least this is my understanding on the build architecture. Yes, that is how it works. [...] > Am 18. April 2023 06:49:03 MESZ schrieb Yury Tarasievich: > >On 16/04/2023 16:21, Arrigo Marchiori wrote: > >> I just pushed some commits to t

scons-build branch

2023-04-16 Thread Arrigo Marchiori
Dear All, I just pushed some commits to the scons-build branch, in which I am attempting to write _from scratch_ the SConscripts to build some modules. >From a ``didactical'' point of view, I thought that this way could be better for newbies like me, to get a grasp on SCons' internals, rather tha

Re: sot module build failures with recent gcc

2023-04-01 Thread Arrigo Marchiori
Hello Don, All, On Wed, Mar 29, 2023 at 11:58:06PM -0700, Don Lewis wrote: > A FreeBSD user is trying to unbreak the ppc64 build and ran into an > issue with the sot module. I dig into it pretty deeply and it looks to > me like a gcc bug. It's reproducable in amd64. It seems to affect > gcc10,

Re: GNU make 4.4 under Cygwin64

2023-03-12 Thread Arrigo Marchiori
Dear All, On Sun, Mar 12, 2023 at 12:01:01AM +0100, Arrigo Marchiori wrote: > Hello Matthias, All, > > apparently, compatibility with the latest GNU Make is not yet ensured. > > On Tue, Dec 06, 2022 at 01:20:17PM +0100, Matthias Seidel wrote: > > > And in

Re: GNU make 4.4 under Cygwin64

2023-03-11 Thread Arrigo Marchiori
Hello Matthias, All, apparently, compatibility with the latest GNU Make is not yet ensured. On Tue, Dec 06, 2022 at 01:20:17PM +0100, Matthias Seidel wrote: > And in the end it doesn't build: > > --- > > = > Building module slideshow > = > > Entering /cygdrive/c/Source

Re: Review from Microsoft Store

2023-03-09 Thread Arrigo Marchiori
Hello Matthias, All, On Thu, Mar 09, 2023 at 02:34:22PM +0100, Matthias Seidel wrote: > Just FYI: > > This user is not willing to give more details... > > I am pretty sure the problem is that his AntiVirus program blocked > OpenOffice and that his files are NOT password protected. > > Maybe a

Re: GNU make 4.4 under Cygwin64

2023-03-05 Thread Arrigo Marchiori
Hello Matthias, All, On Thu, Feb 23, 2023 at 04:42:26PM +0100, Matthias Seidel wrote: > Hi Arrigo, All, > > Am 23.02.23 um 16:29 schrieb Arrigo Marchiori: > > Hello Matthias, All, > > > > On Sat, Dec 17, 2022 at 01:51:43PM +0100, Matthias Seidel wrote: > > &

Re: Fwd: Updated: make-4.4.1-1 & -2

2023-03-05 Thread Arrigo Marchiori
Hello Matthias, On Thu, Mar 02, 2023 at 05:43:22PM +0100, Matthias Seidel wrote: > Hi All, > > Can anyone test if we can build with the updated make on Windows? > > I don't want to risk it! If not there is no way back... ;-) We seem to have the same problems with GNU Make 4.4.1 as with GNU Mak

Re: GNU make 4.4 under Cygwin64

2023-02-23 Thread Arrigo Marchiori
Hello Matthias, All, On Sat, Dec 17, 2022 at 01:51:43PM +0100, Matthias Seidel wrote: > Hi all, > > It would be great if someone could have an eye on the precompiled > headers in module slideshow that are a "problem" for make 4.4. Apparently, Make 4.4 is the only version available now. We have

Testing AOO on macOS

2023-02-19 Thread Arrigo Marchiori
Dear All, for some reason, our Catalina-based macMini shared instance is giving me problems when testing AOO. Buttons do not seem to behave properly. For example: once AOO opens, I cannot click on "Text document" to open a new document. My clicks seem to be ignored. The menus work: I can click

Re: [VOTE] Release AOO 4.1.14-RC1 as GA

2023-02-19 Thread Arrigo Marchiori
On Mon, Feb 13, 2023 at 07:38:51AM -0500, Jim Jagielski wrote: > I am calling a VOTE on releasing the source and complimentary community > builds of > Apache OpenOffice 4.1.14-RC1 as GA. > > These artifacts can be found at: > >https://dist.apache.org/repos/dist/dev/openoffice/4.1.14-RC1/ >

Re: 41X fails to build in Ubuntu 18.04 (was Re: Fails to build on Pop!_OS 18.04)

2023-01-24 Thread Arrigo Marchiori
Dear All, On Tue, Jan 24, 2023 at 11:10:21PM +, Pedro Lino wrote: > > On 01/24/2023 9:59 PM WET Peter Kovacs wrote: > > > strange. I have: > > > > /usr/lib/jvm/java-8-openjdk-amd64/lib/amd64/libjawt.so > > /usr/lib/jvm/java-8-openjdk-amd64/include/jawt.h > > /usr/lib/jvm/java-8-openjdk-amd

Re: Happy...

2023-01-05 Thread Arrigo Marchiori
On Sun, Jan 01, 2023 at 07:39:47PM +0100, Matthias Seidel wrote: > ...new year! ;-) +1 (I know I am sort of late, but... we are still in 2023, aren't we? :-) Best regards, -- Arrigo - To unsubscribe, e-mail: dev-unsubscr...@o

Re: No OpenOffice Devroom at FOSDEM 2023

2023-01-05 Thread Arrigo Marchiori
On Fri, Dec 30, 2022 at 03:13:20PM -0500, Carl Marcum wrote: > Hi Andrea, > > On 12/30/22 12:52 PM, Andrea Pescetti wrote: > > You've often seen me spamming this list in the last week of the year in > > recent years calling for FOSDEM submissions, but I am not doing it this > > time... since ther

Re: Hyperlink Warning Message for mp4 file

2022-09-30 Thread Arrigo Marchiori
Hello, On Mon, Aug 01, 2022 at 11:08:33PM +0200, Matthias Seidel wrote: > Hi, > > Am 01.08.22 um 20:20 schrieb Czesław Wolański: > > Hi, > > > > The topic "Macro warning - sometimes" on the English forum, started > > yesterday. [1] > > An user annoyed by the fact that a hyperlink pointing to an

Re: [codehealth] casting int to a pointer

2022-09-24 Thread Arrigo Marchiori
Hello, On Fri, Sep 23, 2022 at 07:08:26AM +0200, Peter Kovacs wrote: > Hi all, > > We cast int to (void*) -> (example in main/sw/source/ui/fldui/changedb.cxx  > line 234) > > In general this sounds like not a sane idea to me, see discussions [1] [2] > [3]. The solution that the c++ community fo

Re: WebDAV module ported from serf to curl; curl using openssl and zlib

2022-08-29 Thread Arrigo Marchiori
Hello Damjan, All, I had a hard time restoring all the proper line breaks... this thread is getting long! :-) On Tue, Aug 23, 2022 at 03:22:07AM +0200, Damjan Jovanovic wrote: > On Sat, May 28, 2022 at 6:54 PM Arrigo Marchiori > wrote: > > > Hello Damjan, All, > > > &

Re: Can't find boostrap when building

2022-08-06 Thread Arrigo Marchiori
Hello, On Sat, Aug 06, 2022 at 12:24:21AM +, Hao Wang wrote: > I'm following the installation guide on the following page : > > https://github.com/apache/openoffice [...] > and I ran the following commands > > > cd aoo/main > autoconf > ./configure > > But then I discovered there was no

Re: strange error message during build on docker image

2022-07-21 Thread Arrigo Marchiori
Hello Peter, On Thu, Jul 21, 2022 at 10:47:38AM +0200, Peter Kovacs wrote: > Hi all, > > I started to build AOO again. (finally found some time) > > I run into a strange issue. > > = > Building module gtest > = > > Entering /workspace/AOO/gitbox/ext_libraries/gtest >

Re: [DISCUSS] 4.1.13 release user profile warning

2022-07-18 Thread Arrigo Marchiori
Dear All, On Mon, Jul 18, 2022 at 07:03:09PM +0200, Marcus wrote: > Am 16.07.22 um 15:38 schrieb Carl Marcum: > > [...Carl's version] > > > > For the blog post I propose adding this text after the second paragraph. > > > > If you reference the 4.1.12 release blog post [1] this would replace th

Re: [VOTE] Release AOO 4.1.13-RC1 as GA

2022-07-14 Thread Arrigo Marchiori
Dear All, On Tue, Jul 05, 2022 at 07:58:49AM -0400, Jim Jagielski wrote: > I am calling a VOTE on releasing the source and complimentary community > builds of > Apache OpenOffice 4.1.13-RC1 as GA. > > These artifacts can be found at: > > https://dist.apache.org/repos/dist/dev/openoffice/4.1.13

Re: Windows Visual Studio version for building on Windows 10

2022-07-13 Thread Arrigo Marchiori
Hello, On Wed, Jul 13, 2022 at 08:32:29AM +0200, Peter Kovacs wrote: > Hello Kelly, > > Am 12.07.22 um 04:23 schrieb Kelly Hodis: > > Hello, > > > > The oowintool Perl script inside of /openoffice/main is looking for early > > Visual Studio versions not present on my machine. I have Visual Stu

Re: PR 141 - Only addes empty lines

2022-06-13 Thread Arrigo Marchiori
Hello All, On Mon, Jun 13, 2022 at 08:46:06AM +0200, Peter Kovacs wrote: > Hi all, > > see  https://github.com/apache/openoffice/pull/141 > > > I do not see any value in this Request. It does not make the code more > readable, since there are already empty lines. > > I would like to close it

Re: [Discussion] Pootle Migration - Git Connection

2022-06-11 Thread Arrigo Marchiori
Hello All, On Sun, May 29, 2022 at 11:41:09PM +0200, Peter Kovacs wrote: > Hello all, > > I am still working myself into Pootle. > > Pootle stores the translation at default on the filesystem. There is a > backend which can utilize git. Pootle commit changes on the translation > towards the git

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-05-28 Thread Arrigo Marchiori
Hello Damjan, All, On Sat, May 28, 2022 at 03:22:53PM +0200, Damjan Jovanovic wrote: > On Sat, May 28, 2022 at 11:48 AM Arrigo Marchiori > wrote: > > > Hello Damjan, > > > > On Sat, May 28, 2022 at 11:12:45AM +0200, Damjan Jovanovic wrote: > > > > &

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-05-28 Thread Arrigo Marchiori
Hello Damjan, On Sat, May 28, 2022 at 11:12:45AM +0200, Damjan Jovanovic wrote: > On Sat, May 28, 2022 at 9:20 AM Arrigo Marchiori > wrote: > > > Hello Damjan, all, > > > > On Fri, May 27, 2022 at 11:27:11PM +0200, Arrigo Marchiori wrote: > > > > > Hel

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-05-28 Thread Arrigo Marchiori
Hello Damjan, all, On Fri, May 27, 2022 at 11:27:11PM +0200, Arrigo Marchiori wrote: > Hello, > > On Fri, May 27, 2022 at 09:46:51PM +0200, Arrigo Marchiori wrote: > > > Hello Damjan, > > > > On Sun, May 22, 2022 at 06:10:46PM +0200, Damjan Jovanovic wrote: >

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-05-27 Thread Arrigo Marchiori
Hello, On Fri, May 27, 2022 at 09:46:51PM +0200, Arrigo Marchiori wrote: > Hello Damjan, > > On Sun, May 22, 2022 at 06:10:46PM +0200, Damjan Jovanovic wrote: > > > On Sun, May 22, 2022 at 2:43 PM Arrigo Marchiori > > wrote: > > > > > Hello Damjan, all,

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-05-27 Thread Arrigo Marchiori
Hello Damjan, On Sun, May 22, 2022 at 06:10:46PM +0200, Damjan Jovanovic wrote: > On Sun, May 22, 2022 at 2:43 PM Arrigo Marchiori > wrote: > > > Hello Damjan, all, > > > > On Tue, Apr 26, 2022 at 07:56:22PM +0200, Damjan Jovanovic wrote: > > > > > On

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-05-22 Thread Arrigo Marchiori
Hello Damjan, all, On Tue, Apr 26, 2022 at 07:56:22PM +0200, Damjan Jovanovic wrote: > On Mon, Nov 15, 2021 at 9:57 PM Jim Jagielski wrote: > > > I'm gonna look into the serf->(lib)curl option... Since we don't use any > > of the fancy features of serf, I'm thinking that the easy option might b

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-05-16 Thread Arrigo Marchiori
Hello Damjan, all, On Sun, May 15, 2022 at 04:12:14PM +0200, Damjan Jovanovic wrote: > On Sun, May 15, 2022 at 3:57 PM Arrigo Marchiori > wrote: > > > Dear All, > > > > On Thu, May 12, 2022 at 07:36:49PM +0200, Arrigo Marchiori wrote: > > > > > Dear

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-05-15 Thread Arrigo Marchiori
Dear All, On Thu, May 12, 2022 at 07:36:49PM +0200, Arrigo Marchiori wrote: > Dear all, > > if nobody objects, I will merge this PR during the week-end. > > Reference: https://github.com/apache/openoffice/pull/146 Done. Thank you again, Damjan! The next library to updat

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-05-12 Thread Arrigo Marchiori
Dear all, if nobody objects, I will merge this PR during the week-end. Reference: https://github.com/apache/openoffice/pull/146 Best regards, -- Arrigo - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additi

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-05-06 Thread Arrigo Marchiori
Hello All, replying to myself now... On Mon, May 02, 2022 at 10:28:51PM +0200, Arrigo Marchiori wrote: > > > > On Fri, Apr 29, 2022 at 04:53:59AM +0200, Damjan Jovanovic wrote: > > > [...] > > > > > When I run your Linux binaries, I also get that error.

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-05-06 Thread Arrigo Marchiori
Hello Dave, On Mon, May 02, 2022 at 05:53:19PM -0700, Dave Fisher wrote: > Just so that you aren’t the only one here. I am sure I am not alone... but thank you anyway ;-) > It will be important to write good release notes about these changes. > > Users will need to understand clearly that upda

Re: [IMPORTANT] Scheduling Maintenance for our Forum

2022-05-05 Thread Arrigo Marchiori
On Thu, May 05, 2022 at 05:37:40PM +0200, Marcus wrote: > Also from me a big thank you for this even bigger work. > It's very much appreciated. :-) +1 > Am 05.05.22 um 13:02 schrieb Dick Groskamp: > > Thanks for the update Dave. Much appreceated. > > > > Dutch forum looks good. > > > > On 2022

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-05-02 Thread Arrigo Marchiori
Hello All, On Sat, Apr 30, 2022 at 10:31:33PM +0200, Arrigo Marchiori wrote: > Replying to myself again... > > On Sat, Apr 30, 2022 at 10:03:54PM +0200, Arrigo Marchiori wrote: > > > Replying to myself... > > > > On Sat, Apr 30, 2022 at 09:41:04PM

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-04-30 Thread Arrigo Marchiori
Replying to myself again... On Sat, Apr 30, 2022 at 10:03:54PM +0200, Arrigo Marchiori wrote: > Replying to myself... > > On Sat, Apr 30, 2022 at 09:41:04PM +0200, Arrigo Marchiori wrote: > > > Hello Damjan, > > > > On Fri, Apr 29, 2022 at 04:53:59AM

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-04-30 Thread Arrigo Marchiori
Replying to myself... On Sat, Apr 30, 2022 at 09:41:04PM +0200, Arrigo Marchiori wrote: > Hello Damjan, > > On Fri, Apr 29, 2022 at 04:53:59AM +0200, Damjan Jovanovic wrote: [...] > > When I run your Linux binaries, I also get that error. > > > > One pr

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-04-30 Thread Arrigo Marchiori
Hello Damjan, On Fri, Apr 29, 2022 at 04:53:59AM +0200, Damjan Jovanovic wrote: > On Thu, Apr 28, 2022 at 8:46 PM Arrigo Marchiori > wrote: > > > Hello Damjan, > > > > On Thu, Apr 28, 2022 at 06:53:43PM +0200, Damjan Jovanovic wrote: > > > > > On Thu

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-04-28 Thread Arrigo Marchiori
Hello Damjan, On Thu, Apr 28, 2022 at 06:53:43PM +0200, Damjan Jovanovic wrote: > On Thu, Apr 28, 2022 at 6:12 PM Arrigo Marchiori > wrote: > > > Dear Damjan, All, > > > > On Tue, Apr 26, 2022 at 07:56:22PM +0200, Damjan Jovanovic wrote: > > > > > On

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-04-28 Thread Arrigo Marchiori
Dear Damjan, All, On Tue, Apr 26, 2022 at 07:56:22PM +0200, Damjan Jovanovic wrote: > On Mon, Nov 15, 2021 at 9:57 PM Jim Jagielski wrote: > > > I'm gonna look into the serf->(lib)curl option... Since we don't use any > > of the fancy features of serf, I'm thinking that the easy option might be

Re: WebDAV module ported from serf to curl; curl using openssl and zlib (was: Re: Openssl, serf and curl)

2022-04-27 Thread Arrigo Marchiori
Dear All, first of all thank you Damjan, for this huge work! It looks... wonderful. On Wed, Apr 27, 2022 at 07:11:14PM +0200, Damjan Jovanovic wrote: > Thank you Matthias. > > Not too happy to use Github, but here is the pull request: > https://github.com/apache/openoffice/pull/146 This is muc

Re: [VOTE] Release AOO 4.1.12-RC1 as GA

2022-04-18 Thread Arrigo Marchiori
Dear All, On Wed, Apr 13, 2022 at 09:54:53AM -0400, Jim Jagielski wrote: > I am calling a VOTE on releasing the source and complimentary community > builds of > Apache OpenOffice 4.1.12-RC1 as GA. > > These artifacts can be found at: > > https://dist.apache.org/repos/dist/dev/openoffice/4.1.12

Re: Building 4.1.12-RC1 Linux x86

2022-04-18 Thread Arrigo Marchiori
nf. Everything works if I patch the build script adding parameters --enable-gnome-vfs and --disable-gio But I understand it's just my problem... so let's move forward. Best regards. > > On Apr 17, 2022, at 9:25 AM, Arrigo Marchiori > > wrote: > > > > Dear Jim

Building 4.1.12-RC1 Linux x86

2022-04-17 Thread Arrigo Marchiori
Dear Jim, All, I cannot build the current RC on my CentOS 5 VM (x86, 32 bit) using the build script from Subversion. The configure script aborts because it cannot find the gio library: 8<8<8<8<8<8<8<- checking whether to enable GIO supp

Re: Help building in Ubuntu 20.04.4?

2022-03-22 Thread Arrigo Marchiori
Hello Matthias, all, On Mon, Mar 21, 2022 at 05:34:32PM +0100, Matthias Seidel wrote: > Hi Pedro, > > I cherry-picked the second patch, so AOO41X should build now. > > Can you test, please? Current AOO41X builds under CentOS 5, 64 bit. Best regards, -- Arrigo ---

Re: AOO 4.1.12?

2022-03-17 Thread Arrigo Marchiori
Hello Jim, All, On Wed, Mar 16, 2022 at 11:40:23AM -0400, Jim Jagielski wrote: > Thanks! I volunteer to RM. Is that OK? +1 with thanks! Best regards, -- Arrigo - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org F

Re: problem reading old XML formats with trunk

2022-02-18 Thread Arrigo Marchiori
Hello Carl, All, On Fri, Jan 07, 2022 at 04:57:20PM +0100, Arrigo Marchiori wrote: > Hello Carl, All, > > I am branching the thread from here in order to prune less > interesting parts. > > On Sun, Nov 14, 2021 at 10:12:05PM -0500, Carl Marcum wrote: > > > Hi All, &

[DISCUSS] The Public Service Mission of Apache OpenOffice

2022-02-15 Thread Arrigo Marchiori
The discussion will take place on the development mailing list. The list archives are public and anyone can subscribe to contribute: https://openoffice.apache.org/mailing-lists.html#development-mailing-list-public We look forward to your feedback! -- Arrigo Marchiori On behalf o

Re: [openoffice] branch AOO41X updated: Add support for Azul JDK's

2022-02-13 Thread Arrigo Marchiori
Hello Matthias, On Sun, Feb 13, 2022 at 05:43:25PM +0100, Matthias Seidel wrote: > Hi Arrigo, > > Am 13.02.22 um 17:22 schrieb Arrigo Marchiori: > > Hello Matthias, All, > > > > On Fri, Feb 11, 2022 at 08:15:32PM +0100, Matthias Seidel wrote: > > > >>

  1   2   3   >