Re: building with gcc 10 and external (system) boost

2021-06-18 Thread Peter Kovacs
This issue occurs because your Boost library is to new, and the fallback case has been selected (as in /d/home/ty/c/+ooo/aoo45/main/solver/450/unxlngx6.pro/inc/stl/vector ) Maybe this is more an issue of autoconf? My build on Arch Linux stopped working because of needed changes due to a incomp

Re: building with gcc 10 and external (system) boost

2021-06-19 Thread Peter Kovacs
Hi Yuri, Nice work! However there is more then One change I am unsure about. # you removed the __cplusplus string check. I think that is a bit hacky. It would have benn better to check the content and add it with or # switching to C11 -> we should do this and start refactoring the code to th

Re: building with gcc 10 and external (system) boost

2021-06-20 Thread Peter Kovacs
On 20.06.21 07:40, Yury Tarasievich wrote: Hello Peter, Which leads to your (2), but thing is, modern boost sort of requires C++11. Might be other external modules do, too. Might that switch to C++11 be overdue? I would like to switch. I am a big fan of C++11, but I am worried on the impac

Re: building with gcc 10 and external (system) boost

2021-06-20 Thread Peter Kovacs
On 20.06.21 08:57, Don Lewis wrote: On 20 Jun, Yury Tarasievich wrote: Hello Peter, You are right on both issues, of course. To be fair, on your (1), I didn't touch that variable check, I just brute-forced the C++11 mode of compilation. Which leads to your (2), but thing is, modern boost so

Re: Working on Refresh of openoffice.apache.org

2021-06-30 Thread Peter Kovacs
On 30.06.21 19:25, Dave Fisher wrote: I like the look at https://openoffice-refresh.staged.apache.org/. Please review. +1, maybe can we have some icons in front of a menu point? like the ASF feather in front of the ASF? And maybe an indication which menu point we currently see. Maybe an a

Re: Working on Refresh of openoffice.apache.org

2021-06-30 Thread Peter Kovacs
On 30.06.21 20:17, Dave Fisher wrote: On Jun 30, 2021, at 11:12 AM, Peter Kovacs wrote: On 30.06.21 19:25, Dave Fisher wrote: I like the look at https://openoffice-refresh.staged.apache.org/. Please review. +1, maybe can we have some icons in front of a menu point? like the ASF feather

Re: Working on Refresh of openoffice.apache.org

2021-06-30 Thread Peter Kovacs
Marcus On 6/30/21 5:13 PM, Dave Fisher wrote: Hi - I like where everything is now. When I run google’s Lightroom tool in a Chrome Incognito window I get scores of 94, 97, 100, and 100. On Jun 30, 2021, at 1:40 PM, Peter Kovacs wrote: On 30.06.21 20:17, Dave Fisher wrote: On Jun 30, 20

Re: Login

2021-07-04 Thread Peter Kovacs
Hi Neil, I cced the right mailing list. which webside? We have multiple logins you could reference to. :) And which user? This email? All the best Peter On 04.07.21 00:06, Neil Murphy wrote: I am told by the web site that my userid has been suspended. It does not say how to reach the adm

Re: [openoffice] branch trunk updated: Remove the -Werror option from debug builds

2021-07-06 Thread Peter Kovacs
Hi Matthais, Not sure.  Arrigo, what is your Opinion? I think you need this change. All the best Peter On 06.07.21 18:24, Matthias Seidel wrote: Hi Peter, Would it make sense to cherry-pick this for AOO42X? Regards,    Matthias Am 04.07.21 um 09:04 schrieb pe...@apache.org: This is an

Re: epm 5 not compiling on FreeBSD 13

2021-07-07 Thread Peter Kovacs
Hi Damjan, In my opinion the compiler is right and it should be vernumber not relnumber. All the best Peter On 07.07.21 18:04, Damjan Jovanovic wrote: Hi On FreeBSD 13.0 the epm module doesn't compile: = Building module epm = Entering /store0/Projects/Apache/Publi

Re: epm 5 not compiling on FreeBSD 13

2021-07-07 Thread Peter Kovacs
build FreeBSD. All the best Peter Am 7. Juli 2021 22:44:29 MESZ schrieb Matthias Seidel : >Hi all, > >Am 07.07.21 um 20:11 schrieb Peter Kovacs: >> Hi Damjan, >> >> In my opinion the compiler is right and it should be vernumber not >> relnumber. > >That's

re: devtools

2021-08-14 Thread Peter Kovacs
Last discussion on this topic is at [1] [1] https://lists.apache.org/thread.html/r64090cf9de98c0147098b5d7d58b5f248c71b42e06d3dcb1c536bc88%40%3Cdev.openoffice.apache.org%3E +1 to move to git. I would separate each tool in an own repository. But as long as it is done I would agree to a devt

