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.

Looking forward your contributions,
Heiko

On 20.03.24 14:16, Mohit Marathe wrote:

Dear LibreOffice community,

Myself Mohit Marathe, a 3rd year undergraduate at Indian Institute
of Technology (BHU), Varanasi and I want to express my interest in
contributing to LibreOffice as a part of Google Summer of Code
2024.

I have been a GSoC last year for the project: 
https://summerofcode.withgoogle.com/archive/2023/projects/z26bcE5j.
I can see there are multiple projects in C++ in the Ideas page.
Personally, I found **Improvement to the functions deck** and
**Comments in sidebar** projects to be interesting.
In case, if these two projects have already gotten a lot of response
from other contributors, I would really appreciate it if you could
recommend some other projects which didn't get much attention
and which is at a high priority for the LibreOffice community.

I have already build LibreOffice and read all the relevant
documentation that will help me get started in contributing.
Currently, I am working on some easy hacks, for which I'll be
submitting patches soon.

Best Regards,

Mohit Marathe




--
Dr. Heiko Tietze, UX-Designer and UX-Mentor
Tel: +49 30 5557992-63 | Mail: heiko.tie...@documentfoundation.org
The Document Foundation, Winterfeldtstraße 52, 10781 Berlin, DE
Gemeinnützige rechtsfähige Stiftung des bürgerlichen Rechts
Legal details: https://www.documentfoundation.org/imprint


OpenPGP_signature.asc
Description: OpenPGP digital signature


[GSoC] Expressing interest in contributing to LibreOffice projects

2024-03-20 Thread Mohit Marathe
Dear LibreOffice community,

Myself Mohit Marathe, a 3rd year undergraduate at Indian Institute 
of Technology (BHU), Varanasi and I want to express my interest in 
contributing to LibreOffice as a part of Google Summer of Code 
2024.

I have been a GSoC last year for the project: 
https://summerofcode.withgoogle.com/archive/2023/projects/z26bcE5j.
I can see there are multiple projects in C++ in the Ideas page. 
Personally, I found **Improvement to the functions deck** and 
**Comments in sidebar** projects to be interesting. 
In case, if these two projects have already gotten a lot of response 
from other contributors, I would really appreciate it if you could 
recommend some other projects which didn't get much attention 
and which is at a high priority for the LibreOffice community.

I have already build LibreOffice and read all the relevant 
documentation that will help me get started in contributing.
Currently, I am working on some easy hacks, for which I'll be 
submitting patches soon.

Best Regards,

Mohit Marathe




Re: Making it easier to start contributing to LibreOffice development

2023-08-12 Thread Thorsten Behrens
Hi Hossein,

Hossein Nourikhah wrote:
> How to automate (from command-line) the installation of a Visual Studio
> Build Tools build environment, for C++, .NET, C#, etc
> https://stackoverflow.com/q/62551793
> 
I think that's a _really_ great idea, adding that to lode - pulling in
just the build tools, and putting them into a non-standard path via
--installPath (so as to not interfere with any existing install). That
should make for a much more standardized build env on Windows, with fewer
opportunities to get it wrong.

> 2-4 Dropping some of the huge dependencies
> There was disagreements in this area, but it is actually possible to drop
> some of the huge dependencies to simplify the build process. It is also a
> big task. This is an example patch from me:
> 
> Drop boost dependency for writerfilter
> https://gerrit.libreoffice.org/c/core/+/139279
> 
For this one, I'm not convinced that is the right approach. You'll
have a hard time replacing boost/spirit, the json parser and the
various specialized containers with something equivalent. As Stephan
said, the useful bits out of boost will eventually appear in std c++ -
and that is the way, we'll eventually get rid of boost.

If boost is a drag (is it really? we only build a tiny fraction of it,
no?), perhaps cutting the tarball down to the absolute minimum is a
better plan. Their git repo is already quite modular...

Cheers,

-- Thorsten


signature.asc
Description: PGP signature


Re: Making it easier to start contributing to LibreOffice development

2023-08-10 Thread Julien Nabet

SUMMARY:
I think it would help if it were easier to get started on contributing
to LibreOffice development.   I tried, but gave up after 4+ hours.  I
don't know where is the best place to make this suggestion.

To be able to help, it would be useful to have some feedback about these:
1) On which env and version are you (Linux distrib, macOs, Windows) ?

2) Did you use https://wiki.documentfoundation.org/Development/GetInvolved ?

3) Could you indicate some parts which blocked you ?

Regards,

Julien


Re: Making it easier to start contributing to LibreOffice development

2023-08-10 Thread Hossein Nourikhah

Hello,

Thank you for bringing this into attention. There are two things here:

1. Helping you build LibreOffice: As Ilmari said, we (me and him) can 
help you with possible problems in your build. If needed, I can provide 
screen sharing session to find the possible problems and fix them.


2. Simplifying the LibreOffice build: This is an ongoing effort. For 
example:


2-1 Simplifying the build instructions: The below Wiki page is my effort 
to make build instructions easier to use, by separating the platforms, 
and summarizing the instructions. It is not yet finalized, but it is 
usable:


Build LibreOffice from source code
https://wiki.documentfoundation.org/User:Hossein/Build

2-2 Simplifying the build process: This is also an ongoing effort. Using 
cmake or meson can help simplifying the build, but it is a very complex 
task. The author of meson (Jussi Pakkanen) has tried to do experimental 
builds of LibreOffice, and he could achieve partial success. But, for a 
complete build more work is needed.


Building a part of LibreOffice on Windows using only Meson and WrapDB
https://nibblestew.blogspot.com/2022/01/building-part-of-libreoffice-on-windows.html

Compiling LibreOffice with Meson even further
https://nibblestew.blogspot.com/2022/02/compiling-libreoffice-with-meson-even.html

2-3 Automating instructions
Some of the tasks needed for the build are currently manual, but they 
can be automated. For example, installing individual Visual Studio 
components can be done using a script. I have opened a Bugzilla ticket 
for this purpose:


tdf#156708 - Automate installing and checking for individual components 
of Visual Studio on Windows

https://bugs.documentfoundation.org/show_bug.cgi?id=156708

You can read more here:

Use command-line parameters to install, update, and manage Visual Studio
https://learn.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2022

How to automate (from command-line) the installation of a Visual Studio 
Build Tools build environment, for C++, .NET, C#, etc

https://stackoverflow.com/q/62551793

2-4 Dropping some of the huge dependencies
There was disagreements in this area, but it is actually possible to 
drop some of the huge dependencies to simplify the build process. It is 
also a big task. This is an example patch from me:


Drop boost dependency for writerfilter
https://gerrit.libreoffice.org/c/core/+/139279

2-5 Making the actual build faster
I have just merged a patch that makes it possible to use ccache on 
Windows:


tdf#155446 Fix problem with ccache on Windows
https://gerrit.libreoffice.org/c/core/+/152277

On the other hand, there is still room for more improvement, by making 
it possible to use PCH (pre-compiled headers) and ccache at the same 
time, on Windows.


If you have time and you are willing to help, the above are some of the 
things to take a look at.


Regards,
Hossein

On 09.08.2023 20:31, Ilmari Lauhakangas wrote:

On 9.8.2023 19.32, David Booth wrote:

SUMMARY:
I think it would help if it were easier to get started on contributing 
to LibreOffice development.   I tried, but gave up after 4+ hours.  I 
don't know where is the best place to make this suggestion.


BACKGROUND:
A few months ago I ran into a problem using LibreOffice.  Since I have 
experience with software development -- I'm a software architect with 
multiple degrees in Computer Science -- I wanted to help improve it.  
I followed instructions as I could find them, but found them them 
unclear.   After spending 4+ hours I was unable to reach the point of 
being able to get started and had to stop, due to other priorities.


Perhaps if I get another burst of volunteer energy I could try again 
someday.  And if I do, maybe a good first task would be to improve the 
instructions for contributing to LibreOffice development.   In the 
meantime I thought I should at least share my experience, in case 
someone else might be inspired to improve the instructions.


Hello,

it's true that depending on the platform (*cough* Windows) the build 
setup can be tedious. This is not set in stone, however, and devs are 
working on improvements.


You can send me a private email and we can schedule a mentoring chat 
where we go through the first steps. It is normal these days for all 
new contributors.


Regards,
Ilmari Lauhakangas
Development Marketing at The Document Foundation


--
Hossein Nourikhah, Ph.D., Developer Community Architect
Tel: +49 30 5557992-65 | Email: hoss...@libreoffice.org
The Document Foundation, Winterfeldtstraße 52, 10781 Berlin, DE
Gemeinnützige rechtsfähige Stiftung des bürgerlichen Rechts
Legal details: https://www.documentfoundation.org/imprint


Re: Making it easier to start contributing to LibreOffice development

2023-08-09 Thread Ilmari Lauhakangas

On 9.8.2023 19.32, David Booth wrote:

SUMMARY:
I think it would help if it were easier to get started on contributing 
to LibreOffice development.   I tried, but gave up after 4+ hours.  I 
don't know where is the best place to make this suggestion.


BACKGROUND:
A few months ago I ran into a problem using LibreOffice.  Since I have 
experience with software development -- I'm a software architect with 
multiple degrees in Computer Science -- I wanted to help improve it.  I 
followed instructions as I could find them, but found them them unclear. 
  After spending 4+ hours I was unable to reach the point of being able 
to get started and had to stop, due to other priorities.


Perhaps if I get another burst of volunteer energy I could try again 
someday.  And if I do, maybe a good first task would be to improve the 
instructions for contributing to LibreOffice development.   In the 
meantime I thought I should at least share my experience, in case 
someone else might be inspired to improve the instructions.


Hello,

it's true that depending on the platform (*cough* Windows) the build 
setup can be tedious. This is not set in stone, however, and devs are 
working on improvements.


You can send me a private email and we can schedule a mentoring chat 
where we go through the first steps. It is normal these days for all new 
contributors.


Regards,
Ilmari Lauhakangas
Development Marketing at The Document Foundation


Making it easier to start contributing to LibreOffice development

2023-08-09 Thread David Booth

SUMMARY:
I think it would help if it were easier to get started on contributing 
to LibreOffice development.   I tried, but gave up after 4+ hours.  I 
don't know where is the best place to make this suggestion.


BACKGROUND:
A few months ago I ran into a problem using LibreOffice.  Since I have 
experience with software development -- I'm a software architect with 
multiple degrees in Computer Science -- I wanted to help improve it.  I 
followed instructions as I could find them, but found them them unclear. 
 After spending 4+ hours I was unable to reach the point of being able 
to get started and had to stop, due to other priorities.


Perhaps if I get another burst of volunteer energy I could try again 
someday.  And if I do, maybe a good first task would be to improve the 
instructions for contributing to LibreOffice development.   In the 
meantime I thought I should at least share my experience, in case 
someone else might be inspired to improve the instructions.


Thanks,
David Booth



Re: Contributing to LibreOffice

2021-03-12 Thread Ilmari Lauhakangas

On 11.3.2021 23.19, Ankur Khandelwal wrote:

Hey there!
This is Ankur Khandelwal. I am a second-year Computer Engineering 
student at the International Institute of Information Technology, 
Bhubaneswar.


I would like to be a part of the developer community of LibreOffice.

I am sending this mail as a formal introduction as mentioned on the page 
https://summerofcode.withgoogle.com/organizations/6596812015665152/ 



My nickname on the #libreoffice-dev IRC channel at freenode.net 
 is Ankur.


I have invited you to an orienting interview.

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


Contributing to LibreOffice

2021-03-11 Thread Ankur Khandelwal
Hey there!
This is Ankur Khandelwal. I am a second-year Computer Engineering student
at the International Institute of Information Technology, Bhubaneswar.

I would like to be a part of the developer community of LibreOffice.

I am sending this mail as a formal introduction as mentioned on the page
https://summerofcode.withgoogle.com/organizations/6596812015665152/

My nickname on the #libreoffice-dev IRC channel at freenode.net is Ankur.

Thank You.
-- 
Ankur Khandelwal,
B519010,
Computer Engineering (CE),
IIIT Bhubaneswar.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: contributing to LibreOffice

2020-08-12 Thread Ilmari Lauhakangas

On 11.8.2020 4.23, Sarfaraz Alam wrote:

Hello,
I am Sarfaraz Alam,a student of B.Tech 3rd year in computer science and 
engineering department.I looking forward to contribute in open source 
projects.How can I do it? Please guide me.


To get into development, start here:
https://wiki.documentfoundation.org/Development/GetInvolved

Build it, branch it, patch it, push it (sing to your favourite dance tune).

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


Re: contributing to LibreOffice

2020-01-08 Thread Ilmari Lauhakangas

Animesh Ramasami IIT bhu kirjoitti 8.1.2020 klo 12.25:
  I am interested in contributing for your organization so may I know 
what are the  prerequisites and how to get started with it...


If you are interested in contributing C++ code, follow this article: 
https://wiki.documentfoundation.org/Development/GetInvolved


If not, please specify in what way you would like to contribute.

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


