Re: Newbie question

2014-05-20 Thread yusupmuk
Thank you! -- View this message in context: http://nabble.documentfoundation.org/Newbie-question-tp4109464p4109483.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http

Re: Newbie question

2014-05-20 Thread Christian Lohmaier
Hi Mukhiddin, On Tue, May 20, 2014 at 11:12 AM, Mukhiddin wrote: > Hello, > > I have recently committed my first patches for te bug 43157. These were my > first experience in open source programming, so I chose easy task. Then I > gor review saying that the workben submodule files where I made ch

Newbie question

2014-05-20 Thread Mukhiddin
Hello, I have recently committed my first patches for te bug 43157. These were my first experience in open source programming, so I chose easy task. Then I gor review saying that the workben submodule files where I made change are not built. I also noticed that. I waned to know how can I resp

Re: [Libreoffice] Newbie question: git push

2012-01-08 Thread Norbert Thiebaud
There are multiple ways, here are two Let's assume that your tree looks like * ---> /origin/master | * ---> commit A | * ---> commit B : HEAD let's say that sha-A is the sha of commit A and sha-B is the sha1 of commit B 1/ You can swap the 2 commits with git-rebase -i git rebase -i origin/mast

Re: [Libreoffice] Newbie question: git push

2012-01-08 Thread Julien Nabet
On 08/01/2012 13:54, Matúš Kukan wrote: On 8 January 2012 13:21, julien2412 wrote: Hello Olivier, I never did this but found this : http://stackoverflow.com/questions/3230074/git-pushing-specific-commit (in http://groups.google.com/group/git-users/browse_thread/thread/e20536c0f222d97a too) so

Re: [Libreoffice] Newbie question: git push

2012-01-08 Thread Matúš Kukan
On 8 January 2012 13:09, Olivier Hallot wrote: > This is a newbie question: I have commit A and commit B, with A and B > totally independent, and A was committed before B in my local copy. > > I want to push B to the repository. > > How can it be done? Assuming you don

Re: [Libreoffice] Newbie question: git push

2012-01-08 Thread Matúš Kukan
On 8 January 2012 13:21, julien2412 wrote: > Hello Olivier, > > I never did this but found this : > http://stackoverflow.com/questions/3230074/git-pushing-specific-commit (in > http://groups.google.com/group/git-users/browse_thread/thread/e20536c0f222d97a > too) so : > git push : I think this wi

Re: [Libreoffice] Newbie question: git push

2012-01-08 Thread julien2412
://nabble.documentfoundation.org/Newbie-question-git-push-tp3641809p3641830.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

[Libreoffice] Newbie question: git push

2012-01-08 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi This is a newbie question: I have commit A and commit B, with A and B totally independent, and A was committed before B in my local copy. I want to push B to the repository. How can it be done? Thanks - -- Olivier Hallot Founder, Board of

Re: [Libreoffice] Newbie question: i18n numeric formats

2011-11-22 Thread Eike Rathke
Hi Olivier, On Tuesday, 2011-11-22 16:23:50 -0200, Olivier Hallot wrote: > I found that the number of pre-defined numeric formats could be > improved to handle telephone number, postal codes, social security > numbers, and other locale numeric formats. > > My question is: is it OK that I patch t

[Libreoffice] Newbie question: i18n numeric formats

2011-11-22 Thread Olivier Hallot
Hi I was looking into http://cgit.freedesktop.org/libreoffice/core/plain/i18npool/source/localedata/data/pt_BR.xml and I found that the number of pre-defined numeric formats could be improved to handle telephone number, postal codes, social security numbers, and other locale numeric formats.

[Libreoffice] Newbie question: Defaults fonts for LibreOffice

2011-08-23 Thread Olivier Hallot
Hi I need to know what are the fonts the we garantedly have in every LibreOffice standard/vanilla installation (shipped with the builds) Is that Bitstream family? DejaVu family? I am asking this because Writer, Calc, Impress use Microsoft fonts as default and tese fonts may not exist natively in

Re: [Libreoffice] Newbie question: Windows SDK exact path

2011-08-22 Thread Michael Meeks
On Mon, 2011-08-22 at 03:46 -0600, Tor Lillqvist wrote: > I wonder if we should just move the oowintool code into configure.in? > Sure, oowintool is Perl and configure.in is shell, but oowintool isn't > that extremely perlish Perl, it would be relatively simple to > implement its logic in shell cod

Re: [Libreoffice] Newbie question: Windows SDK exact path

2011-08-22 Thread Tor Lillqvist
> Attached was my hack-around "fix" for the problem I had, which might be > the same fundamental problem. Hmm, I know you say it's just a hack-around, but in general, I am not sure I like the idea of doing similar stuff as oowintool does (i.e. read the Registry through its Cygwin /proc/registry

Re: [Libreoffice] Newbie question: Windows SDK exact path

2011-08-22 Thread Caolán McNamara
On Mon, 2011-08-22 at 02:11 -0600, Tor Lillqvist wrote: > I build LO on Windows Server 2008R2 (i.e. the server version of Windows > 7, 64-bit). I have the Windows SDK 7.0 installed in its default > location(s), i.e. in C:\Program Files\Microsoft SDKs\Windows\v7.0 > *and* C:\Program Files (x86)\M

Re: [Libreoffice] Newbie question: Windows SDK exact path

2011-08-22 Thread Tor Lillqvist
I build LO on Windows Server 2008R2 (i.e. the server version of Windows 7, 64-bit). I have the Windows SDK 7.0 installed in its default location(s), i.e. in C:\Program Files\Microsoft SDKs\Windows\v7.0 *and* C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A , with some overlap, partly same fil

Re: [Libreoffice] Newbie question: Windows SDK exact path

2011-08-19 Thread Olivier Hallot
Thanks guys I ran oowintool and it gave me (in cygwin), (Windows7 64 bits under a VirtualBox 4.1 VM). Olivier@Olivier-ntbk ~/libo $ ./oowintool --windows-sdk-home /cygdrive/C/Program Files/Microsoft SDKs/Windows/v6.0A Then I peeked at this directory: Olivier@Olivier-ntbk ~/libo $ ls -al /cygdri

Re: [Libreoffice] Newbie question: Windows SDK exact path

2011-08-19 Thread Michael Meeks
On Thu, 2011-08-18 at 22:58 +0200, Jesús Corrius wrote: > The SDK is usually automatically found through the oowintool utility. And of course improvements to oowintool much appreciated - for a start we should put our license header on it I guess - it was not a Sun / Oracle tool.

Re: [Libreoffice] Newbie question: Windows SDK exact path

2011-08-18 Thread Jesús Corrius
On Thu, Aug 18, 2011 at 10:34 PM, Olivier Hallot wrote: > Hi > I am trying to build under windows 7 64Bits. I have installed Microsoft > Windows SDK, but autogen is not able to find it no matter the trials I made. > > So can someone tell me what is the exact path to pass to > "--with-windows-sdk-h

[Libreoffice] Newbie question: Windows SDK exact path

2011-08-18 Thread Olivier Hallot
Hi I am trying to build under windows 7 64Bits. I have installed Microsoft Windows SDK, but autogen is not able to find it no matter the trials I made. So can someone tell me what is the exact path to pass to "--with-windows-sdk-home"? The SDK is in 2 places: C:\Program Files (x86)\Microsoft SDK