Re: GSoC 2025 – Interest in "Improve Word Processor Test Coverage" Project

2025-03-30 Thread MailToManish
Hello Hridaya, The requirement for applying is to solve at least one difficultyInteresting easy hack: https://wiki.documentfoundation.org/Development/EasyHacks/by_Required_Skill/Skill_C%2B%2B#Skill_Level:_Interesting Here are few links where you can get an idea on how to get started 1)https://wi

Re: GSoC Proposal Review

2025-03-27 Thread Ilmari Lauhakangas
On 3/27/25 17:06, Mohamed Zaghloul wrote:  Hi, I am interested in contributing to LibreOffice through Google Summer of Code 2025 and am currently preparing my project proposal. I would like to know the best way to get feedback on my draft proposal before the final submission. Is there a sp

Re: GSOC 2025: Getting Started as a contributor

2025-03-01 Thread Ilmari Lauhakangas
On 28.2.2025 16.04, Shubham Achary wrote: To The LibreOffice Project Mentor Greetings, I am M Shubham Achary , a diploma passout of branch Electronics and Telecommunication engg From KiiT university . Age 22 , Male. So, I have some strong background in Embedded system, Java , c++ and Python(i

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

2024-08-27 Thread Mohit Marathe
Hello everyone, In the last week, I made the "Show" option work [1]. It has two options that are working "Resolved" (which hides the resolved comments when unchecked) and "Time" (which shows time of the comment when selected). There still one more option "Reference" which should be for setting th

Re: GSOC More and Better Tests Weekly Update

2024-08-20 Thread Ilmari Lauhakangas
On 21.8.2024 7.46, Adam Seskunas wrote: Last of all I've spent some time updating the Missing Unit Tests spreadsheet from the project proposal. Its a little messy, but I've marked which bug reports I've not been able to reproduce as well as bug reports that are for, one reason or another not po

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

2024-08-20 Thread Mohit Marathe
Hello everyone, Last week, I fixed some bugs, notably the one where the ui was not getting updated after I delete a comment. This bug was introduced in the commit where I added context menu for the comment widget. Turns out `weld::Container` is not compatible with `connect_mouse_press` signal,

Re: GSoC: Libreoffice Theme (VCL_WIN Patch)

2024-08-17 Thread Sahil Gautam
Hi, Last few weeks I have been polishing the patches. Latest updates are - we decided to keep the colors in a single dialog (the app color dialog). - made some changes in qt related code to report the colors correctly. before this, `StyleSettings::WindowColor()` was actually base color from t

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

2024-08-14 Thread Mohit Marathe
Hello everyone, I started last week working on tooltips for reference text (it will show the root comment). I learned about `SwEditWin::RequestHelp` which handles several tooltips in Writer. But I think I'll have to make a custom tooltip for my use case, as I'll have to layout the comment text, au

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

2024-08-07 Thread Mohit Marathe
Hello everyone, In the last week I couldn't do much due to college. I implemented a method to retrieve reference comment to show on the top of the thread. For that, I needed to get the anchor position of the root comment from which I get the text node which contains the reference text. And final

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

2024-07-31 Thread Mohit Marathe
Hello everyone, In the last week, I added context menu for comments and connected all its options with appropriate methods. The context menu contains the following items: Edit, Reply, Delete, Toggle Resolved, Delete Thread, Mark Thread Resolved. Besides this, I implemented a way to reset the dat

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

2024-07-22 Thread Mohit Marathe
Hello everyone, In the last week, I implemented filter comments by author and date functionality. I used `SvtCalendarBox` for the date picker, which is basically `GtkCalendar`. There is one problem though, I don't know of any way to de-select or reset the date selected. So I decided to make a "R

Re: GSoC: Libreoffice Theme (VCL_WIN Patch)

2024-07-22 Thread Sahil Gautam
Hi, Last few days, I made various attempts to setup a MacOs VM on my Archlinux, but most of them were unusable. Then I went out and got a graphics card (rx6600 8g) to pass it to the VM using vfio (also upgraded ram to 64G). It didn't work, as for vfio, I require 2 displays connected to the comp

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

2024-07-16 Thread Mohit Marathe
Hello everyone, In the last week, I implemented sorting functionality. There are two options to sort: by position (default) and by time. For this, I modified `populateComment()` to sort the vector of `SwFormatField*`, which I get from `SwPostItMgr::UpatePostItsParentInfo()` (which was initially

Re: GSoC: Libreoffice Theme

2024-07-12 Thread Regina Henschel
Hi Sahil, Sahil Gautam schrieb am 12.07.2024 um 22:51: Hi, since I cannot use `ccache` on windows, it's taking very long to compile even a single line change in a cxx file. Any solutions? Regards Sahil Gautam See section "Partial build" in https://wiki.documentfoundation.org/Development/Gene

Re: GSoC: Libreoffice Theme

2024-07-12 Thread Sahil Gautam
Hi, since I cannot use `ccache` on windows, it's taking very long to compile even a single line change in a cxx file. Any solutions? Regards Sahil Gautam On 7/12/24 11:41 PM, Sahil Gautam wrote: Hi, Last few days I was working on the application colors dialog, adding a way to reset the theme

Re: GSoC: Libreoffice Theme

2024-07-12 Thread Sahil Gautam
Hi, Last few days I was working on the application colors dialog, adding a way to reset the theme colors. For the automatic theme, the system colors are read again. For themes, since there was no way of getting the default colors, once the theme is loaded into the registry, so each theme now

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

2024-07-09 Thread Mohit Marathe
Hello everyone, In the last week, I implemented the following functionalities: 1. Edit comment text 2. Reply to a comment 3. Resolve comment or thread All of these can be done directly from Comments deck in sidebar and the annotation window will be synchronized with it. This week I'll be working

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

2024-07-03 Thread Biswadeep Purkayastha
r than the first available printer as it did previously. Regards, Biswadeep From: LibreOffice on behalf of Michael Weghorn Sent: Tuesday, May 7, 2024 12:57 PM To: Biswadeep Purkayastha; libreoffice@lists.freedesktop.org Subject: Re: GSoC project to add CPDB supp

Re: GSoC: Libreoffice Theme WIN (not getting stdout, cannot do printfdebugging)

2024-07-02 Thread Kurt Nordback
For the record, this also works in gdb (and front-ends such as ddd): ignore where is the breakpoint number and is the number of times to ignore it. -- Kurt On Tuesday, July 2nd, 2024 at 12:41 AM, Mike Kaganski wrote: > On 01.07.2024 23:42, Sahil Gautam wrote: > > > Hi, I successfully b

Re: GSoC: Libreoffice Theme WIN (not getting stdout, cannot do printfdebugging)

2024-07-01 Thread Mike Kaganski
On 01.07.2024 23:42, Sahil Gautam wrote: Hi, I successfully built libreoffice on windows using LODE. The problem is that I cannot see stdout on the terminal, or in vscode's terminal. I rely on that for checking if opening this dialog trips this breakpoint or not, and how many times does it do s

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

2024-07-01 Thread Mohit Marathe
Hello everyone, I spent most of the last week trying to fix a bug where LO crashed when I undo after deleting comment(s). This just got fixed yesterday, thanks to Sarper. While debugging I noticed another bug in `CommentsPanel::addComment`, which was taking the last item from `SwPostItMgr::mv

Re: GSoC: Libreoffice Theme WIN (not getting stdout, cannot do printfdebugging)

2024-07-01 Thread Mike Kaganski
On 02.07.2024 11:07, Jim Raykowski wrote: For me, running with instdir/program/soffice.exe doesn't show std::cout output in the terminal. Running with instdir/program/soffice.bin does. https://mikekaganski.wordpress.com/2018/11/21/proper-console-mode-for-libreoffice-on-windows/ -- Best regards

Re: GSoC: Libreoffice Theme WIN (not getting stdout, cannot do printfdebugging)

2024-07-01 Thread Jim Raykowski
For me, running with instdir/program/soffice.exe doesn't show std::cout output in the terminal. Running with instdir/program/soffice.bin does. On Mon, Jul 1, 2024 at 9:15 PM Heiko Tietze wrote: > > In cygwin environment, don't you run instdir/program/soffice.exe? Works well > here. > > > On 01.0

Re: GSoC: Libreoffice Theme WIN (not getting stdout, cannot do printfdebugging)

2024-07-01 Thread Heiko Tietze
In cygwin environment, don't you run instdir/program/soffice.exe? Works well here. On 01.07.24 8:42 PM, Sahil Gautam wrote: Hi, I successfully built libreoffice on windows using LODE. The problem is that I cannot see stdout on the terminal, or in vscode's terminal. I rely on that for checking

Re: GSoC: Libreoffice Theme WIN (not getting stdout, cannot do printfdebugging)

2024-07-01 Thread Sahil Gautam
Hi, I successfully built libreoffice on windows using LODE. The problem is that I cannot see stdout on the terminal, or in vscode's terminal. I rely on that for checking if opening this dialog trips this breakpoint or not, and how many times does it do so. using a debugger seems a good choice,

Re: GSoC: Libreoffice Theme WIN (failed on ->./autogen.sh failed, visual-studio not found)

2024-06-30 Thread Heiko Tietze
On 29.06.24 9:46 PM, Ilmari Lauhakangas wrote: Did you remember to add to your autogen.input --with-visual-studio=2022 Stumbled over the same problem ;-). As always, reading the notes helps. https://wiki.documentfoundation.org/Development/BuildingOnWindows#Notes_on_older_and_non-default_MS_comp

Re: GSoC: Libreoffice Theme WIN (failed on ->./autogen.sh failed, visual-studio not found)

2024-06-29 Thread Ilmari Lauhakangas
Did you remember to add to your autogen.input --with-visual-studio=2022 Ilmari On 29.6.2024 22.19, Sahil Gautam wrote: Hi, So I was setting up Libreoffice Dev on windows (Yes, windows), I was following the LODE guide from the wiki. I faced this error while running ./autogen.sh checki

Re: GSoC: Libreoffice Theme WIN (failed on ->./autogen.sh failed, visual-studio not found)

2024-06-29 Thread Sahil Gautam
Hi, So I was setting up Libreoffice Dev on windows (Yes, windows), I was following the LODE guide from the wiki. I faced this error while running ./autogen.sh checking whether build should auto use hardening compiler flags... no checking whether to build a Commun

Re: GSoC: Libreoffice Theme (application crashes when I modify ColorConfig on startup)

2024-06-29 Thread Michael Weghorn
On 2024-06-28 19:37, Sahil Gautam wrote: I spent quite some time with QStyle trying to get it to paint the UI elements, which complicated stuff, and took a lot of time, where it was just palette manipulation (mostly). Also I found that we handle the menubar separately, and it's not drawn via dr

Re: GSoC: Libreoffice Theme (application crashes when I modify ColorConfig on startup)

2024-06-28 Thread Sahil Gautam
Hi, I missed the email for the last week, sorry for that. So the patch for gtk was pushed, and the one for QT will be out by tommorrow(+1 day). I spent quite some time with QStyle trying to get it to paint the UI elements, which complicated stuff, and took a lot of time, where it was just palet

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

2024-06-25 Thread Mohit Marathe
Hello everyone, I spent the previous week working on getting `CommentsPanel` to respond to different events, such as editing, deleting, or resolving post-it notes. In that, I'm just forwarding the hint that `SwPostItMgr` receives (and after its done with the processing) to `CommentsPanel`, wher

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

2024-06-17 Thread Mohit Marathe
Hello everyone, In the last week, I worked on setting up a "broadcaster-listener" relation between `CommentsPanel` and `SwPostItMgr`. Since `SwPostItMgr` does all the processing of comments, the idea is to make `CommentsPanel` listen to `SwPostItMgr` after the latter is done with the processing of

Re: GSoC: Libreoffice Theme (application crashes when I modify ColorConfig on startup)

2024-06-11 Thread Sahil Gautam
Hi, so the issue has been resolved,https://gerrit.libreoffice.org/c/core/+/168016/comment/b977e358_def16582/ [Rafael's comment on missing registry entry for LoadDefaultSystemColors]. Now it loads the default colors into the registry once (as expected). On 6/11/24 4:04 AM, Sahil Gautam wrote: H

Re: GSoC: Libreoffice Theme (application crashes when I modify ColorConfig on startup)

2024-06-10 Thread Sahil Gautam
Hi went through the design of data flow this week. I found myself running away from the VCL and it's colors, or rather from the question of "how to get 2 way exchange of colors working". https://gerrit.libreoffice.org/c/core/+/168016 Here's the patch [WIP] There is quite some information to k

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` whic

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 m

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 m

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

2024-05-26 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 t

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 som

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 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 f

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 th

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 g

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: https://gerrit.libreoffice.org/c/c

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: https://gerr

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: [GSoC] Requesting feedback on the proposal

2024-03-31 Thread Mohit Marathe
Sent with Proton Mail secure email. On Thursday, March 28th, 2024 at 7:47 PM, Sarper Akdemir wrote: > Hello Mohit, > > On 3/28/24 15:40, Mohit Marathe wrote: > > > I am excited to submit my proposal for the "Comments in sidebar" > > project as part of the Google Summer of Code program.

Re: [GSoC] Requesting feedback on the proposal

2024-03-28 Thread Sarper Akdemir
Hello Mohit, On 3/28/24 15:40, Mohit Marathe wrote: I am excited to submit my proposal for the "Comments in sidebar" project as part of the Google Summer of Code program. I would be grateful if you could take the time to review it and provide me with some feedback. Here's my proposal: https://do

Re: [GSoC] Expressing interest in contributing to LibreOffice projects

2024-03-21 Thread Heiko Tietze
Hi Mohit, thanks a lot for your interest in LibreOffice and in particular in topics around UI/UX. You should start with the requested easyhacks to prove your skills, see https://wiki.documentfoundation.org/Development/GSoC In case of questions don't hesitate to ask on IRC or this mailinglist.

Re: GSoC'23 -- Week 9

2023-08-05 Thread Thorsten Behrens
Hi Baole, Baole Fang wrote: > [testselect]( > https://github.com/baolef/libreoffice-ci/blob/main/models/testselect.py) is > now able to recognize 95% (94% previously) of all failures, while reducing > computation by 85% (84% previously). > Oh nice! So the goal is still, to run _one_ canary platfor

Re: GSoC'23 - Week 1 Report

2023-06-24 Thread Ilmari Lauhakangas
On 10.6.2023 18.54, Baole Fang wrote: Missed to copy the contents: Join #tdf-infra Joined. Familiar with Mozilla’s work Mozilla has made their code[1] public. testselect[2] aligns with our project best. rust-code-analysis[3] can be used to calculate metrics from code/patches. Now, data

Re: GSoC'23 - Week 2 Report

2023-06-17 Thread Ilmari Lauhakangas
Please don't send attachments. Copying the text: Commit feature extraction Commit feature extraction is finished with multiprocessing. The commits come from the csv table. Features are based on the patch (what changes in the commit), code features, author features and so on. The output is save

Re: GSoC'23 project

2023-03-28 Thread Ilmari Lauhakangas
On 28.3.2023 18.20, Spruha Thorat wrote: Hi, I am Spruha Thorat  from IIIT Vadodara , currently studying in 2nd year of B.Tech in CSE. I want to contribute to the project 'Convert Writer's Java UNO API tests to C++'. I want to know if it's still open for contribution or not ?  I would like so

Re: GSoC'2023: Histogram (and other missing) Chart Type: LibreOffice

2023-03-10 Thread Tomaž Vajngerl
Hi Ilmari, On Fri, Mar 10, 2023 at 5:47 PM Ilmari Lauhakangas < ilmari.lauhakan...@libreoffice.org> wrote: > > I'm not the guy to ask for help with building issues and easy hacks - > > you need to contact the LibreOffice community, which has dedicated > > persons for such help - best to go on #li

Re: GSoC'2023: Histogram (and other missing) Chart Type: LibreOffice

2023-03-10 Thread Ilmari Lauhakangas
On 10.3.2023 9.54, Tomaž Vajngerl wrote: Hi Madhu, On Fri, Mar 10, 2023 at 2:24 PM Madhu patel > wrote: Hi Tomaz, I have built LibreOffice from the Source on my Linux machine. I have documented the progress of easy Hacks and steps for building Li

Re: GSoC'2023: Histogram (and other missing) Chart Type: LibreOffice

2023-03-09 Thread Tomaž Vajngerl
Hi Madhu, On Fri, Mar 10, 2023 at 2:24 PM Madhu patel wrote: > Hi Tomaz, > > I have built LibreOffice from the Source on my Linux machine. I have > documented the progress of easy Hacks and steps for building LibreOffice in > [1] >

Re: GSoC'2023: Implement table styles:LibreOffice

2023-03-08 Thread Ilmari Lauhakangas
On 8.3.2023 16.54, Madhu patel wrote: Hi, Eike Rathke, I'm interested in working on the project `Implement table styles` in LibreOffice organization through GSoC'2023. I am Madhu Patel, a fourth-year B.Tech. student in Computer Science at IGDTUW, with a CGPA of 8.7/10. I have previously inte

Re: GSoC Project: Sidebar deck for quick find

2023-02-12 Thread Heiko Tietze
Hi Siddharth, happy to see your interest in LibreOffice, and in particular in UI topics :-). Not sure Jim reads the mailing list but I do. He would be the code mentor while my contribution could be to test the implementation and to recommend UI solutions. Jim already created a simple prototyp

Re: GSOC intro

2022-06-18 Thread Thorsten Behrens
Hi Hannah, Hannah Meeks wrote: > I’m Hannah a first year undergrad studying engineering, and looking forward > to a summer full of coding! > Welcome to GSoC with LibreOffice! :) Have fun & happy hacking, -- Thorsten signature.asc Description: PGP signature

Re: GSOC 2022 application

2022-04-17 Thread Regina Henschel
Hi Rupesh, we appreciate that you want to work on the further development of LibreOffice. For participation in GSOC we expect that you have submitted a so-called "easyhack" to become familiar with the build process. I do not find an "easyhack" from you. Do you have submitted it with a diff

Re: GSOC 2022 application

2022-04-17 Thread Ilmari Lauhakangas
On 17.4.2022 12.39, Rupesh Darimisetti wrote: My name is Rupesh Darimisetti a prefinal student studying mechanical engineering passionate about coding, came across your organization in GSOC 2022 looking to develop the codebase of your organization 1) You send your proposal into Google's system

