Re: Building Windows AOO on Wine, and tests with Windows SDK 7.1

2025-02-22 Thread Damjan Jovanovic
ment version 10.2 to be released > on Friday 21 February 2025 (and possibly a few more days for Linux > distributions to package it). I've only used the 32 bit Wine. > 2. Export a WINEPREFIX variable set to some directory where the > environment will live: > export WINEPREFIX=/h

Re: Building Windows AOO on Wine, and tests with Windows SDK 7.1

2025-02-22 Thread Damjan Jovanovic
On Tue, Feb 18, 2025 at 7:26 AM Yury wrote: > Damjan, that's a sterling piece of work. Thank > you very much. > > However, the usual reward for a piece of good > work is more work, so could you tell us how's > scons-build project doing? > > Thank you. I haven't looked at that for a while, and it

Re: Building Windows AOO on Wine, and tests with Windows SDK 7.1

2025-02-16 Thread Pedro F. Giffuni
(skipping some interesting test descriptions) Hi guys; Just thought I'd mention, concerning the python build and newer Windows SDK... Long ago I changed the naming of the python build patches to clarify that Python expects to change the build path for newer MS compilers. In order to build python

Re: Building Windows AOO on Wine, and tests with Windows SDK 7.1

2025-02-16 Thread Matthias Seidel
but Wine's msvcp90.dll has a bug where ::std::ifstream::seekg() crashes. I initially worked around that in AOO by calling seekg(0, ::std::ios::beg) instead, but also reported it to Wine, and a few days ago other Wine developers fixed it (https://bugs.winehq.org/show_bug.cgi?id=57817). It w

Building Windows AOO on Wine, and tests with Windows SDK 7.1

2025-02-15 Thread Damjan Jovanovic
ex crashed, both due to the same reason: those tools find the size of a file by seeking to the end, reading the current offset, and then seeking back to the beginning (did they never learn how the stat(2) system call lets you find a file's size easier and faster?), but Wine's msvcp90.dll h

AOO will have a booth at Chemnitzer Linux-Tage 2025

2025-02-08 Thread Dr. Michael Stehmann
Hello, like in the past we will have a booth at Chemnitzer Linux-Tage 2025. Date is the 22nd and 23rd of March 2025 and the place is Chemnitz in Germany. Chemnitz is the European Capital of Culture 2025. So the slogan of the event is "the Culture of Open Source". You will find more about t

Re: openSUSE Leap 15.6 is good for AOO development

2024-12-24 Thread Damjan Jovanovic
On Tue, Dec 24, 2024 at 4:11 PM Arrigo Marchiori wrote: > Dear All, > > this is to inform you that Linux distribution openSUSE Leap 15.6 > contains all the necessary build dependencies for building and > developing Apache OpenOffice, according to our building guide [1]. > > This is good news, due

openSUSE Leap 15.6 is good for AOO development

2024-12-24 Thread Arrigo Marchiori
Dear All, this is to inform you that Linux distribution openSUSE Leap 15.6 contains all the necessary build dependencies for building and developing Apache OpenOffice, according to our building guide [1]. This is good news, due to the fact that the former release, openSUSE Leap 15.5, is going EOL

Re: Python scripts for AOO stats

2024-09-30 Thread Damjan Jovanovic
ow I could run the python scripts here: > > > > https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/ > > > > because I still was able to install Python 2 on Ubuntu 22.04. > > > > After upgrading to Ubuntu 24.04 I cannot do this anymore. Running the &

Re: Python scripts for AOO stats

2024-09-30 Thread Keith McKenna
Keith McKenna wrote: Damjan Jovanovic wrote: On Sat, Sep 28, 2024 at 12:11 PM Matthias Seidel mailto:matthias.sei...@hamburg.de>> wrote:     Hi All,     Until now I could run the python scripts here:     https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/     because I

Re: Python scripts for AOO stats

2024-09-30 Thread Keith McKenna
Damjan Jovanovic wrote: On Sat, Sep 28, 2024 at 12:11 PM Matthias Seidel mailto:matthias.sei...@hamburg.de>> wrote: Hi All, Until now I could run the python scripts here: https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/ because I still was able to i

Re: Python scripts for AOO stats

2024-09-28 Thread Matthias Seidel
Hi Damjan, Thanks, that seems to have fixed it (still downloading stats)! The script is invoked for example with: python get-aoo-stats.py all.lst 2024-09-27 > ./csv/2024-09-27.csv That gives me the download stats for yesterday in a CSV file. When successful, I will update the script in

Re: Python scripts for AOO stats

2024-09-28 Thread Damjan Jovanovic
On Sat, Sep 28, 2024 at 12:11 PM Matthias Seidel wrote: > Hi All, > > Until now I could run the python scripts here: > > https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/ > > because I still was able to install Python 2 on Ubuntu 22.04. > > After upgradi

Python scripts for AOO stats

2024-09-28 Thread Matthias Seidel
Hi All, Until now I could run the python scripts here: https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/ because I still was able to install Python 2 on Ubuntu 22.04. After upgrading to Ubuntu 24.04 I cannot do this anymore. Running the scripts with Python 3 gives me errors

Re: AOO Base CSV driver is now free of its 64 KiB row/field limit ;)