Re: OpenOffice needs better UI

2021-09-02 Thread Peter Kovacs
On 31.08.21 14:44, Hao Wang wrote: Thanks for introducing me to the new term Ribbon. Looks like that's what I'm aiming for. Please keep in mind that a lot of users are very happy with the UI as is, because they know exactly where they can find the features they are looking for. And they en

Re: OpenOffice needs better UI

2021-09-02 Thread Peter Kovacs
On 02.09.21 15:15, Dr. Michael Stehmann wrote: Hello, just my 2 cents as an extension author. Am 02.09.21 um 13:43 schrieb Peter Kovacs: In addition to the UI redesign, is it possible for us to develop a web-page based office suite similar to Google docs or Office 365 ? This is a very

Re: Branch scons-build and PR #82

2021-09-08 Thread Peter Kovacs
Hi Arrigo, As Damjan said  I looked only at the minimum setup. I would suggest to merge my start and then continue. I hope i have time sn for AOO. :S All the best Peter Am 09.09.21 um 01:47 schrieb Damjan Jovanovic: Hi Arrigo You can. Peter's patches didn't fully convert the logic from m

Re: Kendall Hunt Publishing - Permission Request (Seguin 5.17 - 5.19)

2021-09-26 Thread Peter Kovacs
Hi Caroline, All our trademark policies are published. You can review them under [1] and [2]. I quote from the FAQ (Just replaced Ignite with OpenOffice, so you can copy & paste): May I use Apache marks, screenshots, or program output within published books, articles, or other publica

[Discussion] ODF 1.3 filter implementation strategy

2021-10-10 Thread Peter Kovacs
Hi all, ODF 1.3 becomes more relevant soon. MS Office 2021 will support only ODF 1.3 So I try to look into this, however our implementation on ODF currently uses not the filter API but office Document model directly. Should we stay with this architecture or should we use this opportunity to

Re: API doc on web site [Was: Accessing the comment object (annotation) in Draw/Impress via API]

2021-10-17 Thread Peter Kovacs
Hi Jörg, I am not sure what you refer to. The documentation has no influence on backward compatibility. According to current rules for Version numbers we must bump the first digit if we do an API change. So for Version 5 we must provide a Documentation a Version 4 Documentation and a Vers

Re: ZLIB

2021-10-17 Thread Peter Kovacs
Hi Matrthias, Can you post the Error from the buiild? Thanks All the best Peter On 03.10.21 22:00, Matthias Seidel wrote: Hi all, bumping this one up because I just got an error while building on Windows complaining about zlib. I don't know if that is a real problem now (I just started the

Re: API doc on web site [Was: Accessing the comment object (annotation) in Draw/Impress via API]

2021-10-17 Thread Peter Kovacs
Hi Jörg, On 17.10.21 19:48, Jörg Schmidt wrote: Hello Peter, -Original Message- From: Peter Kovacs [mailto:pe...@apache.org] Sent: Sunday, October 17, 2021 11:27 AM To: dev@openoffice.apache.org Subject: Re: API doc on web site [Was: Accessing the comment object (annotation) in Draw

Re: API doc on web site [Was: Accessing the comment object (annotation) in Draw/Impress via API]

2021-10-24 Thread Peter Kovacs
Hi Jörg, Check: Version Number Assignment (Apache OpenOffice internal) Structure .. Explanation : huge release with visible changes and new features including incompatible API changes if necessary. Translation updates are most often necessary to address the UI visible chang

QA automatisation in AOO

2021-10-24 Thread Peter Kovacs
Hello all, In the discussion on API, and releases Jörg has ask about how we could improve QA. The only way in general is to formalize. We need to define testcases and automate those. There are 2 ways of Automation: 1) is through Code 2) is through GUI. Today both can be automated. @1)

Re: Project Planning page on cwiki

2021-10-24 Thread Peter Kovacs
On 24.10.21 16:13, Arrigo Marchiori wrote: Dear dev@, Hi! this may have been raised many other times... but why do we keep publishing release notes under the "Project Planning" cwiki page [1] when that page starts with a big warning that is only for the incubation phase? :-) I think there are a

Re: QA automatisation in AOO

2021-10-24 Thread Peter Kovacs
Hi, On 24.10.21 20:39, Jörg Schmidt wrote: Hello, -Original Message- From: Peter Kovacs [mailto:pe...@apache.org] Sent: Sunday, October 24, 2021 2:32 PM To: dev@openoffice.apache.org Subject: QA automatisation in AOO Hello all, In the discussion on API, and releases Jörg has ask

Re: API doc on web site [Was: Accessing the comment object (annotation) in Draw/Impress via API]