Re: Interested in contributing for libreoffice organisation

2019-12-14 Thread Ilmari Lauhakangas

ANIMESH RAMASAMI kirjoitti 14.12.2019 klo 14.11:

Dear sir,
  I am interested in contributing for your organization so may I know 
what are the  prerequisites and how to get started with it...

Yours Sincerely
Animesh Ramasami.


If you wish to contribute using C++, please read this article to get 
started: https://wiki.documentfoundation.org/Development/GetInvolved


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


Interested in contributing for libreoffice organisation

2019-12-14 Thread ANIMESH RAMASAMI
Dear sir,
 I am interested in contributing for your organization so may I know what
are the  prerequisites and how to get started with it...
Yours Sincerely
Animesh Ramasami.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Interested in contributing towards Libreoffice android development

2019-03-13 Thread Vikrant Grover
Hi,

I'm an avid android user and developer who's interested in making sure
Libreoffice for android sees the light of the day. I'm a software engineer
by profession and work on mobile apps for various platforms, including
android and iOS.

I hope I can contribute towards Libreoffice's development. Will start by
looking at the existing code base and what all has been done already but
welcome all information from your end that can make  the process of
contribution easier.

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

Interested in contributing to LibreOffice for GSoC 2017

2017-03-29 Thread Mohammed Abdul Azeem
Hi,
I'm an undergrad final year student from National Institute Of Technology
Karnataka, India and I've successfully completed a GSoC project (
'Implementing legacy SAX parser Interface with FastParser' ) last year
mentored by Michael Meeks and Noel Grandin.

We've been working on 'Migrating from legacy Parser to FastParser' ever
since, but rather slowly. I think this is a great opportunity to wind this
up and make some performance improvements for loading ODF documents. I've
talked to Michael about this and he is willing to mentor me again this year.

And all my merged patches can be found here:
https://gerrit.libreoffice.org/#/q/owner:azeemmysore%2540gmail.com+status:merged

I've shared a draft of my proposal in GSoC Page and please feel free to
suggest changes.

Cheers,
Azeem
email: azeemmys...@gmail.com
IRC Nick: Azorpid
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Interested in contributing to Libreoffice : GSoC 2017

2017-03-28 Thread Akshay Deep
Hello everyone,
 I'm currently studying as an undergraduate student at Indian Institute
of Technology, Roorkee. I am interested in applying for the GSoC project
'Usability of Special Characters' this year.

I completed GSoC 2016 with LibreOffice working on Template Manager and
Emoji Toolbar Control. Link: akkidevblog.wordpress.com

Here is the link to all my submitted patches to Gerrit:
https://gerrit.libreoffice.org/#/q/Akshay
I am a contributor and committer to the LO community since Jan 2016.

If I get selected for GSoC this year, Mr. Samuel Mehrbrodt (IRC: samuel_m)
has agreed to mentor me on this project along with UX-team. I have already
shared my proposal on the GSoC website with Libreoffice organization. I'll
finalize it within next few days.

Contact Info: E-mail:  akshaydeepi...@gmail.com   IRC: akki / akki_

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


Interested in contributing to Libreoffice : GSoC 2017

2017-03-23 Thread Fakabbir Amin
Hello everyone,

I'm a final year undergraduate student at Indian Institute of
Technology, Roorkee. I am interested in applying in one of GSoC
projects this year: Revamp the Customization dialog.

Here is the link to all my submitted patches to gerrit:

https://gerrit.libreoffice.org/#/q/fakabbir

I will be in touch with the mentor of the project and looking forward
to submit a proposal on the project.

Contact Info: E-mail: fakab...@gmail.com IRC: aeimi/aeimi_

Regards,

Fakabbir Amin

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


Re: contributing to LibreOffice Online

2017-03-11 Thread Tor Lillqvist
Just do a 'git pull -r' and try again (just run the 'make' command again).
It happens that there are compilation errors in the master branch. That is
normal for the development branch.

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


Re: contributing to LibreOffice Online

2017-03-11 Thread Aditya Dewan
Hi,

Sorry to bother you , but i am probably stuck again. Please help.
So the build got completed successfully, it took a lot of time.
After that i followed the readme file. Now when i am trying to start loowsd
it gives an error and shuts down.
I am behind a proxy so whenever i run this i disable proxy.

this is what i ran:

./loolwsd --o:sys_template_path="/media/dewan/Work/gsoc/online/systemplate"
> --o:lo_template_path="/media/dewan/Work/gsoc/core/instdir"
> --o:child_root_path="/media/dewan/Work/gsoc/online/rootforjails"
> --o:ssl.cert_file_path="/media/dewan/Work/gsoc/online/etc/cert.pem"
> --o:ssl.key_file_path="/media/dewan/Work/gsoc/online/etc/key.pem"
> --o:ssl.ca_file_path="/media/dewan/Work/gsoc/online/etc/ca-chain.cert.pem"


the error was:

Full log is available in: /tmp/loolwsd.log


> Launch this in your browser:


>
> https://localhost:9980/loleaflet/4e491f5/loleaflet.html?file_path=file:///media/dewan/Work/gsoc/online/test/data/hello-world.odt


> Failed to fork child processes.


before running ./loolwsd, i ran ./loolwsd-systemplate-setup

./loolwsd-systemplate-setup /media/dewan/Work/gsoc/online/systemplate
> /media/dewan/Work/gsoc/core/instdir
> find: ‘lib/libcap*’: No such file or directory
> find: ‘lib64/libcap*’: No such file or directory
> find: ‘lib/libattr*’: No such file or directory
> find: ‘lib/libnss_*’: No such file or directory
> find: ‘lib64/libnss_*’: No such file or directory
> find: ‘usr/lib/locale/en_US.utf8’: No such file or directory
> find: ‘usr/lib/locale/locale_archive’: No such file or directory
> find: ‘usr/lib/libpng*’: No such file or directory
> find: ‘usr/lib64/libpng*’: No such file or directory
> find: ‘lib/libnss_*’: No such file or directory
> find: ‘lib64/libnss_*’: No such file or directory
> find: ‘lib/libcap*’: No such file or directory
> find: ‘lib64/libcap*’: No such file or directory
> find: ‘lib/libattr*’: No such file or directory
> find: ‘usr/lib/libpng*’: No such file or directory
> find: ‘usr/lib64/libpng*’: No such file or directory
> 164428 blocks


http://pastebin.ca/3778591 this is the content of loolwsd.log .

Thanks,
Should i be asking about such things on the IRC channel?

On Fri, Mar 10, 2017 at 3:47 PM, Aditya Dewan  wrote:

> ohh, i got it.
>
> Currently i am updating my repo. The internet speed is pretty bad here, so
> it'll take some more time, will build 'core' and 'online' after that.
> I will keep you updated about it.
>
> Thanks,
>
> On Fri, Mar 10, 2017 at 2:55 PM, Pranav Kant  wrote:
>
>> More precisely, you seem to be missing this[1]
>>
>>
>> [1] https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=
>> e5b98fd9c29fe427c4babe368c17d8c609b5325e
>>
>> On Fri, Mar 10, 2017 at 2:38 PM, Pranav Kant  wrote:
>>
>>> Hey,
>>>
>>> It seems that master was unstable at some point in the past when you
>>> pulled. Please pull again and compile. See [1] for details
>>>
>>>
>>> [1] http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MAS
>>> TER=1489070564.20308
>>>
>>> On Fri, Mar 10, 2017 at 11:10 AM, Aditya Dewan 
>>> wrote:
>>>
 Hi,

 Sorry to bother you again, i am facing some issues while building the
 core( 'autogen.sh' ran fine. It had some dependency issues, but i resolved
 them and it ran fine.).
 The build was taking a lot of time , so i left it running overnight.
 The following error came up and the build failed.


 [CXX] sfx2/source/appl/appbaslib.cxx
> [CXX] sfx2/source/appl/appcfg.cxx
> [CXX] sfx2/source/appl/appchild.cxx
> [CXX] sfx2/source/appl/appdata.cxx
> In file included from /media/dewan/Work/gsoc/core/sf
> x2/source/appl/app.cxx:65:0:
> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
> specialization of ‘template struct o3tl::typed_flags’ in 
> different
> namespace [-fpermissive]
>  template<> struct o3tl::typed_flags:
>  ^
> In file included from /media/dewan/Work/gsoc/core/in
> clude/vcl/bitmap.hxx:31:0,
>  from /media/dewan/Work/gsoc/core/in
> clude/vcl/bitmapex.hxx:24,
>  from /media/dewan/Work/gsoc/core/in
> clude/vcl/image.hxx:27,
>  from /media/dewan/Work/gsoc/core/in
> clude/sfx2/app.hxx:27,
>  from /media/dewan/Work/gsoc/core/sf
> x2/source/appl/app.cxx:22:
> /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29:
> error:   from definition of ‘template struct o3tl::typed_flags’
> [-fpermissive]
>  template struct typed_flags {};
>  ^
> In file included from /media/dewan/Work/gsoc/core/in
> clude/sfx2/dispatch.hxx:26:0,
>  from /media/dewan/Work/gsoc/core/sf
> x2/source/appl/appbas.cxx:60:
> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
> specialization of 

Re: contributing to LibreOffice Online

2017-03-10 Thread Aditya Dewan
Hi,

Sorry to bother you again, i am facing some issues while building the core(
'autogen.sh' ran fine. It had some dependency issues, but i resolved them
and it ran fine.).
The build was taking a lot of time , so i left it running overnight.
The following error came up and the build failed.


[CXX] sfx2/source/appl/appbaslib.cxx
> [CXX] sfx2/source/appl/appcfg.cxx
> [CXX] sfx2/source/appl/appchild.cxx
> [CXX] sfx2/source/appl/appdata.cxx
> In file included from
> /media/dewan/Work/gsoc/core/sfx2/source/appl/app.cxx:65:0:
> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
> specialization of ‘template struct o3tl::typed_flags’ in different
> namespace [-fpermissive]
>  template<> struct o3tl::typed_flags:
>  ^
> In file included from
> /media/dewan/Work/gsoc/core/include/vcl/bitmap.hxx:31:0,
>  from
> /media/dewan/Work/gsoc/core/include/vcl/bitmapex.hxx:24,
>  from /media/dewan/Work/gsoc/core/include/vcl/image.hxx:27,
>  from /media/dewan/Work/gsoc/core/include/sfx2/app.hxx:27,
>  from
> /media/dewan/Work/gsoc/core/sfx2/source/appl/app.cxx:22:
> /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29: error:
>   from definition of ‘template struct o3tl::typed_flags’
> [-fpermissive]
>  template struct typed_flags {};
>  ^
> In file included from
> /media/dewan/Work/gsoc/core/include/sfx2/dispatch.hxx:26:0,
>  from
> /media/dewan/Work/gsoc/core/sfx2/source/appl/appbas.cxx:60:
> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
> specialization of ‘template struct o3tl::typed_flags’ in different
> namespace [-fpermissive]
>  template<> struct o3tl::typed_flags:
>  ^
> In file included from
> /media/dewan/Work/gsoc/core/include/basic/sbxdef.hxx:27:0,
>  from
> /media/dewan/Work/gsoc/core/include/basic/sbxfac.hxx:23,
>  from
> /media/dewan/Work/gsoc/core/sfx2/source/appl/appbas.cxx:32:
> /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29: error:
>   from definition of ‘template struct o3tl::typed_flags’
> [-fpermissive]
>  template struct typed_flags {};
>  ^
> In file included from
> /media/dewan/Work/gsoc/core/include/sfx2/childwin.hxx:33:0,
>  from
> /media/dewan/Work/gsoc/core/sfx2/source/inc/workwin.hxx:37,
>  from
> /media/dewan/Work/gsoc/core/sfx2/source/appl/appchild.cxx:26:
> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
> specialization of ‘template struct o3tl::typed_flags’ in different
> namespace [-fpermissive]
>  template<> struct o3tl::typed_flags:
>  ^
> In file included from
> /media/dewan/Work/gsoc/core/include/tools/errinf.hxx:29:0,
>  from
> /media/dewan/Work/gsoc/core/include/tools/stream.hxx:26,
>  from /media/dewan/Work/gsoc/core/include/svl/eitem.hxx:25,
>  from
> /media/dewan/Work/gsoc/core/sfx2/source/appl/appchild.cxx:22:
> /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29: error:
>   from definition of ‘template struct o3tl::typed_flags’
> [-fpermissive]
>  template struct typed_flags {};
>  ^
> /media/dewan/Work/gsoc/core/solenv/gbuild/LinkTarget.mk:288: recipe for
> target
> '/media/dewan/Work/gsoc/core/workdir/CxxObject/sfx2/source/appl/appbas.o'
> failed
> make[1]: ***
> [/media/dewan/Work/gsoc/core/workdir/CxxObject/sfx2/source/appl/appbas.o]
> Error 1
> make[1]: *** Waiting for unfinished jobs
> In file included from
> /media/dewan/Work/gsoc/core/include/sfx2/dispatch.hxx:26:0,
>  from
> /media/dewan/Work/gsoc/core/sfx2/source/appl/appcfg.cxx:63:
> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
> specialization of ‘template struct o3tl::typed_flags’ in different
> namespace [-fpermissive]
>  template<> struct o3tl::typed_flags:
>  ^
> In file included from
> /media/dewan/Work/gsoc/core/include/tools/resmgr.hxx:25:0,
>  from
> /media/dewan/Work/gsoc/core/include/vcl/builder.hxx:16,
>  from
> /media/dewan/Work/gsoc/core/include/vcl/syswin.hxx:25,
>  from
> /media/dewan/Work/gsoc/core/include/vcl/dialog.hxx:25,
>  from
> /media/dewan/Work/gsoc/core/include/vcl/btndlg.hxx:24,
>  from
> /media/dewan/Work/gsoc/core/include/vcl/msgbox.hxx:24,
>  from
> /media/dewan/Work/gsoc/core/sfx2/source/appl/appcfg.cxx:28:
> /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29: error:
>   from definition of ‘template struct o3tl::typed_flags’
> [-fpermissive]
>  template struct typed_flags {};
>  ^
> /media/dewan/Work/gsoc/core/solenv/gbuild/LinkTarget.mk:288: recipe for
> target
> 

