Re: [a11y] LibreOffice Calc exposes 2^31 children, freezes on `GetChildren`

2024-06-07 Thread Luuk van der Duim
Thanks for your thoughts! I will gladly expand a bit. LibreOffice doesn't proactively send a list of all cells, so one question could be why the screen reader/AT is querying all of the children (cells) in the first place, rather than only those it's interested in for some reason, e.g. *

Re: ESC meeting minutes: 2024-05-30

2024-06-07 Thread Stephan Bergmann
On 5/30/24 16:52, Miklos Vajna wrote: * Release Engineering update (Cloph) [...]     + Also, any idea when WASM TB will be upgraded? (Julien)   + previously think it was a compiler failure (Cloph)   + probably need a patch for lode.git first   + wasn't aware of the tinderbox,

Re: [a11y] LibreOffice Calc exposes 2^31 children, freezes on `GetChildren`

2024-06-07 Thread Michael Weghorn
Hi, thanks for bringing this up. On 2024-06-06 23:44, Luuk van der Duim wrote: While working on fama11y-tree [1], an AT-SPI2-bus objects tree example, I found that LibreOffice Calc has an object that exposes 2^31 children on its `Accessible` interface. (LO version: 24.2.3.2 x86_64, xubuntu

Re: ESC meeting minutes: 2024-06-06

2024-06-06 Thread Eyal Rozenberg
I have a bunch of comments on the last ESC session, especially RTL-related stuff but not just that. On 06/06/2024 17:52, Miklos Vajna wrote:     + string / UI freeze in 3 weeks   + didn't know if this would be extension vs core (Ilmari)   + we have "AI assistant with ChatGPT" on the

Re: ESC meeting minutes: 2024-06-06

2024-06-06 Thread Eyal Rozenberg
I have a bunch of comments on the last ESC session, especially RTL-related stuff but not just that. On 06/06/2024 17:52, Miklos Vajna wrote:     + string / UI freeze in 3 weeks   + didn't know if this would be extension vs core (Ilmari)   + we have "AI assistant with ChatGPT" on the

[Bug 92375] Impress loses cropped image ratio on saving and re-opening in different LO versions.

2024-06-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92375 --- Comment #46 from Carl Michal --- Thanks so much Christian for the script! I just came across this problem while looking at a presentation that I made months ago on an old computer, on a newer computer with a higher resolution screen.

Re: Build LO publish version failed on MacOS M2 pro

2024-06-05 Thread Xinliang Liu
On Tue, 4 Jun 2024 at 18:09, Stéphane Guillou < stephane.guil...@libreoffice.org> wrote: > On 4/6/24 18:31, Xinliang Liu wrote: > > Hello folks, > > We follow the building guide: > https://wiki.documentfoundation.org/Development/lode > > By default, run `make check` everything is ok. It can

Re: Build LO publish version failed on MacOS M2 pro

2024-06-04 Thread Christian Lohmaier
Hi, On Tue, Jun 4, 2024 at 11:37 AM Xinliang Liu wrote: > > We follow the building guide: > https://wiki.documentfoundation.org/Development/lode > > By default, run `make check` everything is ok. It can build and run the app > successfully. > > But when building a MacOS publish version it

Re: Build LO publish version failed on MacOS M2 pro

2024-06-04 Thread Stéphane Guillou
On 4/6/24 18:31, Xinliang Liu wrote: Hello folks, We follow the building guide:https://wiki.documentfoundation.org/Development/lode By default, run `make check` everything is ok. It can build and run the app successfully. But when building a MacOS publish version it failed: ``` core % cat

Re: [GSoC] Comments in Sidebar Deck: Weekly Update

2024-06-03 Thread Mohit Marathe
Hello everyone, In the last week, I implemented a method to `populateComments` (which loads and displays all the existing comments to the Comments deck). For implementing this, I needed to collect all the existing comments in the document. Fortunately, there was `SwPostItMgr::AddPostIts`

Re: assist

2024-06-01 Thread Michael Weghorn
Hi Marisane, and welcome! (More comments on specific aspects below.) On 2024-06-01 19:27, Marisane Moruthanyana wrote: I trust that I have come to the right list. I have just installed LibreOffice after being advised to do so. I am challenged to understand some of its features and the

Re: "Could not find DWO CU" when collecting gdbtrace

2024-05-31 Thread Stéphane Guillou
On 31/5/24 16:17, Stéphane Guillou wrote: Hi all I have been getting a lot of "Could not find DWO CU" when trying to get backtraces with gdb 12.1 on Ubuntu 22.04, using the TDF *-dbg builds from https://dev-builds.libreoffice.org/daily/master/current.html When gdb starts: warning: Could

[Bug 56756] FORMATTING: changes in gradients when formating a data series in Impress requires re-start of LiO

2024-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=56756 --- Comment #14 from QA Administrators --- Dear bugquestcontri, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been

Re: ESC meeting minutes: 2024-05-30

2024-05-30 Thread Xisco Fauli
Hello, On 30/5/24 16:52, Miklos Vajna wrote: + RTL/CTL/CJK update (Jonathan)     + tdf#81272: Slow CJK rendering due to font fallback     + Per layout: O(nlogn) -> O(n)     + tdf#161145: CJK characters have extra spacing since LO 7     + Regression causing CJK characters

Re: ESC meeting agenda: 2024-05-23 16:00 CEST

2024-05-30 Thread Samuel Mehrbrodt
* Vertical tabpages state (Samuel)   + review the state in 1 week Here's the list of related bugs: *tdf#161006, tdf#161020, tdf#161047, tdf#161049 *Fixed with https://gerrit.libreoffice.org/c/core/+/168081 *tdf#161026 *Unclear problem, NEEDINFO *tdf#161030 *Fixed with

Re: ESC meeting agenda: 2024-05-30 16:00 CEST

2024-05-30 Thread Julien Nabet
Also, any idea when WASM TB will be upgraded? Indeed, we need at least emscripten 2.0.32 to handle "as_handle()" method. With 22ce8ed05be37d676739a578b05cc5217109fd87 "Emscripten: Unconditional --enable-wasm-exceptions", we even need emscripten 3.1.3 minimum Julien (Sorry, I had responded on

Re: ESC meeting agenda: 2024-05-23 16:00 CEST

2024-05-30 Thread Julien Nabet
Also, any idea when WASM TB will be upgraded? Indeed, we need at least emscripten 2.0.32 to handle "as_handle()" method. With 22ce8ed05be37d676739a578b05cc5217109fd87 "Emscripten: Unconditional --enable-wasm-exceptions", we even need emscripten 3.1.3 minimum Julien

[Bug 86872] Word completion: Add ability to save word completion (aka "auto complete") lists and re-use them

2024-05-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86872 Shantanu changed: What|Removed |Added See Also|https://bugs.documentfounda |

Re: Jan Iversen - license statement

2024-05-29 Thread 張雅菁

Re: GSoC: Libreoffice Theme (week - 1 update)

2024-05-29 Thread Sahil Gautam
Hi, https://gerrit.libreoffice.org/c/core/+/168016 updated patch trying to store the expert configuration as a part of `StyleSettings`. Next step would be to discriminate between different settings based on the scheme selected. Once that's done, I will start working on the widget toolkits to

Re: GSoC: Libreoffice Theme (week - 1 update)

2024-05-29 Thread Sahil Gautam
Hi, https://gerrit.libreoffice.org/c/core/+/168016 updated patch trying to store the expert configuration as a part of `StyleSettings`. Next step would be to discriminate between different settings based on the scheme selected. Once that's done, I will start working on the widget toolkits to

Re: [GSoC] Comments in Sidebar Deck: Weekly Update

2024-05-27 Thread Mohit Marathe
Hi everyone, This is my update of the past week: - Created .ui files for "Thread" and "Comment", which will be loaded in the Comments panel. - Added a method to add comments in the panel (I still need to link it so that it will be triggered when we want to add a comment). - Researched on how

Re: GSoC: Libreoffice Theme (week - 1 update)

2024-05-26 Thread Michael Weghorn
On 2024-05-27 06:48, Sahil Gautam wrote: @Michael made a vaild point. Haven't played around with the ColorConfig much, (slow PC reasons), but this week I will go  through that. Things will be more clear then. This is my take on it now. - Read the colors from the widget toolkits and store it

Re: GSoC: Libreoffice Theme (week - 1 update)

2024-05-26 Thread Sahil Gautam
@Michael made a vaild point. Haven't played around with the ColorConfig much, (slow PC reasons), but this week I will go  through that. Things will be more clear then. This is my take on it now. - Read the colors from the widget toolkits and store it somewhere.   The entries in the `Color

Re: GSoC: Libreoffice Theme (week - 1 update)

2024-05-26 Thread Michael Weghorn
On 2024-05-27 05:04, Sahil Gautam wrote: The project is about not depending on the OS for colors and implement "Themes" in Libreoffice. So as per my understanding (opinions invited), all the `Set...Color()` calls in the `bool UpdateSettings(AllSettings& rSettings)` functions, which take colors

Re: GSoC: Libreoffice Theme (week - 1 update)

2024-05-26 Thread Sahil Gautam
Hi, the coding period starts today. The project is about not depending on the OS for colors and implement "Themes" in Libreoffice. So as per my understanding (opinions invited), all the `Set...Color()` calls in the `bool UpdateSettings(AllSettings& rSettings)` functions, which take colors from

Re: Make failed due to multiple definitions in zxing

2024-05-26 Thread Laurent Balland
Without  --enable-pch=full option, it works fine. Thanks again :-) Le 26/05/2024 à 09:54, Laurent Balland a écrit : Thanks Caolán for your answer. I build with --enable-pch=full since a long time. I do not remember when I activated it, but I did not modify my autogen.input since last

Re: Make failed due to multiple definitions in zxing

2024-05-26 Thread Ilmari Lauhakangas
On 25.5.2024 23.38, Caolán McNamara wrote: On Sat, 2024-05-25 at 16:12 +0200, Laurent Balland wrote: After "./g pull -r" and "make distclean && ./autogen.sh && make", I get the following errors (see attached file). Did you always build with --enable-pch=full before without error? I happen to

Re: Make failed due to multiple definitions in zxing

2024-05-26 Thread Laurent Balland
Thanks Caolán for your answer. I build with --enable-pch=full since a long time. I do not remember when I activated it, but I did not modify my autogen.input since last November. I'm going to try to build without this option. Best regards Laurent Le 25/05/2024 à 22:38, Caolán McNamara a

Re: Make failed due to multiple definitions in zxing

2024-05-25 Thread Caolán McNamara
On Sat, 2024-05-25 at 16:12 +0200, Laurent Balland wrote: > After "./g pull -r" and "make distclean && ./autogen.sh && make", I > get the following errors (see attached file). Did you always build with --enable-pch=full before without error? I happen to not typically use it on Linux so I wonder

Re: GSoC: Libreoffice Theme (week - 1 update)

2024-05-24 Thread Sahil Gautam
Hi,the WIP prototype patch is linked in the sources below. I created an extension and found that we can overwrite the expert configuration from the extension. Then I searched on the web for what options do these toolkits provide in terms of styling. For gtk, the only option that I found was to

Re: GSoC: Adding native support for histogram chart

2024-05-23 Thread Devansh Varshney
Hi Everyone, For this week, the columns/bars are now visible over the UI. I still have to make proper changes to the model and controller. Now I need to make changes to modify these changes eventually towards getting the Histogram plot. Here's the link to the PR:

RE: VS 2022 version 17.9.1 has a bug preventing building cli_ure

2024-05-22 Thread Vasily Melenchuk
@$$J0YAEPEB_SPEBDJ@Z) D:\libreoffice\master\instdir\sdk\bin\climaker.exe : fatal error LNK1120: 1 unresolved externals -Original Message- From: LibreOffice On Behalf Of Oliver Brinzing Sent: Thursday, March 21, 2024 10:58 PM To: libreoffice@lists.freedesktop.org Subject: Re: VS

