Re: Google Summer of Code Questions

2019-04-08 Thread Markus Mohrhard
Hey,

On Tue, Apr 9, 2019 at 1:16 AM Zhiye Hong 
wrote:

> Dear mentors.
>
> I'm undergraduate student from University of Sydney. I have high skills in
> python programming and wish to do Google summer code. But I'm brand new and
> have no idea how to write a decent proposal.
>
> My WAM is around 80 and have a good understanding on the skills listed in
> your GSOC page.
>
> Can I get some instructions? I know the decline is close, but I would like
> to have a go. Thanks you!
>


You are really late and would need to solve an easy hack and write a
proposal.

Our instructions for GSoC can be found at
https://wiki.documentfoundation.org/Development/GSoC/Ideas and the
instructions for getting involved which you need for an easy hack can be
found at https://wiki.documentfoundation.org/Development/GetInvolved

Regards,
Markus

>
> Regards,
>
> Roger Hong
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Google summer of code project discussion

2018-10-24 Thread Jan-Marek Glogowski
Hi Himanshu

Am 24.10.2018 um 09:19 schrieb Patel, Himanshu:
> Is your organization participation in GSOC19?
As Tor already wrote you're way too early.

But have a look at the 2018 GSoC page in our wiki
https://wiki.documentfoundation.org/Development/GSoC/2018 to see our 
application requirements, which
will very likely be the same for 2019.

HTH

Jan-Marek
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google summer of code project discussion

2018-10-24 Thread Tor Lillqvist
>
>
> Is your organization participation in GSOC19?
>

GSOC 2019 has not even been announced yet. Even less has any organisation
applied to participate.

--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code '18

2018-03-25 Thread Heiko Tietze
Hi Nick,

welcome to LibreOffice and great to see your interest in this topic. Please 
submit a proposal at the official GSoC page. I suggest to use a certain number 
of solved paper cuts for the milestones. In particular we want to check the 
progress at the first evaluation.

Cheers,
Heiko