2021-10-24 Thread Peter Kovacs
On 24.10.21 20:57, Jörg Schmidt wrote: -Original Message- From: Peter Kovacs [mailto:pe...@apache.org] Sent: Sunday, October 24, 2021 2:19 PM To: dev@openoffice.apache.org Subject: Re: API doc on web site [Was: Accessing the comment object (annotation) in Draw/Impress via API] Hi

Re: QA automatisation in AOO

2021-10-24 Thread Peter Kovacs
Hi! On 24.10.21 21:27, MENGUAL Jean-Philippe wrote: Hi, I am developing an infra for QA. Initially aimed for accessibility, I think the whole community can use this: they are based on Dogtail and track events from at-spi, on Linux, that enables to see if a key press or a mouse mouvement has

[Infra as code] A docker build environment for AOO

2021-11-13 Thread Peter Kovacs
Hello all, I have created a dockerfile that creates an Image to build AOO on. Recently Arrigo tried it, and it did work for him too. I would like to query where you think it would be a good place to put this? The dockerfile depends on centos7 image, with Java 1.8 and an outdated ant. So pro

Re: Propose adding writing suggestions to OpenOffice

2021-11-15 Thread Peter Kovacs
On 15.11.21 01:48, Hao Wang wrote: Dear OpenOffice devs : Hi (wave) I noticed outlook.com recently added a new functionality that suggests words for author's emails and the accuracy rate is actually quite high. So I was wondering if it is possible to add a similar functionality in OpenOffice

Re: Openssl, serf and curl

2021-11-20 Thread Peter Kovacs
On 19.11.21 13:51, Jim Jagielski wrote: On Nov 17, 2021, at 7:36 PM, Carl Marcum wrote: Hi Arrigo, On 11/17/21 2:16 AM, Arrigo Marchiori wrote: Dear All, I pushed a new branch "serf", that contains the OpenSSL upgrade commits (I reverted the reverts ;-) plus a tentative upgrade of the se

Re: Apache OpenOffice available in the Microsoft Store on Windows 10

2021-11-26 Thread Peter Kovacs
On 26.11.21 10:56, Jörg Schmidt wrote: -Original Message- From: David Robley [mailto:da...@robley.net.au] Sent: Friday, November 26, 2021 10:33 AM To: dev@openoffice.apache.org Subject: Re: Apache OpenOffice available in the Microsoft Store on Windows 10 Perhaps https://blogs.apache.or

Re: Apache OpenOffice available in the Microsoft Store on Windows 10

2021-11-26 Thread Peter Kovacs
French was requested on Facebook. I will ask if he sees it. On 26.11.21 15:43, Matthias Seidel wrote: Hi Pedro, all, I almost forgot: French Store Listing is translated and online now (Thanks Bidouille!). I also have a volunteer for Spanish. With the wider availability of the "new" Microsoft

Re: Combine VMs

2021-11-28 Thread Peter Kovacs
Hi Gavin, On 28.11.21 11:53, Gavin McDonald wrote: Hello AOO folks Infra has taken a look at the usage of your 3 VMS and believe that they could all be combined into a single VM. Technically, we can see no reason why this could not be done, and it may even simplify things, the sysadmin folks a

Re: Combine VMs

2021-11-29 Thread Peter Kovacs
On 28.11.21 20:36, Dave Fisher wrote: Hi Gavin, Thanks for bringing this up. This is an interesting proposal which I would like to discuss as a fresh request. I’ll include some notes about ASF Infra works so that the community can understand the constraints. I have some questions and conce

Re: Apache OpenOffice available in the Microsoft Store on Windows 10

2021-11-29 Thread Peter Kovacs
Am 26.11.21 um 19:04 schrieb Jörg Schmidt: -Original Message- From: Peter Kovacs [mailto:pe...@apache.org] Sent: Friday, November 26, 2021 5:27 PM To: dev@openoffice.apache.org Subject: Re: Apache OpenOffice available in the Microsoft Store on Windows 10 What do you want to discuss

Re: Apache OpenOffice available in the Microsoft Store on Windows 10

2021-12-05 Thread Peter Kovacs
On 01.12.21 11:35, Jörg Schmidt wrote: -Original Message- From: Peter Kovacs [mailto:pe...@apache.org] Sent: Tuesday, November 30, 2021 8:20 AM To: dev@openoffice.apache.org Subject: Re: Apache OpenOffice available in the Microsoft Store on Windows 10 I have no Idea what you want

Re: I want to volunteer.

2021-12-09 Thread Peter Kovacs
Hi Gabriel, sorry for the late reply. It is a good thinking to start of with submitting bug problem reports for starters. However I would like to improve on your idea. Website Issues: If you see an Issue on our website we would rather like you to send directly a proposal. Or in case of the

Re: Volunteer to implement data mining functionality for OpenOffice