Re: where are published maven artifacts, after 7.6.4 ?

2024-05-22 Thread sophi
Hi, Just for the list, I sent a link to the repository to Antoine who asked also on the fr lists. Cheers Sophie Le 21/05/2024 à 14:15, antoine.pourc...@kelis.fr a écrit : Hello, Does anyone know why maven artifacts after 7.6.4 are no longer distributed on

Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-20 Thread Patrick Luby
y mac, which seems to > have fixed it (and as a bonus, is much newer and supports nice compression, > saving me disk space, etc) > > Patch to update LODE here: >https://gerrit.libreoffice.org/c/lode/+/167874 > > you will need to re-run LODE setup after applying that patch. &

Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-20 Thread Noel Grandin
compression, saving me disk space, etc) Patch to update LODE here: https://gerrit.libreoffice.org/c/lode/+/167874 you will need to re-run LODE setup after applying that patch.

Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-20 Thread Caolán McNamara
On Sun, 2024-05-19 at 20:26 -0400, Patrick Luby wrote: > Any ideas? I’d like to just wrap a push/pop —implicit-fallthrough > around whatever code compiles these sql* files. Are you using ccache? Does blowing away that cache with ccache -C resolve it? otherwise touch some file in vcl and what's

Re: Build fail in mariadb on fedora 40