On 24.03.2018 21:02, Nick Thanda wrote:
> Hi,
> My name is Nickson Thanda and I'm a final year student at Queen Mary, 
> University of London studying Computer Science.
> 
> I'm interested in applying for the 100 project cuts projects that . I'm 
> currently working on of the issues. (tdf#113925) and I have a submitted a 
> patch to gerrit which is waiting to be reviewed ( 
> https://gerrit.libreoffice.org/#/c/51470/)
> 
> Thanks,
> Nickson



signature.asc
Description: OpenPGP digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code 2018

2018-01-29 Thread Markus Mohrhard
Hey,

On Mon, Jan 29, 2018 at 9:52 PM, Rushabh Kapadia 
wrote:

> Hi,
>  I am a computer science student at VJTI, Mumbai and I am interested
> in applying for GSOC 2018.
>  I went through the organisations and the projects that were submitted
> last year and found the projects submitted by your organisation appealing.
>  Just wanted to enquire whether you would be participating this year
> as well and if yes, then what would be the projects for this year.
>   Thank you for your time and please let me know if LibreOffice is
> planning to participate this year.
>

First note that GSoC organization selection has not been completed and that
organization announcement is only in mid of February. However this should
not stop you getting involved as starting early usually leads to better
proposals and better chances of showing your skills through Easy Hacks.

Our project ideas list can be found at
https://wiki.documentfoundation.org/Development/GSoC/Ideas and some general
information about GSoC at LibreOffice at
https://wiki.documentfoundation.org/Development/GSoC. (Note that only the
organization application info have been updated for 2018 yet).

You should start by cloning LibreOffice and building the first time. After
that start with an Easy Hack in an area that looks interesting to you.

Regards,
Markus
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code 2017 - Some help needed

2017-05-02 Thread Caolán McNamara
On Fri, 2017-04-28 at 12:58 -0300, Till Kamppeter wrote:
> On 04/28/2017 05:59 AM, Caolán McNamara wrote:
> > The main question for me is what format/mechanism is provided by
> > the user of the backend as the print transport

> The backends simply need the PDF to be printed and the key/value-
> pair list of the option settings, nothing more. So integration should
> be easy.

That makes things easier.

> So as the backends will simply take the job in PDF and spreadsheet 
> printing support is too complex to get into external print dialogs,
> let us go the way of making LO's original print dialog ready for the
> backends.
> 
> The dialog will have to look up the available backends and then do

So, I would expect that the actual dialog won't need to be changed at
all. We have a PrinterInfoManager for unix which I think is the best
place to start and try to integrate this. There is one class
CUPSManager that inherits from this for "cups" I suggest adding another
for whatever this is called and there the implementation to get the
list of printers and printer properties can be added following the
existing cups implementation.

> 4. If LO provides some kind of job monitoring, use the backend's
> list jobs functions (does LO do a thing like that?)

I don't think we do, its just fire and forget I think, i.e. we call
cupsPrintFile and hope for the best.

One thing that might turn into a problem is getting the list of
available printers. IIRC for cups we start a thread to collect the list
of printers fairly early in the process and it can get a little
complicated. Nothing too serious to worry about at the start, just keep
it simple and collect freshly the list of printers when requested to
get up and running, but maybe something to consider once basic
functionality is working.

> What I need from you is help in mentoring the student or even
> someone fully mentoring the student (this would be the best). Google
> says that mentoring a student will take around 5 hours/week.
> 
> I also need help where to find the relevant code to modify (ideally
> so that it can make it into Ubuntu 17.10 with Feature Freeze mid-
> August), how to most efficiently test-build (not needing to build the
> whole LO after each little change), coding policy guidelines, how to
> provide patches for upstream inclusion, ...

https://wiki.documentfoundation.org/Development/gerrit Aveek should
follow the setup there to get registered in gerrit and patches can be
submitted there. gerrit builds the patches and typically the various
clang plugins active will flag code policy gotchas. Should really only
need to get libreoffice built fully once, at that point there's
probably no need to keep up to date with head, so once the full thing
is built and modifications are made in vcl, incremental builds of make
vcl.build will be sufficient and the in-tree ./instdir/program/soffice
will "just work"

I won't commit to being a full time mentor, but I can help and be the
LibreOffice contact. So you can put me on CC on anything submitted to
gerrit and I'll help get things bootstrapped and working. I'm on
freenode irc most work days for anything that may arise.

I've outlined the relevant classes above, so I'd suggest, get
libreoffice built once, copy the CUPSManager class and add trying this
new backend before falling back to the cups one, stub out the new
implementations methods and make sure its getting called and fill out
the stubs with the new backend.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code 2017 - Some help needed

2017-04-28 Thread Till Kamppeter

On 04/28/2017 01:09 PM, Heiko Tietze wrote:

What a shame ;-). No idea why this didn't work, it's just an etherpad.
Perhaps the server was down for a moment. Could you please try again.


Tried it again and now it is working. Thanks.

   Till


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code 2017 - Some help needed

2017-04-28 Thread Heiko Tietze
What a shame ;-). No idea why this didn't work, it's just an etherpad.
Perhaps the server was down for a moment. Could you please try again.

On 04/28/17 18:04, Till Kamppeter wrote:
> On 04/28/2017 05:26 AM, Heiko Tietze wrote:
>> That's really great news (and a very ambitious project). If you consider
>> to also touch the frontend please have a look on what the UX team did
>> some time ago https://pad.documentfoundation.org/p/UX-PrintDialog. Feel
>> free to ask in case of usability related questions. The design team will
>> happy to be of service.
>
> Thanks for the link, but I cannot access it, not even read-only. It
> seems to be private.
>
> Does a free software project like LibreOffice have trade secrets?
>
>Till
>

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code 2017 - Some help needed

2017-04-28 Thread Till Kamppeter

On 04/28/2017 05:26 AM, Heiko Tietze wrote:

That's really great news (and a very ambitious project). If you consider
to also touch the frontend please have a look on what the UX team did
some time ago https://pad.documentfoundation.org/p/UX-PrintDialog. Feel
free to ask in case of usability related questions. The design team will
happy to be of service.


Thanks for the link, but I cannot access it, not even read-only. It 
seems to be private.


Does a free software project like LibreOffice have trade secrets?

   Till

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code 2017 - Some help needed

2017-04-28 Thread Till Kamppeter

On 04/28/2017 05:59 AM, Caolán McNamara wrote:

