df-libreoffice:master

Last commit made on 2019-11-18
Get this branch:
git clone -b master https://git.launchpad.net/df-libreoffice
Members of The Document Foundation can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:df-libreoffice

Recent commits

280f8f7... by Olivier Hallot

Update git submodules

* Update helpcontent2 from branch 'master'
  - Add PDF Export Security Page screenshot

    Change-Id: Ic5ca4f1dbb1bab68914fd015808112b42cfe4951
    Reviewed-on: https://gerrit.libreoffice.org/83144
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <email address hidden>

b0195ce... by Olivier Hallot

Update git submodules

* Update helpcontent2 from branch 'master'
  - Add PDF Export Digital signature Page screenshot

    Change-Id: I463c27689ddc53d8c66b88c835e189956d078652
    Reviewed-on: https://gerrit.libreoffice.org/83143
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <email address hidden>

b064e5d... by Olivier Hallot

Update git submodules

* Update helpcontent2 from branch 'master'
  - Add PDF Export iUser Interface Page screenshot

    Change-Id: I3893d6fcb514057e41446f2a179b219405b8a072
    Reviewed-on: https://gerrit.libreoffice.org/83142
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <email address hidden>

01952ec... by Olivier Hallot

Update git submodules

* Update helpcontent2 from branch 'master'
  - Add PDF Export View Page screenshot

    Change-Id: I76b4036e5d205a952d369d398db211545621e537
    Reviewed-on: https://gerrit.libreoffice.org/83141
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <email address hidden>

4be1f51... by Olivier Hallot

Update git submodules

* Update helpcontent2 from branch 'master'
  - Add PDF Export Links Page screenshot

    Change-Id: I996183a122518ec18d5ffb5d60b9d30c1f328c8e
    Reviewed-on: https://gerrit.libreoffice.org/83140
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <email address hidden>

1cf5791... by Olivier Hallot

Update git submodules

* Update helpcontent2 from branch 'master'
  - Add PDF Export General Page screenshot

    Change-Id: I1f045faa224e8b24cc67a38989209217b15abdb1
    Reviewed-on: https://gerrit.libreoffice.org/83139
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <email address hidden>

eddc397... by Olivier Hallot

Update git submodules

* Update helpcontent2 from branch 'master'
  - Update and refactor PDF export Help pages

    Added Help for several new options
    Adjust options visibility for each module
    Split page into smaller pages
    Adjust Contents tree

    Change-Id: I03fd0a4cb99f36da0ea7911a1afb5d4be6648244
    Reviewed-on: https://gerrit.libreoffice.org/83131
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <email address hidden>

ab39cd5... by Olivier Hallot

Update git submodules

* Update helpcontent2 from branch 'master'
  - tdf#128808 Clarify Basic libraries containers

    Change-Id: Iaa85a3b0340eb88c8b81ee8070039c1e518789f6
    Reviewed-on: https://gerrit.libreoffice.org/83092
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <email address hidden>

027cd46... by Olivier Hallot

Update git submodules

* Update helpcontent2 from branch 'master'
  - tdf#128227 disambiguate text frame and text box

    in summary,
    on Writer, Text frame -> Frame
    On other modules
    Text Frame -> text box

    Change-Id: I3b218fafb03cd5ab79c8c0b902ec417bf5445ff8
    Reviewed-on: https://gerrit.libreoffice.org/82976
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <email address hidden>

a7206a2... by =?utf-8?q?Caol=C3=A1n_McNamara?= <email address hidden>

Resolves: tdf#108452 invisible all-black drawing cursors on black bg

commit c5ac80d90ebcc1c3fad18ece8784ac2b36f52045
Date: Fri Feb 8 10:00:12 2019 +0200

    make cursor images part of the theme

+

commit 25d176ada67ada550bd4d0d08177c232cf7eeb37
Date: Mon Mar 4 15:58:18 2019 +0200

    tdf#123796 Wrong cursor when inserting shape

effectively resulted in the gtk version using the same curros as the mac
version. Some of these icons are all black and invisible on a black background,
which affects both gtk and osx.

Taking a copy of LibreOffice 6-1 where the classic xbms were in use, dump
all the xbm cursors and masks as loaded via cairo to png and where the mac
cursors were all black take the xbm derived versions instead (if they were of
the right size)

Change-Id: I8a7a150caff415fa25180c1f2ed4cb8487fcd70c
Reviewed-on: https://gerrit.libreoffice.org/83112
Reviewed-by: Ilmari Lauhakangas <email address hidden>
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>