2024-05-19 Thread Heiko Tietze
On 18.05.24 2:51 PM, Dr. David Alan Gilbert wrote: It looks like others started hitting it; see: https://gerrit.libreoffice.org/c/core/+/167806 Run into the same issue on a VM with Arch Linux. Latest master compiles now flawless. OpenPGP_signature.asc Description: OpenPGP digital signature

[Bug 135066] Frozen UI or Crash when interacting with embedded OLE object's Tabbed UI after re-entering edit mode if containing document uses classic toolbar UI

2024-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135066 Stéphane Guillou (stragu) changed: What|Removed |Added See Also|https://bugs.documentfounda |

[Bug 135066] Frozen UI or Crash when interacting with embedded OLE object's Tabbed UI after re-entering edit mode if containing document uses classic toolbar UI

2024-05-19 Thread bugzilla-daemon
|","libc.so.6"] Summary|Freeze UI and Crash: Insert |Frozen UI or Crash when |secondly table from Tab on |interacting with embedded |writer document that is |OLE object's Tabbed UI |inserted impress

Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-19 Thread Patrick Luby
> On May 19, 2024, at 4:37 PM, Caolán McNamara > wrote: > > On Sun, 2024-05-19 at 16:30 -0400, Patrick Luby wrote: >> cd vcl && touch skia/gdiimpl.cxx && make > > maybe adding -d to the end of the make might give a hint as to what > could be going on I did a make -d and no sql* files were

Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-19 Thread Caolán McNamara
On Sun, 2024-05-19 at 16:30 -0400, Patrick Luby wrote: > cd vcl && touch skia/gdiimpl.cxx && make maybe adding -d to the end of the make might give a hint as to what could be going on

Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-19 Thread Patrick Luby
> On May 19, 2024, at 3:33 PM, Caolán McNamara > wrote: > > On Sun, 2024-05-19 at 13:22 -0400, Patrick Luby wrote: >> A couple of weeks ago I started seeing my builds slow down and my >> build log filled with compiler warnings in sqlbison.cxx and >> sqlflex.cxx on macOS. >> >> Is anyone else