Re: GSoC ideas wiki page gardening

2022-01-27 Thread Ilmari Lauhakangas
On 27.1.2022 7.18, Tomaž Vajngerl wrote: Hi Ilmari, On Tue, Jan 25, 2022 at 2:40 AM Ilmari Lauhakangas > wrote: We need some medium ones as well, so please consider either adding new ideas or splitting old ones (can be 175 + 350 split, if you

Re: GSoC ideas wiki page gardening

2022-01-26 Thread Tomaž Vajngerl
Hi Ilmari, On Tue, Jan 25, 2022 at 2:40 AM Ilmari Lauhakangas < ilmari.lauhakan...@libreoffice.org> wrote: > We need some medium ones as well, so please consider either adding new > ideas or splitting old ones (can be 175 + 350 split, if you rethink the > scope). > Any suggestions on how to pres

Re: GSoC ideas wiki page gardening

2022-01-26 Thread Michael Weghorn
On 24/01/2022 18.40, Ilmari Lauhakangas wrote: These ideas are missing mentors: https://wiki.documentfoundation.org/Development/GSoC/Ideas#Improve_UX_for_deaf_people There was a discussion on that "Improve UX for deaf people" topic in 2020, thread starting at [1]. Reading the last email [2]

Re: GSOC

2021-12-07 Thread Ilmari Lauhakangas
On 7.12.2021 18.55, Lukas Molleman wrote: Hello, My name is Lukas. I am currently studying computer science. I work part time as a full stack developer at a Belgium startup and I have published an android app. I believe my skills are a great fit for this project and I strongly believe in th

Re: GSOC Project - "Write Missing Unit Tests"

2021-06-02 Thread Xisco Fauli
Hi Shubham, Welcome aboard! On 28/5/21 22:17, Shubham Jain wrote: > Hi everyone! > I am Shubham Jain. I am an ungrad student from India. I am very happy > to get to work at an esteemed organisation like LibreOffice for the > summer.  > > I am selected for the GSOC project - "Write Missing Unit Te

Re: GSoC Student Engagement

2021-04-28 Thread Ilmari Lauhakangas
On 29.4.2021 6.57, Nick Vidal wrote: This is Nick Vidal from Rocket.Chat We’ve been part of GSoC for 5 years now, and as a way to celebrate and give back to the open source community, this year we are reaching out to other GSoC organizations to provide assistance on setting up Rocket.Chat to eng

Re: GSoC intership

2021-04-01 Thread Ilmari Lauhakangas
On 1.4.2021 3.47, Zac Gearhart wrote: Hello, my name is Zachary Gearhart. I am planning on participating in Google Summer of Code and I am interested in contributing here. I am currently working on a 2 year degree in computer science and I know how to code in python. I am completely new to open

Re: GSoC 2021

2021-03-31 Thread Ilmari Lauhakangas
On 31.3.2021 16.50, Balázs Sántha wrote: My name is Balázs Sántha, and I am third year student studying computer engineering at Budapest University of Technology and Economics. I have a good knowledge in C++ and Java, and getting familier with Python too. Not so long ago, I did my first commit

Re: GSoC 2021

2021-03-25 Thread Heiko Tietze
Hi Moaz, you reach the mentors via IRC, Matrix, or Telegram. We all read this ML, so it's also an option (the second best as it spams everyone's inbox). Please read https://wiki.documentfoundation.org/Development/GSoC/2021 and introduce yourself first (sorry if you did and I missed it). Chee