The main question for me is what format/mechanism is provided by the
user of the backend as the print transport format/mechanism, e.g. if
it's simply (like cups) "give me the pdf to print" then it's relatively
easy. If it's (like GtkPrintOperation) "here's a cairo context, render
onto it what you want printed", then its not easy.



The backends simply need the PDF to be printed and the key/value-pair 
list of the option settings, nothing more. So integration should be easy.



- Would it be a good idea to modify the inner workings (not the GUI)
of the LibreOffice print dialog to talk to the printing
system(s)/printer(s) through a modular backend so that easily new
print technologies can be added or changes for the existing ones
being supplied?


Assuming that we can just supply a final pdf to the print backend then
this sounds sensible to me. Relatively not difficult to add new
parallel support for retrieving printer lists and printer info and
sending print jobs alongside our existing ones.



So as the backends will simply take the job in PDF and spreadsheet 
printing support is too complex to get into external print dialogs, let 
us go the way of making LO's original print dialog ready for the backends.


The dialog will have to look up the available backends and then do

1. On each dialog call the function to list the available printers, then 
show the list of all printers found via ll backends.


2. If the user chooses a printer to display its options (or get any 
detailed properties of it) call the function to query properties and 
options of the backend the printer comes from.


3. If the user sends off the job for printing, call the send-job 
function of the backend the printer comes from. Supply the print job in 
PDF and the option settings as key/value pairs.


4. If LO provides some kind of job monitoring, use the backend's list 
jobs functions (does LO do a thing like that?)


What I need from you is help in mentoring the student or even someone 
fully mentoring the student (this would be the best). Google says that 
mentoring a student will take around 5 hours/week.


I also need help where to find the relevant code to modify (ideally so 
that it can make it into Ubuntu 17.10 with Feature Freeze mid-August), 
how to most efficiently test-build (not needing to build the whole LO 
after each little change), coding policy guidelines, how to provide 
patches for upstream inclusion, ...


   Till

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code 2017 - Some help needed

2017-04-28 Thread Caolán McNamara
On Thu, 2017-04-27 at 18:45 -0300, Till Kamppeter wrote:
> 
> In the Google Summer of Code 2017 a big project of OpenPrinting will
> be work on the print dialog. What we especially want to do is:
> 
> - Common backends to all print dialogs (GTK, Qt, LibreOffice, ...):
> - Backend for local CUPS queues
> - Backend for IPP network printers
> - Backend for Google Cloud Print printers
> - In the future: Backends for new, upcoming print technologies
> (for example a cloud printing service based on PWG standards.

The main question for me is what format/mechanism is provided by the
user of the backend as the print transport format/mechanism, e.g. if
it's simply (like cups) "give me the pdf to print" then it's relatively
easy. If it's (like GtkPrintOperation) "here's a cairo context, render
onto it what you want printed", then its not easy.

> As talked about on the IRC LO allows also switching to the GTK
> dialog and there will also be a new GTK dialog which will get
> launched in around two years.

So IIRC we did a review in 2009 of the gtk print dialog, and then
another review in 2012 and its now 2017 and apparently there will be a
new dialog in around two years :-)

> The backend idea comes already from the new GTK dialog and we want
> to get it to life as soon as possible.
> 
> It is told that it is difficult to do Spreadsheet printing with the 
> usual print dialogs and therefore it could be better for LO to stay
> with its own dialog.

Well, I'd *like* to use the gtk print dialog personally. The
reoccurring  problem is typically spreadsheet printing. You can see in
our own dialog in calc that when printing the "range" is "range and
sheets" with selection of what sheets to print and the range from those
sheets. The gtk print dialog just offers what pages to print. Gnumeric
works around this in the standard gtk print dialog with putting a
custom "gnumeric print range tab" which is distant from the page range
to print. It's not a good fit.

Multiple pages per sheet is another problem, the gtk one is more
limited than the offerings of the LibreOffice one.

Providing a preview which updates as you change the selection or
options is another problem.

What it means to change the paper size/orientation in the printer
dialog when the application supports multiple paper sizes and
orientation in the document is an open question I suppose.

> So what I would like to know is the following:
> 
> - Would it be a good idea to modify the inner workings (not the GUI)
> of the LibreOffice print dialog to talk to the printing 
> system(s)/printer(s) through a modular backend so that easily new
> print technologies can be added or changes for the existing ones
> being supplied?