2024-07-22 Thread Pedro Lino
Hi Damjan Excellent news! Although I do not use Base (yet!) I use the CSV import/export from Calc on a regular basis. I will build my own 41X binaries in Ubuntu and give it a try! Can you share a link to a test >64 KiB CSV? All the best, Pedro > On 07/22/2024 5:43 PM WEST Damjan Jovanovic w

AOO Base CSV driver is now free of its 64 KiB row/field limit ;)

2024-07-22 Thread Damjan Jovanovic
Hi A long and painful bug with CSV files has been that OpenOffice has a row (line) limit of 64 KiB (in characters), as well as a field limit of 64 KiB. While individual lines of >= 64 KiB are rare, quoted CSV fields can span multiple lines. Now, at least in Base, this limitation is finally gone!!

Re: AOO Writer - Line Spacing icons

2024-04-03 Thread Matthias Seidel
need to open an issue for it. Regards,    Matthias Best, Pedro On 04/03/2024 11:36 AM WEST Matthias Seidel wrote: Hi All, Am 03.04.24 um 11:33 schrieb Pedro Lino: Hi Dean On 04/03/2024 8:54 AM WEST Dean W wrote: On my copy of AOO Writer the icons for 1.0 and 1.5 line spacing seem t

Re: AOO Writer - Line Spacing icons

2024-04-03 Thread Pedro Lino
03.04.24 um 11:33 schrieb Pedro Lino: > > Hi Dean > > > >> On 04/03/2024 8:54 AM WEST Dean W wrote: > >> On my copy of AOO Writer the icons for 1.0 and 1.5 line spacing seem to be > >> transposed. I have 1.0, 1.5 and 2.0 line spacing in my toolbar, and the g

Re: AOO Writer - Line Spacing icons

2024-04-03 Thread Matthias Seidel
Hi All, Am 03.04.24 um 11:33 schrieb Pedro Lino: Hi Dean On 04/03/2024 8:54 AM WEST Dean W wrote: On my copy of AOO Writer the icons for 1.0 and 1.5 line spacing seem to be transposed. I have 1.0, 1.5 and 2.0 line spacing in my toolbar, and the gap for 1.5 (on the icon) is smaller than the

Re: AOO Writer - Line Spacing icons