Re: GSoC 2021

2021-03-25 Thread Ilmari Lauhakangas
On 25.3.2021 12.54, Moaz Eldefrawy wrote: I am interested in *Style Highlighter *project. However, I have not been able to contact the project mentors. Secondly, I followed this link < You sent February 28 at 1:48 AM https://wiki.documentfoundation.org/Development/Create_new_dialog_in_Impress>

Re: GSoC 2021

2021-03-21 Thread Ilmari Lauhakangas
On 21.3.2021 16.03, Moaz Eldefrawy wrote: I am Moaz, a second-year student currently studying Computer Engineering at the Alexandria University. I am incredibly excited to be part of libre GSoC 2021 and doing my best for that to happen. I am still working on a difficultyInteresting bug. Here a

Re: Gsoc 2021 project Discussion

2021-03-10 Thread Ilmari Lauhakangas
On 10.3.2021 13.32, Kunal Singh wrote: Hello Mentors, I am Kunal Singh 2nd year UG at computer science department IIT kharagpur , I am proficient in c++ and have good knowledge of object oriented programming in c++ and Python I was seeing the Ideas page and found some good projects and I want s

Re: GSoC Idea and projuct discussion

2021-03-10 Thread Ilmari Lauhakangas
On 10.3.2021 13.45, Suryam Kalra wrote: Hi mentors , I am Suryam Arnav Kalra , second year undergraduate student in the department of computer science and engineering at IIT Kharagpur , India. I am highly proficient in C , C++ and python and have fairly good knowledge regarding OOP's concepts.