Re: contributing to LibreOffice Online

2017-03-10 Thread Aditya Dewan
ohh, i got it.

Currently i am updating my repo. The internet speed is pretty bad here, so
it'll take some more time, will build 'core' and 'online' after that.
I will keep you updated about it.

Thanks,

On Fri, Mar 10, 2017 at 2:55 PM, Pranav Kant  wrote:

> More precisely, you seem to be missing this[1]
>
>
> [1] https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=
> e5b98fd9c29fe427c4babe368c17d8c609b5325e
>
> On Fri, Mar 10, 2017 at 2:38 PM, Pranav Kant  wrote:
>
>> Hey,
>>
>> It seems that master was unstable at some point in the past when you
>> pulled. Please pull again and compile. See [1] for details
>>
>>
>> [1] http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MAS
>> TER=1489070564.20308
>>
>> On Fri, Mar 10, 2017 at 11:10 AM, Aditya Dewan 
>> wrote:
>>
>>> Hi,
>>>
>>> Sorry to bother you again, i am facing some issues while building the
>>> core( 'autogen.sh' ran fine. It had some dependency issues, but i resolved
>>> them and it ran fine.).
>>> The build was taking a lot of time , so i left it running overnight.
>>> The following error came up and the build failed.
>>>
>>>
>>> [CXX] sfx2/source/appl/appbaslib.cxx
 [CXX] sfx2/source/appl/appcfg.cxx
 [CXX] sfx2/source/appl/appchild.cxx
 [CXX] sfx2/source/appl/appdata.cxx
 In file included from /media/dewan/Work/gsoc/core/sf
 x2/source/appl/app.cxx:65:0:
 /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
 specialization of ‘template struct o3tl::typed_flags’ in different
 namespace [-fpermissive]
  template<> struct o3tl::typed_flags:
  ^
 In file included from /media/dewan/Work/gsoc/core/in
 clude/vcl/bitmap.hxx:31:0,
  from /media/dewan/Work/gsoc/core/in
 clude/vcl/bitmapex.hxx:24,
  from /media/dewan/Work/gsoc/core/in
 clude/vcl/image.hxx:27,
  from /media/dewan/Work/gsoc/core/in
 clude/sfx2/app.hxx:27,
  from /media/dewan/Work/gsoc/core/sf
 x2/source/appl/app.cxx:22:
 /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29:
 error:   from definition of ‘template struct o3tl::typed_flags’
 [-fpermissive]
  template struct typed_flags {};
  ^
 In file included from /media/dewan/Work/gsoc/core/in
 clude/sfx2/dispatch.hxx:26:0,
  from /media/dewan/Work/gsoc/core/sf
 x2/source/appl/appbas.cxx:60:
 /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
 specialization of ‘template struct o3tl::typed_flags’ in different
 namespace [-fpermissive]
  template<> struct o3tl::typed_flags:
  ^
 In file included from /media/dewan/Work/gsoc/core/in
 clude/basic/sbxdef.hxx:27:0,
  from /media/dewan/Work/gsoc/core/in
 clude/basic/sbxfac.hxx:23,
  from /media/dewan/Work/gsoc/core/sf
 x2/source/appl/appbas.cxx:32:
 /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29:
 error:   from definition of ‘template struct o3tl::typed_flags’
 [-fpermissive]
  template struct typed_flags {};
  ^
 In file included from /media/dewan/Work/gsoc/core/in
 clude/sfx2/childwin.hxx:33:0,
  from /media/dewan/Work/gsoc/core/sf
 x2/source/inc/workwin.hxx:37,
  from /media/dewan/Work/gsoc/core/sf
 x2/source/appl/appchild.cxx:26:
 /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
 specialization of ‘template struct o3tl::typed_flags’ in different
 namespace [-fpermissive]
  template<> struct o3tl::typed_flags:
  ^
 In file included from /media/dewan/Work/gsoc/core/in
 clude/tools/errinf.hxx:29:0,
  from /media/dewan/Work/gsoc/core/in
 clude/tools/stream.hxx:26,
  from /media/dewan/Work/gsoc/core/in
 clude/svl/eitem.hxx:25,
  from /media/dewan/Work/gsoc/core/sf
 x2/source/appl/appchild.cxx:22:
 /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29:
 error:   from definition of ‘template struct o3tl::typed_flags’
 [-fpermissive]
  template struct typed_flags {};
  ^
 /media/dewan/Work/gsoc/core/solenv/gbuild/LinkTarget.mk:288: recipe
 for target 
 '/media/dewan/Work/gsoc/core/workdir/CxxObject/sfx2/source/appl/appbas.o'
 failed
 make[1]: *** [/media/dewan/Work/gsoc/core/w
 orkdir/CxxObject/sfx2/source/appl/appbas.o] Error 1
 make[1]: *** Waiting for unfinished jobs
 In file included from /media/dewan/Work/gsoc/core/in
 clude/sfx2/dispatch.hxx:26:0,
  from /media/dewan/Work/gsoc/core/sf
 x2/source/appl/appcfg.cxx:63:
 

Re: contributing to LibreOffice Online

2017-03-10 Thread Pranav Kant
More precisely, you seem to be missing this[1]


[1]
https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=e5b98fd9c29fe427c4babe368c17d8c609b5325e

On Fri, Mar 10, 2017 at 2:38 PM, Pranav Kant  wrote:

> Hey,
>
> It seems that master was unstable at some point in the past when you
> pulled. Please pull again and compile. See [1] for details
>
>
> [1] http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=
> MASTER=1489070564.20308
>
> On Fri, Mar 10, 2017 at 11:10 AM, Aditya Dewan 
> wrote:
>
>> Hi,
>>
>> Sorry to bother you again, i am facing some issues while building the
>> core( 'autogen.sh' ran fine. It had some dependency issues, but i resolved
>> them and it ran fine.).
>> The build was taking a lot of time , so i left it running overnight.
>> The following error came up and the build failed.
>>
>>
>> [CXX] sfx2/source/appl/appbaslib.cxx
>>> [CXX] sfx2/source/appl/appcfg.cxx
>>> [CXX] sfx2/source/appl/appchild.cxx
>>> [CXX] sfx2/source/appl/appdata.cxx
>>> In file included from /media/dewan/Work/gsoc/core/sf
>>> x2/source/appl/app.cxx:65:0:
>>> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
>>> specialization of ‘template struct o3tl::typed_flags’ in different
>>> namespace [-fpermissive]
>>>  template<> struct o3tl::typed_flags:
>>>  ^
>>> In file included from /media/dewan/Work/gsoc/core/in
>>> clude/vcl/bitmap.hxx:31:0,
>>>  from /media/dewan/Work/gsoc/core/in
>>> clude/vcl/bitmapex.hxx:24,
>>>  from /media/dewan/Work/gsoc/core/in
>>> clude/vcl/image.hxx:27,
>>>  from /media/dewan/Work/gsoc/core/in
>>> clude/sfx2/app.hxx:27,
>>>  from /media/dewan/Work/gsoc/core/sf
>>> x2/source/appl/app.cxx:22:
>>> /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29:
>>> error:   from definition of ‘template struct o3tl::typed_flags’
>>> [-fpermissive]
>>>  template struct typed_flags {};
>>>  ^
>>> In file included from /media/dewan/Work/gsoc/core/in
>>> clude/sfx2/dispatch.hxx:26:0,
>>>  from /media/dewan/Work/gsoc/core/sf
>>> x2/source/appl/appbas.cxx:60:
>>> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
>>> specialization of ‘template struct o3tl::typed_flags’ in different
>>> namespace [-fpermissive]
>>>  template<> struct o3tl::typed_flags:
>>>  ^
>>> In file included from /media/dewan/Work/gsoc/core/in
>>> clude/basic/sbxdef.hxx:27:0,
>>>  from /media/dewan/Work/gsoc/core/in
>>> clude/basic/sbxfac.hxx:23,
>>>  from /media/dewan/Work/gsoc/core/sf
>>> x2/source/appl/appbas.cxx:32:
>>> /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29:
>>> error:   from definition of ‘template struct o3tl::typed_flags’
>>> [-fpermissive]
>>>  template struct typed_flags {};
>>>  ^
>>> In file included from /media/dewan/Work/gsoc/core/in
>>> clude/sfx2/childwin.hxx:33:0,
>>>  from /media/dewan/Work/gsoc/core/sf
>>> x2/source/inc/workwin.hxx:37,
>>>  from /media/dewan/Work/gsoc/core/sf
>>> x2/source/appl/appchild.cxx:26:
>>> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
>>> specialization of ‘template struct o3tl::typed_flags’ in different
>>> namespace [-fpermissive]
>>>  template<> struct o3tl::typed_flags:
>>>  ^
>>> In file included from /media/dewan/Work/gsoc/core/in
>>> clude/tools/errinf.hxx:29:0,
>>>  from /media/dewan/Work/gsoc/core/in
>>> clude/tools/stream.hxx:26,
>>>  from /media/dewan/Work/gsoc/core/in
>>> clude/svl/eitem.hxx:25,
>>>  from /media/dewan/Work/gsoc/core/sf
>>> x2/source/appl/appchild.cxx:22:
>>> /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29:
>>> error:   from definition of ‘template struct o3tl::typed_flags’
>>> [-fpermissive]
>>>  template struct typed_flags {};
>>>  ^
>>> /media/dewan/Work/gsoc/core/solenv/gbuild/LinkTarget.mk:288: recipe for
>>> target 
>>> '/media/dewan/Work/gsoc/core/workdir/CxxObject/sfx2/source/appl/appbas.o'
>>> failed
>>> make[1]: *** [/media/dewan/Work/gsoc/core/w
>>> orkdir/CxxObject/sfx2/source/appl/appbas.o] Error 1
>>> make[1]: *** Waiting for unfinished jobs
>>> In file included from /media/dewan/Work/gsoc/core/in
>>> clude/sfx2/dispatch.hxx:26:0,
>>>  from /media/dewan/Work/gsoc/core/sf
>>> x2/source/appl/appcfg.cxx:63:
>>> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
>>> specialization of ‘template struct o3tl::typed_flags’ in different
>>> namespace [-fpermissive]
>>>  template<> struct o3tl::typed_flags:
>>>  ^
>>> In file included from /media/dewan/Work/gsoc/core/in
>>> clude/tools/resmgr.hxx:25:0,
>>>  from /media/dewan/Work/gsoc/core/in
>>> clude/vcl/builder.hxx:16,
>>>  

Re: contributing to LibreOffice Online

2017-03-10 Thread Pranav Kant
Hey,

It seems that master was unstable at some point in the past when you
pulled. Please pull again and compile. See [1] for details


[1]
http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER=1489070564.20308

On Fri, Mar 10, 2017 at 11:10 AM, Aditya Dewan 
wrote:

