Send LibreOffice mailing list submissions to
libreoffice@lists.freedesktop.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freedesktop.org/mailman/listinfo/libreoffice
or, via email, send a message with subject or body 'help' to
libreoffice-request@lists.freedesktop.org
You can reach the person managing the list at
libreoffice-owner@lists.freedesktop.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of LibreOffice digest..."
Today's Topics:
1. Re: Using Clang: plugin enabled, configure problem
(Jan-Marek Glogowski)
2. [Bug 78431] ImplWindowFrameProc ...
(bugzilla-daemon@bugs.documentfoundation.org)
3. Saurabh Kukade license statement (Saurabh kukade)
4. CppCheck Report Update (cppcheck.libreoffice@gmail.com)
5. Re: Using Clang: plugin enabled, configure problem
(Giuseppe Castagno)
6. [Bug 78431] ImplWindowFrameProc ...
(bugzilla-daemon@bugs.documentfoundation.org)
7. [Bug 64975] FORMATTING: autoIndent for Chinese should be two
characters (bugzilla-daemon@bugs.documentfoundation.org)
8. [Bug 64975] FORMATTING: autoIndent for Chinese should be two
characters (bugzilla-daemon@bugs.documentfoundation.org)
9. [Bug 64975] FORMATTING: autoIndent for Chinese should be two
characters (bugzilla-daemon@bugs.documentfoundation.org)
10. GSoC 2016 (Shivang Belwariar)
11. Re: GSoC 2016 (jan iversen)
----------------------------------------------------------------------
Message: 1
Date: Sat, 16 Jan 2016 21:37:17 +0100
From: Jan-Marek Glogowski <glogow@fbihome.de>
To: giuseppe.castagno@acca-esse.eu, libreoffice-dev
<libreoffice@lists.freedesktop.org>
Subject: Re: Using Clang: plugin enabled, configure problem
Message-ID: <569AA9FD.80802@fbihome.de>
Content-Type: text/plain; charset=utf-8
Hi Giuseppe,
Am 16.01.2016 um 18:42 schrieb Giuseppe Castagno:
On Ubuntu 14.04, trying to use Clang, I built clang 3.8.0.
I have build LO on Ubuntu 14.04 with the following settings:
Packages: llvm-3.6-dev libclang-3.6-dev python3.4-dev
configure settings:
CC=clang-3.6
CXX=clang++-3.6
CLANGDIR=/usr/lib/llvm-3.6
I also had to use --enable-python=system, as clang failed to build
python for me (some problem with the crypt module).
HTH
Jan-Marek
------------------------------
Message: 2
Date: Sat, 16 Jan 2016 22:21:13 +0000
From: bugzilla-daemon@bugs.documentfoundation.org
To: libreoffice@lists.freedesktop.org
Subject: [Bug 78431] ImplWindowFrameProc ...
Message-ID:
<bug-78431-19970-UvPSH7JbpF@http.bugs.documentfoundation.org/>
Content-Type: text/plain; charset="utf-8"
https://bugs.documentfoundation.org/show_bug.cgi?id=78431
--- Comment #5 from Michael Meeks <michael.meeks@collabora.com> ---
Thanks Xisco - looks lovely =) can you close the bug if you're done :-)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.freedesktop.org/archives/libreoffice/attachments/20160116/eedce39c/attachment-0001.html
------------------------------
Message: 3
Date: Sun, 17 Jan 2016 03:53:24 +0530
From: Saurabh kukade <saurabhkukade@gmail.com>
To: libreoffice@lists.freedesktop.org
Subject: Saurabh Kukade license statement
Message-ID:
<
CAMx+yxwYYk_vo_G4Hjh1E2jKUXeECrnsKEXxNotwkpvvVcZTnA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi,
I am Saurabh Kukade. I want to contribute to libreoffice development.
All of my past & future contributions to LibreOffice may be
licensed under the MPLv2/LGPLv3+ dual license.
Thanks and Regards,
Saurabh Kukade.
"A computer would deserve to be called intelligent if it could deceive a
human into believing that it was human". - Alan Turing.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.freedesktop.org/archives/libreoffice/attachments/20160117/eac8e7d8/attachment-0001.html
------------------------------
Message: 4
Date: Sun, 17 Jan 2016 01:04:28 +0000
From: "cppcheck.libreoffice@gmail.com"
<cppcheck.libreoffice@gmail.com>
To: "libreoffice@lists.freedesktop.org"
<libreoffice@lists.freedesktop.org>
Subject: CppCheck Report Update
Message-ID: <893976.823051588-sendEmail@vm140>
Content-Type: text/plain; charset="iso-8859-1"
A new cppcheck report is available at :
http://dev-builds.libreoffice.org/cppcheck_reports/master/
Note:
The script generating this report was run at :
2016-17-01_02:04:28 with user buildslave at host vm140 as
/home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s
/home/buildslave/source/libo-core -c /home/buildslave/source/cppcheck -w
/home/buildslave/tmp/www
It can be found and improved here:
https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=cppcheck/cppcheck-report.sh
------------------------------
Message: 5
Date: Sun, 17 Jan 2016 11:22:53 +0100
From: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
To: Jan-Marek Glogowski <glogow@fbihome.de>, libreoffice-dev
<libreoffice@lists.freedesktop.org>
Subject: Re: Using Clang: plugin enabled, configure problem
Message-ID: <569B6B7D.9040106@acca-esse.eu>
Content-Type: text/plain; charset=utf-8; format=flowed
Hi Jean-Marek,
On 01/16/2016 09:37 PM, Jan-Marek Glogowski wrote:
Hi Giuseppe,
Am 16.01.2016 um 18:42 schrieb Giuseppe Castagno:
On Ubuntu 14.04, trying to use Clang, I built clang 3.8.0.
I have build LO on Ubuntu 14.04 with the following settings:
Packages: llvm-3.6-dev libclang-3.6-dev python3.4-dev
configure settings:
CC=clang-3.6
CXX=clang++-3.6
CLANGDIR=/usr/lib/llvm-3.6
configuration passed.
Had to add clang-3.6 package as well.
I also had to use --enable-python=system, as clang failed to build
python for me (some problem with the crypt module).
build finished all right.
Thanks,
Giuseppe.
--
Kind Regards,
Giuseppe Castagno aka beppec56
Acca Esse http://www.acca-esse.eu
giuseppe.castagno at acca-esse.eu
------------------------------
Message: 6
Date: Sun, 17 Jan 2016 10:48:27 +0000
From: bugzilla-daemon@bugs.documentfoundation.org
To: libreoffice@lists.freedesktop.org
Subject: [Bug 78431] ImplWindowFrameProc ...
Message-ID:
<bug-78431-19970-cF6kqXuS0q@http.bugs.documentfoundation.org/>
Content-Type: text/plain; charset="utf-8"
https://bugs.documentfoundation.org/show_bug.cgi?id=78431
Xisco Faulí <anistenis@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.freedesktop.org/archives/libreoffice/attachments/20160117/bb93b657/attachment-0001.html
------------------------------
Message: 7
Date: Sun, 17 Jan 2016 12:17:32 +0000
From: bugzilla-daemon@bugs.documentfoundation.org
To: libreoffice@lists.freedesktop.org
Subject: [Bug 64975] FORMATTING: autoIndent for Chinese should be two
characters
Message-ID:
<bug-64975-19970-2hvIzMupQT@http.bugs.documentfoundation.org/>
Content-Type: text/plain; charset="utf-8"
https://bugs.documentfoundation.org/show_bug.cgi?id=64975
--- Comment #8 from Kevin Suo <suokunlong@126.com> ---
Confirm fixed in
Version: 5.1.0.2 (x64)
Build ID: ecd3574d51754b043f865cf5bafee286d24db7cc
CPU Threads: 4; OS Version: Windows 6.19; UI Render: GL;
Locale: zh-CN (zh_CN)
Mark as RESOLVED FIXED.
Any plan to backport this to 5.0 branch?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.freedesktop.org/archives/libreoffice/attachments/20160117/4ccc59ba/attachment-0001.html
------------------------------
Message: 8
Date: Sun, 17 Jan 2016 12:19:17 +0000
From: bugzilla-daemon@bugs.documentfoundation.org
To: libreoffice@lists.freedesktop.org
Subject: [Bug 64975] FORMATTING: autoIndent for Chinese should be two
characters
Message-ID:
<bug-64975-19970-9RSsNpKxgY@http.bugs.documentfoundation.org/>
Content-Type: text/plain; charset="utf-8"
https://bugs.documentfoundation.org/show_bug.cgi?id=64975
Kevin Suo <suokunlong@126.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.freedesktop.org/archives/libreoffice/attachments/20160117/0ef97608/attachment-0001.html
------------------------------
Message: 9
Date: Sun, 17 Jan 2016 12:56:00 +0000
From: bugzilla-daemon@bugs.documentfoundation.org
To: libreoffice@lists.freedesktop.org
Subject: [Bug 64975] FORMATTING: autoIndent for Chinese should be two
characters
Message-ID:
<bug-64975-19970-aXgyNL17Ep@http.bugs.documentfoundation.org/>
Content-Type: text/plain; charset="utf-8"
https://bugs.documentfoundation.org/show_bug.cgi?id=64975
Kevin Suo <suokunlong@126.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |
https://bugs.documentfounda
| |
tion.org/show_bug.cgi?id=97
| |208
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.freedesktop.org/archives/libreoffice/attachments/20160117/b865925f/attachment-0001.html
------------------------------
Message: 10
Date: Sun, 17 Jan 2016 18:42:42 +0530
From: Shivang Belwariar <belwariars@gmail.com>
To: libreoffice@lists.freedesktop.org
Subject: GSoC 2016
Message-ID:
<
CANQJRDKm8OrHFEcbWfJCGL+kKurAf0V7nVxpoLN+WVMH4C8WgQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hello
I am new and would like to contribute to libreofficw . I am also interested
in GSoc 2016. Can someone get me started?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.freedesktop.org/archives/libreoffice/attachments/20160117/3cbf2a75/attachment-0001.html
------------------------------
Message: 11
Date: Sun, 17 Jan 2016 15:53:23 +0100
From: jan iversen <jani@documentfoundation.org>
To: Shivang Belwariar <belwariars@gmail.com>
Cc: libreoffice@lists.freedesktop.org
Subject: Re: GSoC 2016
Message-ID:
<5EC037F4-7476-4AA1-8AE2-80BEACC77063@documentfoundation.org>
Content-Type: text/plain; charset="utf-8"
Hi
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
We are starting to prepare for GSoC 2016, but this is still a bit early.
rgds
Jan Iversen.
Sent from my iPad, please excuse any misspellings
On 17 Jan 2016, at 14:12, Shivang Belwariar <belwariars@gmail.com>
wrote:
Hello
I am new and would like to contribute to libreofficw . I am also
interested in GSoc 2016. Can someone get me started?
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.freedesktop.org/archives/libreoffice/attachments/20160117/37875825/attachment-0001.html
------------------------------
Subject: Digest Footer
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
------------------------------
End of LibreOffice Digest, Vol 65, Issue 18
*******************************************