Re: GSOC 2021

2021-02-04 Thread Thorsten Behrens
Dante Doménech wrote: > Hello. Would it be fine if I edited this? > https://wiki.documentfoundation.org/Development/GSoC/Ideas > Please do! (would you also be interested in participating? as either student or mentor?) Cheers, -- Thorsten signature.asc Description: PGP signature __

Re: GSOC 2021

2021-02-04 Thread Ilmari Lauhakangas
On 4.2.2021 11.26, Dante Doménech wrote: Hello. Would it be fine if I edited this? https://wiki.documentfoundation.org/Development/GSoC/Ideas There are a couple of things on starmath that would be long enough to take multiple weeks.

Re: GSoC "Extending the UITest framework" Week (11) Report

2020-08-20 Thread ahmed El-Shreif
Hello all, > Here is my Week (11) report: > > https://ahmedelshreifgsoc20.blogspot.com/2020/08/week-11-report.html > > > > waiting for all your feedback. > > I notice that your next week tasks include starting on documentation of > the project. > > I encourage you to provide guidance about the pre

Re: GSoC "Extending the UITest framework" Week (11) Report

2020-08-19 Thread Terrence Enger
On Tue, 2020-08-18 at 23:09 +0200, ahmed El-Shreif wrote: > Hello all, > > Here is my Week (11) report: > https://ahmedelshreifgsoc20.blogspot.com/2020/08/week-11-report.html > > waiting for all your feedback. I notice that your next week tasks include starting on documentation of the project.