> Hi,
>
> Sorry to bother you again, i am facing some issues while building the
> core( 'autogen.sh' ran fine. It had some dependency issues, but i resolved
> them and it ran fine.).
> The build was taking a lot of time , so i left it running overnight.
> The following error came up and the build failed.
>
>
> [CXX] sfx2/source/appl/appbaslib.cxx
>> [CXX] sfx2/source/appl/appcfg.cxx
>> [CXX] sfx2/source/appl/appchild.cxx
>> [CXX] sfx2/source/appl/appdata.cxx
>> In file included from /media/dewan/Work/gsoc/core/
>> sfx2/source/appl/app.cxx:65:0:
>> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
>> specialization of ‘template struct o3tl::typed_flags’ in different
>> namespace [-fpermissive]
>>  template<> struct o3tl::typed_flags:
>>  ^
>> In file included from /media/dewan/Work/gsoc/core/
>> include/vcl/bitmap.hxx:31:0,
>>  from /media/dewan/Work/gsoc/core/
>> include/vcl/bitmapex.hxx:24,
>>  from /media/dewan/Work/gsoc/core/
>> include/vcl/image.hxx:27,
>>  from /media/dewan/Work/gsoc/core/
>> include/sfx2/app.hxx:27,
>>  from /media/dewan/Work/gsoc/core/
>> sfx2/source/appl/app.cxx:22:
>> /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29:
>> error:   from definition of ‘template struct o3tl::typed_flags’
>> [-fpermissive]
>>  template struct typed_flags {};
>>  ^
>> In file included from /media/dewan/Work/gsoc/core/
>> include/sfx2/dispatch.hxx:26:0,
>>  from /media/dewan/Work/gsoc/core/
>> sfx2/source/appl/appbas.cxx:60:
>> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
>> specialization of ‘template struct o3tl::typed_flags’ in different
>> namespace [-fpermissive]
>>  template<> struct o3tl::typed_flags:
>>  ^
>> In file included from /media/dewan/Work/gsoc/core/
>> include/basic/sbxdef.hxx:27:0,
>>  from /media/dewan/Work/gsoc/core/
>> include/basic/sbxfac.hxx:23,
>>  from /media/dewan/Work/gsoc/core/
>> sfx2/source/appl/appbas.cxx:32:
>> /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29:
>> error:   from definition of ‘template struct o3tl::typed_flags’
>> [-fpermissive]
>>  template struct typed_flags {};
>>  ^
>> In file included from /media/dewan/Work/gsoc/core/
>> include/sfx2/childwin.hxx:33:0,
>>  from /media/dewan/Work/gsoc/core/
>> sfx2/source/inc/workwin.hxx:37,
>>  from /media/dewan/Work/gsoc/core/
>> sfx2/source/appl/appchild.cxx:26:
>> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
>> specialization of ‘template struct o3tl::typed_flags’ in different
>> namespace [-fpermissive]
>>  template<> struct o3tl::typed_flags:
>>  ^
>> In file included from /media/dewan/Work/gsoc/core/
>> include/tools/errinf.hxx:29:0,
>>  from /media/dewan/Work/gsoc/core/
>> include/tools/stream.hxx:26,
>>  from /media/dewan/Work/gsoc/core/
>> include/svl/eitem.hxx:25,
>>  from /media/dewan/Work/gsoc/core/
>> sfx2/source/appl/appchild.cxx:22:
>> /media/dewan/Work/gsoc/core/include/o3tl/typed_flags_set.hxx:50:29:
>> error:   from definition of ‘template struct o3tl::typed_flags’
>> [-fpermissive]
>>  template struct typed_flags {};
>>  ^
>> /media/dewan/Work/gsoc/core/solenv/gbuild/LinkTarget.mk:288: recipe for
>> target 
>> '/media/dewan/Work/gsoc/core/workdir/CxxObject/sfx2/source/appl/appbas.o'
>> failed
>> make[1]: *** 
>> [/media/dewan/Work/gsoc/core/workdir/CxxObject/sfx2/source/appl/appbas.o]
>> Error 1
>> make[1]: *** Waiting for unfinished jobs
>> In file included from /media/dewan/Work/gsoc/core/
>> include/sfx2/dispatch.hxx:26:0,
>>  from /media/dewan/Work/gsoc/core/
>> sfx2/source/appl/appcfg.cxx:63:
>> /media/dewan/Work/gsoc/core/include/sfx2/bindings.hxx:67:25: error:
>> specialization of ‘template struct o3tl::typed_flags’ in different
>> namespace [-fpermissive]
>>  template<> struct o3tl::typed_flags:
>>  ^
>> In file included from /media/dewan/Work/gsoc/core/
>> include/tools/resmgr.hxx:25:0,
>>  from /media/dewan/Work/gsoc/core/
>> include/vcl/builder.hxx:16,
>>  from /media/dewan/Work/gsoc/core/
>> include/vcl/syswin.hxx:25,
>>  from /media/dewan/Work/gsoc/core/
>> include/vcl/dialog.hxx:25,
>>  from /media/dewan/Work/gsoc/core/
>> include/vcl/btndlg.hxx:24,
>>  from /media/dewan/Work/gsoc/core/
>> include/vcl/msgbox.hxx:24,
>> 

Re: contributing to LibreOffice Online

2017-03-09 Thread Pranav Kant
On Thu, Mar 9, 2017 at 6:09 PM, Aditya Dewan  wrote:

> Hi,
>
> Couldn't really figure out much from the file 'test-suite.log'.
> As more information, before running 'make check', I did the following.
>
> ./autogen-sh
>> Installed listed packages
>> and self build poco
>> ./configure --with-lokit-path='/media/dewan/Work/gsoc/online/bundled/include'
>> --with-poco-includes=/opt/poco/include --with-poco-libs=/opt/poco/lib
>> output -
>> Configuration:
>> LOKit path  /media/dewan/Work/gsoc/online/bundled/include
>> LO integration testsno integration tests
>> SSL support ssl enabled
>> Debug & low securitysecure mode: product build
>> $ make # to compile
>
>
You also need to build libreoffice core first and I think you haven't :)
Have you already built that ? If not, please do that first (check wiki for
details on how to).

After you are done building mention the build using --with-lo-path= . Read
wsd/README carefully, its all mentioned there.


>
> Thanks,
> I will keep 'libreoffice@lists.freedesktop.org' in CC from now on.
>
>
> On Thu, Mar 9, 2017 at 5:56 PM, Pranav Kant  wrote:
>
>> Please when replying keep libreoffice-dev@ ML in CC
>>
>> On Thu, Mar 9, 2017 at 5:44 PM, Aditya Dewan 
>> wrote:
>>
>>> Hi,
>>>
>>> Really thanks for replying. As of now, i haven't built it locally. I am
>>> working on it and probably stuck also.
>>> i have been following the instructions in the readme file, but i am
>>> having problems with 'make check'.
>>> This is the output that i have been getting.
>>>
>>>
>>>
>>>


>>> Running build-time unit tests.  For more thorough testing, please run
 'make check'.
 TileQueueTests::testTileQueuePriority. : OK
 TileQueueTests::testTileCombinedRendering. : OK
 TileQueueTests::testTileRecombining. : OK
 TileQueueTests::testViewOrder. : OK
 TileQueueTests::testPreviewsDeprioritization. : OK
 TileQueueTests::testSenderQueue. : OK
 TileQueueTests::testSenderQueueTileDeduplication. : OK
 TileQueueTests::testInvalidateViewCursorDeduplication. : OK
 TileQueueTests::testCallbackInvalidation. : OK
 WhiteBoxTests::testLOOLProtocolFunctions. : OK
 WhiteBoxTests::testMessageAbbreviation. : OK
 WhiteBoxTests::testTokenizer. : OK
 WhiteBoxTests::testRegexListMatcher. : OK
 WhiteBoxTests::testRegexListMatcher_Init. : OK
 WhiteBoxTests::testEmptyCellCursor. : OK
 WhiteBoxTests::testRectanglesIntersect. : OK
 make  test
 make[2]: Entering directory '/media/dewan/Work/gsoc/online/test'
 make[2]: 'test' is up to date.
 make[2]: Leaving directory '/media/dewan/Work/gsoc/online/test'
 make  check-TESTS check-local
 make[2]: Entering directory '/media/dewan/Work/gsoc/online/test'
 make[3]: Entering directory '/media/dewan/Work/gsoc/online/test'
 FAIL: ../test/test
 
 
 Testsuite summary for loolwsd master
 
 
 # TOTAL: 1
 # PASS:  0
 # SKIP:  0
 # XFAIL: 0
 # FAIL:  1
 # XPASS: 0
 # ERROR: 0
 
 
 See test/test-suite.log

>>>
>>
>> Did you check the contents of test/test-suite.log ? Hopefully, it would
>> have some hints on whats wrong. What does it say ?
>>
>>
>>
>>> Please report to libreoffice@lists.freedesktop.org
 
 
 Makefile:1429: recipe for target 'test-suite.log' failed
 make[3]: *** [test-suite.log] Error 1
 make[3]: Leaving directory '/media/dewan/Work/gsoc/online/test'
 Makefile:1535: recipe for target 'check-TESTS' failed
 make[2]: *** [check-TESTS] Error 2
 make[2]: Leaving directory '/media/dewan/Work/gsoc/online/test'
 Makefile:1609: recipe for target 'check-am' failed
 make[1]: *** [check-am] Error 2
 make[1]: Leaving directory '/media/dewan/Work/gsoc/online/test'
 Makefile:1521: recipe for target 'check-recursive' failed
 make: *** [check-recursive] Error 1
>>>
>>>
>>> I would be really thankful for your help.
>>>
>>> On Thu, Mar 9, 2017 at 4:22 PM, Pranav Kant  wrote:
>>>
 Hi Aditya,

 On Thu, Mar 9, 2017 at 12:08 PM, Aditya Dewan 
 wrote:

> Hi Pranav,
>
> Myself Aditya Dewan, I am a second year undergraduate student pursuing
> my bachelors in Information technology from Indian institute of 
> Information
> technology, Allahabad, India.
>
> I am proficient in C/C++, python, and javascript.
>
> I would love to contribute to Libreoffice online, hence i would be
> really thankful if you could guide me towards issues that i could resolve
> to 

Re: contributing to LibreOffice Online

2017-03-09 Thread Aditya Dewan
Hi,

Couldn't really figure out much from the file 'test-suite.log'.
As more information, before running 'make check', I did the following.

./autogen-sh
> Installed listed packages
> and self build poco
> ./configure
> --with-lokit-path='/media/dewan/Work/gsoc/online/bundled/include'
> --with-poco-includes=/opt/poco/include --with-poco-libs=/opt/poco/lib
> output -
> Configuration:
> LOKit path  /media/dewan/Work/gsoc/online/bundled/include
> LO integration testsno integration tests
> SSL support ssl enabled
> Debug & low securitysecure mode: product build
> $ make # to compile


Thanks,
I will keep 'libreoffice@lists.freedesktop.org' in CC from now on.


On Thu, Mar 9, 2017 at 5:56 PM, Pranav Kant  wrote:

> Please when replying keep libreoffice-dev@ ML in CC
>
> On Thu, Mar 9, 2017 at 5:44 PM, Aditya Dewan 
> wrote:
>
>> Hi,
>>
>> Really thanks for replying. As of now, i haven't built it locally. I am
>> working on it and probably stuck also.
>> i have been following the instructions in the readme file, but i am
>> having problems with 'make check'.
>> This is the output that i have been getting.
>>
>>
>>
>>
>>>
>>>
>> Running build-time unit tests.  For more thorough testing, please run
>>> 'make check'.
>>> TileQueueTests::testTileQueuePriority. : OK
>>> TileQueueTests::testTileCombinedRendering. : OK
>>> TileQueueTests::testTileRecombining. : OK
>>> TileQueueTests::testViewOrder. : OK
>>> TileQueueTests::testPreviewsDeprioritization. : OK
>>> TileQueueTests::testSenderQueue. : OK
>>> TileQueueTests::testSenderQueueTileDeduplication. : OK
>>> TileQueueTests::testInvalidateViewCursorDeduplication. : OK
>>> TileQueueTests::testCallbackInvalidation. : OK
>>> WhiteBoxTests::testLOOLProtocolFunctions. : OK
>>> WhiteBoxTests::testMessageAbbreviation. : OK
>>> WhiteBoxTests::testTokenizer. : OK
>>> WhiteBoxTests::testRegexListMatcher. : OK
>>> WhiteBoxTests::testRegexListMatcher_Init. : OK
>>> WhiteBoxTests::testEmptyCellCursor. : OK
>>> WhiteBoxTests::testRectanglesIntersect. : OK
>>> make  test
>>> make[2]: Entering directory '/media/dewan/Work/gsoc/online/test'
>>> make[2]: 'test' is up to date.
>>> make[2]: Leaving directory '/media/dewan/Work/gsoc/online/test'
>>> make  check-TESTS check-local
>>> make[2]: Entering directory '/media/dewan/Work/gsoc/online/test'
>>> make[3]: Entering directory '/media/dewan/Work/gsoc/online/test'
>>> FAIL: ../test/test
>>> 
>>> 
>>> Testsuite summary for loolwsd master
>>> 
>>> 
>>> # TOTAL: 1
>>> # PASS:  0
>>> # SKIP:  0
>>> # XFAIL: 0
>>> # FAIL:  1
>>> # XPASS: 0
>>> # ERROR: 0
>>> 
>>> 
>>> See test/test-suite.log
>>>
>>
>
> Did you check the contents of test/test-suite.log ? Hopefully, it would
> have some hints on whats wrong. What does it say ?
>
>
>
>> Please report to libreoffice@lists.freedesktop.org
>>> 
>>> 
>>> Makefile:1429: recipe for target 'test-suite.log' failed
>>> make[3]: *** [test-suite.log] Error 1
>>> make[3]: Leaving directory '/media/dewan/Work/gsoc/online/test'
>>> Makefile:1535: recipe for target 'check-TESTS' failed
>>> make[2]: *** [check-TESTS] Error 2
>>> make[2]: Leaving directory '/media/dewan/Work/gsoc/online/test'
>>> Makefile:1609: recipe for target 'check-am' failed
>>> make[1]: *** [check-am] Error 2
>>> make[1]: Leaving directory '/media/dewan/Work/gsoc/online/test'
>>> Makefile:1521: recipe for target 'check-recursive' failed
>>> make: *** [check-recursive] Error 1
>>
>>
>> I would be really thankful for your help.
>>
>> On Thu, Mar 9, 2017 at 4:22 PM, Pranav Kant  wrote:
>>
>>> Hi Aditya,
>>>
>>> On Thu, Mar 9, 2017 at 12:08 PM, Aditya Dewan 
>>> wrote:
>>>
 Hi Pranav,

 Myself Aditya Dewan, I am a second year undergraduate student pursuing
 my bachelors in Information technology from Indian institute of Information
 technology, Allahabad, India.

 I am proficient in C/C++, python, and javascript.

 I would love to contribute to Libreoffice online, hence i would be
 really thankful if you could guide me towards issues that i could resolve
 to get started.