Assuming that we can just supply a final pdf to the print backend then
this sounds sensible to me. Relatively not difficult to add new
parallel support for retrieving printer lists and printer info and
sending print jobs alongside our existing ones.

> - Or is it no problem for Spreadsheet printing to use the current
> and/or the future GTK print dialog so that it is a better approach to
> let LO default to the GTK dialog?

If anyone has good ideas about how to make the existing gtk dialog not
a miserable experience for spreadsheet printing that'd be cool.
Otherwise I guess defaulting to the current GTK dialog is probably not
going to fly. Maybe the next one will solve all these problems.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code 2017 - Some help needed

2017-04-28 Thread Heiko Tietze

On 04/27/17 23:45, Till Kamppeter wrote:
> I will mentor a student who will patch the LibreOffice print dialog > to take 
> the backends. This will not change the appearance and GUI of
> the dialog, but only the method to obtain printer and options lists >
and to send off print jobs.
That's really great news (and a very ambitious project). If you consider
to also touch the frontend please have a look on what the UX team did
some time ago https://pad.documentfoundation.org/p/UX-PrintDialog. Feel
free to ask in case of usability related questions. The design team will
happy to be of service.

Cheers,
Heiko

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google summer of code Question

2017-03-02 Thread Jan Iversen

> On 28 Feb 2017, at 22:04, naoufalda...@gmail.com  wrote:
> 
> HIi ! 
> 
> I want to submit an application for LibreOffice Project, where should i do 
> that?
> 
> what do you mean by "non-trivial easyHack" ? 
read the links I gave you.

rgds
jan I.

> 
> THanks !
> 
> sinc. Naoufal Dahouli 
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code

2017-03-02 Thread Jan Iversen

> On 2 Mar 2017, at 12:37, Arthur Ngoussong  wrote:
> 
> Hello, I am a young Cameroonian student in the Catholic University Institute 
> of Buea in the school of IT, department of software engineering. I am 
> passionate about computer programming and would be very glad to discuss about 
> the LibreOffice project, so we could work together since I am very interested.
> Thanks for your good comprehension. 

Welcome, have a look at our GSoC page 
https://wiki.documentfoundation.org/Development/GSoC 


In order to qualify for GSoC in LibreOffice, you need to have solved at least 
one non-trivial easyhack (so we know how you program). You can find our guide 
to build libre office and solve easyhack here:
https://wiki.documentfoundation.org/Development/GetInvolved 


Looking forward to see your patches.
rgds
jan I.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code '15 student

2015-03-04 Thread Miklos Vajna
Hi,

Please make sure that you read
https://wiki.documentfoundation.org/Development/GSoC/2015#How_to_apply.

Completing a non-trivial easy hack is a hard requirement. Also, if you
would like to came up with your own project idea, you need to make sure
that someone is willing to mentor that. If you choose an idea from the
https://wiki.documentfoundation.org/Development/Gsoc/Ideas page, then
mentors are already available for those tasks.

Regards,

Miklos


signature.asc
Description: Digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code 2014

2014-01-08 Thread Tommy
On Wed, 08 Jan 2014 11:05:12 +0100, Fridrich Strba  
fridrich.st...@graduateinstitute.ch wrote:



Friends,

Just to keep you updated that the organization applications for the
Google Summer of Code 2014 will start the Monday after FOSDEM[1].



Cheers

Fridrich

[1]
http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2014/help_page#2._What_is_the_program_timeline
[2] https://wiki.documentfoundation.org/Development/Gsoc/Ideas


is there a page with the list of previous GSoC completed tasks by year?

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code 2014

2014-01-08 Thread Cedric Bosdonnat
Hi Tommy,

On Wed, 2014-01-08 at 13:30 +0100, Tommy wrote:
 On Wed, 08 Jan 2014 11:05:12 +0100, Fridrich Strba  
 fridrich.st...@graduateinstitute.ch wrote:
 
  Friends,
 
  Just to keep you updated that the organization applications for the
  Google Summer of Code 2014 will start the Monday after FOSDEM[1].
 
  
 
  Cheers
 
  Fridrich
 
  [1]
  http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2014/help_page#2._What_is_the_program_timeline
  [2] https://wiki.documentfoundation.org/Development/Gsoc/Ideas
 
 is there a page with the list of previous GSoC completed tasks by year?