Re: [GSoC Community Bonding ] cannot work on the project till 25 May 2020

2020-05-22 Thread Mike Kaganski
Hi Shivam! On 22.05.2020 10:59, Shivam Kumar Singh wrote: > I will not be able to work on the project as of now but will get back on > it as soon as everything becomes normal (which i expect to be by Sunday > 24th).  Hope you and your family are okay! Looking forward to hear from you as soon as y

Re: GSoC'20 Introduction

2020-05-18 Thread Markus Mohrhard
Hey Ahmed, On Fri, May 15, 2020 at 12:41 PM ahmed El-Shreif wrote: > Hello, > > I am Ahmed ElShreif a senior computer engineering student from Egypt. I am > really happy to share with all of LO community that I am accepted this year > again in GSoC. > > I was a GSoC'19 student with LO in this pr

Re: GSoC 2020 Introduction

2020-05-13 Thread Thorsten Behrens
Hey Sarper, Sarper Akdemir wrote: > This summer, I will be working on the project "Add Impress shape > animations that use a real physics engine". > Great to have you on board, looking fwd to the project! :) Cheers, -- Thorsten signature.asc Description: PGP signature _

Re: GSoC Community Bonding Period

2020-05-11 Thread Mike Kaganski
On 11.05.2020 18:16, Shivam Kumar Singh wrote: > Hello, > My name is Shivam Kumar Singh a sophomore student from India, I am > working on the project "Styles Inspector" which would allow the users to > clearly understand the applied style formatting in a document. > > I am thankful to the whole Li