>>>
>>> Have you already built LibreOffice online successfully ? If not, please
>>> have a look at README files in LibreOffice Online[1] repository
>>> (wsd/README, loleaflet/README). Feel free to ask if you face any problems
>>> building.
>>>
>>> There are not much easyHacks as of now against LibreOffice Online, just
>>> this one[2] that I just created and requires coding both in C++ and
>>> JavaScript. You can give this one a try. In the mean time, lets see if more
>>> bugs can be turned 

Re: contributing to LibreOffice Online

2017-03-09 Thread Pranav Kant
Please when replying keep libreoffice-dev@ ML in CC

On Thu, Mar 9, 2017 at 5:44 PM, Aditya Dewan  wrote:

> Hi,
>
> Really thanks for replying. As of now, i haven't built it locally. I am
> working on it and probably stuck also.
> i have been following the instructions in the readme file, but i am having
> problems with 'make check'.
> This is the output that i have been getting.
>
>
>
>
>>
>>
> Running build-time unit tests.  For more thorough testing, please run
>> 'make check'.
>> TileQueueTests::testTileQueuePriority. : OK
>> TileQueueTests::testTileCombinedRendering. : OK
>> TileQueueTests::testTileRecombining. : OK
>> TileQueueTests::testViewOrder. : OK
>> TileQueueTests::testPreviewsDeprioritization. : OK
>> TileQueueTests::testSenderQueue. : OK
>> TileQueueTests::testSenderQueueTileDeduplication. : OK
>> TileQueueTests::testInvalidateViewCursorDeduplication. : OK
>> TileQueueTests::testCallbackInvalidation. : OK
>> WhiteBoxTests::testLOOLProtocolFunctions. : OK
>> WhiteBoxTests::testMessageAbbreviation. : OK
>> WhiteBoxTests::testTokenizer. : OK
>> WhiteBoxTests::testRegexListMatcher. : OK
>> WhiteBoxTests::testRegexListMatcher_Init. : OK
>> WhiteBoxTests::testEmptyCellCursor. : OK
>> WhiteBoxTests::testRectanglesIntersect. : OK
>> make  test
>> make[2]: Entering directory '/media/dewan/Work/gsoc/online/test'
>> make[2]: 'test' is up to date.
>> make[2]: Leaving directory '/media/dewan/Work/gsoc/online/test'
>> make  check-TESTS check-local
>> make[2]: Entering directory '/media/dewan/Work/gsoc/online/test'
>> make[3]: Entering directory '/media/dewan/Work/gsoc/online/test'
>> FAIL: ../test/test
>> 
>> 
>> Testsuite summary for loolwsd master
>> 
>> 
>> # TOTAL: 1
>> # PASS:  0
>> # SKIP:  0
>> # XFAIL: 0
>> # FAIL:  1
>> # XPASS: 0
>> # ERROR: 0
>> 
>> 
>> See test/test-suite.log
>>
>

Did you check the contents of test/test-suite.log ? Hopefully, it would
have some hints on whats wrong. What does it say ?



> Please report to libreoffice@lists.freedesktop.org
>> 
>> 
>> Makefile:1429: recipe for target 'test-suite.log' failed
>> make[3]: *** [test-suite.log] Error 1
>> make[3]: Leaving directory '/media/dewan/Work/gsoc/online/test'
>> Makefile:1535: recipe for target 'check-TESTS' failed
>> make[2]: *** [check-TESTS] Error 2
>> make[2]: Leaving directory '/media/dewan/Work/gsoc/online/test'
>> Makefile:1609: recipe for target 'check-am' failed
>> make[1]: *** [check-am] Error 2
>> make[1]: Leaving directory '/media/dewan/Work/gsoc/online/test'
>> Makefile:1521: recipe for target 'check-recursive' failed
>> make: *** [check-recursive] Error 1
>
>
> I would be really thankful for your help.
>
> On Thu, Mar 9, 2017 at 4:22 PM, Pranav Kant  wrote:
>
>> Hi Aditya,
>>
>> On Thu, Mar 9, 2017 at 12:08 PM, Aditya Dewan 
>> wrote:
>>
>>> Hi Pranav,
>>>
>>> Myself Aditya Dewan, I am a second year undergraduate student pursuing
>>> my bachelors in Information technology from Indian institute of Information
>>> technology, Allahabad, India.
>>>
>>> I am proficient in C/C++, python, and javascript.
>>>
>>> I would love to contribute to Libreoffice online, hence i would be
>>> really thankful if you could guide me towards issues that i could resolve
>>> to get started.
>>>
>>
>> Have you already built LibreOffice online successfully ? If not, please
>> have a look at README files in LibreOffice Online[1] repository
>> (wsd/README, loleaflet/README). Feel free to ask if you face any problems
>> building.
>>
>> There are not much easyHacks as of now against LibreOffice Online, just
>> this one[2] that I just created and requires coding both in C++ and
>> JavaScript. You can give this one a try. In the mean time, lets see if more
>> bugs can be turned into easyHacks.
>>
>>
>> [1] https://gerrit.libreoffice.org/gitweb?p=online.git
>> [2] https://bugs.documentfoundation.org/show_bug.cgi?id=106450
>>
>>
>>>
>>> Thanks,
>>> Aditya Dewan
>>> Github , LinkedIn
>>> 
>>>
>>
>>
>>
>> --
>> Regards,
>> Pranav Kant
>> http://pranavk.me
>>
>
>


-- 
Regards,
Pranav Kant
http://pranavk.me
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: contributing to LibreOffice Online

2017-03-09 Thread Pranav Kant
Hi Aditya,

On Thu, Mar 9, 2017 at 12:08 PM, Aditya Dewan  wrote:

> Hi Pranav,
>
> Myself Aditya Dewan, I am a second year undergraduate student pursuing my
> bachelors in Information technology from Indian institute of Information
> technology, Allahabad, India.
>
> I am proficient in C/C++, python, and javascript.
>
> I would love to contribute to Libreoffice online, hence i would be really
> thankful if you could guide me towards issues that i could resolve to get
> started.
>

Have you already built LibreOffice online successfully ? If not, please
have a look at README files in LibreOffice Online[1] repository
(wsd/README, loleaflet/README). Feel free to ask if you face any problems
building.

There are not much easyHacks as of now against LibreOffice Online, just
this one[2] that I just created and requires coding both in C++ and
JavaScript. You can give this one a try. In the mean time, lets see if more
bugs can be turned into easyHacks.


[1] https://gerrit.libreoffice.org/gitweb?p=online.git
[2] https://bugs.documentfoundation.org/show_bug.cgi?id=106450


>
> Thanks,
> Aditya Dewan
> Github , LinkedIn
> 
>



-- 
Regards,
Pranav Kant
http://pranavk.me
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


GSoC and contributing to LibreOffice.

2016-04-23 Thread jan iversen
Hi

This year we have again had more students, than the slots Google gave us, so 
many students have not been accepted.

I congratulate the accepted students and their mentors.

To all students not accepted, it is my hope, that you will continue to work 
with libreoffice. We have over the last months gotten to know each other, and 
it would be a shame not to continue that.

Please remember that having worked on an opensource project is a positive item 
on your CV, and for some companies nearly a demand. Our project is being 
monitiored publicly see 
https://www.openhub.net/p/libreoffice/contributors?highlight_key=first_checkin_span=30+days
 
so every patch you get merged will show up there.

Students who submit patches regulary and participate in our community, can 
write about that in their CV and use me (after agreement) as a reference.

Looking forward to continue working with you.

rgds
jan I.
Development Mentoring Lead.

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


Interested in contributing to LibreOffice GSOC 2016

2016-03-21 Thread İrem Şendur
Hi Everyone,

I'm interested in "Table Styles" project for GSOC 2016. I examined given
files.
https://docs.google.com/document/d/1FPkf9fn79dXJ5tHpc-meMYxaQpj3nV5sEN6u9HOo2GQ
https://design.blog.documentfoundation.org/2015/12/13/style-your-tables/

My accepted patches for LibreOffice until now :
https://gerrit.libreoffice.org/#/q/Irem

Before GSOC working, I was working on
" tdf#46279  Show restart message after extension installation" non-trivial
bug and I sent patches for this bug.
Now I'm working on adding Styles part to Table format dialog in Writer. If
you suggest something else, I can work on that. Thank you for your time and
I look forward to hearing from you.

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


Interested in contributing to LibreOffice GSOC 2016

2016-03-19 Thread Ayşe Melike Yurtoğlu
Hi Everyone,

I'm interested in "Infrastructure for defining toolbars via .ui (Glade)
files" . I examined sidebar's code. I chose a bug in this list(
https://bugs.documentfoundation.org/showdependencytree.cgi?id=65138_resolved=1
). I've been working on this bug now (
https://bugs.documentfoundation.org/show_bug.cgi?id=86177).


My accepted patches for LibreOffice until now:
 https://gerrit.libreoffice.org/#/q/melike

I want to apply to review of sidebar  functionality project after
resolving the bug that i am working on. But if you suggest something else,
i can work on that
of course.

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


Re: Interested in contributing to LibreOffice GSOC 2016

2016-03-10 Thread Chris Sherlock

> On 10 Mar 2016, at 5:54 PM, jan iversen  wrote:
> 
> Chris@ even though a bit late, could you please formulate your idea with a 
> title etc, and put it on the GSoC ideas page so we do not have multiple 
> places to track the ideas.
> 
> thanks in advance
> rgds
> jan i.

Done :-)

Chris

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


Re: Interested in contributing to LibreOffice GSoC 2016

2016-03-09 Thread jan iversen
Welcome

As you surely have seen we require you have solved a difficult easyHacks in 
order to be aproved, you can find our step by step guide here:
https://wiki.documentfoundation.org/Development/GetInvolved
The patch you point to is a very simple patch.

We have a few ideas, where there are currently no named mentor but I am pretty 
sure the UX team can guide you.

rgds
jan i

> On 10 Mar 2016, at 06:00, Dipankar Niranjan  wrote:
> 
> Hello Everyone,
> 
> I am Dipankar Niranjan, a sophomore student studying Computer Science and 
> Engineering at IIIT - H in India.
> I'm interested in the idea "Template Manager"  for GSoC 2016.
> I do hope that no one has expressed interest in this idea as of now, as I'm 
> really interested in contributing to this. :D
> As of now, I couldn't see any specific person assigned to this idea as a 
> mentor.
> The mentor was specified as UX Team.
> May I please know with whom I have to get in touch to discuss this idea 
> further..?
> I would like to get in touch with him and discuss ideas and possibilities as 
> this project has huge scope and the current implementation leaves much to be 
> desired.
> 
> Here is a list of patches that have been merged with master:
> 
> https://gerrit.libreoffice.org/#/q/owner:dipankar1995%2540gmail.com+status:merged
> https://cgit.freedesktop.org/libreoffice/core/commit/?id=0e41527fd52f676ff6240a08b3fe25607c1ca726
> 
> I look forward to hearing from you.
> Thanks..
> -- 
> REGARDS,
> DIP
> IRC Nick : mostly `dip`:D 
> ___
> 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: Interested in contributing to LibreOffice GSOC 2016

2016-03-09 Thread jan iversen
Chris@ even though a bit late, could you please formulate your idea with a 
title etc, and put it on the GSoC ideas page so we do not have multiple places 
to track the ideas.

thanks in advance
rgds
jan i.