2024-04-03 Thread Pedro Lino
Hi Dean > On 04/03/2024 8:54 AM WEST Dean W wrote: > On my copy of AOO Writer the icons for 1.0 and 1.5 line spacing seem to be > transposed. I have 1.0, 1.5 and 2.0 line spacing in my toolbar, and the gap > for 1.5 (on the icon) is smaller than the gap for the 1.0 line spacing (o

AOO Writer - Line Spacing icons

2024-04-03 Thread Dean W
Dear all, On my copy of AOO Writer the icons for 1.0 and 1.5 line spacing seem to be transposed. I have 1.0, 1.5 and 2.0 line spacing in my toolbar, and the gap for 1.5 (on the icon) is smaller than the gap for the 1.0 line spacing (on the icon). Line spacing works as otherwise intended, except

Re: AOO will have a booth at Chemnitzer Linux-Tage 2024

2024-03-24 Thread Dr. Michael Stehmann
Hello, our booth was well decorated. We don't use the opporunity to make an CLT poster (they have a system to create a CLT specific poster), because we don't want an information overflow. AOO is well known. The most often question was: What is the difference of AOO and LibreOff

Re: AOO will have a booth at Chemnitzer Linux-Tage 2024

2024-03-23 Thread Matthias Seidel
Chemnitz in Germany. Great! Helpers are welcome. I will not be able to attend. But I have sent new AOO posters to Peter last year (for FROScon). Did he hand over them to you? We should NOT use the old (totally outdated) posters anymore... Regards,    Matthias You will find more about this

Re: AOO will have a booth at Chemnitzer Linux-Tage 2024

2024-02-17 Thread Peter kovacs
t; >Am 09.02.24 um 12:48 schrieb Dr. Michael Stehmann: >> Hello, >> >> we will have a booth at Chemnitzer Linux-Tage 2024 again. >> >> Date is the 16th and 17th of March 2024 and the place is Chemnitz in Germany. >Great! >> >> Helpers are welcome. >

Re: AOO will have a booth at Chemnitzer Linux-Tage 2024

2024-02-17 Thread Matthias Seidel
Hi, Am 09.02.24 um 12:48 schrieb Dr. Michael Stehmann: Hello, we will have a booth at Chemnitzer Linux-Tage 2024 again. Date is the 16th and 17th of March 2024 and the place is Chemnitz in Germany. Great! Helpers are welcome. I will not be able to attend. But I have sent new AOO

AOO will have a booth at Chemnitzer Linux-Tage 2024

2024-02-09 Thread Dr. Michael Stehmann
Hello, we will have a booth at Chemnitzer Linux-Tage 2024 again. Date is the 16th and 17th of March 2024 and the place is Chemnitz in Germany. Helpers are welcome. You will find more about this great event at https://chemnitzer.linux-tage.de/2024/en Kind regards Michael OpenPGP_sign

Re: AOO 4.2.0-Dev5 ?

2024-02-06 Thread Dave Fisher
picks up these issues. Best, Dave > > Best, > Pedro > >>>> On 01/07/2024 12:36 PM WET Matthias Seidel >>>> wrote: >>>> >>>> >>>> Hi All, >>>> >>>> and a happy new year! >>>> >>>

Re: AOO 4.2.0-Dev5 ?

2024-02-06 Thread Pedro Lino
ime/interest to add those patches. Best, Pedro > >> On 01/07/2024 12:36 PM WET Matthias Seidel > >> wrote: > >> > >> > >> Hi All, > >> > >> and a happy new year! > >> > >> After successfully releasing AOO 4.1.15 in

AOO 4.2.0-Dev5 Community Builds Available for Testing and Fun

2024-02-05 Thread Jim Jagielski
We have community builds of AOO 4.2.0-Dev5 available for download and testing at: https://dist.apache.org/repos/dist/dev/openoffice/4.2.0-Dev5/ We encourage people to try these builds out and to provide feedback and PRs against them; These are NOT production ready! Heck, they aren't

Re: Keyboard mappings to macros became unavailable when AOO is started from C++

2024-02-05 Thread SET
Hi, After reverting fb9ad7aa175, basic macros are callable by keyboard shortcuts when AOO 4.5.0 is started with ::cppu::bootstrap(). I made a diff bdb20b2a64..60e0a1c111 where I suspected fb9ad7aa175. bdb20b2a64 is the commit displayed in the 'About' dialog of 4.1.11 from your we

Re: AOO 4.2.0-Dev5 ?

2024-02-04 Thread Dave Fisher
gt; Best, > Pedro > >> On 01/07/2024 12:36 PM WET Matthias Seidel >> wrote: >> >> >> Hi All, >> >> and a happy new year! >> >> After successfully releasing AOO 4.1.15 in December we should now work >> towards a renewed Deve

Re: AOO 4.2.0-Dev5 ?

2024-02-03 Thread Pedro Lino
https://bz.apache.org/ooo/show_bug.cgi?id=67442 which already includes some patches, or open a new bug number? Best, Pedro > On 01/07/2024 12:36 PM WET Matthias Seidel wrote: > > > Hi All, > > and a happy new year! > > After successfully releasing AOO 4.1.15 in December we should

Re: AOO 4.2.0-Dev5 ?

2024-02-02 Thread Dave Fisher
anslation, I worked hard on the Help files and some parts of the > UI and the exported en-US.sdf is *much* cleaner now: > > https://nightlies.apache.org/openoffice/install/linsnap-42x/?C=M;O=D > <https://nightlies.apache.org/openoffice/install/linsnap-42x/?C=M;O=D> > > Additiona

Re: AOO 4.2.0-Dev5 ?

2024-02-02 Thread Matthias Seidel
eidel/HelpAuthoring.oxt I was able to tweak AOO on Linux to open existing XHP files, but this tool still needs a lot of attention from developers... Regards,    Matthias - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.or

Re: AOO 4.2.0-Dev5 ?

2024-01-30 Thread Jim Jagielski
> On Jan 30, 2024, at 7:53 AM, Jim Jagielski wrote: > > > >> On Jan 30, 2024, at 5:23 AM, Matthias Seidel >> wrote: >> >> Hi Jim, >> >> Am 30.01.24 um 11:11 schrieb Jim Jagielski: >>> macOS and Linux64 have also been uploaded. >> Great! > > I'll start on Linux32 bit builds today. > T

Re: AOO 4.2.0-Dev5 ?

2024-01-30 Thread Jim Jagielski
> On Jan 30, 2024, at 5:23 AM, Matthias Seidel > wrote: > > Hi Jim, > > Am 30.01.24 um 11:11 schrieb Jim Jagielski: >> macOS and Linux64 have also been uploaded. > Great! I'll start on Linux32 bit builds today. >> >> Since these are developer builds and not intended to be release candidate

Re: AOO 4.2.0-Dev5 ?

2024-01-30 Thread Matthias Seidel
ielski: I'm up for doing the dev tarballs for Linux and macOS On Jan 7, 2024, at 5:55 PM, Keith N. McKenna wrote: Matthias Seidel wrote: Hi All, and a happy new year! After successfully releasing AOO 4.1.15 in December we should now work towards a renewed Developer Edition 5 for AOO 4.2.

Re: AOO 4.2.0-Dev5 ?

2024-01-30 Thread Jim Jagielski
ing we want to integrate? >>>>>>>>>> >>>>>>>>>> How about this PR: >>>>>>>>>> >>>>>>>>>> https://github.com/apache/openoffice/pull/194 >>>>>>>>> Is thi

Re: AOO 4.2.0-Dev5 ?

2024-01-27 Thread Matthias Seidel
ntion. Regards, Matthias Best, Pedro Am 08.01.24 um 14:06 schrieb Jim Jagielski: I'm up for doing the dev tarballs for Linux and macOS On Jan 7, 2024, at 5:55 PM, Keith N. McKenna wrote: Matthias Seidel wrote: Hi All, and a happy new year! After successfully releasing AOO 4.1.15 in

Re: AOO 4.2.0-Dev5 ?

2024-01-26 Thread Matthias Seidel
Jan 7, 2024, at 5:55 PM, Keith N. McKenna wrote: Matthias Seidel wrote: Hi All, and a happy new year! After successfully releasing AOO 4.1.15 in December we should now work towards a renewed Developer Edition 5 for AOO 4.2.0. I am still in the massive process to clean up our Help file

Re: AOO 4.2.0-Dev5 ?

2024-01-25 Thread Matthias Seidel
Hi All, and a happy new year! After successfully releasing AOO 4.1.15 in December we should now work towards a renewed Developer Edition 5 for AOO 4.2.0. I am still in the massive process to clean up our Help files, so the whole translation process may be postponed to Dev 6. Opinions? Regards,

Re: AOO 4.2.0-Dev5 ?

2024-01-25 Thread Jim Jagielski
tion speed? >>>>>> I already did a build for Windows, boost is part of our build system. >>>>>> >>>>>> We need to check for macOS/Linux now. >>>>>> >>>>>>> In any case, +1 to updating libraries >>>>

Re: AOO 4.2.0-Dev5 ?

2024-01-24 Thread Matthias Seidel
r doing the dev tarballs for Linux and macOS On Jan 7, 2024, at 5:55 PM, Keith N. McKenna wrote: Matthias Seidel wrote: Hi All, and a happy new year! After successfully releasing AOO 4.1.15 in December we should now work towards a renewed Developer Edition 5 for AOO 4.2.0. I am still in the mas

Re: AOO 4.2.0-Dev5 ?

2024-01-24 Thread Jim Jagielski
;> >>>>> In any case, +1 to updating libraries >>>> That is the intention. >>>> >>>> Regards, >>>> >>>> Matthias >>>> >>>>> Best, >>>>> Pedro >>>>> >>>>>

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

2024-01-15 Thread Matthias Seidel
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 on macOS. That would be a good idea. I verified my last config.log on macOS. It says that

Re: AOO 4.2.0-Dev5 ?

2024-01-15 Thread Matthias Seidel
intention. Regards,     Matthias Best, Pedro Am 08.01.24 um 14:06 schrieb Jim Jagielski: I'm up for doing the dev tarballs for Linux and macOS On Jan 7, 2024, at 5:55 PM, Keith N. McKenna wrote: Matthias Seidel wrote: Hi All, and a happy new year! After successfully releasing AOO 4.1.15

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

2024-01-14 Thread Arrigo Marchiori
as 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 on macOS. &g

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

2024-01-13 Thread Matthias Seidel
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, 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

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?

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 st

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

2024-01-13 Thread Matthias Seidel
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 on macOS. Matthias On 2024/01/13 08:07:58 "Paweł (Tomasz)" wrote: Hello If there is any Sitka.t

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

2024-01-13 Thread Dick Groskamp
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 > Application Error > > Fatal exception: Signal 6 > S

AOO crashes at start if Sitka*.ttc font

2024-01-13 Thread Tomasz
Hello If there is any Sitka.ttc font in .fonts folder AOO crashes at start. guest@me:~$ openoffice4 Application Error Fatal exception: Signal 6 Stack: /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x37c3a)[0x7f1409e37c3a] /mnt/sda2/porteux/x86_64-apps