Re: Compiling nearly every file now compiles sqlbison.cxx and/or sqlflex.cxx

2024-05-19 Thread Caolán McNamara
On Sun, 2024-05-19 at 13:22 -0400, Patrick Luby wrote: > A couple of weeks ago I started seeing my builds slow down and my > build log filled with compiler warnings in sqlbison.cxx and > sqlflex.cxx on macOS. > > Is anyone else seeing this? I see these warnings even when compiling > files in vcl.

Re: Build fail in mariadb on fedora 40

2024-05-18 Thread Julien Nabet
On 18/05/2024 14:51, Dr. David Alan Gilbert wrote: ... It looks like others started hitting it; see: https://gerrit.libreoffice.org/c/core/+/167806 (I believe as a windows user) Ok. BTW, I could run a full build on Win10 with master sources updated today (but without enable-dbgutil). I

Re: Build fail in mariadb on fedora 40

2024-05-18 Thread Dr. David Alan Gilbert
* Julien Nabet (serval2...@yahoo.fr) wrote: > On 17/05/2024 15:47, Dr. David Alan Gilbert wrote: > > Hi, > >I'm getting: > > > > workdir/UnpackedTarball/mariadb-connector-c/libmariadb/ma_client_plugin.c:87:207: > > error: initialization of ‘struct st_mysql_client_plugin *’ from > >

[Bug 161143] Updated to version 24.2.3.2 (x86_64) and Calc autofilter format error when file re-opened to continue working on it

2024-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161143 --- Comment #4 from ady --- Was attachment 194181 created in LO? Or was this file created by some other tool instead? Was the file initially created using an ODS format? Or was it originally created with some other file format and then

[Bug 161143] Updated to version 24.2.3.2 (x86_64) and Calc autofilter format error when file re-opened to continue working on it

2024-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161143 m_a_riosv changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug 161143] Updated to version 24.2.3.2 (x86_64) and Calc autofilter format error when file re-opened to continue working on it

2024-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161143 --- Comment #3 from m_a_riosv --- Even simplest, for the header cells, select them, click on background color button and click in No fill. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 161143] Updated to version 24.2.3.2 (x86_64) and Calc autofilter format error when file re-opened to continue working on it

2024-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161143 --- Comment #2 from m_a_riosv --- Created attachment 194181 --> https://bugs.documentfoundation.org/attachment.cgi?id=194181=edit Sample from the reporter Please use this site to answer and attach files. The file has a format that

