Execute F:\Source\Libre\Libre25\sdk\examples\dotnet\WriterDemo\csharp\Makefile help

2024-12-24 Thread ??
This is machine translation my  version is 25.0.2.1,window 10 ltsc An error was reported at the beginning of the execution. I changed the makefile file Change as follows old: APP_SRC_DIR = $(subst /,$(PS),$(CURDIR)) APP_BIN_DIR = $(subst /,$(PS),$(OUT_BIN)) APP_MISC_DIR = $(subst /,$

Help regarding correct way of accessing UI change in model for Histogram Calc​​ulation [PR - 170909]

2024-11-03 Thread Devansh Varshney
[Part of Adding Histogram support to LO GSoC-2024] Hi, I have been holding this mail for the past four days and am looking for the correct way to access the UI input from the sidebar of the chart type selection. How do I approach accessing UI changes done by the user for the custom bin in the mo

Re: Help with XImplementationLoader for .NET Bindings

2024-08-28 Thread Stephan Bergmann
On 8/27/24 17:56, Ritobroto Mukherjee wrote: Based on my current understanding, the steps involved are: 1. Adding an IDL file for com.sun.star.loader.Dotnet. 2. Creating a C++ implementation of css.loader.Dotnet in the stoc/ module along with a .component file, similar to stoc/source/javaloader.

Help with XImplementationLoader for .NET Bindings

2024-08-27 Thread Ritobroto Mukherjee
ou in advance for your help and guidance. Best regards, Ritobroto

Re: Help with .NET UNO Bridges for LibreOffice

2024-08-16 Thread Ritobroto Mukherjee
> (though I can't remember how LO's URP implementations compute those globally unique TIDs; one would need to look into the code) I'd have to recheck too but I believe it uses a combination of the OS thread and process IDs. > Yeah, async messages complicate the picture somewhat. In olden times,

Re: Help with .NET UNO Bridges for LibreOffice

2024-08-14 Thread Stephan Bergmann
On 8/15/24 05:42, Ritobroto Mukherjee wrote: So to clarify, every thread has an UNO generated ID, independent of its OS thread ID. Is this thread ID unique across a bridge or only unique in a process/environment? yes, see

Re: Help with .NET UNO Bridges for LibreOffice

2024-08-14 Thread Ritobroto Mukherjee
Hello everyone, (This part is in response to Mr. Bergmann's reply) > The overall idea is that UNO is multithreaded across the involved processes, > and each such abstract thread has a unique ID that it carries across all the > processes (and different language runtimes, in each process) it exec

Re: Help with .NET UNO Bridges for LibreOffice

2024-08-13 Thread Thorsten Behrens
Stephan Bergmann wrote: > On 8/10/24 15:19, Ritobroto Mukherjee wrote: > > Should arrays be pinned or copied to native memory, and same for > > structs? Would lumping all parameter data in a single block of memory > > be better? > > Sorry, I'm way to unfamiliar with the UNO .Net bindings to give y

Re: Help with .NET UNO Bridges for LibreOffice

2024-08-12 Thread Stephan Bergmann
On 8/10/24 15:19, Ritobroto Mukherjee wrote: 1) Managed Bridge The managed bridge is a completely C# reimplementation of the bridge, including the URP protocol, and is based on the ridljar/ and binaryurp/ modules. It is less fleshed out right now, only containing implementations of some of the i

Help with .NET UNO Bridges for LibreOffice

2024-08-10 Thread Ritobroto Mukherjee
tmaker for producing C# stubs from IDL files, and made required Makefile changes to build and test .NET code. While working on the next step, the bridge, I'm facing a few challenges and I'd appreciate it if someone could help me in understanding the architecture and the implementatio

Re: Help with adding HIDs to UI components

2024-08-08 Thread Michael Weghorn
On 2024-08-05 20:54, Dione Maddern wrote: Hi all. I'm part of the Documentation team, currently working on the Offline Help for LibreOffice. I've noticed that a number of components in the the UI have missing or wrong HIDs (E.g. Bug 159505 (https://bugs.documentfoundation.org/show_

Re: Help with adding HIDs to UI components

2024-08-07 Thread Pierre-Yves Foucou
would be interested as well. Le 05.08.24 à 20:54, Dione Maddern a écrit : Hi all. I'm part of the Documentation team, currently working on the Offline Help for LibreOffice. I've noticed that a number of components in the the UI have missing or wrong HIDs (E.g. Bug 1595

Help with adding HIDs to UI components

2024-08-05 Thread Dione Maddern
Hi all. I'm part of the Documentation team, currently working on the Offline Help for LibreOffice. I've noticed that a number of components in the the UI have missing or wrong HIDs (E.g. Bug 159505 (https://bugs.documentfoundation.org/show_bug.cgi?id=159505). This makes it impossib

Re: Help on toolbars

2024-03-02 Thread Olivier Hallot
Hi Regina Thank you for looking at. On 2/29/24 14:57, Regina Henschel wrote: Hi Olivier, I have tested what happens, when you go to an icon in the toolbar via F6 and then tabs. When you are on an icon and then press F1, the help system gets e.g. .HelpId:textobjectbar or .HelpId:standardbar

Help on toolbars

2024-02-29 Thread Regina Henschel
Hi Olivier, I have tested what happens, when you go to an icon in the toolbar via F6 and then tabs. When you are on an icon and then press F1, the help system gets e.g. .HelpId:textobjectbar or .HelpId:standardbar. But there exists no corresponding page and a 404 is shown. Kind regards

Re: Need help for bug 158451

2023-12-22 Thread Regina Henschel
Hi Michael, Michael Stahl schrieb am 21.12.2023 um 20:19: hi Regina, [..] the problem is that the type of anchor of the inner shape changes during text formatting, which is not supposed to happen. hope https://gerrit.libreoffice.org/c/core/+/161137 should fix the crash. Yes it solves t

Re: Need help for bug 158451

2023-12-21 Thread Michael Stahl
hi Regina, On 14/12/2023 01:26, Regina Henschel wrote: Hi all, I can now narrow down the error somewhat. Look at method SwTextFrame::FormatImpl() in https://opengrok.libreoffice.org/xref/core/sw/source/core/text/frmform.cxx?r=7d7ca347#1832 It creates    SwTextFormatInfo aInf( pRenderContext,

Re: Need help for bug 158451

2023-12-15 Thread Miklos Vajna
op. > And I still don't know, whether the problem would be solved, when somehow > first the line and then the group would be handled. > > I appreciate any help. Writer layout is famous for tricky debugging, so unless you're interested in finding the root cause here, I wonder

Re: Need help for bug 158451

2023-12-13 Thread Regina Henschel
ow something there changes the parameter rInfo of SwTextFrame::Format_(). And I still do not know, which object is really needed in the above mentioned for-loop. And I still don't know, whether the problem would be solved, when somehow first the line and then the group would be handled. I

Re: Need help for bug 158451

2023-12-11 Thread Caolán McNamara
On Mon, 2023-12-11 at 03:15 +0100, Regina Henschel wrote: > Steps before the crash are > SwTextFormatter::NewPortion() > SwTextFormatter::CalcFlyWidth() > SwTextFly::GetFrame() > SwTextFly::ForEach() > SwAnchoredObject::GetObjRectWithSpaces() It is possible that this is al

Need help for bug 158451

2023-12-10 Thread Regina Henschel
Hi all, I need help for bug 158451. Problem: A group or a drawing canvas in a docx file crashes Writer, in case it is anchored 'inline' and has a child shape with text. The crash happens in SwAnchoredObject::GetObjRectWithSpaces(). There is no crash, if such group is in an odt fil

Re: Seeking help with Windows build using v7.6.1.1

2023-09-04 Thread Andrew Richardson
Thank you for the input. I scraped my original tree and restarted from scratch under LODE's recommended '~/lode' path. Seeing same build issues. I have attempted to adjust my Norton 360 to exclude the LO build processing, but it may still be a factor. I am NOT willing to uninstall Norton on this

Re: Seeking help with Windows build using v7.6.1.1

2023-09-04 Thread Noel Grandin
I am guessing either (a) anti-virus tool or (b) you are using a different git client and it has munged some line endings

Re: Seeking help with Windows build using v7.6.1.1

2023-09-03 Thread Ilmari Lauhakangas
#x27; tag using git checkout. I am seeing a few issues when doing a clean build.  Full build log (using make -k switch) is available at link below. Appreciate any help to fix these issues. I see you have done the lode setup in C:/Users The wiki example instructions expect you to create it in your

Seeking help with Windows build using v7.6.1.1

2023-09-03 Thread Andrew Richardson
s when doing a clean build. Full build log (using make -k switch) is available at link below. Appreciate any help to fix these issues. Thanks, Andrew Richardson 1. Errors processing IDL files - Internal compiler problem midl : error MIDL9008 : internal compiler problem - See documentation for s

回复: [Help] Exception occurred, When debugging LibreOffice by VS Code on ubuntu (gnome desktop) . can't debug by vscode nomally.

2023-07-25 Thread 赵 晓东
When i tried Slolution 1,it worked. Hossein Nourikhah, thank you very much. Kevin Suo, Thank you very much too. 发件人: Hossein Nourikhah 发送时间: 2023年7月21日 22:03 收件人: Kevin Suo 抄送: libreoffice@lists.freedesktop.org ; 赵 晓东 主题: Re: [Help] Exception occurred, When

Re: [Help] Exception occurred, When debugging LibreOffice by VS Code on ubuntu (gnome desktop) . can't debug by vscode nomally.

2023-07-21 Thread Hossein Nourikhah
Hello, I think there is something wrong with the VS Code installation. A similar question is asked, and answered here: Java: symbol lookup error: /snap/core20/current/lib/x86_64-linux-gnu/libpthread.so.0: undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE https://stackoverflow.com

Re: [Help] Exception occurred, When debugging LibreOffice by VS Code on ubuntu (gnome desktop) . can't debug by vscode nomally.

2023-07-20 Thread Michael Weghorn
On 2023-07-21 03:24, Kevin Suo wrote: Could someone on the list take look at the error Zhao Xiao has encountered when he is debugging in VS Code. He is a newcomer and is preparing to contribute on CJK bug fixing. I don't know much about Snap or LibreOffice development with VS Code, so maybe o

Re: [Help] Exception occurred, When debugging LibreOffice by VS Code on ubuntu (gnome desktop) . can't debug by vscode nomally.

2023-07-20 Thread Kevin Suo
Could someone on the list take look at the error Zhao Xiao has encountered when he is debugging in VS Code. He is a newcomer and is preparing to contribute on CJK bug fixing. Kevin Suo 于 2023年7月18日 GMT+08:00 下午12:07:26, "赵 晓东" 写到: >[ENV] >OS: Ubuntu 22.04.2 LTS >LibreOffice: 7.5.5.1 >VS Code:

[Help] Exception occurred, When debugging LibreOffice by VS Code on ubuntu (gnome desktop) . can't debug by vscode nomally.

2023-07-17 Thread 赵 晓东
[ENV] OS: Ubuntu 22.04.2 LTS LibreOffice: 7.5.5.1 VS Code: 1.80.1 [Compile Command] ./autogen.sh --enable-debug --disable-ldap make [GDB Debug is OK] make debug run --writer [When running libreoffice on VS Code terminal, exception occurred] it@it-hp-desktop02:~/dev/libreoffice_dev/libreoffice-7

Need some help for iOS

2023-07-12 Thread xiaojin zhu
Hi guys: I’m a developer of iOS, and I need LibreOffice of iOS sdk for our business, but now I can’t find any related files for it. So could you help me that is there any sdk for iOS now? Thanks a lot. Best Regards Zhu xiaojin

Re: Subject : Help regarding Bug 90341 - Clean up excessive const_cast'ing

2023-01-10 Thread Ilmari Lauhakangas
On 9.1.2023 21.48, Siddharth Khattar wrote: Hello, So I did all the recommended changes (including cleaning up my unintended mess of new patches) that were commented in the code in the file "impastpl.cxx" but Jenkins is still giving me a build error. Can someone please help me wi

Subject : Help regarding Bug 90341 - Clean up excessive const_cast'ing

2023-01-09 Thread Siddharth Khattar
Hello, So I did all the recommended changes (including cleaning up my unintended mess of new patches) that were commented in the code in the file "impastpl.cxx" but Jenkins is still giving me a build error. Can someone please help me with it, the link to it on Gerrit

Re: Subject : Help regarding Bug 90341 - Clean up excessive const_cast'ing

2022-12-24 Thread Ilmari Lauhakangas
On 24.12.2022 13.42, Siddharth Khattar wrote: Hello, So I did all the recommended changes that were commented in the code in the file "impastpl.cxx" but Jenkins is still giving me a build error. Can someone please help me with it, the link to it on Gerrit is: https://gerrit.libreof

Subject : Help regarding Bug 90341 - Clean up excessive const_cast'ing

2022-12-24 Thread Siddharth Khattar
Hello, So I did all the recommended changes that were commented in the code in the file "impastpl.cxx" but Jenkins is still giving me a build error. Can someone please help me with it, the link to it on Gerrit is: https://gerrit.libreoffice.org/c/core/+/144537 I tried a further

Re: unoidl-write usage help

2022-12-12 Thread Stephan Bergmann
On 12/12/2022 14:04, Scott Robinson wrote: unoidl-write $unoTypes $offTypes com/sun/star/test/XSomethinA.idl I get nothing; no output, no error message. Please advise. The usage of unoidl-write is Usage: unoidl-write [] [@] where each is either a new- or legacy-format .rdb file, a sing

unoidl-write usage help

2022-12-12 Thread Scott Robinson
Using Fedora 37, LibreOffice 7.4.3.2 Using $sdk/examples/DevelopersGuide/Components/JavaComponent Steps I take: Copy JavaComponet to home directory cd ~/JavaComponent export PATH=/usr/lib64/libreoffice/sdk/bin:/usr/lib64/libreoffice/program:/usr/bin export LD_LIBRARY_PATH=/usr/lib64/libreoffice/

Re: Subject : Help regarding Bug 90341 - Clean up excessive const_cast'ing

2022-11-23 Thread Tomaž Vajngerl
t; I also decided to go through the previous commits made in the bug > thread for ideas and help, such as these: > > https://git.libreoffice.org/core/+/7b152167a4e4c3eaac95aee8f282873681c90092%5E%21 > and > https://cgit.freedesktop.org/libreoffice/core/commit/?id=4ae319ae462f3f094452046e3

Subject : Help regarding Bug 90341 - Clean up excessive const_cast'ing

2022-11-23 Thread Siddharth Khattar
egexp --count const_cast | sort --numeric-sort --key=2 --field-separator=: ", I got various results and decided to look into core/xmloff/source/style/impastpl.cxx (lines 144 & 146). I also decided to go through the previous commits made in the bug thread for ideas and help, such a

Re: Help on interacting with dialogs in unit tests on Windows and MacOS

2022-11-14 Thread Miklos Vajna
Hi Colomban, Bootstrapping a new kind of testsuite is a lot of work (been there, did that), so I appreciate you try to get in-process a11y tests working. If you feel blocked, perhaps just have it Linux-only as a start to be able to cover shared code + Linux-specific code, and only later try to en

Help on interacting with dialogs in unit tests on Windows and MacOS

2022-11-14 Thread Colomban Wendling
king the API a bit nicer in the process. So Linux is happy, yay! Unfortunately, I'm not getting so lucky on Windows and MacOS, and my debug fiddling [4] don't seem to get me anywhere, so I'm asking for some help if anybody has anything to contribute :) What I see is that:

Re: LibreOffice Source File Compile Help

2022-11-03 Thread Jim Raykowski
Hello Siddharth, You can cd from the core directory to instdir/program and then do ./soffice.bin or from the core directory ./instdir/program/soffice.bin should work. HTH, Jim On Thu, Nov 3, 2022 at 10:33 AM Siddharth Khattar wrote: > Hello all, > > So I recently compiled LibreOffice from sour

LibreOffice Source File Compile Help

2022-11-03 Thread Siddharth Khattar
Hello all, So I recently compiled LibreOffice from source files. Can somebody please tell me how can I access this development version of LibreOffice from the bash terminal & also why can't I see it as an installed application when I click "show applications"? I am a beginner to this so if I am mi

Re: Help ID for toolbars

2022-08-10 Thread Caolán McNamara
On Mon, 2022-08-08 at 09:19 -0300, Olivier Hallot wrote: > ... Many toolbars have Help pages describing them in detail. ... > However in the case of the outlinetoolbar in Impress (1), the module > does not send HelpId... I don't know if its actually the same issue, but this comm

Help ID for toolbars

2022-08-08 Thread Olivier Hallot
Hi Many toolbars have Help pages describing them in detail. For example, the Find toolbar (Ctrl+F) opens the page https://help.libreoffice.org/7.4/en-US/text/shared/find_toolbar.html and the source file has the bookmark entry id="bm_id591641583284889" localize="false"/&g

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - basctl/uiconfig connectivity/inc cui/uiconfig include/sfx2 include/svtools include/svx nlpsolver/help sc/inc

2022-07-05 Thread Adolfo Jayme Barrientos (via logerrit)
/uiconfig/ui/tipofthedaydialog.ui |4 include/sfx2/strings.hrc |2 include/svtools/strings.hrc | 22 +- include/svx/strings.hrc | 12 - nlpsolver/help/en

[Libreoffice-commits] core.git: basctl/uiconfig connectivity/inc cui/uiconfig include/sfx2 include/svtools include/svx nlpsolver/help sc/inc

2022-07-05 Thread Adolfo Jayme Barrientos (via logerrit)
/uiconfig/ui/tipofthedaydialog.ui |4 include/sfx2/strings.hrc |2 include/svtools/strings.hrc | 22 +- include/svx/strings.hrc | 12 - nlpsolver/help/en

Re: Need help with ScLookupCache

2022-06-29 Thread Winfried Donkers
Luboš, Eike, Op 21-06-2022 om 15:12 schreef Winfried Donkers: Am I correct when stating that ScLookupCache currently cannot cope with the combinations   eOp SC_GREATER_EQUAL and sorted in ascending order and   eOp SC_LESSER_EQUAL and sorted in descending order? As Luboš already said, ScLookup

Re: Need help with ScLookupCache

2022-06-21 Thread Winfried Donkers
Am I correct when stating that ScLookupCache currently cannot cope with the combinations eOp SC_GREATER_EQUAL and sorted in ascending order and eOp SC_LESSER_EQUAL and sorted in descending order? As Luboš already said, ScLookupCache just caches results of lookups, to be able to reuse them fo

Re: Need help with ScLookupCache

2022-06-20 Thread Eike Rathke
Hi Winfried, On Thursday, 2022-06-16 11:58:54 +0200, Winfried Donkers wrote: > Am I correct when stating that ScLookupCache currently cannot cope with the > combinations > eOp SC_GREATER_EQUAL and sorted in ascending order > and > eOp SC_LESSER_EQUAL and sorted in descending order? As Luboš al

Re: Need help with ScLookupCache

2022-06-20 Thread Winfried Donkers
Hi Luboš, Am I correct when stating that ScLookupCache currently cannot cope with the combinations eOp SC_GREATER_EQUAL and sorted in ascending order and eOp SC_LESSER_EQUAL and sorted in descending order? No, it's not correct, why would you think that would be the case? As the name sa

Re: Need help with ScLookupCache

2022-06-20 Thread Luboš Luňák
On Thursday 16 of June 2022, Winfried Donkers wrote: > Hi, > > I am implementing Excel function XLOOKUP in Calc (at a slow pace), and > need some help with ScLookupCache. > > Am I correct when stating that ScLookupCache currently cannot cope with > the combinations >

Need help with ScLookupCache

2022-06-16 Thread Winfried Donkers
Hi, I am implementing Excel function XLOOKUP in Calc (at a slow pace), and need some help with ScLookupCache. Am I correct when stating that ScLookupCache currently cannot cope with the combinations eOp SC_GREATER_EQUAL and sorted in ascending order and eOp SC_LESSER_EQUAL and sorted in

Re: Need a help

2021-12-15 Thread Regina Henschel
Hi Rajeev, Rajeev Kumar schrieb am 14.12.2021 um 19:28: Hi everyone, I have a doubt. when we import ppt in LibreOffice. It extracts and parses all the xml files to layout. ? If you import ppt, then there is no XML. It you have XML, then you are likely importing pptx. ppt and pptx are handled

Need a help

2021-12-14 Thread Rajeev Kumar
Hi everyone, I have a doubt. when we import ppt in LibreOffice. It extracts and parses all the xml files to layout. then it goes ahead and redner that on the screen. Can anyone please tell me If it uses any temp storage to store the extracted xml files or it stores everything in RAM. I wanted to un

Re: Seeking help to get started with the contributions

2021-12-06 Thread Ilmari Lauhakangas
MATLAB Docker Kubernetes Git Bash GitHub I would really appreciate it if someone could help me set up and guide me about what should I learn in order to get started. Could someone help me out? I have invited you to an interview. Ilmari

Seeking help to get started with the contributions

2021-12-06 Thread Vaibhav Malik
would really appreciate it if someone could help me set up and guide me about what should I learn in order to get started. Could someone help me out?

Re: Need help with patch for Fontwork shape

2021-10-13 Thread Regina Henschel
Hi Miklos, thank you for starting a next try to build. The build was now successful. Kind regards Regina Regina Henschel schrieb am 12.10.2021 um 17:00: Hi all, I need help with patch https://gerrit.libreoffice.org/c/core/+/123295 It passes Jenkins in Patchset 3. The only change was then a

Need help with patch for Fontwork shape

2021-10-12 Thread Regina Henschel
Hi all, I need help with patch https://gerrit.libreoffice.org/c/core/+/123295 It passes Jenkins in Patchset 3. The only change was then a change in the commit message. But now it fails with always the same problem. I know Jenkins has a "hiccup" sometimes and tried a Rebase. B

Help with connection wizard

2021-09-05 Thread Juan C. Sanz
Hello. I am working on a firebird connection patch that allows remote connection to a firebird server. Now I need to create a page in the database connection wizard to use that connection, but I have no idea where to start. Can anyone give me any hints? Regards -- *Juan C. Sanz*

Re: Help for Build DEB and/or RPM Packages

2021-06-01 Thread Christian Lohmaier
On Mon, May 31, 2021 at 4:57 PM siqin wrote: > […] > It was okay so far, But when build DEB and/or RPM Packages, I got an error. > > ./autogen.sh --with-distro=LibreOfficeLinux Note that the --enable-epm and the --with-package-format switches are all that is required to build packages, the o

Re: Help for Build DEB and/or RPM Packages

2021-06-01 Thread Michael Stahl
On 31/05/2021 05.18, siqin wrote: Hi All. I am want to build LibreOffice on Ubuntu 20.10. ./configure: line 40704: cd: ../share/ant/bin: No such file or directory ./configure: line 40704: cd: ../share/ant/bin: No such file or directory ./configure: line 40704: cd: ../share/ant/bin: No such f

Help for Build DEB and/or RPM Packages

2021-05-31 Thread siqin
Hi All. I am want to build LibreOffice on Ubuntu 20.10. According to the "Building LibreOffice on Linux and *BSD systems: Tips and Tricks" 1. Install the dependencies.     Debian and Ubuntu 2. Cloning and building.     git clone https://gerrit.libreoffice.org/core libreoffice     cd libreo

Re: i wanted a help for contributing to gsoc

2021-04-12 Thread Ilmari Lauhakangas
guide what all to learn it would be a great help for me thank you GSoC 2021 proposal deadline is tomorrow, so you are too late, but of course you can target GSoC 2022. Please email me directly, if you are interested. Ilmari ___ LibreOffice mailing

i wanted a help for contributing to gsoc

2021-04-12 Thread Afnan Marquee
help for me thank you ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

C++ help needed for table with constant values

2021-04-01 Thread Regina Henschel
have introduced a struct CameraMapper in a new file extrusionpresets.hxx for all the needed calculation. Currently this contains the mentioned table as a classical array as member of CameraMapper. The table is build in ctor. That works, but looks strange to me. I need some help for to implement a better,

Re: Need help with expert config

2021-03-30 Thread Dante Doménech
Checked changing autoclosebrackets and does not work either. Note that changing it from UI settings instead of advanced config works. Should I then make a bug report org.openoffice.Office.Math does not synchronize, or update the one that there already is? El mar, 30 mar 2021 a las 17:34, Mike Kaga

Re: Need help with expert config

2021-03-30 Thread Mike Kaganski
On 30.03.2021 18:06, Dante Doménech wrote: Hello. I while ago I did code this https://gerrit.libreoffice.org/c/core/+/55 . It basically allows the user to change the size of the text of the math input box (tdf*130654*

Need help with expert config

2021-03-30 Thread Dante Doménech
Hello. I while ago I did code this https://gerrit.libreoffice.org/c/core/+/55. It basically allows the user to change the size of the text of the math input box (tdf*130654* ). However at some point it has stopped working. The problem

Re: Alternative master/main branch proposal (Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations))

2021-03-21 Thread antlists
On 21/03/2021 10:46, Katarina Behrens wrote: C'mon folks, this is not a controversial or complicated issue in any way If it isn't controversial, why is it causing so much controversy? Technical effort to make the change is minimal. Social or indeed human impact of the change is net positive.

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-21 Thread antlists
On 18/03/2021 17:35, Michael Meeks wrote: I do agree it is possible to carry this far too far. However its easy to see how things like the unthinking use of eg. 'blacklist' can be seen as bad - that seems like a slam-dunk to me. The problem is when it's assumed you're being racist when

Re: Alternative master/main branch proposal (Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations))

2021-03-21 Thread Luboš Luňák
On Sunday 21 of March 2021, Katarina Behrens wrote: > 'Let's wait for some random gits to come to their senses and only then > follow the suit' is a bad take A bad take is being the person to insult others while arguing for not offending people in a discussion about not offending people. -- L

Re: Alternative master/main branch proposal (Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations))

2021-03-21 Thread Katarina Behrens
C'mon folks, this is not a controversial or complicated issue in any way Technical effort to make the change is minimal. Social or indeed human impact of the change is net positive. That few folks who happen to have the largest bullhorn believe otherwise doesn't change the fact 'Where is my fre

Re: Alternative master/main branch proposal (Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations))

2021-03-19 Thread Kohei Yoshida
On Thu, 2021-03-18 at 21:04 +0100, Luboš Luňák wrote: > Therefore, I propose that the decision to rename the master branch > is postponed for as long as the git project does not take a > definitive stance on it. That stance may take the form of e.g. the > git project making a statement on it or cha

Re: Alternative master/main branch proposal (Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations))

2021-03-18 Thread Michael Weghorn
On 18/03/2021 21.04, Luboš Luňák wrote: - We are not in any special position here, we are just one of the many projects using git. Therefore there does not appear to be any need to act on our own. Presumably the issue gets discussed also elsewhere, and discussing it here adds little to no value t

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread Antje Kazimiers
Am 18.03.21 um 15:55 schrieb Tor Lillqvist: For what it's worth (i.e., not much), I am completely in favour of the renaming. --tml Me, too. Antje ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread Lubos Lunak
TLDR: - There does not appear to be a consensus on the usage of the default brach name, at least as of now. - I find the claim that all use of the word master is bad to be poorly argued. - This mostly appears to be an ongoing internal problem of one country. As a technical project we should no

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread julien2412
Michael Meeks-5 wrote > ... > Hopefully you would be able to come ? No need to come since it's easier for me to write (no schedule constraints for example) and the migration will be done anyway, no need to worry. Moreover, even if there was a vote I suppose there'll be a large majority who'l

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread julien2412
Thorsten Behrens-6 wrote > ... > Well. I'm not sure it matters much what you or me read into that word. > > So is there any harm in making that change? Others are doing the work, > why would we refuse a change that some feel strongly about? > > We're happily accepting changes that re-format code,

Alternative master/main branch proposal (Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations))