Re: AOO 4.2.0-Dev5 ?

2024-01-10 Thread Matthias Seidel
N. McKenna wrote: Matthias Seidel wrote: Hi All, and a happy new year! After successfully releasing AOO 4.1.15 in December we should now work towards a renewed Developer Edition 5 for AOO 4.2.0. I am still in the massive process to clean up our Help files, so the whole translation process may be

Re: AOO 4.2.0-Dev5 ?

2024-01-10 Thread Jim Jagielski
t; > Regards, > >Matthias > >> >> Best, >> Pedro >> >>> Am 08.01.24 um 14:06 schrieb Jim Jagielski: >>>> I'm up for doing the dev tarballs for Linux and macOS >>>> >>>>> On Jan 7, 2024, at 5:55 PM,

Re: AOO 4.2.0-Dev5 ?

2024-01-09 Thread Matthias Seidel
08.01.24 um 14:06 schrieb Jim Jagielski: I'm up for doing the dev tarballs for Linux and macOS On Jan 7, 2024, at 5:55 PM, Keith N. McKenna wrote: Matthias Seidel wrote: Hi All, and a happy new year! After successfully releasing AOO 4.1.15 in December we should now work towards a re

Re: AOO 4.2.0-Dev5 ?

2024-01-09 Thread Pedro Lino
McKenna > >> wrote: > >> > >> Matthias Seidel wrote: > >>> Hi All, > >>> and a happy new year! > >>> After successfully releasing AOO 4.1.15 in December we should now work > >>> towards a renewed Developer Edition 5 for AOO 4.2