2021-12-09 Thread Peter Kovacs
Hi Hao, sorry for the late reply. I am not sure what you want to do. Data Mining / analytics is a wide field. OpenOffice can integrate python3. I think this is the way to go for all data analytics stuff. More about Python at [2]. I would recommend if you want to add features to start add t

MacOsX dark Blue buttons with black text.

2021-12-22 Thread Peter Kovacs
Hello all, The longer I think this is not new. However I fail to find the Issue in bugzilla for this. Anyone can help me out? Is there a hint what we can do? Would it be a quick fix to change the text to white on buttons? All the best Peter -- This is the Way! http://www.apache.org/thea

Re: MacOsX dark Blue buttons with black text.

2021-12-23 Thread Peter Kovacs
On 23.12.21 00:36, Matthias Seidel wrote: Hi Peter, Am 22.12.21 um 23:42 schrieb Peter Kovacs: Hello all, The longer I think this is not new. However I fail to find the Issue in bugzilla for this. Anyone can help me out? Is there a hint what we can do? Would it be a quick fix to change

Re: unfortunately I have to say goodbye to the AOO project

2021-12-27 Thread Peter Kovacs
Hi Jörg, On 27.12.21 06:13, Jörg Schmidt wrote: Hello everyone, unfortunately I have to say goodbye to the AOO project, the reasons are family related. I would like to thank everyone involved in AOO and OOo for the last 16 years. Thank you Jörg for your dedication and your contributions ove

Re: Happy new year!

2022-01-04 Thread Peter Kovacs
On 04.01.22 17:04, Matthias Seidel wrote: I almost forgot to wish everyone here a happy new year 2022! Happy new year! I hope we make some further Progress. What is your new years resolution? Mine is still 1366x768! ;-) Xrandr says: Screen 0: current 5760 x 1080 :-) All the Best Peter

Re: Reporting broken download link

2022-01-06 Thread Peter Kovacs
try https instead of http: https://www.openoffice.org/zh-cn/download/ On 06.01.22 01:42, Xiancheng Wang wrote: Dear Sir/Madam, I can’t download the openoffice from http://www.openoffice.org/zh-cn/download/ Would you please help me? The error from browser is: ERR_CONNECTION_REFUSED Problem

Re: Reporting broken download link

2022-01-06 Thread Peter Kovacs
it is OK to download. But I found that the OpenOffice 4.1.11 can not work well on MacOS, it will exit after a while when I open it. Best Regards. On 01/6/2022 16:10,Peter Kovacs <mailto:pe...@apache.org> wrote: try https instead of http: https://www.openoffice.org/zh-cn/do

Re: Openssl, serf and curl

2022-01-06 Thread Peter Kovacs
On 06.01.22 16:04, Arrigo Marchiori wrote: Dear All, On Thu, Jan 06, 2022 at 03:02:21PM +0100, Arrigo Marchiori wrote: Dear All, On Wed, Jan 05, 2022 at 05:03:44PM +0100, Arrigo Marchiori wrote: Dear All, one more status update. On Sat, Dec 25, 2021 at 09:57:03PM +0100, Arrigo Marchiori

Re: Reporting broken download link

2022-01-06 Thread Peter Kovacs
uot; and disable "Check for updates automatically". That should help. Regards,    Matthias Am 06.01.22 um 14:15 schrieb Peter Kovacs: Have you confirmed that the application is what you want to use in respect of the Gatekeeper? See:

Re: Openssl, serf and curl... and NSS

2022-01-07 Thread Peter Kovacs
On 07.01.22 13:47, Arrigo Marchiori wrote: Hello Peter, All, On Thu, Jan 06, 2022 at 09:34:22PM +0100, Peter Kovacs wrote: On 06.01.22 16:04, Arrigo Marchiori wrote: Dear All, On Thu, Jan 06, 2022 at 03:02:21PM +0100, Arrigo Marchiori wrote: Dear All, On Wed, Jan 05, 2022 at 05:03:44PM

Re: volunteer in contributing to Open Office

2022-01-16 Thread Peter Kovacs
Hi George, Cool! Volunteers are very welcome. The time you spend is up to you. I am very happy if you can regular invest 3h a month. Even you have no Experience beyond python, would you mind to test our build guide and try to build AOO? We try to switch to SCONs, which is complete python ba

Re: Openssl, serf and curl... and NSS

2022-02-04 Thread Peter Kovacs
Can then someone check if this is resolved? https://bz.apache.org/ooo/show_bug.cgi?id=126312 Thx. All the Best Peter On 03.02.22 16:00, Matthias Seidel wrote: Fresh new Windows builds: https://home.apache.org/~mseidel/AOO-builds/AOO-4112-Test/ Regards,    Matthias Am 31.01.22 um 21:36