Re: Build fail in mariadb on fedora 40

2024-05-17 Thread Julien Nabet
On 17/05/2024 15:47, Dr. David Alan Gilbert wrote: Hi, I'm getting: workdir/UnpackedTarball/mariadb-connector-c/libmariadb/ma_client_plugin.c:87:207: error: initialization of ‘struct st_mysql_client_plugin *’ from incompatible pointer type ‘struct st_mysql_client_plugin_AUTHENTICATION *’

[Bug 161143] Updated to version 24.2.3.2 (x86_64) and Calc autofilter format error when file re-opened to continue working on it

2024-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161143 m_a_riosv changed: What|Removed |Added CC||miguelangelrv@libreoffice.o

Re: tdf#157003: interactive Java unit test debugging

2024-05-17 Thread Hossein Nourikhah
Hello Martin, If you remember from the previous problem with this test, I could run it this way on Windows, as displayed on the command line: java -Xmx64M -classpath

Re: Merging feature/windows-cross-build

2024-05-17 Thread Don Grabar

[Bug 161143] New: Updated to version 24.2.3.2 (x86_64) and Calc autofilter format error when file re-opened to continue working on it

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161143 Bug ID: 161143 Summary: Updated to version 24.2.3.2 (x86_64) and Calc autofilter format error when file re-opened to continue working on it Product: LibreOffice

[Bug 89519] re-export in PPT - some drawings are lost (but not in PPTX) (WPS)

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89519 --- Comment #5 from QA Administrators --- Dear Ljiljan, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched

Re: [libreoffice-design] Re: behavior of new functions XLOOKUP and XMATCH

2024-05-15 Thread Wol
On 15/05/2024 08:06, Heiko Tietze wrote: If you want, we can run a poll what users prefer. If you can't understand what's wanted - DON'T GUESS. Especially don't guess and hide that fact from your users! An error of "#value" or similar seems a pretty good option ... Cheers, Wol

Re: [libreoffice-design] Re: behavior of new functions XLOOKUP and XMATCH

2024-05-15 Thread Heiko Tietze
Re-adding the dev ML; Regina's full reply at https://listarchives.libreoffice.org/global/design/2024/msg00045.html On 15.05.24 2:03 AM, Regina Henschel wrote: The problem is, what should be the output, when the user sets Match_mode 2 together with Search_mode 2 or -2. Excel returns #VALUE

Re: behavior of new functions XLOOKUP and XMATCH