Re: GSOC Application Problem

2020-04-01 Thread Michael Weghorn
On 01/04/2020 15.37, Yusuf Keten wrote: > I've applied to GSOC. However, the timeline was pushed the end of the > program back by 2 weeks. So, there is an error in my GSoC proposal > timeline. They changed the timeline 2 days before the deadline. Is there > anyone who has any idea what I can do abo

Re: GSoC Propsal: Styles Inspector

2020-03-30 Thread Regina Henschel
Hi Harshit Jain, Please excuse, that you do not have got a response on this list. Your topic touches the user interface. Therefore I suggest, that you sent a mail to the design mailing list too. https://wiki.documentfoundation.org/Design/Mailing_List Besides that, I cannot help you further, b

Re: GSoC Propsal: Styles Inspector

2020-03-27 Thread Harshit Jain
Greetings, Again requesting you all to please review my proposal so that I can make any final changes if needed. On Wed, Mar 25, 2020 at 3:07 PM Harshit Jain wrote: > Greetings! > I am Harshit Jain, a senior undergraduate student pursuing Electrical > Engineering at the Indian Institute of Techn

Re: GSoC Project Proposal: Multi-color gradient

2020-03-27 Thread Heiko Tietze
On 26.03.20 19:16, Regina Henschel wrote: > For all solutions, not only internal handling and user interface have to be > considered, but also how the style information can be stored in the file. Proposal for a flexible UI is in [1], though it might be not so easy to implement. [1] https://des