> On 09 Mar 2016, at 23:53, Chris Sherlock  wrote:
> 
> 
>> On 10 Mar 2016, at 6:07 AM, yeliz taneroğlu  wrote:
>> 
>> Hi Everyone,
>> 
>> I hope you are well. My name is Yeliz and I am a 3rd year student in a 
>> Computer Engineering program. I'm interested in "Refactor god objects" 
>> project for GSOC 2016. I read this 
>> https://wiki.documentfoundation.org/Development/GSoC/Ideas#Refactor_god_objects
>>  .
>> 
>> My accepted patches for LibreOffice until now.
>> 
>> https://gerrit.libreoffice.org/#/c/19792/ 
>> https://gerrit.libreoffice.org/#/c/19671/ 
>> https://gerrit.libreoffice.org/#/c/21614/ 
>> https://gerrit.libreoffice.org/#/c/21858/ 
>> https://gerrit.libreoffice.org/#/c/21888/
>> https://gerrit.libreoffice.org/#/c/21936/ 
>> https://gerrit.libreoffice.org/#/c/22020/ 
>> https://gerrit.libreoffice.org/#/c/22940/ 
>> 
>> I want to work in this project. Thank you so much for your time and I look 
>> forward to hearing from you. 
>> 
>> Kind Regards,
>> ___
>> LibreOffice mailing list
>> LibreOffice@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/libreoffice
> 
> Welcome aboard Yeliz :-)
> 
> As it turns out, I’ve got an idea I’ve been toying with for ages, so I might 
> as well put it out there. 
> 
> One of the issues with the VCL module as it currently stands is that the 
> OutputDevice class is pretty massive. I would be good to be able to make a 
> compilation firewall for this class, and at the same time split up the 
> functionality into seperate classes. 
> 
> Some time ago I rearranged the OutputDevice source files into a more logical 
> structure - they can be found here:
> 
> http://opengrok.libreoffice.org/xref/core/vcl/source/outdev/
> 
> My idea was that all these cxx files now logically group related 
> functionality and could be converted into “Helper” classes, and we reference 
> these as private member variables using a pImpl pattern. Public functions 
> (that are indeed truly public) are then forwarded to the Helper classes. 
> 
> The advantages are mainly in compilation time and code flexibility, but also 
> any of the other advantages to setting up a compilation firewall would apply 
> also. 
> 
> If you’ve never heard of a Compilation Firewall, the description of my idea 
> above is essentially what it achieves. However, I *really* recommend reading 
> Herb Suttor’s article on the technique here:
> 
> http://herbsutter.com/gotw/_100/ 
> 
> Perhaps I should log an easy hack. 
> 
> Anyway, that would be something I think could be done - it’s a reasonable 
> difficultly level, but not too difficult for someone who knows C++. I would 
> really love to see unit tests of the helper classes, which would really help 
> make the code robust. 
> 
> If someone else wants to chime in here, please feel free :-) However, I’m 
> happy to chat on IRC - come to #libreoffice-dev on freenode; my nick is 
> chris_wot
> 
> Chris 
> ___
> 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


Interested in contributing to Libreoffice : GSoC 2016

2016-03-09 Thread Akshay Deep
Hello everyone,
 I'm currently studying as an undergraduate student at Indian Institute
of Technology, Roorkee. I am interested in applying in two GSoC projects
this year: Template Manager and Table Styles. Most of my contributions have
been in UI/UX related bugs.

Here is the link to all my submitted patches to gerrit:
https://gerrit.libreoffice.org/#/q/Akshay

Also, some of my contribution have been mentioned in the release notes :)

https://wiki.documentfoundation.org/ReleaseNotes/5.2#Selection_Filter_in_Cross_Reference_Tab
https://wiki.documentfoundation.org/ReleaseNotes/5.2#JVM_Start_Parameters

I'm in touch with the mentors of both these projects and looking forward to
submit a proposal on these projects.

Contact Info: E-mail:  akshaydeepi...@gmail.com   IRC: akki / akki_

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


Interested in contributing to LibreOffice GSoC 2016

2016-03-09 Thread Dipankar Niranjan
Hello Everyone,

I am Dipankar Niranjan, a sophomore student studying Computer Science and
Engineering at IIIT - H in India.
I'm interested in the idea "Template Manager"  for GSoC 2016.
I do hope that no one has expressed interest in this idea as of now, as I'm
really interested in contributing to this. :D
As of now, I couldn't see any specific person assigned to this idea as a
mentor.
The mentor was specified as UX Team.
May I please know with whom I have to get in touch to discuss this idea
further..?
I would like to get in touch with him and discuss ideas and possibilities
as this project has huge scope and the current implementation leaves much
to be desired.

Here is a list of patches that have been merged with master:

https://gerrit.libreoffice.org/#/q/owner:dipankar1995%2540gmail.com+status:merged
https://cgit.freedesktop.org/libreoffice/core/commit/?id=0e41527fd52f676ff6240a08b3fe25607c1ca726

I look forward to hearing from you.
Thanks..
-- 
REGARDS,
DIP
IRC Nick : mostly `dip`:D
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Interested in contributing to LibreOffice under GSoC'16

2016-03-09 Thread Varun Dhall
Hello Everyone,

I am Varun Dhall 3rd year Computer Science and Engineering undergradute from 
India.

I have successfully contributed to LibreOffice in Google Summer of Code 2015 :D 
and I am really happy that last year I got Michael Stahl and Bjoern Michaelsen 
as my cool mentors ;)

Even after GSoC timeline I have contributed to LO and I am still working under 
my mentor Michael Stahl on writer especially on the testing area.
Here is the link to my contributions pushed to master 
http://cgit.freedesktop.org/libreoffice/core/log/?qt=author=Varun

I love LibreOffice community and the way things go around here. I really look 
forward to work for LibreOffice under GSoC'16. I am well aware of the LO code 
base, especially of writer (most of the famous classes and methods) and I am 
looking forward to work on "More and Better Tests" for GSoC'16 :)

I hope I will spend another exciting summer as last year. Hacking into 
LibreOffice making the code base better by removing bugs via new and better 
unit tests and increasing the test coverage for core files.

Regards,
Varun Dhall

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


Re: Interested in contributing to LibreOffice GSOC 2016

2016-03-09 Thread Chris Sherlock

> On 10 Mar 2016, at 6:07 AM, yeliz taneroğlu  wrote:
> 
> Hi Everyone,
> 
> I hope you are well. My name is Yeliz and I am a 3rd year student in a 
> Computer Engineering program. I'm interested in "Refactor god objects" 
> project for GSOC 2016. I read this 
> https://wiki.documentfoundation.org/Development/GSoC/Ideas#Refactor_god_objects
>  
> 
>  .
> 
> My accepted patches for LibreOffice until now.
> 
> https://gerrit.libreoffice.org/#/c/19792/  
> 
> https://gerrit.libreoffice.org/#/c/19671/  
> 
> https://gerrit.libreoffice.org/#/c/21614/ 
>  
> https://gerrit.libreoffice.org/#/c/21858/  
> 
> https://gerrit.libreoffice.org/#/c/21888/ 
> 
> https://gerrit.libreoffice.org/#/c/21936/  
> 
> https://gerrit.libreoffice.org/#/c/22020/ 
>  
> https://gerrit.libreoffice.org/#/c/22940/  
> 
> 
> I want to work in this project. Thank you so much for your time and I look 
> forward to hearing from you. 
> 
> Kind Regards,
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice

Welcome aboard Yeliz :-)

As it turns out, I’ve got an idea I’ve been toying with for ages, so I might as 
well put it out there. 

One of the issues with the VCL module as it currently stands is that the 
OutputDevice class is pretty massive. I would be good to be able to make a 
compilation firewall for this class, and at the same time split up the 
functionality into seperate classes. 

Some time ago I rearranged the OutputDevice source files into a more logical 
structure - they can be found here:

http://opengrok.libreoffice.org/xref/core/vcl/source/outdev/

My idea was that all these cxx files now logically group related functionality 
and could be converted into “Helper” classes, and we reference these as private 
member variables using a pImpl pattern. Public functions (that are indeed truly 
public) are then forwarded to the Helper classes. 

The advantages are mainly in compilation time and code flexibility, but also 
any of the other advantages to setting up a compilation firewall would apply 
also. 

If you’ve never heard of a Compilation Firewall, the description of my idea 
above is essentially what it achieves. However, I *really* recommend reading 
Herb Suttor’s article on the technique here:

http://herbsutter.com/gotw/_100/ 

Perhaps I should log an easy hack. 

Anyway, that would be something I think could be done - it’s a reasonable 
difficultly level, but not too difficult for someone who knows C++. I would 
really love to see unit tests of the helper classes, which would really help 
make the code robust. 

If someone else wants to chime in here, please feel free :-) However, I’m happy 
to chat on IRC - come to #libreoffice-dev on freenode; my nick is chris_wot

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


Interested in contributing to LibreOffice GSOC 2016

2016-03-09 Thread yeliz taneroğlu
Hi Everyone,

I hope you are well. My name is Yeliz and I am a 3rd year student in a
Computer Engineering program. I'm interested in "Refactor god objects"
project for GSOC 2016. I read this
https://wiki.documentfoundation.org/Development/GSoC/Ideas#Refactor_god_objects
.

My accepted patches for LibreOffice until now.

https://gerrit.libreoffice.org/#/c/19792/
https://gerrit.libreoffice.org/#/c/19671/
https://gerrit.libreoffice.org/#/c/21614/
https://gerrit.libreoffice.org/#/c/21858/
https://gerrit.libreoffice.org/#/c/21888/
https://gerrit.libreoffice.org/#/c/21936/
https://gerrit.libreoffice.org/#/c/22020/
https://gerrit.libreoffice.org/#/c/22940/

I want to work in this project. Thank you so much for your time and I look
forward to hearing from you.

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


Re: Contributing to LibreOffice

2016-03-09 Thread jan iversen
WELCOME
Thanks for your license statement.

I have added you to our wiki:
https://wiki.documentfoundation.org/Development/Developers

If you want help to get started or have any questions, then please contact me. 
I am here to help you (and others) in getting their first patch submitted.

LibreOffice is a very big program and getting it built, setting up gerrit, and 
getting the first patch right can be a bit challenging, therefore do not 
hesitate to email me if you want help.

We have made a step by step guide to help you get started:
https://wiki.documentfoundation.org/Development/GetInvolved/DeveloperStepByStep

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


Interested in contributing to LibreOffice GSOC 2016

2016-03-09 Thread Aybuke Ozdemir
Hi Everyone,

I'm interested in "Rework of the Tools -> Customization... dialog" project
for GSOC. I read this explanation:
http://user-prompt.com/de/how-to-make-libreoffice-customization-usable/

My accepted patches for LibreOffice until now:
https://gerrit.libreoffice.org/#/q/aybuke

I set up development environment with Glade and read pages[1,2,3]

As a beginning I thought of adding search functionality to Menu -> Add ->
Add Command window. But if you suggest something else, i can work on that
of course.

[1]https://wiki.documentfoundation.org/Development/WidgetLayout
[2]
https://wiki.documentfoundation.org/Development/Create_new_dialog_in_Impress
[3]
http://conference.libreoffice.org/assets/Conference/Aarhus/Slides/bubli-uitutorial.pdf

Best Regards.

-- 
Aybüke Özdemir
https://about.me/aybukeozdemir
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Questions regarding Contributing to LibreOffice

2016-03-08 Thread Chris Sherlock
To answer my own question - the legendary Beej has produced a tutorial here:

https://beej.us/guide/bggdb/ 

This is the second awesome thing I’ve read from this individual, the other is 
his guide to sockets. Thanks Beej, if you ever stumble across this post :-)

Chris

> On 5 Mar 2016, at 12:31 PM, Chris Sherlock <chris.sherloc...@gmail.com> wrote:
> 
> Does anyone know of any good guides on how to use gdb’s TUI?
> 
> Kendy mentioned this a few times in the past on IRC, and anything that helps 
> me debug would be greatly appreciated :-)
> 
> I was thinking of using cgdb, anyone have any experience in that?
> 
> Chris
> 
>> On 27 Feb 2016, at 8:04 PM, Akash B <akash.basab...@gmail.com 
>> <mailto:akash.basab...@gmail.com>> wrote:
>> 
>> Yeah, I've set everything up. I still don't know where to start debugging 
>> the code. Please give me some guidance. I'm trying solve the first C++ 
>> problem in the Easy Hacks section but I've no idea where to find the code. 
>> Please point me to the right direction. 
>> Regards, 
>> Akash Prasanna Basabhat.
>> 
>> 
>> On Sat, Feb 27, 2016, 2:30 PM jan iversen <j...@documentfoundation.org 
>> <mailto:j...@documentfoundation.org>> wrote:
>> Welcome
>> 
>> We have made a step by step guide to help you get started:
>> https://wiki.documentfoundation.org/Development/GetInvolved/DeveloperStepByStep
>>  
>> <https://wiki.documentfoundation.org/Development/GetInvolved/DeveloperStepByStep>
>> 
>> 
>> rgds
>> jan i
>> 
>> Sent from my iPad, please excuse any misspellings
>> 
>> > On 27 Feb 2016, at 08:13, Akash B <akash.basab...@gmail.com 
>> > <mailto:akash.basab...@gmail.com>> wrote:
>> >
>> > Hi all,
>> > I'm interested in contributing to LibreOffice. I'm comfortable 
>> > with C++, C++11, Python and Java. I'd like some guidance as to how to 
>> > contribute to LibreOffice. I've built LibreOffice on Ubuntu. I need some 
>> > guidance on what my next steps are going to be.
>> >
>> > Regards,
>> > Akash PB
>> > ___
>> > LibreOffice mailing list
>> > LibreOffice@lists.freedesktop.org 
>> > <mailto:LibreOffice@lists.freedesktop.org>
>> > https://lists.freedesktop.org/mailman/listinfo/libreoffice 
>> > <https://lists.freedesktop.org/mailman/listinfo/libreoffice>
>> ___
>> LibreOffice mailing list
>> LibreOffice@lists.freedesktop.org <mailto: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