Re: AOO 4.2.0-Dev5 ?

2024-01-09 Thread Matthias Seidel
Jan 7, 2024, at 5:55 PM, Keith N. McKenna wrote: Matthias Seidel wrote: Hi All, and a happy new year! After successfully releasing AOO 4.1.15 in December we should now work towards a renewed Developer Edition 5 for AOO 4.2.0. I am still in the massive process to clean up our Help files, so the

Re: AOO 4.2.0-Dev5 ?

2024-01-08 Thread Jim Jagielski
I'm up for doing the dev tarballs for Linux and macOS > On Jan 7, 2024, at 5:55 PM, Keith N. McKenna > wrote: > > Matthias Seidel wrote: >> Hi All, >> and a happy new year! >> After successfully releasing AOO 4.1.15 in December we should now work >>

Re: AOO 4.2.0-Dev5 ?

2024-01-07 Thread Keith N. McKenna
Matthias Seidel wrote: Hi All, and a happy new year! After successfully releasing AOO 4.1.15 in December we should now work towards a renewed Developer Edition 5 for AOO 4.2.0. I am still in the massive process to clean up our Help files, so the whole translation process may be postponed

Re: Keyboard mappings to macros became unavailable when AOO is started from C++

2024-01-07 Thread Matthias Seidel
Hi and welcome, Am 07.01.24 um 14:26 schrieb SET: Hi, This issue is observed on Linux in 4.1.15 and 4.5.0. It is not observed in 4.1.7. A C++ application starts AOO using bootstrap() and text documents are created from *.ott templates containing basic macros. Some macros have bindings to