Re: GSoC draft proposal

2020-03-26 Thread JAMES .
Hii everyone, Below I have attached link to my gsoc draft proposal please review it for me And I haven't made timeline good so any suggestions over that might be helpful for me and overall proposal suggestions will be helpful (any positive or negative comments are welcome) https://docs.google.co

Re: GSoC Project Proposal: Multi-color gradient

2020-03-26 Thread Regina Henschel
Hi Pranesh, Pranesh Ulleri schrieb am 26-Mar-20 um 17:21: [..] For this Google Summer of Code, I would like to contribute to the "Multi-color gradient". This is the link to the proposal that I have drafted. [ Link To The Draft ]

Re: GSoC proposal format

2020-03-25 Thread Ilmari Lauhakangas
Shivansh Handa kirjoitti 25.3.2020 klo 14.49: Hi, Is there any specific format for writing the proposal? No. Just familiarise yourself with https://google.github.io/gsocguides/student/writing-a-proposal Ilmari ___ LibreOffice mailing list LibreOffi

Re: GSoC 2020 Proposal Draft

2020-03-22 Thread Heiko Tietze
Sorry for commenting as anonymous. On 21.03.20 20:03, Yusuf Keten wrote: > https://docs.google.com/document/d/1NSyjQ_ML0AmiZskuWxojOyPr77_Cbm8PkZsEX3zJIVY/edit?usp=sharing signature.asc Description: OpenPGP digital signature ___ LibreOffice mailing l