2021-03-18 Thread Luboš Luňák
Hello, in order to make the discussion somewhat more constructive, I have an alternative proposal on how to resolve the problem. Some pre-requisities: - There are currently no technical gains to be made from the change. There are some costs to doing the change, but they are not blocking. -

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread julien2412
Thorsten Behrens-6 wrote > ... > The reason is, that language evolves, and bad habits (or metaphors) of > the past shouldn't be persisted, if we know they are offensive to > others. Slavery itself shouldn't persist (badfully in some regions it still exists) but let's not confound the slavery itsel

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread khagaroth
Get woke go broke... No need to push some misguided agenda, and even less need to appeal to some collective guilt, after all slavery wasn't an universal practice. The only way to handle SJWs is to ignore them, after all if you give them an inch they'll take a mile. Be glad the situation is still

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread Michael Meeks
On 18/03/2021 14:19, julien2412 wrote: > About "master" So - there are huge tracts that can be written about this from many perspectives; Dominus Illuminatio Mea =) The "thin end of the wedge" argument is an interesting one, clearly there is lots of scope for confrontation, divi

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread julien2412
used by LibreOffice (dictionaries, >> help, translations). > (...) > I disagree with the plan. I had told nothing until now thinking I would be the only person to have this opinion. After: 1) http://document-foundation-mail-archive.969070.n3.nabble.com/Tell-me-Easy-Hack-42782-qu

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread Thorsten Behrens
Hey Julien, julien2412 wrote: > Thorsten Behrens-6 wrote > > ... > > The reason is, that language evolves, and bad habits (or metaphors) of > > the past shouldn't be persisted, if we know they are offensive to > > others. > > Slavery itself shouldn't persist (badfully in some regions it still exi

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread Tor Lillqvist
For what it's worth (i.e., not much), I am completely in favour of the renaming. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread Thorsten Behrens
Hi Lubos, just a quick answer - I think topics like this are best discussed in a call though. Lubos Lunak wrote: > I disagree with the plan. Git uses master, so we should stick with > that. > Hmm. But someone else using outdated names shouldn't per se be a reason for us? Also it appears things ar

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread Mike Kaganski
On 17.03.2021 22:45, Lubos Lunak wrote: I disagree with the plan. +1 -- Best regards, Mike Kaganski ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread rene
he submodules used by LibreOffice (dictionaries, >> help, translations). (...) >I disagree with the plan (rant) Amen. I always said so, too. Regards Rene ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-18 Thread Lubos Lunak
On Wednesday 17 of March 2021, Christian Lohmaier wrote: > Hi *, > > as requested and announced in previous ESC-minutes and infra-call > minutes, master branch will be renamed for the LibreOffice core > repositories and the submodules used by LibreOffice (dictionaries, >

Re: ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-17 Thread Joao S. O. Bueno
n Lohmaier < lohmaier+libreoff...@googlemail.com> wrote: > Hi *, > > as requested and announced in previous ESC-minutes and infra-call > minutes, master branch will be renamed for the LibreOffice core > repositories and the submodules used by LibreOffice (dictionaries, > help,

ANN: renaming of master branch to "main" for core repository and submodules (dictionaries, help, translations)

2021-03-17 Thread Christian Lohmaier
Hi *, as requested and announced in previous ESC-minutes and infra-call minutes, master branch will be renamed for the LibreOffice core repositories and the submodules used by LibreOffice (dictionaries, help, translations). Current plan is to do the switchover on April 1st If you have objections

Re: [Solved] Need help for unit test

2021-03-16 Thread Regina Henschel
Regina Henschel schrieb am 16.03.2021 um 02:58: Hi all, and again I need help for making a unit test. My idea for unit test for https://gerrit.libreoffice.org/c/core/+/112474 is to load a document with a custom shape in 3D mode. It has extrusion direction "Extrusion Backwards", w

Need help for unit test

2021-03-15 Thread Regina Henschel
Hi all, and again I need help for making a unit test. My idea for unit test for https://gerrit.libreoffice.org/c/core/+/112474 is to load a document with a custom shape in 3D mode. It has extrusion direction "Extrusion Backwards", which means, that no side faces are visible. Then

Re: Need help with contributing

2021-03-11 Thread Ilmari Lauhakangas
On 11.3.2021 9.56, SHABBIR KHAN wrote: Hello, I am looking forward to contributing to libreoffice and i need some guidance, please help me out with things like where to start. There is a very vague list of files in the project, i want to know the file where i should start off from it would

Need help with contributing

2021-03-10 Thread SHABBIR KHAN
Hello, I am looking forward to contributing to libreoffice and i need some guidance, please help me out with things like where to start. There is a very vague list of files in the project, i want to know the file where i should start off from it would make me really happy and encouraged to

Re: Need help with starmath UI

2021-01-28 Thread Dante Doménech
Ignore it. Solved El mié, 27 ene 2021 a las 21:04, Dante Doménech () escribió: > Hello. > I'm working on a starmath syntax highlighter over here: > https://gerrit.libreoffice.org/c/core/+/109639 (it builds) > > Need help about how to link the stuff on UI files with the c++ co

Re: Need help with starmath UI

2021-01-27 Thread Dante Doménech
Hello. I'm working on a starmath syntax highlighter over here: https://gerrit.libreoffice.org/c/core/+/109639 (it builds) Need help about how to link the stuff on UI files with the c++ code. Already edited: starmath/source/dialog.cxx, but not enought. The current behaviour: smzoom (m_xS

Need help with starmath UI

2021-01-27 Thread Dante Doménech
Hello. I'm working on a starmath syntax highlighter over here: https://gerrit.libreoffice.org/c/core/+/109639 (it builds) Need help about how to link the stuff on UI files with the c++ code. Already edited: starmath/source/dialog.cxx, but not enought. The current behaviour: syntaxhight

Re: Starmath hightlight syntax (need help)

2021-01-27 Thread Dante Doménech
Took a look. My code was hiding the effects of a postevent stuff. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

  1   2   3   4   5   6   7   8   9   10   >