need help to fetch stable LibreOffice 5.0 code

2015-08-18 Thread Madhura Ravindra Palsule
Dear Sir/Madam,

I am newbie to libre office compilation, I want to fetch the stable release
branch of libre office. I am trying to build LibreOffice on windows.
when I use  git clone , it fetches the latest updated branch.
Kindly help me with the parameter that need to be used in order to fetch
particular stable release source code (of LibreOffice 5.0)

Thanks & Regards,
Madhura
---
[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
---

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


Re: need help to fetch stable LibreOffice 5.0 code

2015-08-19 Thread Madhura Ravindra Palsule
Hello ,
Thanks for reply, after clone command
git clone http://anongit.freedesktop.org/git/libreoffice/core.git local-folder ,
next command to be used is

git checkout 

how can I get the  exact  for stable source code for Libre office
5.0


Thanks
Madhura

On August 19, 2015 at 3:02 AM Ashod Nakashian  wrote:

>  Hi Madhura,
> 
>  Please see my response to the same question to Rachna on this list.
> 
>  On Tue, Aug 18, 2015 at 7:11 AM, Madhura Ravindra Palsule  <mailto:madhu...@cdac.in> > wrote:
>> >Dear Sir/Madam,
> > 
> >I am newbie to libre office compilation, I want to fetch the stable
> > release branch of libre office. I am trying to build LibreOffice on windows.
> >when I use  git clone , it fetches the latest updated branch.
> >Kindly help me with the parameter that need to be used in order to fetch
> > particular stable release source code (of LibreOffice 5.0)
> > 
> >Thanks & Regards,
> >Madhura
> > 
> > 
> >   
> > ---
> >[ C-DAC is on Social-Media too. Kindly follow us at:
> >Facebook: https://www.facebook.com/CDACINDIA
> > <https://www.facebook.com/CDACINDIA> & Twitter: @cdacindia ]
> > 
> >This e-mail is for the sole use of the intended recipient(s) and may
> >contain confidential and privileged information. If you are not the
> >intended recipient, please contact the sender by reply e-mail and destroy
> >all copies and the original message. Any unauthorized review, use,
> >disclosure, dissemination, forwarding, printing or copying of this email
> >is strictly prohibited and appropriate legal action will be taken.
> > 
> >   
> > ---
> > 
> >___
> >LibreOffice mailing list
> >LibreOffice@lists.freedesktop.org
> > <mailto:LibreOffice@lists.freedesktop.org>
> >http://lists.freedesktop.org/mailman/listinfo/libreoffice
> > <http://lists.freedesktop.org/mailman/listinfo/libreoffice>
> >  > 

---
[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
---

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


Libreoffice build : Chart and spellcheck not working

2015-09-07 Thread Madhura Ravindra Palsule


Hello,
In my LibreOffice 5.0.2.0 build, I am struggling with 2 issues

1) in my build: Chart icon is not working. when clicked it is giving
MessageBox   LibreOffice5.0 Fatal Error SEH Exception:Access violation!

2) Spelling and grammar is not working :
I have used flag --with-external-dict-dir = libo-core/dictionsries/en in
autogen.sh and dictionaries are present at the said location.

Please suggest which flag or step I am missing

thanks & regards,

Madhura Palsule

---
[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
---

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


Libreoffice build

2015-09-08 Thread Madhura Ravindra Palsule
hii,
My Libre build resulting msi is not able to install on Win xp.

is there any flag  missing?


On September 8, 2015 at 6:20 PM Madhura Ravindra Palsule 
wrote:

>  Hi,
>  Build is crashing on f5 fullscreen operation on Win 7 and win 10 working fine
> on win 8
>  Thanks,
>  Madhura
> 

---
[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
---

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


Re: Libreoffice build : Chart and spellcheck not working

2015-09-08 Thread Madhura Ravindra Palsule
Hi,

My OS version is Win 7.
trying to build using a patch updated.
Struggling with spellcheck, unable to add dictionaries in build (tried using
 flag --with-external-dict-dir = libo-core/dictionsries/en  and
--with-myspell-dicts= libo-core/dictionsries/en ) But no use, giving same
output. No dictionary is copied to installed folder\extension folder
How to include dictionaries form source in resulting msi?

Thanks
Madhura

On September 7, 2015 at 7:04 PM Michael Meeks 
wrote:
>
> On Mon, 2015-09-07 at 12:16 +0530, Madhura Ravindra Palsule wrote:
> > In my LibreOffice 5.0.2.0 build, I am struggling with 2 issues
> >
> > 1) in my build: Chart icon is not working. when clicked it is giving
> > MessageBox LibreOffice5.0 Fatal Error SEH Exception:Access
> > violation!
>
> Thanks - filed here:
>
> https://bugs.documentfoundation.org/show_bug.cgi?id=93989
>
> can you confirm your OS/version & whether you have OpenGL enabled
> (check help->about). It seems that there is a mismatch between the
> chart's use of OpenGLContext and what we expect in VCL somehow - am
> digging into it.
>
> Thanks !
>
> Michael.
>
> --
> michael.me...@collabora.com <><, Pseudo Engineer, itinerant idiot
>
---
[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
---

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


Libreoffice build : Impress crashes on fullscreen F5 option

2015-09-08 Thread Madhura Ravindra Palsule
Hi,
Build is crashing on f5 fullscreen operation on Win 7 and win 10 working fine on
win 8
Thanks,
Madhura
---
[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
---

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


Re: Libreoffice build : Chart not working in version 5.0.2.1, 5.0.3.0

2015-09-16 Thread Madhura Ravindra Palsule
Instead of version 5.0.0.3 , it is 5.0.3.0 , which I tried to build. Sorry !

Regards,
Madhura

On September 16, 2015 at 3:11 PM Madhura Ravindra Palsule 
wrote:

>  Hello,
>  Thanks Andras, Michel and Christian for inputs, now spellchecker is working
> fine.
>  But chart issue still exists.
>  As patch has been pushed to 5.0.2 RC1 on gerrit.
>  checked on gerrit and there this patch's corresponding project is core and
> branch is 5.0
>  I tried to build using source code from
>  git clone http://anongit.freedesktop.org/git/libreoffice/core
>  tried with with branches 5-0 then  5.0.2.1 and 5.0.0.3
>  In all my builds chart crash issue exists.
>  In which branch can I get the patched version?
> 
>  Thanks & Regards,
>  Madhura
> 
> 
> 
>  On September 8, 2015 at 7:44 PM Michael Meeks 
> wrote:
>  > Hi Madhura,
>  >
>  > On Tue, 2015-09-08 at 18:15 +0530, Madhura Ravindra Palsule wrote:
>  > > My OS version is Win 7.
>  > > trying to build using a patch updated.
>  >
>  > Ok ? you mean a patched version of some kind ? I've just pushed a patch
>  > to gerrit to fix your chart issue in 5.0.2 RC1
>  >
>  > > Struggling with spellcheck, unable to add dictionaries in build (tried
>  > > using flag --with-external-dict-dir = libo-core/dictionsries/en and
>  > > --with-myspell-dicts= libo-core/dictionsries/en ) But no use, giving
>  > > same output. No dictionary is copied to installed folder\extension
>  > > folder
>  > > How to include dictionaries form source in resulting msi?
>  >
>  > I guess Andras may have some ideas how to help you there - he'd be more
>  > of an expert for that.
>  >
>  > Incidentally - if CDAC are using LibreOffice, would they be interested
>  > in a long term supported version from Collabora for Windows ? I'm always
>  > on the look-out for promising new customers :-) by buying LibreOffice
>  > from Collabora you help to fund LibreOffice's development.
>  >
>  > All the best,
>  >
>  > Michael.
>  >
>  > --
>  > michael.me...@collabora.com <><, GM Collabora Productivity & Hacker
>  > Skype: mmeeks, Google Hangout: mejme...@gmail.com
>  > (M) +44 7795 666 147 - timezone usually UK / Europe
>  >
> 

---
[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
---

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


Re: Libreoffice build : Chart not working in version 5.0.2.1, 5.0.3.0

2015-09-16 Thread Madhura Ravindra Palsule
Hello,
Thanks Andras, Michel and Christian for inputs, now spellchecker is working
fine.
But chart issue still exists.
As patch has been pushed to 5.0.2 RC1 on gerrit.
checked on gerrit and there this patch's corresponding project is core and
branch is 5.0
I tried to build using source code from
git clone http://anongit.freedesktop.org/git/libreoffice/core
tried with with branches 5-0 then  5.0.2.1 and 5.0.0.3
In all my builds chart crash issue exists.
In which branch can I get the patched version?

Thanks & Regards,
Madhura



On September 8, 2015 at 7:44 PM Michael Meeks 
wrote:
> Hi Madhura,
>
> On Tue, 2015-09-08 at 18:15 +0530, Madhura Ravindra Palsule wrote:
> > My OS version is Win 7.
> > trying to build using a patch updated.
>
> Ok ? you mean a patched version of some kind ? I've just pushed a patch
> to gerrit to fix your chart issue in 5.0.2 RC1
>
> > Struggling with spellcheck, unable to add dictionaries in build (tried
> > using flag --with-external-dict-dir = libo-core/dictionsries/en and
> > --with-myspell-dicts= libo-core/dictionsries/en ) But no use, giving
> > same output. No dictionary is copied to installed folder\extension
> > folder
> > How to include dictionaries form source in resulting msi?
>
> I guess Andras may have some ideas how to help you there - he'd be more
> of an expert for that.
>
> Incidentally - if CDAC are using LibreOffice, would they be interested
> in a long term supported version from Collabora for Windows ? I'm always
> on the look-out for promising new customers :-) by buying LibreOffice
> from Collabora you help to fund LibreOffice's development.
>
> All the best,
>
> Michael.
>
> --
> michael.me...@collabora.com <><, GM Collabora Productivity & Hacker
> Skype: mmeeks, Google Hangout: mejme...@gmail.com
> (M) +44 7795 666 147 - timezone usually UK / Europe
>
---
[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
---

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