editeng/source/editeng/editview.cxx|8 +++-
editeng/source/editeng/impedit.cxx |2 +
include/editeng/outliner.hxx |2 +
include/sfx2/viewsh.hxx|2 +
sc/qa/unit/tiledrendering/tiledrendering.cxx |1
sd/inc/undo
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.
LibreOffi
extras/source/glade/libreoffice-catalog.xml.in |3
include/sfx2/sidebar/SidebarToolBox.hxx|2
include/vcl/toolbox.hxx|6 +
sfx2/Library_sfx.mk|1
sfx2/source/notebookbar/BigToolBox.cxx | 53
s
include/xmloff/fasttokenhandler.hxx |8
xmloff/source/core/fasttokenhandler.cxx |8
2 files changed, 8 insertions(+), 8 deletions(-)
New commits:
commit d5ffeddff2a241c2cbbf1e3a03e41aee47307f87
Author: Tor Lillqvist
Date: Wed Aug 17 09:56:52 2016 +0300
loplug
include/xmloff/fasttokenhandler.hxx |8
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 293b6080e9f3cd911d0046bfa16f556616c59d04
Author: Tor Lillqvist
Date: Wed Aug 17 10:24:15 2016 +0300
UTF-8 is Unicode, too
There is no dichotomy of "Unicode" vs
cui/source/inc/cuitabarea.hxx| 37 ++-
cui/source/tabpages/tabarea.cxx |2
cui/source/tabpages/tpbitmap.cxx | 469 ++-
cui/uiconfig/ui/bitmaptabpage.ui | 387
4 files changed, 885 insertions(+), 10 deletions(-)
New
basctl/source/basicide/idetemp.hxx |1
basctl/source/inc/scriptdocument.hxx|3 -
basegfx/source/range/b2drangeclipper.cxx| 10
chart2/inc/ChartView.hxx|3 -
chart2/source/co
sw/qa/extras/rtfimport/data/tdf100507.rtf | 22 ++
sw/qa/extras/rtfimport/rtfimport.cxx |6 ++
sw/source/uibase/shells/textsh.cxx |5 +
writerfilter/source/rtftok/rtfdispatchflag.cxx |3 ++-
writerfilter/source/rtftok/rtfdocument
Makefile.in |4 +-
RepositoryModule_host.mk|2 -
basctl/Module_basctl.mk |3 +
bin/gbuild-to-ide | 44
chart2/Module_chart2.mk
xmloff/qa/unit/tokenmap-test.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8cb4a74de40973006e569f25958bd7585ddfc3e4
Author: Noel Grandin
Date: Wed Aug 17 09:52:52 2016 +0200
loplugin:staticcall
Change-Id: I0e35e3e6b7540fb1b8a65b034095d2b1fe80715
officecfg/registry/schema/org/openoffice/VCL.xcs |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a88e8607800e68461c4f7fc5e1f72f5f802c53fd
Author: Caolán McNamara
Date: Wed Aug 17 09:12:22 2016 +0100
these are typically used for export substitution
Ch
sw/qa/extras/ooxmlexport/data/footer-contain-hyperlink.docx |binary
1 file changed
New commits:
commit 6be059453e243af45de6f5a3fa33d30b6dbf3d36
Author: Stephan Bergmann
Date: Wed Aug 17 10:14:45 2016 +0200
Use full absolute URL in footer-contain-hyperlink.docx
What this binary c
cui/source/inc/cuitabarea.hxx|1 -
cui/source/tabpages/tpbitmap.cxx |3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 0214be9338f5a375014f8246f9908bbd22b27e58
Author: Stephan Bergmann
Date: Wed Aug 17 10:36:12 2016 +0200
-Werror,-Wunused-private-field
During the last GSoC week we improved rotation and mirroring of
polygons/stars and images, now it should work correctly. Arc mirroring is
still not working because it is much more difficult to implement.
http://i.imgur.com/RWM3VMk.png
http://i.imgur.com/YUONVUK.png
Also I added some input checks
writerfilter/source/rtftok/rtfsdrimport.cxx |7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
New commits:
commit 8004bcd6e1180bdeae03200b2e5f6f93351d5e07
Author: Miklos Vajna
Date: Wed Aug 17 08:04:58 2016 +0200
sw: use std::lround() instead of manual rounding in RTFSdrImpo
writerfilter/source/dmapper/DomainMapper_Impl.cxx | 22 ++
writerfilter/source/dmapper/DomainMapper_Impl.hxx |1 +
2 files changed, 23 insertions(+)
New commits:
commit 0dd82f4ffe7ae462bae30b93d245d2234c55ef84
Author: Stephan Bergmann
Date: Wed Aug 17 11:36:10 2016 +0
sw/CppunitTest_sw_mailmerge.mk|2
sw/qa/extras/mailmerge/data/linked-labels.odt |binary
sw/qa/extras/mailmerge/mailmerge.cxx | 112 --
3 files changed, 91 insertions(+), 23 deletions(-)
New commits:
commit 9dbaf6b3b6112d9e16fd64ab0ed5dff6e51
dev/null |binary
sc/qa/unit/screenshots/screenshots.cxx |5 ++---
vcl/source/window/tabdlg.cxx |1 +
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit f8a692b69334d57b8d2a0262209eecb0d88dc380
Author: Armin Le Grand
Date: Wed A
sc/source/core/tool/interpr5.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ea704f00dea2c4fe0a229876993801ea83c3c4a1
Author: Stephan Bergmann
Date: Wed Aug 17 13:10:50 2016 +0200
Avoid division by zero
...when i == 0.
Change-Id: Iae1adbe
solenv/gbuild/gbuild.mk |2 ++
1 file changed, 2 insertions(+)
New commits:
commit 62c4a8aacf76771e97a8da35096e6ad69a11979a
Author: Stephan Bergmann
Date: Wed Aug 17 13:35:58 2016 +0200
"make debug=t" enables debuginfo again
...which had inadvertently been broken with
99d
On 08/11/2016 05:07 PM, Jan Holesovsky wrote:
* "make debug=T" doesnt build with symbols anymore (Bjoern)
+ instead "make debug=T enable_symbols=T" is needed
+ not objecting to this in principle (Bjoern)
+ in fact, I would have objections (Thorsten)
+ me too (Jan-Marek)
desktop/qa/desktop_lib/test_desktop_lib.cxx | 25 +++
desktop/source/lib/init.cxx | 53 +++
libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx | 68 +++-
3 files changed, 145 insertions(+), 1 deletion(-)
New commits:
commit 69
writerfilter/source/rtftok/rtfsdrimport.cxx | 11 +++
1 file changed, 11 insertions(+)
New commits:
commit 0cb7d76bc5552245642ba423a87831cd9e0b2b92
Author: Miklos Vajna
Date: Wed Aug 17 14:04:33 2016 +0200
writerfilter: fix Android build
lround() is missing in the std n
Makefile.fetch |1
RepositoryExternal.mk| 49
configure.ac | 29
connectivity/source/drivers/firebird/Driver.cxx | 19
download.lst
loleaflet/src/control/Control.ColumnHeader.js | 20 +++
loleaflet/src/control/Control.Header.js | 16 +--
loleaflet/src/control/Control.RowHeader.js| 27 ++
loleaflet/src/layer/tile/CalcTileLayer.js |3 ++
4 files changed,
connectivity/source/drivers/firebird/Driver.cxx |4
1 file changed, 4 insertions(+)
New commits:
commit d3a510e6ec7a42a7a30a24b7373931b8a8ef1a54
Author: Wastack
Date: Thu Aug 11 13:13:57 2016 +0200
tdf#73073 GSoC Firebird Set autoCommit true
Use autoCommit for embedded F
connectivity/source/drivers/firebird/PreparedStatement.cxx |8
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 3828e10f7c3918f89312228739b428dc5046b52e
Author: Wastack
Date: Tue Aug 16 19:25:25 2016 +0200
tdf#91324 correct firebird date format
Sto
helpcontent2 |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cc0a182b8f38d1beb1dac4c473eb2f79952fa563
Author: Olivier Hallot
Date: Wed Aug 3 19:32:03 2016 -0300
Updated core
Project: help 38af1adac0c495b5865cd70d8a29163ec2fcdc14
Document classifi
source/text/shared/guide/main.xhp |3
source/text/swriter/classificationbar.xhp | 136 ++
2 files changed, 123 insertions(+), 16 deletions(-)
New commits:
commit 38af1adac0c495b5865cd70d8a29163ec2fcdc14
Author: Olivier Hallot
Date: Wed Aug 3 19:32:03 2
instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf | 16
++
instsetoo_native/inc_openoffice/windows/msi_languages/RadioBut.ulf |6 +++
instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt | 10
++
instsetoo_native/inc_openoffice/windows/msi_templ
libzmf currently supports importing of Zoner Draw 4-5 documents and BMI
images (bitmap format used in Zoner Draw).
Supported features:
- layers, pages
- curves (lines, bezier curves, curve combinations)
- rectangles
- ellipses
- arcs
- polygons, stars
- barcodes
- object groups and combinations
-
sc/source/core/tool/interpr7.cxx | 119 +--
1 file changed, 101 insertions(+), 18 deletions(-)
New commits:
commit 7d733e16513a1b9413303d60feb03c5a0de941fc
Author: Eike Rathke
Date: Wed Aug 17 15:58:42 2016 +0200
Resolves: tdf#88257 handle FILTERXML ar
solenv/sanitizers/ubsan-suppressions | 18 ++
1 file changed, 18 insertions(+)
New commits:
commit be9cb972503d1eb6283d43a8bbabfef7f5ffef0a
Author: Stephan Bergmann
Date: Wed Aug 17 16:02:10 2016 +0200
Silence -fsanitize=float-divide-by-zero in some parts of sc
external/firebird/ExternalProject_firebird.mk | 26 --
1 file changed, 12 insertions(+), 14 deletions(-)
New commits:
commit ebe4259437254123697d6d62a4475f112efff31c
Author: Lionel Elie Mamane
Date: Wed Aug 17 16:54:03 2016 +0200
fixup firebird with internal icu
sc/qa/unit/subsequent_export-test.cxx | 12 +---
sc/source/core/tool/interpr1.cxx | 12 ++--
sc/source/core/tool/interpr2.cxx |8
solenv/gbuild/CppunitTest.mk |2 ++
solenv/sanitizers/ubsan-suppressions |1 +
5 files changed, 14 insertio
libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx | 41 ++--
sw/qa/extras/uiwriter/uiwriter.cxx | 33
sw/sdi/swriter.sdi |2
sw/source/uibase/uiview/view2.cxx | 20 -
4 files c
RepositoryExternal.mk|
2 -
config_host.mk.in|
1
configure.ac |
8 +++--
include/LibreOfficeKit/LibreOff
include/LibreOfficeKit/LibreOfficeKitInit.h |8
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit bb10522fd92948b442cd5742677fcae65b8f8027
Author: Tor Lillqvist
Date: Wed Aug 17 18:25:46 2016 +0300
Revert "These 'inline' keywords are fairly pointless"
external/firebird/ExternalProject_firebird.mk | 11 ---
1 file changed, 8 insertions(+), 3 deletions(-)
New commits:
commit 64ccdbe5060986feda35d035012b1ed1016139a7
Author: Lionel Elie Mamane
Date: Wed Aug 17 17:25:49 2016 +0200
fixup firebird with internal icu: link time
vcl/Library_vcl.mk |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4d4c19fe44cbdb2fa462c7044318fe34958261ea
Author: Tor Lillqvist
Date: Wed Aug 17 18:29:47 2016 +0300
Nah, just check for iOS explicitly for now
Fixes build breakage on Linux with a syst
odk/settings/std.mk |1 +
1 file changed, 1 insertion(+)
New commits:
commit e175592a2732c34e16bcd9c19dc465e4974071c3
Author: Stephan Bergmann
Date: Wed Aug 17 17:51:13 2016 +0200
Add missing Loader$1.class
...that was introduced with abbf4777f29374025d576ef8daa3f6dcba02ddf5
odk/settings/std.mk |1 -
1 file changed, 1 deletion(-)
New commits:
commit 5e1476af00466e657290d952365f2cf91a59a614
Author: Stephan Bergmann
Date: Wed Aug 17 17:58:35 2016 +0200
Remove duplicate line
...that was added with both c4c10c17adfb139a208deeb1a47a9fcad924b9c3
"I
Rebased ref, commits from common ancestor:
commit 7e4cf5bd2880724329ae467e5e23faddc157947c
Author: Armin Le Grand
Date: Wed Aug 17 18:22:03 2016 +0200
Resync to master & adaptions
Change-Id: Ib3d58165c3727c011ff65a7ef1bfb00f3ba7b4cb
diff --git a/sc/qa/unit/screenshots/screenshots.
external/firebird/UnpackedTarball_firebird.mk |1 +
external/firebird/firebird-cloop-compiler.patch.1 | 12
2 files changed, 13 insertions(+)
New commits:
commit 5dad45d798eaaeaa4c6e480e4ce4cd06964e7a1f
Author: Lionel Elie Mamane
Date: Wed Aug 17 18:36:04 2016 +0200
Hi,
Short version: do we have a way to include compiler flags only with
some compiler version?
Long version: So, firebird currently is incompatible with GCC 6. AFAIK
there are two breaker issues:
1) compiled code aborts in free() because it free()s an address that
was not malloc()ed
2) code
external/firebird/UnpackedTarball_firebird.mk |1 +
external/firebird/firebird-gcc6.patch.1 | 19 +++
2 files changed, 20 insertions(+)
New commits:
commit 31b13ed9ef5c46e732208be17d7c90c3af89ed42
Author: Lionel Elie Mamane
Date: Wed Aug 17 19:21:14 2016 +0200
external/firebird/ExternalProject_firebird.mk |1 +
1 file changed, 1 insertion(+)
New commits:
commit 40bab0a345305ec271baa374cab20d55eeb2661d
Author: Lionel Elie Mamane
Date: Wed Aug 17 19:30:41 2016 +0200
firebird: gcc6 compatibility part 2
Change-Id: I78ef547f4996050bffe8
Yes, I know. I will not fix firebird's code, they will hopefully do it
"soon". I can add some work-around compiler flags, though.
I found out about GCC_VERSION and am now using that to conditionally
enable the work-around compiler flags.
On Wed, Aug 17, 2016 at 07:28:19PM +0200, Luc Castermans wr
external/firebird/firebird-cygwin-msvc.patch | 31 +--
1 file changed, 2 insertions(+), 29 deletions(-)
New commits:
commit 2a871f0f24de805d8d11ae75a896004a5e522b8e
Author: Lionel Elie Mamane
Date: Wed Aug 17 19:51:41 2016 +0200
firebird: fixup cloop on Windows
sw/source/core/crsr/crsrsh.cxx |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit e879ddeda3d81ec95022142f7d4e514bfec8b123
Author: Martin Nathansen
Date: Fri Aug 12 13:04:19 2016 +0200
Resolves: tdf#101245 doc(x) protected areas not protected with disabled
c
My recommendation would be to remove _all_ extensions provided by Devart
from the LibreOffice Extension website, and permanently ban them from
contributing anything to the project.
I don't object to commercially distributed licenses.
I don't object to developers that are selling Open Source Licens
Hi Jan-Marek,
On Sat, Aug 13, 2016 at 02:10:15AM +0200, Jan-Marek Glogowski
wrote:
> 2. Fix the layouting problem introduced by commit
> 60d34e1c840d2c317bb7d0a5b14f4602c22b3fcc
>
> This also just happens for large MM documents with page bound frames.
> Everything with 300+ pages is basically u
helpcontent2 |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b7ccf456349c5c72b6b021e6a27d2bd8f30d7196
Author: Stanislav Horacek
Date: Fri Aug 12 21:43:15 2016 +0200
Updated core
Project: help 641b43850cb2903e640bfbdd5df413e80aff2b68
tdf#99840 upd
source/text/simpress/01/0608.xhp |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 641b43850cb2903e640bfbdd5df413e80aff2b68
Author: Stanislav Horacek
Date: Fri Aug 12 21:43:15 2016 +0200
tdf#99840 update info on saving of pen drawings in Impress
Cha
officecfg/registry/data/org/openoffice/VCL.xcu |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9555b9c71031e2f91d0975f2eafa32481160508a
Author: Caolán McNamara
Date: Wed Aug 17 09:35:57 2016 +0100
Tino should be Tinos
Change-Id: I9f02547e2c800816abe3
On Fri, 2016-07-29 at 13:44 +0100, Caolán McNamara wrote:
> On Thu, 2016-07-28 at 16:18 +0100, Michael Meeks wrote:
> >
> > * ~Component count net * all regressions
> ...
> >
> > Installation - 1 (+0)
> > + http://tdf.io/allregressions
>
> Just to take a bri
download.lst |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 327f5cc66f122979943d2c896eb1824791a854c9
Author: Thorsten Behrens
Date: Thu Aug 18 01:36:24 2016 +0200
Update officeotron jar - now built with java 1.6 target
Mac did not like the previous 1
configure.ac | 222 ++-
1 file changed, 114 insertions(+), 108 deletions(-)
New commits:
commit eab85ed43846c7304980c098522f51de7ff11da8
Author: Thorsten Behrens
Date: Thu Aug 18 02:05:22 2016 +0200
configure: move export validation
Rebased ref, commits from common ancestor:
commit a06a8ecb743aa3ffb1be83fbb98f7aa06bc230cb
Author: Armin Le Grand
Date: Wed Aug 17 12:30:11 2016 +0200
screenshots: fix sc screenshot test
Seems to need a new document
Change-Id: I644d2fcb9fe4ec66e964192d3dda61ca331acece
dif
Makefile.in |2
RepositoryModule_host.mk|2
basctl/CppunitTest_basctl_dialogs_test.mk | 67 +
basctl/Module_basctl.mk |5
basctl/qa/unit/basctl-dialogs-test.cx
Tag 'cp-5.1-4' created by Andras Timar at
2016-08-18 05:13 +
cp-5.1-4
Changes since cp-5.1-3-1:
---
0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/
Tag 'cp-5.1-4' created by Andras Timar at
2016-08-18 05:13 +
cp-5.1-4
Changes since cp-5.1-3-56:
---
0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo
Tag 'cp-5.1-4' created by Andras Timar at
2016-08-18 05:13 +
cp-5.1-4
Changes since cp-5.1-3:
Andras Timar (1):
Update pt_PT dictionary to version 16.7.4.1
---
pt_PT/description.xml |2 -
pt_PT/pt_PT.aff | 25 +++--
pt_PT/pt_PT.dic | 93 ++
Tag 'cp-5.1-4' created by Andras Timar at
2016-08-18 05:13 +
cp-5.1-4
Changes since libreoffice-5-1-branch-point-11:
---
0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.
loolwsd/QueueHandler.hpp |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f85dcba905a5afa61255732d2467724ae7c49261
Author: Miklos Vajna
Date: Thu Aug 18 08:18:54 2016 +0200
QueueHandler: use std::move()
Change-Id: I849a273a68986fb665dc7c1d03c54fd7dcf9b
desktop/qa/desktop_lib/test_desktop_lib.cxx | 25
desktop/source/lib/init.cxx | 53 ++
libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx | 101 +++-
sw/qa/extras/uiwriter/uiwriter.cxx | 33 ++
sw/sdi/swriter
cui/source/dialogs/sdrcelldlg.cxx |2
cui/source/inc/cuitabarea.hxx | 53 +--
cui/source/inc/cuitabline.hxx | 16 +-
cui/source/inc/labdlg.hxx | 14 +-
cui/source/tabpages/labdlg.cxx
svl/source/undo/undo.cxx |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit 19eab7b79c13edc657f4e3f380889ed0206357bd
Author: Miklos Vajna
Date: Thu Aug 18 08:19:20 2016 +0200
svl: no need to iterate in reverse order in GetRedoActionsInfo()
We have
vcl/source/window/tabdlg.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 96b8a84118e0195be03983bde0b3448f3a216bd2
Author: Stephan Bergmann
Date: Thu Aug 18 08:56:53 2016 +0200
loplugin:redundantcast
Change-Id: I1b1c348311930499e9ee971b87257db40f38
69 matches
Mail list logo