Re: RV: Aranese Spell Checking in libreoffice

2022-02-08 Thread Peter Kovacs
On 07.02.22 21:17, Matthias Seidel wrote: Hi all, Anyone who can help here? Currently no clue. sorry. Regards,    Matthias Am 30.01.22 um 12:01 schrieb Javier T: Hi Matthias I have been looking at the LibreOffice code and the Aranese language is partially defined. Is already defined

Re: OpenOffice wordmark exploration (yet without the "Apache" mention)

2022-02-12 Thread Peter Kovacs
Welcome Corentin Verbrèghe! On 12.02.22 22:04, Corentin Verbrèghe wrote: What I mean is that on OpenOffice there aren't really any “big” updates anymore. What do you define by "big updates"? Our "big update" needs help by solving this issues: https://cwiki.apache.org/confluence/display/OOOUS

Re: OpenOffice wordmark exploration (yet without the "Apache" mention)

2022-02-13 Thread Peter Kovacs
On 13.02.22 13:53, Rory O'Farrell wrote: On Sun, 13 Feb 2022 13:42:12 +0100 Corentin Verbrèghe wrote: It's the opposite in France in any case, OpenOffice is considered there as almost “dead”. Cordially. Manjiro (Corentin) If what you consider doing is a remake of icons and appearance, I'm

Re: OpenOffice wordmark exploration (yet without the "Apache" mention)

2022-02-13 Thread Peter Kovacs
On 13.02.22 21:36, Corentin Verbrèghe wrote: I think by making a request to Apache to change the icons of Writer and other software, they may agree. For clarification: The decision is made on this list. And we decide together. That is the way. The Apache Foundation is the body that enables

Re: Check for English spelling extension updates broken?

2022-02-20 Thread Peter Kovacs
On 20.02.22 00:41, Andrea Pescetti wrote: On 19/02/22 Pedro Lino wrote: no one opposes that I have permissions on the Extensions shell access? Done! You have it now. Who can handle this so you can teach me further steps? I've written extensive documentation with the aim of adding it to

Re: Starting Introduction to Contributing to Apache OpenOffice Module

2022-03-08 Thread Peter Kovacs
dress. All developers will receive then your mail and can answer. Also you can subscribe and receive yourself all development communication. Infos on this you can read at [4] All the best Peter [4] https://openoffice.apache.org/mailing-lists.html Thanks again, Jim On Thu, Mar 3, 2022 at 1:2

Re: Is certificate from https:/translate.apache.org expired ?

2022-03-15 Thread Peter Kovacs
I have opened a ticket. See sysadmin mailinglist. On 15.03.22 18:27, Dave Fisher wrote: It’s our machine. Please have infra teach us how. We could use more committers willing to help sysadmin our VMs. Volunteers please apply to sysad...@openoffice.apache.org Sent from my iPhone On Mar 15, 2

Re: Is certificate from https:/translate.apache.org expired ?

2022-03-15 Thread Peter Kovacs
Certificate problem should be resolved. On 15.03.22 19:26, Peter Kovacs wrote: I have opened a ticket. See sysadmin mailinglist. On 15.03.22 18:27, Dave Fisher wrote: It’s our machine. Please have infra teach us how. We could use more committers willing to help sysadmin our VMs. Volunteers

Re: Is certificate from https:/translate.apache.org expired ?

2022-03-15 Thread Peter Kovacs
Kovacs: Certificate problem should be resolved. On 15.03.22 19:26, Peter Kovacs wrote: I have opened a ticket. See sysadmin mailinglist. On 15.03.22 18:27, Dave Fisher wrote: It’s our machine. Please have infra teach us how. We could use more committers willing to help sysadmin our VMs

Re: Chemnitzer Linux-Tage 2022

2022-03-15 Thread Peter Kovacs
Hello Mechtilde , Hello Michael, I am sorry I was busy in family matters. Thank you so much for attending. I hope next year I can attend, too. It is always fun to meet with you at a booth, and I think it is also important community work. All the best Peter On 14.03.22 10:31, Dr. Michae

Wiki transfere to the new server, urgend

2022-04-28 Thread Peter Kovacs
Hello all, Can some of you check shortly the new Wiki on [1] that the add ons and other stuff that made issues in the past are working? The DB is not in sync with the live system. And I have not changed anything software side. so it should not a big issue. But before we shut down current

[IMPORTANT] Scheduling Maintenance for our Forum

2022-05-01 Thread Peter Kovacs
Hello all, please note, that we schedule a maintenance for the Forum in order to move database and content to a new machine. This maintenance tasks includes also a phpBB updates to a recent version, with all the Forum Modification ported. The downtime will take place from Monday, 2nd March

Re: [IMPORTANT] Scheduling Maintenance for our Forum