Re: GSOC 2020 | LibreOffice Online

2020-03-19 Thread Ilmari Lauhakangas
Yashwant kirjoitti 18.3.2020 klo 6.12: Hello, I am YASHWANT from TIET, Patiala, India. I want to contribute to LibreOffice for GSOC 2020. Idea : LibreOffice Online Please guide me through the next steps I should follow to contribute and to write a proposal. As explained in the wiki page, y

Re: GSOC UX Topic Query

2020-03-01 Thread Tomaž Vajngerl
Hi Michel, On Sun, Mar 1, 2020 at 6:37 PM Michel Thomas wrote: > The topics 'Styles Inspector' and 'Styles Highlighter' seem > interdependent, but if I'm not mistaken, they're treated as mutually > exclusive topics for the purpose of GSOC and ergo, If I were to work on the > same, I'd be expecte

Re: Gsoc student

2020-02-29 Thread Ilmari Lauhakangas
Samuel Edward kirjoitti 29.2.2020 klo 4.23: Hello! My name is Tiokeng Samuel Edward. I Will be taking part in GSOC 2020 an will like to apply to your organisation. Please is there anything in specific I need to know about your Organisation? You need to solve one task labelled "easy hack" in o

Re: [GSoC] starting contributions in libreoffice online Admin

2020-02-24 Thread Ilmari Lauhakangas
DIYA MOURYA kirjoitti 25.2.2020 klo 3.21: I would like to contribute for GSoC 2020 on LibreOffice Online Admin Idea. Can someone please clarify that from where should I start contributing? It will be really helpful to me. To work with LibreOffice Online, you need to clone both the core and onl

Re: GSoC: Move the gallery code to use ZIP files Id

2020-02-17 Thread Ilmari Lauhakangas
Ahmad Ganzouri kirjoitti 16.2.2020 klo 10.57: I want to join GSoC'20. I've already tried to solve easy hacks and submit patch https://gerrit.libreoffice.org/c/core/+/87372 Can you please tell me where to start or assign me a task? Google will announce the selected organisations on 20 Feb. Wh

Re: GSoC 2020

2020-01-29 Thread Ilmari Lauhakangas
On 29.1.2020 10.40, Ruchir Chheda wrote: I am Ruchir Chheda, a student of IIT Bombay, 2nd-year student. I had read the ideas put forward in 2019 GSOC. I read briefly the projects done by the students under Libre-Office the previous year. I am very much interested in taking part in GSOC this yea

Re: GSOC 2020 Application

2020-01-27 Thread Heiko Tietze
Hi, if you are interested in UI/UX topics I'd the one or the other. For example 129153 Show MIME type icon in recent file list 127533 Have the tip of the day window available while following the tip. 125379 Add a link to FAQ to "JRE missing" message box Otherwise, in what area are you intere

Re: Gsoc 2020

2020-01-26 Thread anshu khare
When I ran make 2>&1 | tee build.log , the process halted in between. When I again ran it again, it gave the following output : C:/cygwin/home/hp/lode/opt/bin/make -j 4 -rs -f C:/cygwin/home/hp/lode/dev/core/Makefile.gbuildall [build DEP] LNK:StaticLibrary/graphite.lib [build DEP] LNK:StaticLi

Re: Gsoc 2020

2020-01-26 Thread Kaganski Mike
Hi! On 2020-01-26 20:18, Ilmari Lauhakangas wrote: > You could try > --with-jdk-home=/cygdrive/c/Program Files/Java/jdk-13.0.1 In cygwin, I usually use forward-slash paths, which are perfectly-valid cygwin paths, like --with-jdk-home=C:/Program Files/Java/jdk-13.0.1 -- Best regards, Mike Kaga

Re: Gsoc 2020

2020-01-26 Thread Ilmari Lauhakangas
You could try --with-jdk-home=/cygdrive/c/Program Files/Java/jdk-13.0.1 or if you have no use for Java, you could also simply use --without-java Ilmari anshu khare kirjoitti 26.1.2020 klo 19.05: My path for JDK is C:/Program Files/Java/jdk-13.0.1/bin/javac.exe I am sure on how should I write

  1   2   3   4   5   6   7   8   >