Contributing to LibreOffice

2016-03-08 Thread Akash Jain
Hi all,
My name is Akash. I am a frequent user of libreoffice and am looking
forward to contributing to it via the gsoc programme. I am currently
trying to build LibreOffice and hope to submit my first patch soon.
Regards,
Akash.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Interested in contributing to LibreOffice GSOC 2016

2016-03-08 Thread Alex P
Hello,

I am a third year Informatics/Computer Science student looking forward to
contribute to Libre Office during GSoC. I have experience in desktop
(Windows, Linux) and web development. C, C++, Java, .NET, PHP, Python, JS,
...

I live in Europe, UTC+2.
My native language is Russian, but I think there should not be any problems
with communicating in English.

I do not have much code to show but here is my github profile with some
projects https://github.com/AlexP11223?tab=repositories
Also during GCI 2011 I was working on setmime
http://cgit.haiku-os.org/haiku/tree/src/bin/setmime.cpp and writembr
http://cgit.haiku-os.org/haiku/commit/?id=1a7322a09e825d2445ca88a47cd1d5cd06d3811b
tools in Haiku OS.

So far I submited patches/working on these EasyHack bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=65219
https://bugs.documentfoundation.org/show_bug.cgi?id=98264
https://bugs.documentfoundation.org/show_bug.cgi?id=93548
https://bugs.documentfoundation.org/show_bug.cgi?id=96505

https://gerrit.libreoffice.org/#/q/owner:%22alex.pan...@gmail.com%22

I understand that these are small and easy bugs, but I just started working
with LibreOffice code a week ago, so I think it is a good starting point
for learning this project.

I looked at the GSoC ideas, I am interested in "Refactor god objects" or
"Implement Zoner Draw import filter" (I was also thinking about "More and
better tests" but as I know someone already wants to take it). I would like
to get some suggestions about how should I start working on it.

My IRC nick is AlexP11223
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Interest in contributing to Libreoffice GSoC 2016

2016-03-06 Thread jan iversen
WELCOME
Thanks for your license statement.

We have made a step by step guide to help you get started:
https://wiki.documentfoundation.org/Development/GetInvolved/DeveloperStepByStep

Be aware, that you need to have submitted at least one non-trivial easy-hack, 
to be accepted for GSoC (as you might have read on our GSoC page).

rgds
Jan Iversen.

> On 05 Mar 2016, at 20:16, Djimeli Konrad  wrote:
> 
> Hello,
> 
> My name is Djimeli Konrad a second year computer science student from the 
> University of Buea, Cameroon. I am proficient in c, c++ and python. I would 
> like to contribute Libreoffice for the Google Summer of Code 2016. I am 
> interest in working on the project "Support ODF styles in orcus" and I have 
> successfully built and compile the Libreoffice and orcus source code. I have 
> previous experience developing a VRML-STL parser hosted on github ( 
> https://github.com/djkonro/vrml-stl ) and also an X3D importer for BRL-CAD 
> GSoC 2015. I would like to get some pointer to some starting point that could 
> give me a better understanding of the project.
> 
> Thanks
> Konrad
> ___
> 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


Interest in contributing to Libreoffice GSoC 2016

2016-03-06 Thread Djimeli Konrad
Hello,

My name is Djimeli Konrad a second year computer science student from the
University of Buea, Cameroon. I am proficient in c, c++ and python. I would
like to contribute Libreoffice for the Google Summer of Code 2016. I am
interest in working on the project "Support ODF styles in orcus" and I have
successfully built and compile the Libreoffice and orcus source code. I
have previous experience developing a VRML-STL parser hosted on github (
https://github.com/djkonro/vrml-stl ) and also an X3D importer for BRL-CAD
GSoC 2015. I would like to get some pointer to some starting point that
could give me a better understanding of the project.

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


Re: Interest in contributing to Libreoffice GSoC 2016

2016-03-05 Thread Markus Mohrhard
Hey,

On Sat, Mar 5, 2016 at 8:16 PM, Djimeli Konrad  wrote:

> Hello,
>
> My name is Djimeli Konrad a second year computer science student from the
> University of Buea, Cameroon. I am proficient in c, c++ and python. I would
> like to contribute Libreoffice for the Google Summer of Code 2016. I am
> interest in working on the project "Support ODF styles in orcus" and I have
> successfully built and compile the Libreoffice and orcus source code. I
> have previous experience developing a VRML-STL parser hosted on github (
> https://github.com/djkonro/vrml-stl ) and also an X3D importer for
> BRL-CAD GSoC 2015. I would like to get some pointer to some starting point
> that could give me a better understanding of the project.
>
>
Nice to see that you are interested in that task.

On the orcus side the odf styles import is in
src/liborcus/odf_styles_context.cpp. On the LibreOffice side the
integration for orcus is in sc/source/filter/orcus. I already did quite
some work on the orcus side for the new orcus release but there are still
big parts missing and the integration into LibreOffice is quite bad.
Missing features on both sides are for example the support for number
formats and for example the support for conditional formatting and related
concepts (which are at least in ODF 1.2 still part of the style).

Unrelated to the actual task you should also solve at least one non-trivial
Easy Hack [1] which is our minimum requirement to show that you are able to
build and work on LibreOffice.

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


Re: Questions regarding Contributing to LibreOffice

2016-03-04 Thread Chris Sherlock
Does anyone know of any good guides on how to use gdb’s TUI?

Kendy mentioned this a few times in the past on IRC, and anything that helps me 
debug would be greatly appreciated :-)

I was thinking of using cgdb, anyone have any experience in that?

Chris

> On 27 Feb 2016, at 8:04 PM, Akash B <akash.basab...@gmail.com> wrote:
> 
> Yeah, I've set everything up. I still don't know where to start debugging the 
> code. Please give me some guidance. I'm trying solve the first C++ problem in 
> the Easy Hacks section but I've no idea where to find the code. Please point 
> me to the right direction. 
> Regards, 
> Akash Prasanna Basabhat.
> 
> 
> On Sat, Feb 27, 2016, 2:30 PM jan iversen <j...@documentfoundation.org 
> <mailto:j...@documentfoundation.org>> wrote:
> Welcome
> 
> We have made a step by step guide to help you get started:
> https://wiki.documentfoundation.org/Development/GetInvolved/DeveloperStepByStep
>  
> <https://wiki.documentfoundation.org/Development/GetInvolved/DeveloperStepByStep>
> 
> 
> rgds
> jan i
> 
> Sent from my iPad, please excuse any misspellings
> 
> > On 27 Feb 2016, at 08:13, Akash B <akash.basab...@gmail.com 
> > <mailto:akash.basab...@gmail.com>> wrote:
> >
> > Hi all,
> > I'm interested in contributing to LibreOffice. I'm comfortable with 
> > C++, C++11, Python and Java. I'd like some guidance as to how to contribute 
> > to LibreOffice. I've built LibreOffice on Ubuntu. I need some guidance on 
> > what my next steps are going to be.
> >
> > Regards,
> > Akash PB
> > ___
> > LibreOffice mailing list
> > LibreOffice@lists.freedesktop.org <mailto:LibreOffice@lists.freedesktop.org>
> > https://lists.freedesktop.org/mailman/listinfo/libreoffice 
> > <https://lists.freedesktop.org/mailman/listinfo/libreoffice>
> ___
> 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: Questions regarding Contributing to LibreOffice

2016-02-27 Thread Akash B
Yeah, I've set everything up. I still don't know where to start debugging
the code. Please give me some guidance. I'm trying solve the first C++
problem in the Easy Hacks section but I've no idea where to find the code.
Please point me to the right direction.
Regards,
Akash Prasanna Basabhat.

On Sat, Feb 27, 2016, 2:30 PM jan iversen <j...@documentfoundation.org>
wrote:

> Welcome
>
> We have made a step by step guide to help you get started:
>
> https://wiki.documentfoundation.org/Development/GetInvolved/DeveloperStepByStep
>
>
> rgds
> jan i
>
> Sent from my iPad, please excuse any misspellings
>
> > On 27 Feb 2016, at 08:13, Akash B <akash.basab...@gmail.com> wrote:
> >
> > Hi all,
> > I'm interested in contributing to LibreOffice. I'm comfortable
> with C++, C++11, Python and Java. I'd like some guidance as to how to
> contribute to LibreOffice. I've built LibreOffice on Ubuntu. I need some
> guidance on what my next steps are going to be.
> >
> > Regards,
> > Akash PB
> > ___
> > 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: Questions regarding Contributing to LibreOffice

2016-02-27 Thread jan iversen
Welcome

We have made a step by step guide to help you get started:
https://wiki.documentfoundation.org/Development/GetInvolved/DeveloperStepByStep


rgds
jan i

Sent from my iPad, please excuse any misspellings 

> On 27 Feb 2016, at 08:13, Akash B <akash.basab...@gmail.com> wrote:
> 
> Hi all,
> I'm interested in contributing to LibreOffice. I'm comfortable with 
> C++, C++11, Python and Java. I'd like some guidance as to how to contribute 
> to LibreOffice. I've built LibreOffice on Ubuntu. I need some guidance on 
> what my next steps are going to be.
> 
> Regards,
> Akash PB
> ___
> 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


Questions regarding Contributing to LibreOffice

2016-02-26 Thread Akash B
Hi all,
I'm interested in contributing to LibreOffice. I'm comfortable with
C++, C++11, Python and Java. I'd like some guidance as to how to contribute
to LibreOffice. I've built LibreOffice on Ubuntu. I need some guidance on
what my next steps are going to be.

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


Re: Contributing to LibreOffice

2016-02-17 Thread jan iversen
WELCOME

We have made a step by step guide to help you get started:
https://wiki.documentfoundation.org/Development/GetInvolved/DeveloperStepByStep

We look forward to having you working on the LibreOffice codebase.

rgds
Jan Iversen.

Sent from my iPad, please excuse any misspellings 

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


Contributing to LibreOffice

2016-02-17 Thread Ayush Shah
Hi,
This is Ayush Shah from Sardar Patel Institute Of Technology
India.I am currently in 3rd year of  Computer Engineering.Currently I
am currently using Libre Office for all my work.
I would really like to work on the project.
My proficient languages would be C,Java and Python . I also know a bit
of C++ programming.
Are there any tasks or bugs that i could solve .
I am really looking forward to contributing to Libre Office

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


Re: Help on getting started contributing to Libreoffice

2016-02-14 Thread Thorsten Behrens
Jan Iversen wrote:
> I hope one of the our fellow developers have an idea of what can
> cause this Boost problem.
> 
Looks like you're using msvc 2012
(http://lists.boost.org/Archives/boost/2015/07/224122.php). LibreOffice
master requires at least msvc 2013 - if that's not written clearly
enough on
https://wiki.documentfoundation.org/Development/BuildingOnWindows,
please let us know.

Cheers,

-- Thorsten


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


Re: Help on getting started contributing to Libreoffice

2016-02-14 Thread jan iversen
Hi

In order to get general help for problems like this, it is better to write to 
our mailing list (CC). The experts listen on that list and are better to help 
than I am.

I hope one of the our fellow developers have an idea of what can cause this 
Boost problem.

have a nice weekend.
rgds
jan i.



Sent from my iPad, please excuse any misspellings 

> On 14 Feb 2016, at 13:41, Pranav Ganorkar <pranavg...@gmail.com> wrote:
> 
> Hi Jani,
> 
> I am trying to compile libreoffice on windows.
> 
> But it is giving me this error with boost library:
> 
> 
> [BIN] hyphen
> C:/sources/libreoffice/workdir/UnpackedTarball/boost\boost/type_traits/common_type.hpp(111)
>  : fatal error C1001: An internal error has occurred in the compiler.
> (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\esumem.c', line 8636)
> To work around this problem, try simplifying or changing the program near the 
> locations listed above.
> Please choose the Technical Support command on the Visual C++
> Help menu, or open the Technical Support help file for more information
> C:/sources/libreoffice/workdir/UnpackedTarball/boost\boost/type_traits/common_type.hpp(133)
>  : see reference to class template instantiation 
> 'boost::type_traits_detail::common_type_impl<T1,T2>' being compiled
> with
> [
> T1=int_least64_t
> ,T2=int_least64_t
> ]
> C:/sources/libreoffice/workdir/UnpackedTarball/boost\boost/type_traits/common_type.hpp(139)
>  : see reference to class template instantiation 
> 'boost::type_traits_detail::common_type_decay_helper<T1,T2,__int64,__int64>' 
> being compiled
> with
> [
> T1=int_least64_t
> ,T2=int_least64_t
> ]
> C:/sources/libreoffice/workdir/UnpackedTarball/boost\boost/chrono/duration.hpp(405)
>  : see reference to class template instantiation 
> 'boost::common_type<Rep1,Rep2>' being compiled
> with
> [
> Rep1=int_least64_t
> ,Rep2=int_least64_t
> ]
> C:/sources/libreoffice/workdir/UnpackedTarball/boost\boost/thread/win32/basic_timed_mutex.hpp(211)
>  : see reference to class template instantiation 'boost::common_t
> **
> 
> can someone with experience in building libreoffice on windows help me 
> regarding this.
> 
> Regards,
> Pranav
> 
>> On Sat, Feb 13, 2016 at 7:55 PM, Pranav Ganorkar <pranavg...@gmail.com> 
>> wrote:
>> Hi Jani,
>> 
>> I wanted to start contributing to libreoffice foundation.
>> 
>> I want to start by working on this easyhack bug: 
>> https://bugs.documentfoundation.org/show_bug.cgi?id=96020
>> 
>> How should i proceed with it.
>> 
>> Also, i wanted to ask how can i sort the easyhack bugs for which patches 
>> have not been submitted yet and not been fixed.
>> 
>> Regards,
>> Pranav
> 
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Contributing to LibreOffice

2016-01-02 Thread jan iversen
Welcome

We have a lot of challenges in the languages you know. Your first step however 
is to get Libreoffice build in your environment, so you can test your patches.

I you want help to get started or have any questions, then please contact me. I 
am here to help you (and others) getting their first patch submitted.

LibreOffice is a very big program and getting it build, setting up gerrit, and 
getting the first patch right, can be a bit challenging, therefore do not 
hesitate to email me if you want help.

rgds
Jan Iversen.

Sent from my iPad, please excuse any misspellings 

> On 01 Jan 2016, at 17:34, Akash B  wrote:
> 
> Hi all,
> I'm interested in contribution to LibreOffice. I'm comfortable with 
> C++, C++11, Python and Java. I'd like some guidance as to how to contribute 
> to LibreOffice.
> 
> Regards,
> Akash PB
> ___
> 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: Contributing to LibreOffice

2016-01-01 Thread Jan-Marek Glogowski
Hi Akash,

Am 01.01.2016 um 17:34 schrieb Akash B:
> I'm interested in contribution to LibreOffice. I'm comfortable with
> C++, C++11, Python and Java. I'd like some guidance as to how to contribute
> to LibreOffice.

Have a look at

https://wiki.documentfoundation.org/Development

especially the "Getting Started with Development" section.

In case you have further questions or need help feel free to ask on the
mailing list. For faster / more interactive replies I suggest you to
join #libreoffice-dev IRC channel on Freenode (see links in the above
Development wiki).

> Regards,

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


Contributing to LibreOffice

2016-01-01 Thread Akash B
Hi all,
I'm interested in contribution to LibreOffice. I'm comfortable with
C++, C++11, Python and Java. I'd like some guidance as to how to contribute
to LibreOffice.

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


Fwd: Contributing to LibreOffice.

2015-12-16 Thread jan iversen
Just for information.

I have contacted (as earlier agreed) developers who have not been active for 
quite a while, with the mail below.

I am every month monitoring the rate of new people entering the project, 
compared to people who have not added patches for a while, and the relation is 
slowly improving. Bear in mind it is natural that volunteers come and go, 
depending on the time and energy they have available so this is not a measure 
if the project grows but simply a "change rate".

rgds
jan i.


Begin forwarded message:

> From: jan iversen <j...@documentfoundation.org>
> Date: 16 December 2015 at 11:26:13 GMT+1
> To: j...@documentfoundation.org
> Subject: Contributing to LibreOffice.
> 
> Hi
> 
> Sorry for intruding on your mailbox. I am the development mentoring lead in 
> the document foundation (LibreOffice), which means it is my job to find out 
> how to make the community better, especially for new people.
> 
> I noticed it has been a while since you have contributed (I am sorry if I 
> overlooked something) therefore I would like to ask you a couple of questions.
> 
> It is totally free whether or not you want to answer the questions. I might 
> poke you again in a bit just in case, but promise not to nag you beyond that.
> 
> a) Is there a specific reason why you have not contributed in a while?
> 
> b) can you suggest anything we should have or can do better?
> 
> c) Did you feel welcome and helped in the community ?
> 
> d) Is there anything we can do, to motivate you again (remembering it is my 
> job to help people getting started) ?
> 
> 
> THANKS a lot for taking time to answer and thereby help us. I hope to see you 
> contributing again in the future.
> 
> merry christmas
> jan i.
> Development mentoring lead, LibreOffice.
> 
> 
> 
> Sent from my iPad, please excuse any misspellings
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: contributing to libreoffice