Keyboard mappings to macros became unavailable when AOO is started from C++

2024-01-07 Thread SET
Hi, This issue is observed on Linux in 4.1.15 and 4.5.0. It is not observed in 4.1.7. A C++ application starts AOO using bootstrap() and text documents are created from *.ott templates containing basic macros. Some macros have bindings to keyboard combinations, all defined in the UI. In

AOO 4.2.0-Dev5 ?

2024-01-07 Thread Matthias Seidel
Hi All, and a happy new year! After successfully releasing AOO 4.1.15 in December we should now work towards a renewed Developer Edition 5 for AOO 4.2.0. I am still in the massive process to clean up our Help files, so the whole translation process may be postponed to Dev 6. Opinions

Re: AOO 4.1.15 Release Schedule

2023-12-18 Thread Jim Jagielski
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.15 > > Regards, > >Matthias > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

AOO 4.1.15 Release Schedule

2023-12-18 Thread Matthias Seidel
Hi All, I have now signed and re-uploaded all Windows binaries. The Release Schedule was updated as far as I was involved: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.15 Regards,    Matthias smime.p7s Description: Kryptografische S/MIME-Signatur

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

2023-12-18 Thread Jim Jagielski
I call this vote CLOSED. Based on the responses, AOO 4.1.15-RC2 has been approved as GA. Thanks to all who tested and voted. > On Nov 28, 2023, at 10:45 AM, Jim Jagielski wrote: > > I am calling a VOTE on releasing the source and complimentary community > builds of Apache OpenO

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

2023-12-16 Thread Marcus
find time for testing on Friday or Saturday. What about others? And we still have open tasks (even for the easiest things) in our Release Schedule: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.15 Is there really no big interest in a release here? Am 28.11.23 um 16:45 schrieb Jim

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

2023-12-15 Thread Matthias Seidel
urday. What about others? And we still have open tasks (even for the easiest things) in our Release Schedule: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.15 Is there really no big interest in a release here? Matthias Marcus Am 28.11.23 um 16:45 schrieb Jim Jagielski: I am ca

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: [VOTE] Release AOO 4.1.15-RC2 as GA

2023-12-11 Thread Jim Jagielski
> On Nov 28, 2023, at 10:45 AM, 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.15-RC2/ > > Plea

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

2023-12-10 Thread Marcus
Small correction: Of course it it: - Windows 10 Home 64-bit 22H2 Build 19045.3570 - Installed AOO 4.1.15m2 (Build 9813 - Rev. 5f13fa0070) Am 10.12.23 um 14:25 schrieb Marcus: Am 28.11.23 um 16:45 schrieb Jim Jagielski: The Release Candidate is good for production/GA:     [X] yes / +1

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

2023-12-10 Thread Marcus
[ ] tested on: - Windows 10 Home 64-bit 21H2 Build 19045.3570 - Installed AOO 4.1.15m1 (Build 9813 - Rev. 5f13fa0070) - Installed "de" full install + "ast" langpack - Switched the UI languages while testing Checksums: - Tested checksums for all source tarballs - Tested check

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