Not really, you would need to dig in the blog posts from Fridrich,
Thorsten and myself to find out the wrap up posts.

--
Cedric

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code

2013-04-02 Thread Cedric Bosdonnat
Hello

On Mon, 2013-04-01 at 19:28 +0530, Pratyush Nalam wrote:
 As described in that link, I ran sudo apt-get build-dep libreoffice.
 The problem is it started installing openjdk and those set of
 packages. However, I already have Oracle Java installed as per this
 link http://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux . How
 to build libreoffice without openjdk as I already have a working
 installation of Java (both JDK and JRE 7u17)

Then you'll need to skip the 'apt-get build-dep libreoffice' step that
will install all the build dependencies of the system libreoffice
package and install them all manually. For that, just run autogen.sh and
install the packages when it complains ;)

Of course you can install all the packages (but the openjdk ones) the
build-dep wanted to install for you.

--
Cedric


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code

2013-04-02 Thread Pratyush Nalam
Thanks! I'll try that

Pratyush Nalam
Technology. Environment. Inclusive Society.
http://www.cse.iitb.ac.in/~pratnala


On Tue, Apr 2, 2013 at 1:00 PM, Cedric Bosdonnat cbosdon...@suse.comwrote:

 Hello

 On Mon, 2013-04-01 at 19:28 +0530, Pratyush Nalam wrote:
  As described in that link, I ran sudo apt-get build-dep libreoffice.
  The problem is it started installing openjdk and those set of
  packages. However, I already have Oracle Java installed as per this
  link http://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux . How
  to build libreoffice without openjdk as I already have a working
  installation of Java (both JDK and JRE 7u17)

 Then you'll need to skip the 'apt-get build-dep libreoffice' step that
 will install all the build dependencies of the system libreoffice
 package and install them all manually. For that, just run autogen.sh and
 install the packages when it complains ;)

 Of course you can install all the packages (but the openjdk ones) the
 build-dep wanted to install for you.

 --
 Cedric



___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code

2013-04-02 Thread Pratyush Nalam
Hi

I was trying to clone the git repo and I was met with this

Cloning into 'libreoffice'...
fatal: unable to connect to anongit.freedesktop.org:
anongit.freedesktop.org[0: 131.252.210.161]: errno=Connection timed out

Doesn't it work behind a HTTP proxy? All my environment variables are fine
(even the git config variables are fine)


Pratyush Nalam
Technology. Environment. Inclusive Society.
http://www.cse.iitb.ac.in/~pratnala


On Tue, Apr 2, 2013 at 2:11 PM, Pratyush Nalam pratyushnala...@gmail.comwrote:

 Thanks! I'll try that

 Pratyush Nalam
 Technology. Environment. Inclusive Society.
 http://www.cse.iitb.ac.in/~pratnala


 On Tue, Apr 2, 2013 at 1:00 PM, Cedric Bosdonnat cbosdon...@suse.comwrote:

 Hello

 On Mon, 2013-04-01 at 19:28 +0530, Pratyush Nalam wrote:
  As described in that link, I ran sudo apt-get build-dep libreoffice.
  The problem is it started installing openjdk and those set of
  packages. However, I already have Oracle Java installed as per this
  link http://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux . How
  to build libreoffice without openjdk as I already have a working
  installation of Java (both JDK and JRE 7u17)

 Then you'll need to skip the 'apt-get build-dep libreoffice' step that
 will install all the build dependencies of the system libreoffice
 package and install them all manually. For that, just run autogen.sh and
 install the packages when it complains ;)

 Of course you can install all the packages (but the openjdk ones) the
 build-dep wanted to install for you.

 --
 Cedric




___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code

2013-04-02 Thread Cedric Bosdonnat
On Tue, 2013-04-02 at 16:39 +0530, Pratyush Nalam wrote:
 Doesn't it work behind a HTTP proxy? All my environment variables are
 fine (even the git config variables are fine)