2015-11-06 Thread Jan-Marek Glogowski
Hi Sukant,

Am 06.11.2015 um 11:42 schrieb Sukant Kumar:
> Hi, i am sukant kumar pursuing B.tech from Bhagalpur college of engineering.
> i want to contribute for LIBREOFFICE community.
> i have a prior knowledge of c , c++ and java .
> i have no prior experience in contributing to open source development.
> can any one please guide me for contributing to the community.
> expecting a positive reply.

Thanks for your interest in joining the LibreOffice development community.

As a start have a look at https://wiki.documentfoundation.org/Development

Please follow the "Getting Started with Development" section. This tells
you how to compile LibreOffice and start diving into the code by solving
an easy problem (Easy Hack).

If you need more help or have questions, feel free to write to this list
or consider to join the #libreoffice-dev IRC channel for conversations
about bugs and code.

ATB

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


Re: contributing to libreoffice

2015-11-06 Thread jan iversen

Hi.

My name is Jan Iversen (you find me around as jani), I am glad to see you
want to join a very
lively project.

You can (and should) for sure read you wiki about development, but it can be
rather hard to read through
all that material so I offer you another solution.

I would be happy to mentor you, and help you submit the first vital patches.
I am right now starting
an initative to reduce our open report in coverity (do you know this tool?),
and have a lot of simple
java stuff that needs to be done. It would help you get started.

If interested mail me directly at j...@documentfoundation.org

The very first thing you need to do it to get a development environment up
and running, please use this link
https://wiki.documentfoundation.org/Development/lode

And do let me know if you have any difficulties, or if you think some of the
items are explained too difficult.

Looking forward to help you work on LibreOffice.

rgds
jan I.




--
View this message in context: 
http://nabble.documentfoundation.org/contributing-to-libreoffice-tp4165514p4165523.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


Re: contributing to libreoffice

2015-11-06 Thread jan iversen
Hi.

My name is Jan Iversen (you find me around as jani), I am glad to see you
want to join a very
lively project.

You can (and should) for sure read you wiki about development, but it can
be rather hard to read through
all that material so I offer you another solution.

I would be happy to mentor you, and help you submit the first vital
patches. I am right now starting
an initative to reduce our open report in coverity (do you know this
tool?), and have a lot of simple
java stuff that needs to be done. It would help you get started.

If interested mail me directly at j...@documentfoundation.org

The very first thing you need to do it to get a development environment up
and running, please use this link
https://wiki.documentfoundation.org/Development/lode

And do let me know if you have any difficulties, or if you think some of
the items are explained too difficult.

Looking forward to help you work on LibreOffice.

rgds
jan I.


On 6 November 2015 at 11:42, Sukant Kumar  wrote:

> Hi, i am sukant kumar pursuing B.tech from Bhagalpur college of
> engineering.
> i want to contribute for LIBREOFFICE community.
> i have a prior knowledge of c , c++ and java .
> i have no prior experience in contributing to open source development.
> can any one please guide me for contributing to the community.
> expecting a positive reply.
>
> thank you,
> with regard.
>
> ___
> 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


contributing to libreoffice

2015-11-06 Thread Sukant Kumar
Hi, i am sukant kumar pursuing B.tech from Bhagalpur college of engineering.
i want to contribute for LIBREOFFICE community.
i have a prior knowledge of c , c++ and java .
i have no prior experience in contributing to open source development.
can any one please guide me for contributing to the community.
expecting a positive reply.

thank you,
with regard.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Interest in contributing to Libreoffice (GSOC 2015)

2015-03-07 Thread David Tardon
Hello,

On Sat, Mar 07, 2015 at 04:35:53AM +0100, Amate Yolande wrote:
 Hello
 
My name is Amate Yolande and I am interested in contributing to the
 Libreoffice community for google summer of code 2015. I am proficient in
 c/c++ programming. I have successful compiled and built the Libreoffice
 source code and I am presently trying to find an Easy Hack to work on. I
 would like to work on the Implement Xara X import filter project since I
 have some experience with working on CAD geometry converters. I would like
 get some directives on how to get started with respect to this project.

As the first thing, you should read
https://wiki.documentfoundation.org/Development/GSoC/2015 .

For details about librevenge::RVNGTextInterface, check the API
documentation. You should read
https://davetardon.wordpress.com/2014/05/06/writing-import-libraries-with-librev
+enge-part-i-getting-started/ for general overview of librevenge. I have
not quite finished the next (tutorial) part yet, sorry... You can also
look at the already existing import libraries for vector graphic
formats, e.g., libpagemaker or libcdr.

There is a skeleton library at
http://cgit.freedesktop.org/~dtardon/libxara/ , but it does not do
anything yet.

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


Re: Interested in Contributing to LibreOffice

2015-03-06 Thread Łukasz Hryniuk

Hi Tanmay!

Did you look at Easy Hacks page? It's a good place to start:
https://wiki.documentfoundation.org/Development/Easy_Hacks

I think you will find something for yourself among Interesting tasks, 
requiring C++ skills.


Regards,
Łukasz Hryniuk

On 06/03/15 14:40, Tanmay Sahay wrote:

Hello, everyone!

I am Tanmay Sahay, a Sophomore from IIIT Hyderabad. I've been 
programming in C++ for around 3 years, and I'm proficient in 
algorithmic programming. LibreOffice interests me. I've looked up the 
basic development workflow; this enabled me to successfully build my 
own development version of LibreOffice from the repository I cloned. 
It would be great if someone could direct me to the areas of 
development where my algorithmic programming can be put to use, as I'm 
keen on contributing!

With regards,
*Tanmay Sahay*
*CSE, 2013-17*
*IIIT Hyderabad*




___
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


Interest in contributing to Libreoffice (GSOC 2015)

2015-03-06 Thread Amate Yolande
Hello

   My name is Amate Yolande and I am interested in contributing to the
Libreoffice community for google summer of code 2015. I am proficient in
c/c++ programming. I have successful compiled and built the Libreoffice
source code and I am presently trying to find an Easy Hack to work on. I
would like to work on the Implement Xara X import filter project since I
have some experience with working on CAD geometry converters. I would like
get some directives on how to get started with respect to this project.

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


Interested in Contributing to LibreOffice

2015-03-06 Thread Tanmay Sahay
Hello, everyone!

I am Tanmay Sahay, a Sophomore from IIIT Hyderabad. I've been programming
in C++ for around 3 years, and I'm proficient in algorithmic programming.
LibreOffice interests me. I've looked up the basic development workflow;
this enabled me to successfully build my own development version of
LibreOffice from the repository I cloned. It would be great if someone
could direct me to the areas of development where my algorithmic
programming can be put to use, as I'm keen on contributing!
With regards,
*Tanmay Sahay*
*CSE, 2013-17*
*IIIT Hyderabad*
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Contributing to LibreOffice as a part of GSoC 2014

2014-02-12 Thread Kamal Gurala
Hi All,
My name is Kamal Gurala, I am currently pursuing a B.tech in CSE
IIIT-Hyd, I would like to start contributing to LibreOffice as a part of
the program. I have a good knowledge of C,C++.

I would be obliged if anyone could help me with getting started.

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


Re: Contributing to LibreOffice as a part of GSoC 2014

2014-02-12 Thread Samuel Mehrbrodt

Hi Kamal,

welcome!
You should get a build first and then you can start with an EasyHack.
You find all information here: 
https://wiki.documentfoundation.org/Development


Samuel

Am 12.02.2014 18:01, schrieb Kamal Gurala:

Hi All,
My name is Kamal Gurala, I am currently pursuing a B.tech in 
CSE IIIT-Hyd, I would like to start contributing to LibreOffice as a 
part of the program. I have a good knowledge of C,C++.

I would be obliged if anyone could help me with getting started.

  Regards,
Kamal Gurala


___
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


Contributing to LibreOffice

2014-01-22 Thread Ayantha Randika
Hi,
Im a University student from Sri Lanka and I hope to contribute to
LibreOffice as a developer. I am interested in working on this bug, Bug
40694 - Error in message warning that the column limit was exceeded for
MS-Excel format[1], which looks like a good point start. But I have no
idea what files to look at to address the issue. Can someone please help
me? Is there any documents I can refer?

[1] : https://bugs.freedesktop.org/show_bug.cgi?id=40694

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