2023-12-07 Thread Czesław Wolański
Hi All, The Release Candidate is good for production/GA: [X] yes / +1 [ ] no / -1 My vote is based on: [X] binding (member of PMC) [X] I have built and tested the RC from source on Windows 10 64-bit en-US (full) [X] I have tested the binary RC on Windows 7 and 11 (both 64-b

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

2023-12-07 Thread Pedro Lino
Hi all The Release Candidate is good for production/GA: [x] yes / +1 [ ] no / -1 My vote is based on: [x] binding (member of PMC) [x] I have built and tested the RC from source on platform [Linux Ubuntu 18.04 x64] [x] I have tested the binary RC

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

2023-12-07 Thread Matthias Seidel
tasks (even for the easiest things) in our Release Schedule: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.15 Is there really no big interest in a release here? Matthias Marcus Am 28.11.23 um 16:45 schrieb Jim Jagielski: I am calling a VOTE on releasing the source and com

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

2023-12-07 Thread Czesław Wolański
t; > > > I'll find time for testing on Friday or Saturday. > > > > What about others? > > And we still have open tasks (even for the easiest things) in our > Release Schedule: > > https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.15 > >

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

2023-12-07 Thread Matthias Seidel
Hi Marcus, Am 06.12.23 um 19:12 schrieb Marcus: To push this topic: I'll find time for testing on Friday or Saturday. What about others? And we still have open tasks (even for the easiest things) in our Release Schedule: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.1

[DISCUSS][VOTE] Release AOO 4.1.15-RC2 as GA

2023-12-06 Thread Marcus
To push this topic: I'll find time for testing on Friday or Saturday. What about others? Marcus Am 28.11.23 um 16:45 schrieb Jim Jagielski: 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

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

2023-12-01 Thread Matthias Seidel
Hi All, The Release Candidate is good for production/GA:     [x] yes / +1     [ ] no / -1  My vote is based on:     [x] binding (member of PMC)     [x] I have built and tested the RC from source on platform [Windows 10 - 64bit]     [x] I have tested the binary RC on platform [Windows 10 - 64bit

[VOTE] Release AOO 4.1.15-RC2 as GA

2023-11-28 Thread Jim Jagielski
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.15-RC2/ Please cast your vote: The Release Candidate is good for production/GA: [ ]

Re: RECALLED (Re: [VOTE] Release AOO 4.1.15-RC1 as GA)

2023-11-21 Thread Matthias Seidel
Hi All, I have now built and uploaded the Windows binaries for AOO 4.1.15-RC2 based on Git #5f13fa0070: https://dist.apache.org/repos/dist/dev/openoffice/4.1.15-RC2/binaries/ Regards,    Matthias Am 20.11.23 um 14:08 schrieb Jim Jagielski: I am recalling and closing this VOTE as we work

RECALLED (Re: [VOTE] Release AOO 4.1.15-RC1 as GA)

2023-11-20 Thread Jim Jagielski
I am recalling and closing this VOTE as we work on getting a RC2 release out. Thanks to all who tested and voted!! > On Nov 1, 2023, at 10:54 AM, Jim Jagielski wrote: > > I am calling a VOTE on releasing the source and complimentary community > builds of Apache OpenOffice 4.1.15-RC1 as GA. >

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

2023-11-20 Thread Jim Jagielski
Good idea! > On Nov 19, 2023, at 4:16 PM, Arrigo Marchiori wrote: > > 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

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

2023-11-19 Thread Matthias Seidel
+1 Regards,    Matthias Am 19.11.23 um 22:16 schrieb 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

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-19 Thread Jim Jagielski
00, 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 myself fo

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

2023-11-13 Thread Marcus
Am 11.11.23 um 22:59 schrieb Arrigo Marchiori: 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

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

2023-11-13 Thread Marcus
platform [ ] tested on: - Windows 10 Home 64-bit 21H2 Build 19045.3570 - Installed AOO 4.1.15m1 (Build 9812 - Rev. 0a12a2c199) - Installed "en-US" full install + "es" langpack - Switched the UI languages while testing Checksums: - Tested checksums for all source tarballs -

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

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

2023-11-11 Thread Matthias Seidel
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.15 If you want to participate, please volunteer! Regards,    Matthias Marcus Am 01.11.23 um 15:54 schrieb Jim Jagielski: [...]   This vote will be open for 14 days to allow for sufficient time for testing, review, and v

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

2023-11-10 Thread Marcus
At the moment I'm very busy with my daily job and private things. I hope to have the time on Sunday or Monday. Sorry for exhaust the vote this time. Marcus Am 01.11.23 um 15:54 schrieb Jim Jagielski: [...] This vote will be open for 14 days to allow for sufficient time for testing, review

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

2023-11-08 Thread Czesław Wolański
Hi all, The Release Candidate is good for production/GA: [X] yes / +1 [ ] no / -1 My vote is based on: [X] binding (member of PMC) [X] I have built and tested the RC from source on Windows 10 64-bit en-US (full) [X] I have tested the binary RC on Windows 7 and 11 (both 64-bit) with t

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

2023-11-08 Thread Jim Jagielski
> On Nov 1, 2023, at 10:54 AM, Jim Jagielski wrote: > > I am calling a VOTE on releasing the source and complimentary community > builds of Apache OpenOffice 4.1.15-RC1 as GA. > > These artifacts can be found at: > >https://dist.apache.org/repos/dist/dev/openoffice/4.1.15-RC1/ > > Plea

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

2023-11-07 Thread Pedro Lino
Hi all > The Release Candidate is good for production/GA: > [x] yes / +1 > [ ] no / -1 > > My vote is based on: > [x] binding (member of PMC) > [x] I have built and tested the RC from source on platform [Linux Ubuntu > 18.04 x64] > [x] I have tested the binary RC on platfor

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

2023-11-04 Thread Matthias Seidel
Hi All, The Release Candidate is good for production/GA: [x] yes / +1 [ ] no / -1 My vote is based on: [x] binding (member of PMC) [x] I have built and tested the RC from source on platform [Windows 10 - 64bit] [x] I have tested the binary RC on platform [Windows 10 - 64b

[VOTE] Release AOO 4.1.15-RC1 as GA

2023-11-01 Thread Jim Jagielski
I am calling a VOTE on releasing the source and complimentary community builds of Apache OpenOffice 4.1.15-RC1 as GA. These artifacts can be found at: https://dist.apache.org/repos/dist/dev/openoffice/4.1.15-RC1/ Please cast your vote: The Release Candidate is good for production/GA:

Re: Building AOO

2023-09-10 Thread Matthias Seidel
Hi Pedro, Am 10.09.23 um 19:56 schrieb Pedro Lino: Hi Matthias, all On 09/10/2023 9:54 AM WEST Matthias Seidel wrote: As I already wrote, this is just informal. They are only bootstrapped when they are configured. For example: Cairo and pixman are only needed when you build with "--enab

Re: Building AOO

2023-09-10 Thread Pedro Lino
Hi Matthias, all > On 09/10/2023 9:54 AM WEST Matthias Seidel wrote: > As I already wrote, this is just informal. They are only bootstrapped > when they are configured. > > For example: > > Cairo and pixman are only needed when you build with "--enable-cairo" > (which doesn't work [1]) > >

Re: Building AOO

2023-09-10 Thread Matthias Seidel
Hi, Am 09.09.23 um 20:13 schrieb Dave Fisher: Sent from my iPhone On Sep 9, 2023, at 10:43 AM, Pedro Lino wrote: Hi Matthias On 09/09/2023 10:03 AM WEST Matthias Seidel wrote: Just to let you know that you are not the only one on this mailing list. We are at least two! ;-) Good to kno

Re: Building AOO

2023-09-09 Thread Dave Fisher
Sent from my iPhone > On Sep 9, 2023, at 10:43 AM, Pedro Lino > wrote: > > Hi Matthias > >>> On 09/09/2023 10:03 AM WEST Matthias Seidel >>> wrote: >> >> Just to let you know that you are not the only one on this mailing list. >> We are at least two! ;-) > > Good to know! :) Thanks! >

  1   2   3   4   5   6   7   8   9   10   >