2024-05-14 Thread Thorsten Behrens
Hi *, Mike Kaganski wrote: > Emitting error is the only sane way here. No error message means doing > something different than user requested, without user knowing that, with no > practical benefit (the wildcards / regexes won't be used, so the task is not > done anyway). > My understanding is,

Re: behavior of new functions XLOOKUP and XMATCH

2024-05-14 Thread Heiko Tietze
Correct me but =XLOOKUP(C3;A$1:A$3;B$1:B$3;"INV";_3_;1) returns #VALUE! (Excel) or Err:504 (LO) =_Y_LOOKUP(C4;A$1:A$3;B$1:B$3;"INV";0;1) returns #NAME? (both) What exactly will change? PS: ux-advice@ is the forward mailing list from Bugzilla and I'm not sure how many people have registered.

Re: behavior of new functions XLOOKUP and XMATCH

2024-05-13 Thread Mike Kaganski
On 14.05.2024 3:23, Regina Henschel wrote: Combining parameter values for wildcard mode and binary search is possible. But there exist no way to actually do it. Excel gives an error messages in such cases. LibreOffice silently switches to linear search. ... Some arguments so far: * No error

Re: Windows build broken.

2024-05-13 Thread Ilmari Lauhakangas
On 13.5.2024 11.09, Regis Perdreau wrote: Hi, I follow carefully again windows build instruction wiki, but the windows build does not work again. Could you we expect that it will work for everybody not only on developper's computer ? (i know it's sometimes difficult, but if we could have

Re: OSS-fuzzing

2024-05-13 Thread Caolán McNamara
On Sun, 2024-05-12 at 21:00 +0300, Даблус wrote: > Hello. I want to try to run oss-fuzz tests by myself, but i found no > info about it. I found some scripts in the "bin" folder, like oss- > fuzz-setup.sh and oss-fuzz-build.sh, and found that I should use > clang, but I found nothing about the

[Bug 140411] Calc constantly re-calculating (bug in the sheet?)

2024-05-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140411 --- Comment #5 from QA Administrators --- Dear Dan, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular

Re: tdf132599_frames_* tests needs hu-HU hyphenation for english text

2024-05-11 Thread Rene Engelhard
Hi, Am 10.05.24 um 18:58 schrieb Rene Engelhard: I think the files should be fixed to set the text language to English (USA) instead? https://gerrit.libreoffice.org/c/core/+/167486. FTR that one didn't work (as written in my mail)but Laszlo did

Re: tdf132599_frames_* tests needs hu-HU hyphenation for english text

2024-05-10 Thread Rene Engelhard
Hi again, Am 10.05.24 um 17:27 schrieb Rene Engelhard: Am 10.05.24 um 17:18 schrieb Rene Engelhard: [...] The test code sets en_US as locale, and the text files have english text. Well, sets is wrong, by bad. But it checks for it and skips the test if en_US isn't there. But LibreOffice

Re: tdf132599_frames_* tests needs hu-HU hyphenation for english text

2024-05-10 Thread Rene Engelhard
Hi, Am 10.05.24 um 17:18 schrieb Rene Engelhard: [...] The test code sets en_US as locale, and the text files have english text. Well, sets is wrong, by bad. But it checks for it and skips the test if en_US isn't there. But LibreOffice suggests to install hu-HU hyphenation patterns when

Re: ESC meeting minutes: 2024-05-09

2024-05-10 Thread Timur
On 10.5.2024. 07:53, Stephan Bergmann wrote: On 5/9/24 16:53, Miklos Vajna wrote: + MAR-based updater will be enabled by default on Windows, but not Linux (Hossein)    + rpm/deb update is handled by distro packages    + for the ones taking binaries from TDF    + TDF to provide

Re: ESC meeting minutes: 2024-05-09

2024-05-09 Thread Stephan Bergmann
On 5/9/24 16:53, Miklos Vajna wrote:     + MAR-based updater will be enabled by default on Windows, but not Linux (Hossein)   + rpm/deb update is handled by distro packages   + for the ones taking binaries from TDF   + TDF to provide rpm/deb repos?   + the files are hosted

Re: ESC meeting minutes: 2024-05-09

2024-05-09 Thread Stephan Bergmann
On 5/9/24 16:53, Miklos Vajna wrote:     + MAR-based updater will be enabled by default on Windows, but not Linux (Hossein)   + rpm/deb update is handled by distro packages   + for the ones taking binaries from TDF   + TDF to provide rpm/deb repos?   + the files are hosted

Re: Which fonts are available on the build bots?

2024-05-09 Thread Caolán McNamara
On Thu, 2024-05-09 at 20:16 +0200, Regina Henschel wrote: > Which fonts are available on all build bots? Only the fonts that are bundled with LibreOffice, and we try and basically force the same restriction to those fonts as best we can given platform restrictions so we're all running the tests

[Bug 92375] Impress loses cropped image ratio on saving and re-opening in different LO versions.

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92375 --- Comment #45 from Christian Assig --- Heiko and pranav: My Python script should be able to repair your files with size problems, see Comment 41. Heiko: The difference between your three PCs is most probably the display scaling

Re: GSoC: Adding native support for histogram chart

2024-05-08 Thread Devansh Varshney
Hi everyone, For this week, my top priority is to make the new Histogram chart type selectable from the UI. Initially, it will be a working copy of the existing basic bar/column chart type. Then, I'll make the required changes with each passing iteration. Here's the link to the PR:

[Bug 76131] Existing pinned icon on Win7/8/10/11's taskbar is invalid after re-installation/update and start menu icons are swapped (W10/W11)

2024-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76131 --- Comment #89 from vistama...@web.de --- indeed, I agree. This issue looks unimportant to the developer, but as a closer look it is crucial for the whole community. I belong to those thousands of users, who do not install newer

[Bug 92375] Impress loses cropped image ratio on saving and re-opening in different LO versions.

2024-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92375 --- Comment #44 from Heiko --- I am also experiencing this issue in LO draw. However, it seems not to be correlated to the version of LO, but rather to the environment: I am working with three PCs (all windows 11 enterprise). Two of the

[Bug 76131] Existing pinned icon on Win7/8/10/11's taskbar is invalid after re-installation/update and start menu icons are swapped (W10/W11)

2024-05-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76131 V Stuart Foote changed: What|Removed |Added Version|24.2.3.2 release|4.2.2.1 release -- You are

[Bug 76131] Existing pinned icon on Win7/8/10/11's taskbar is invalid after re-installation/update and start menu icons are swapped (W10/W11)

2024-05-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76131 To changed: What|Removed |Added Version|4.2.2.1 release |24.2.3.2 release --- Comment #88 from To

[Bug 76991] Writer destroys aspect ratio when scaling graphics in re-opened dialog (when "Keep ratio" and "Relative to" are both used)

2024-05-07 Thread bugzilla-daemon
aspect |ratio when scaling graphics |ratio when scaling graphics ||in re-opened dialog (when ||"Keep ratio" and "Relative ||to

Re: GSoC project to add CPDB support to the LibreOffice print dialog

2024-05-07 Thread Michael Weghorn
On 2024-05-06 19:22, Biswadeep Purkayastha wrote:> I am Biswadeep Purkayastha, a GSoC 2024 contributor to OpenPrinting. In the upcoming months I'll be working on getting CPDB support into the LibreOffice print dialogs. I had previously reached out to the community asking for a mentor to help me

Re: Create a config extension to change a string-list value

2024-05-07 Thread Stephan Bergmann
On 5/6/24 23:19, Juan C. Sanz wrote: There is a document in the wiki explaining how to create a configuration extensions. In this document it is said that the valid property values are string, boolean,

Re: Which GUI toolkit should I learn so that I can "Hack the UI"

2024-05-06 Thread Pierre Vacher
I have extensions which display dialog windows in LibreOffice and which use neither GTK nor QT but only the UNO API. see: https://prrvchr.github.io/ One of the advantages is that the UNO API allows me to manage all my dialogs in Python... Le lundi 6 mai 2024, Michael Weghorn a écrit : > On

Re: Which GUI toolkit should I learn so that I can "Hack the UI"

2024-05-06 Thread Michael Weghorn
On 2024-05-03 19:15, Printf Debugging wrote: **Opinions invited**: I want to work on the UI, beyond small issues, like creating custom widgets, notebookbar, tabbed UI etc. I feel that I need to know a GUI toolkit well, like gtk or qt for that. So some days ago, I started playing around with

Re: Which GUI toolkit should I learn so that I can "Hack the UI"

2024-05-06 Thread Miklos Vajna
Hi, On Fri, May 03, 2024 at 10:45:01PM +0530, Printf Debugging wrote: > **Opinions invited**: I want to work on the UI, beyond small issues, like > creating custom widgets, notebookbar, tabbed UI etc. I feel that I need to > know a GUI toolkit well, like gtk or qt for that. So some days ago, I

Re: [TDF Community] [Board Discuss] LibreOffice - peer2peer collaboration bits

2024-05-06 Thread Heiko Tietze
On 05.05.24 12:51 PM, Julien Nabet wrote: Before talking about technical architecture, is there a real will about this? Are there enough financial resources for this? There is will by at least some, see

Re: [TDF Community] [Board Discuss] LibreOffice - peer2peer collaboration bits

2024-05-05 Thread Julien Nabet
Hello, I'm not against the idea of a collaboration Office but who's gonna work on this? It's not a simple feature where 1 or 2 benevolents can work on it for some months and that's all. There are security issues, integrity of the produced documents, perhaps tracking who modified which parts

Re: [TDF Community] [Board Discuss] LibreOffice - peer2peer collaboration bits

2024-05-05 Thread Heiko Tietze
On 04.05.24 12:05 PM, Thorsten Behrens wrote: Heiko wrote: How to connect two or more individuals? It requires routing ... What could be achievable on TDF infrastructure? Given what I've said above - let's try to make this completely independent of TDF infrastructure. Either with no

Re: [TDF Community] [Board Discuss] LibreOffice - peer2peer collaboration bits

2024-05-04 Thread Eyal Rozenberg
l) (Wikipedia) to handling it. Some may require a third-party "switching server", some may not. But such a server can probably be very minimal and hopefully not even aware of what protocol it's being used to allow connections for. Or taking the idea one step further: re-using the oth

Re: [TDF Community] [Board Discuss] LibreOffice - peer2peer collaboration bits

2024-05-04 Thread Thorsten Behrens
me may not. But such a server can probably be very minimal and > hopefully not even aware of what protocol it's being used to allow > connections for. > Or taking the idea one step further: re-using the other, existing comms channel, also for all of the collaboration traffic! > Heiko wrote

Re: About tdf#150082 gssapi

2024-05-03 Thread Julien Nabet
Thank you Michael and Mike for your feedback! About sspi, I've submitted https://gerrit.libreoffice.org/c/core/+/167057 (just for the record, I didn't put "sspi_common" because with it, it fails to build complaining about missing "sspi_common.c")

Re: About tdf#150082 gssapi

2024-05-03 Thread Mike Kaganski
On 03.05.2024 14:20, Michael Stahl wrote: On 03/05/2024 09:27, Julien Nabet wrote: 1) what libs to install on Windows to have one of these files available ? (and without installing all Kerberos stuff) GSSAPI doesn't exist on Windows, but there is SSPI (in the Windows SDK) which serves the

Re: About tdf#150082 gssapi

2024-05-03 Thread Michael Stahl
On 03/05/2024 09:27, Julien Nabet wrote: Hello, I pushed a patch concerning tdf#150082 (LO Base MySQL connector don't accept auth via gssapi (missing auth_gssapi_client.dll?) but it concerned all OSes except Windows. Indeed, on Windows, when I enable the build of gss in mk files, I got:

Re: [Bug 160876] user.documentfoundation.org account generation fails

2024-05-03 Thread Stéphane Guillou
Hi Donald On 3/5/24 03:38, Donald Baker wrote: I did not see any place to report a problem with your web site on your web site.  Most places have that. Maybe not you. It accepted all my account creation information and then called it invalid.  I had to set up a documentfoundation account on a

Re: [Bug 160876] user.documentfoundation.org account generation fails

2024-05-03 Thread Donald Baker
I did not see any place to report a problem with your web site on your web site. Most places have that. Maybe not you. It accepted all my account creation information and then called it invalid. I had to set up a documentfoundation account on a different sign-in page. It is possible

Re: Uploading external tarballs to ?

2024-04-26 Thread Stephan Bergmann
On 4/25/24 23:02, Stephan Bergmann wrote: (Shortly after I had submitted "src/boost_1_85_0.tar.xz", a local test build of "Upgrade external/boost to latest Boost

Re: Uploading external tarballs to ?

2024-04-25 Thread Stephan Bergmann
On 4/25/24 03:22, Guilhem Moulin wrote: See https://git.libreoffice.org/extern#introduction . "The new file will then shortly be available at https://dev-www.libreoffice.org/src/my-new-file.tar.gz once the changeset is submitted by a committer." Is there a reason why there is apparently

Re: Minutes from the UX/design meeting 2023-Apr-24

2024-04-24 Thread Stéphane Guillou
On 25/4/24 09:06, Eyal Rozenberg wrote:   * Make possible 2 or more impress in fullscreen each on a dedicated     monitor AND each seekable independently with user-defined hotkeys     per each file     + https://bugs.documentfoundation.org/show_bug.cgi?id=160242 First of all, I really think

Re: Uploading external tarballs to ?

2024-04-24 Thread Guilhem Moulin
On Wed, 24 Apr 2024 at 19:24:40 +0200, Guilhem Moulin wrote: > On Wed, 24 Apr 2024 at 19:19:04 +0200, Stephan Bergmann wrote: >> Is there a new mechanism in place to do so? The relevant directory appears >> to only be root-writable now? > > 2024-04-19 17:09:22 <@guilhem> i'm freezing >

Re: Minutes from the UX/design meeting 2023-Apr-24

2024-04-24 Thread Eyal Rozenberg
Sorry for missing a meeting with a few of "my own" bug reports... On 24/04/2024 21:58, Heiko Tietze wrote:  * Want indication of whether a master slide is in use or not    + https://bugs.documentfoundation.org/show_bug.cgi?id=160403    + MSO Powerpoints shows the number of slides in a

Re: Uploading external tarballs to ?

2024-04-24 Thread Guilhem Moulin
On Wed, 24 Apr 2024 at 19:19:04 +0200, Stephan Bergmann wrote: > Is there a new mechanism in place to do so? The relevant directory appears > to only be root-writable now? 2024-04-19 17:09:22 <@guilhem> i'm freezing dev-www.libreoffice.org/{src,external} on gimli while the data is being

Re: Windows installer errors and warnings

2024-04-24 Thread Eike Rathke
Hi, On Tuesday, 2024-04-23 19:11:58 +0200, Jakub Kościelak wrote: > > > ICE03 ERROR Invalid identifier; Table: Directory, Column: > > > Directory, Key(s): LO_progr_resou_ca@va_LCMES_c8cb7e943 > > > ICE03 ERROR Invalid identifier; Table: Directory, Column: > > > Directory, Key(s):

  1   2   3   4   5   6   7   8   9   10   >