2022-05-01 Thread Peter Kovacs
Am 01.05.22 um 15:59 schrieb Rory O'Farrell: On Sun, 1 May 2022 15:53:47 +0200 Peter Kovacs wrote: Hello all, please note, that we schedule a maintenance for the Forum in order to move database and content to a new machine. This maintenance tasks includes also a phpBB updates to a r

Re: [IMPORTANT] Scheduling Maintenance for our Forum

2022-05-01 Thread Peter Kovacs
Am 01.05.22 um 18:52 schrieb Bidouille: Hello, the operation takes place without being communicated to me as an administrator of the Italian forum. Do you know if there are any precautions to take? Thanks. +1 The delay is very shortly to notify the end-users. Are you going to set a page anno

Re: [IMPORTANT] Scheduling Maintenance for our Forum

2022-05-01 Thread Peter Kovacs
o you know if there are any precautions to take? Thanks. charlie - Messaggio originale - Da: "Rory O'Farrell" A: "dev" Inviato: Domenica, 1 maggio 2022 15:59:32 Oggetto: Re: [IMPORTANT] Scheduling Maintenance for our Forum On Sun, 1 May 2022 15:53:47 +0200 Pe

Re: Reporting a problem with the OpenOffice Wiki and Forums

2022-05-15 Thread Peter Kovacs
Binjour! This list is the right place to ask. Both Links point to missing Articles on the Forum. Since we updated the Forum software, could it be that links has been changed? Maybe searching on the en Forum would help and renew the link. Am 15.05.22 um 09:12 schrieb Troumad libertysurf: [

Re: Contribution/recruitment!

2022-05-16 Thread Peter Kovacs
Welcome Ahmed, We can use your interest in PHP and also C++. From my point of view you decide where to dive into. If you want to look at OpenOffice directly, I suggest you start with building OpenOffice on your favourite plattform. We help you with that. The second Option is to help with

translation Server move and update

2022-05-26 Thread Peter Kovacs
Hello all, Please note that there are works coming up. I plan to do 2 Steps. Each seperated one from another. 1. Pootle will be moved to a new machine (No change in address) 2. Pootle update. ( I would like to upgrade the software to a new, if possible latest version) I plan to do one af

[Pootle Migration] Git Connection

2022-05-29 Thread Peter Kovacs
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 repository. It would give us maybe the opportunity to maintain different Iteration

[Discussion] Pootle Migration - Git Connection

2022-05-29 Thread Peter Kovacs
Forgot the Discussion flag. :( Am 29.05.22 um 23:41 schrieb Peter Kovacs: 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: How to get debug information (Java, oxt)

2022-06-03 Thread Peter Kovacs
I going through old emails and no one seems to answer you. Can you describe your setup? OS, have you sdk installed? All the best Peter Am 03.10.21 um 15:12 schrieb Rony G. Flatscher: Searched on the Internet but found no pointers so asking here. Problem: something goes wrong while registeri

Re: [Discussion] Pootle Migration - Git Connection

2022-06-03 Thread Peter Kovacs
There would be no change for the Web user experience. The Idea is that Pootle uses git to mark changes Users do, without knowing them. I spoke with Mechtilde some time ago, and currently we do this through scripts that run frequently. Am 30.05.22 um 08:44 schrieb Bidouille: Hello Peter,

Re: Size limits on mwiki for uploaded files are too small

2022-06-08 Thread Peter Kovacs
Hi all, I set the upload size to 50MB all the best Peter Am 09.06.22 um 00:02 schrieb Keith N. McKenna: Matthias Seidel wrote: Hi Keith, Am 07.06.22 um 23:29 schrieb Keith N. McKenna: Hi Matthias Matthias Seidel wrote: Hi Keith, Am 07.06.22 um 05:06 schrieb Keith N. McKenna: I found a

Re: How to get debug information (Java, oxt)

2022-06-08 Thread Peter Kovacs
code" - project :-D Again, thank you very much for taking time for this! you are welcome. All the best Peter ---rony On 6/4/2022 7:40 AM, Peter Kovacs wrote: I going through old emails and no one seems to answer you. Can you describe your setup? OS, have you sdk installed? All the b

Re: [Discussion] Pootle Migration - Git Connection

2022-06-12 Thread Peter Kovacs
Am 11.06.22 um 14:54 schrieb Arrigo Marchiori: We could then think of a Version Mapping and a back push translation system. This is just a crazy Idea at this moment, to manage the string changes between Versions. What do you mean exactly? I would expect l10n-savy developers to push changes f

PR 141 - Only addes empty lines

2022-06-12 Thread Peter Kovacs
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 with the same reason. Any insights? all the best Peter --

Re: New Contributer to OpenOffice

2022-07-03 Thread Peter Kovacs
Hi  Kelly, Welcome to OpenOffice. Please see below what Keith wrote. The easiest way to push your contribution to us is through a github pull request [1]. If you need a starting point what to fix, start with the list at [2] I agree with Keith. Learn on building OpenOffice. Then you can try t

Re: Windows Visual Studio version for building on Windows 10

2022-07-12 Thread Peter Kovacs
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 Studio 10, 12, and 14. For those of you building on Windows without the earlier Visual Studio

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

2022-07-14 Thread Peter Kovacs
he Release Candidate is good for production/GA: [X] yes / +1 [ ] no / -1 My vote is based on [X] binding (member of PMC) [ ] I have built and tested the RC from source on platform [X] I have tested the binary RC on platform [ Linux x86_64 (Ubuntu 20.04) ] I tested some writer documents, ins

Re: [www] Referenz

2022-07-15 Thread Peter Kovacs
I have created a pull request. Please Review if the entry I have created is okay. I will go by lazy consensus. If I hear nothing until Sunday EOD I will commit. :) https://github.com/apache/openoffice-org/pull/64 Not sure if there is a web preview. Or if I did this right. If this is fin

Re: [CLOSED] Vote Passed: (Was: Re: [VOTE] Release AOO 4.1.13-RC1 as GA)

2022-07-17 Thread Peter Kovacs
When is the release date? Am 17.07.22 um 22:51 schrieb Matthias Seidel: Hi all, The Windows binaries were signed and re-uploaded. I created the staged dir on SourceForge and rsynced all binaries. Regards,    Matthias Am 16.07.22 um 15:11 schrieb Jim Jagielski: The polls are closed; the VO

promoting stage to prod for openoffice.org

2022-07-18 Thread Peter Kovacs
Hi all, How do i start the build for prod or is this triggered automaticly. thanks All the best Peter - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apa

strange error message during build on docker image

2022-07-21 Thread Peter Kovacs
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 if [ -d ./unxlngx6/misc/build/gtest-1.7.0 ] ; then echo "moving" && mv ./unxlngx6/misc/build/gtest-

missing separator in modul cui, library_cui.mk:37

2022-07-21 Thread Peter Kovacs
Anyone had this issue? Building module cui = Entering /workspace/AOO/gitbox/main/cui/prj cd .. && make -s -r -j1   && make -s -r deliverlog /workspace/AOO/gitbox/main/cui/Library_cui.mk:37: *** missing separator.  Stop. dmake:  Error code 2, while making 'all' I so not spot an i

my build crashes

2022-07-22 Thread Peter Kovacs
It may be that something went wrong during the build. Or that there is an issue with my docker environment. However I have the following issues: [Java framework] Error in function createSettingsDocument (elements.cxx). Backtrace: [0] /home/legine/workspace/AOO/gitbox/main/instsetoo_native/unx

Re: missing separator in modul cui, library_cui.mk:37

2022-07-22 Thread Peter Kovacs
Hi all, I think I found the root cause of this issue. It is usually caused by tabs or blanks. However if I join the Line 37 with line 36 and have a blank between the lines the error is gone. All the best Peter Am 21.07.22 um 18:52 schrieb Peter Kovacs: Anyone had this issue? Building

Re: Microsoft Store Update

2022-07-27 Thread Peter Kovacs
One thing I figured is that I have to install every version fresh on the store. The store is not tracking the App after Install. Is there something we need to improve on our side or is this a store thingy? Am 26.07.22 um 00:23 schrieb Matthias Seidel: Hi Keith, Am 25.07.22 um 18:46 schrieb Ke

Re: [REQUEST] Directory name for the user data in Windows versions

2022-07-30 Thread Peter Kovacs
Am 30.07.22 um 00:25 schrieb Marcus: Am 28.07.22 um 21:35 schrieb Brian Barker: At 19:31 28/07/2022 +0200, Marcus Noname wrote: does someone has a documentation source where to find the user directories listed for all Windows versions - let's say since Windows XP? I was going to suggest ea

[AOO4.1.13] Performance Issues in writer with OLE objects

2022-07-31 Thread Peter Kovacs
Hi all, I had this morning some wired effects, during my work with AOO. As soon as I have added a OLE Calc part through Copy&Paste (From LibreOffice :-D ), I get performance issues including crashes. Has anyone heard of performance issues in this constraint? Check out the document: https:

Re: [AOO4.1.13] Performance Issues in writer with OLE objects

2022-08-01 Thread Peter Kovacs
ed as DE. Regards,    Matthias Am 01.08.22 um 17:53 schrieb Dave: On 01/08/2022 06:57, Peter Kovacs wrote: Hi all, I had this morning some wired effects, during my work with AOO. As soon as I have added a OLE Calc part through Copy&Paste (From LibreOffice :-D ), I get performance issues in

Re: [AOO4.1.13] Performance Issues in writer with OLE objects

2022-08-01 Thread Peter Kovacs
Thanks for the feedback. Am 01.08.22 um 23:12 schrieb Matthias Seidel: Hi Peter, Am 01.08.22 um 07:57 schrieb Peter Kovacs: Hi all, I had this morning some wired effects, during my work with AOO. As soon as I have added a OLE Calc part through Copy&Paste (From LibreOffice :-D ), I

Re: [AOO4.1.13] Performance Issues in writer with OLE objects

2022-08-02 Thread Peter kovacs
nts to be an "Anti-AOO promoter". >> >> According to Whimsy he is moderator of several OO mailing lists. We >> should discuss if we need to remove his rights. >> >> Regards, >> >>Matthias >> >>> Am 02.08.22 um 07:21 schrieb

Re: Is there anything I can do to help

2022-08-10 Thread Peter Kovacs
Welcome Kyle, Where are you interested to help? We need help with: Release Testing, Fixing bugs, Improve Build environment, Maintain Web applications that help us with maintaining our daily business. All the best Peter Am 06.08.22 um 03:21 schrieb Kyle Zemke: Hello, My name is Kyle, re

Re: Can't find boostrap when building

2022-08-12 Thread Peter Kovacs
you find dmake at: https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz then you need to build it with make, and point the configfuration towards the folder where you build dmake. Do the same for epm https://github.com/jimjag/epm/archive/v5.0.0/epm-5.0.0.tar.gz all the best

Re: FrOSCon 2021 - link to 'booth'

2022-08-18 Thread Peter Kovacs
Hi Michael, I am happy too to meet everyone on Saturday! All the best Peter Am 18.08.22 um 18:54 schrieb Matthias Seidel: Hi Michael, happy to see Mechtilde and you on Saturday! Regards,    Matthias Am 18.08.22 um 18:50 schrieb Dr. Michael Stehmann: Hello, Free Software and Open Source

Re: --with-system-boost breaks build in vcl, --without in configmgr

2022-08-23 Thread Peter Kovacs
Hi Damjan, First with what C++ Standard do you build? I have seen strange errors if you build with the wrong standard. All the best Peter Am 23.08.22 um 02:58 schrieb Damjan Jovanovic: Hi --with-system-boost and boost-libs version 1.80.0, fails in the vcl module in a lengthy error pasted l

source release with MacOSx build.log

2022-08-23 Thread Peter Kovacs
I found a note that we package the build log (which is 20 Megabytes.) It is at least since 4.1.10 Part of the source release and in 4.1.13 it is the build log for MacOSx. You find the build log in main/build.log [1] Do we do this on purpose? - Can we remove it in future? All the best Pete

Re: Wiki and Forum offliune (again)?

2022-08-24 Thread Peter kovacs
Wiki ist reachable on my Phone. Am 24. August 2022 12:46:08 MESZ schrieb Matthias Seidel : >Wiki is again offline for me... > >Am 11.08.22 um 15:46 schrieb Dave Fisher: >> They are online for me. 107 users on the en forum in the last 5 minutes. >> >> Sent from my iPhone >> >>> On Aug 11, 2022, at

How to scale the Project

2022-08-29 Thread Peter Kovacs
Hi all, I had on the weekend a philosophical talk with a friend of mine. One Claim ha did in this discussion has been that (for whatever Reasons) not a lot of people have the trait of initiative. Having initiative is a special trait. Since we suffer from the Issue that there are people who

Re: Introduction

2022-08-29 Thread Peter Kovacs
Welcome to the dev channel, :) I think we need really to look at our 4.2.0 Issue list. [1] I try to cluster some other Issues on Jira. [2] With the Idea that we may be able to cluster the work better. But it is quite Infant state. We need also to talk on architecture. I do not feel comfortab

Re: Templates Website Failure

2022-08-29 Thread Peter Kovacs
Hi Andrea, We have 3 servers. Maybe we can deploy the service there? Maybe best is because we get more and more services that we start to use containers. What do you think? all the best Peter Am 28.08.22 um 23:06 schrieb Andrea Pescetti: On 21/08/22 Andrea Pescetti wrote: - Opened https:

Re: Templates Website Failure

2022-08-29 Thread Peter Kovacs
Am 30.08.22 um 00:26 schrieb Dave Fisher: On Aug 29, 2022, at 2:47 PM, Andrea Pescetti wrote: On 29/08/22 Peter Kovacs wrote: We have 3 servers. Maybe we can deploy the service there? Technically this would be possible, sure Yes, but do we want to support Drupal ourselves? It’s

  1   2   3   4   5   6   7   8   9   10   >