Re: Small regression in trunk/AOO42X
Hi Peter, you mentioned on Slack that you might have an idea? How about all the others here? If we cannot fix this small issue together, how should we fix the real release blocker? Regards, Matthias Am 01.08.23 um 15:05 schrieb Matthias Seidel: Hi Peter, thank you for looking into this issue! Regards, Matthias Am 31.07.23 um 10:48 schrieb Peter Kovacs: I could not find a change within the files that define the message. I am not sure what the cause could be anyone with Ideas? Maybe some option had been added? Could this be the issue here? Am 28.07.23 um 21:05 schrieb Matthias Seidel: Hi All, We have a small regression in trunk/AOO42X. If AOO opens a file that was saved in e.g. ODF 1.3 then we get a warning message. See: https://github.com/apache/openoffice/blob/trunk/main/uui/source/newerverwarn.cxx AOO41X: https://home.apache.org/~mseidel/NewerVersionWarning%20-%20AOO41X.png Trunk/AOO42X: https://home.apache.org/~mseidel/NewerVersionWarning%20-%20Trunk+AOO42X.png Obviously, the small graphic is missing. The module "uui" was ported to gbuild with: https://github.com/apache/openoffice/commit/ab743807b799a9a7cae9159a43d3e8cd39b0ba97 The "missing" graphic is here: https://github.com/apache/openoffice/blob/trunk/main/default_images/res/versionwarning.png Where does gbuild expect the graphic to be? Maybe we can fix that issue together... Regards, Matthias - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org smime.p7s Description: S/MIME Cryptographic Signature
Re: [GitHub] [openoffice] Pilot-Pirx opened a new pull request, #181: Set the fontcolor always to black
Hi Matthias I'm not sure if this is related to this bug I reported back in 2014? https://bz.apache.org/ooo/show_bug.cgi?id=125568 Although I see the point in setting the interface Font color to Black (instead of the current Dark Gray), I hope it does not affect documents (as is the case for the reported bug) but you do mention printing? Thanks! All the best, Pedro > On 08/10/2023 2:38 PM WEST Pilot-Pirx (via GitHub) wrote: > > > Pilot-Pirx opened a new pull request, #181: > URL: https://github.com/apache/openoffice/pull/181 > >We should set the fontcolor to black by default. > >Some themes on Linux use a slightly different color, for example Ubuntu > uses a dark gray. > >That drove me mad, because I thought my printer was broken. ;-) >At the moment I have set the fontcolor manually to black. > > > -- > This is an automated message from the Apache Git Service. > To respond to the message, please log on to GitHub and use the > URL above to go to the specific comment. > > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > > For queries about this service, please contact Infrastructure at: > us...@infra.apache.org > > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [GitHub] [openoffice] Pilot-Pirx opened a new pull request, #181: Set the fontcolor always to black
Hi Pedro, Am 15.08.23 um 21:45 schrieb Pedro Lino: Hi Matthias I'm not sure if this is related to this bug I reported back in 2014? https://bz.apache.org/ooo/show_bug.cgi?id=125568 I think that issue is more about pptx import... Although I see the point in setting the interface Font color to Black (instead of the current Dark Gray), I hope it does not affect documents (as is the case for the reported bug) but you do mention printing? It is not about the interface color, but the font color used in Writer documents as default. For example, if you open an odt (created on Windows) on Ubuntu (with Ambience desktop theme) the standard text color will change from black to dark gray (#3C3C3C). And of course the printer will then print dark gray and not black. I think documents should look the same, independent from a desktop theme. Of course the user still can change the defaults to whatever he likes. ;-) Regards, Matthias Thanks! All the best, Pedro On 08/10/2023 2:38 PM WEST Pilot-Pirx (via GitHub) wrote: Pilot-Pirx opened a new pull request, #181: URL: https://github.com/apache/openoffice/pull/181 We should set the fontcolor to black by default. Some themes on Linux use a slightly different color, for example Ubuntu uses a dark gray. That drove me mad, because I thought my printer was broken. ;-) At the moment I have set the fontcolor manually to black. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org smime.p7s Description: S/MIME Cryptographic Signature
Re: [GitHub] [openoffice] Pilot-Pirx opened a new pull request, #181: Set the fontcolor always to black
Am 15.08.23 um 22:00 schrieb Matthias Seidel: Am 15.08.23 um 21:45 schrieb Pedro Lino: I'm not sure if this is related to this bug I reported back in 2014? https://bz.apache.org/ooo/show_bug.cgi?id=125568 I think that issue is more about pptx import... Although I see the point in setting the interface Font color to Black (instead of the current Dark Gray), I hope it does not affect documents (as is the case for the reported bug) but you do mention printing? It is not about the interface color, but the font color used in Writer documents as default. For example, if you open an odt (created on Windows) on Ubuntu (with Ambience desktop theme) the standard text color will change from black to dark gray (#3C3C3C). And of course the printer will then print dark gray and not black. I think documents should look the same, independent from a desktop theme. Of course the user still can change the defaults to whatever he likes. ;-) this is also my expectation. A dark grey is *maybe* still OK. But let's imagine the next theme is a brighter grey. Does the normal user know or expect that the printed font color is also this grey? I don't think so. ;-) So, for me the change to always black is OK. Marcus On 08/10/2023 2:38 PM WEST Pilot-Pirx (via GitHub) wrote: Pilot-Pirx opened a new pull request, #181: URL: https://github.com/apache/openoffice/pull/181 We should set the fontcolor to black by default. Some themes on Linux use a slightly different color, for example Ubuntu uses a dark gray. That drove me mad, because I thought my printer was broken. ;-) At the moment I have set the fontcolor manually to black. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: AOO Brand new logo proposal
Do you see the message ? If yes, tell me. Cordially C.Verbreghe Le lun. 14 août 2023 à 17:30, Corentin Verbrèghe (Manjiro5) < corentin.verbreg...@gmail.com> a écrit : > Hi, I would like to propose a brand new logo for Apache OpenOffice. I > don't not know if I contact the right place. I wish that it be implemented > in the next minor version of AOO if possible, the 4.1.15. What do you think > ? > Cordially, > Manjiro5 (C. Verbreghe) > >