Did you try cloning with this URL (mind it's not git://)?
http://anongit.freedesktop.org/git/libreoffice/core.git


Regards,

--
Cedric

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code

2013-04-02 Thread Pratyush Nalam
Yeah this worked. Thanks to Noel!

Pratyush Nalam
Technology. Environment. Inclusive Society.
http://www.cse.iitb.ac.in/~pratnala


On Tue, Apr 2, 2013 at 4:53 PM, Cedric Bosdonnat cbosdon...@suse.comwrote:

 On Tue, 2013-04-02 at 16:39 +0530, Pratyush Nalam wrote:
  Doesn't it work behind a HTTP proxy? All my environment variables are
  fine (even the git config variables are fine)

 Did you try cloning with this URL (mind it's not git://)?
 http://anongit.freedesktop.org/git/libreoffice/core.git


 Regards,

 --
 Cedric


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code

2013-04-01 Thread Pratyush Nalam
Hi

As described in that link, I ran sudo apt-get build-dep libreoffice. The
problem is it started installing openjdk and those set of packages.
However, I already have Oracle Java installed as per this link
http://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux . How to build
libreoffice without openjdk as I already have a working installation of
Java (both JDK and JRE 7u17)

Thanks,

Pratyush Nalam
Technology. Environment. Inclusive Society.
http://www.cse.iitb.ac.in/~pratnala


On Mon, Apr 1, 2013 at 1:40 AM, Markus Mohrhard 
markus.mohrh...@googlemail.com wrote:

 Hey,


 2013/3/31 Pratyush Nalam pratyushna...@outlook.com

 Hi

 ** **

 I am Pratyush Nalam, an undergraduate sophomore from IIT Bombay, India. I
 want to participate in Google Summer of Code with LibreOffice and I was
 going through the FAQs and the wiki. Stupid as this may sound, I didn’t
 find anywhere how to get a copy of the code so that I can start on one of
 the Easy Hacks tasks. I will be glad if someone can help me out in this
 regard.

 ** **


 You should find all the important steps how to build at
 https://wiki.documentfoundation.org/Development/Native_Build

 If you still have problems building feel free to ask for more details

 Regards,
 Markus


 ___
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code

2013-03-31 Thread Markus Mohrhard
Hey,


2013/3/31 Pratyush Nalam pratyushna...@outlook.com

 Hi

 ** **

 I am Pratyush Nalam, an undergraduate sophomore from IIT Bombay, India. I
 want to participate in Google Summer of Code with LibreOffice and I was
 going through the FAQs and the wiki. Stupid as this may sound, I didn’t
 find anywhere how to get a copy of the code so that I can start on one of
 the Easy Hacks tasks. I will be glad if someone can help me out in this
 regard.

 ** **


You should find all the important steps how to build at
https://wiki.documentfoundation.org/Development/Native_Build

If you still have problems building feel free to ask for more details

Regards,
Markus
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code

2012-02-27 Thread Michael Meeks
Hi Giorik,

On Sun, 2012-02-26 at 16:02 +0200, Giorik Giorik wrote:
 I'm Thanasis from Greece and I study computer science in TEI of
 Athens.

Great to meet you :-)

 I want to participate in Google Summer of Code and I would like some
 help to get me started.

Sure - so, I would get a Linux machine installed, and get your first
build going - I'd start with an Easy Hack - in previous GSOC's a
requirement for getting considered was having submitted a patch to the
project first: so we can be sure people are familiar with and able to go
around the development loop. eg. removing an unused method from
unusedcode.easy and submitting a patch.

Getting start is fairly easy, you need to read:

http://www.libreoffice.org/developers-2/

And reading Julien's nice links would be a good tip too.

Hope that helps :-)

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code

2012-02-26 Thread julien2412
Hi,

You must know that most of code is in C++. Some parts are in C, Python,
others in Java and there's even a few assembly. There's also some Perl.
LO project uses Git to manage sources so if you don't know it at all, you
can take a look here :
http://book.git-scm.com/

A good start would be to retrieve and compile sources. You'll find more
information here :
http://wiki.documentfoundation.org/Development/Native_Build
Then you can dive into the code with this : http://opengrok.libreoffice.org/

Finally you should tell what would interest you : Calc, Writer, Impress,
Base ..., UI, extension, etc.

Julien

--
View this message in context: 
http://nabble.documentfoundation.org/Google-Summer-of-Code-tp3776984p333.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice