This is an automated email from the ASF dual-hosted git repository.
ardovm pushed a change to branch mp
in repository https://gitbox.apache.org/repos/asf/openoffice.git
discard 4cf9e745f9 Decode all data
add b56e71be0d Cleaned up resource files, removed whitespace
add 229c356c86 Cleaned up resource files, removed whitespace
add 3686b18d9f Updated rat excludes
add 1dfc6c9463 Treat negative values correctly
add 5ed3aded77 Cleaned up resource files, removed whitespace
add afd5c4c039 Make 'Insert Rows/Insert Columns' better translatable by
putting it in a single String
add b3e637acb0 Cleanup for my last commit
add ae79dcaa84 Cleaned up resource files, removed whitespace
add d6197a3ee0 Updated English dictionary
add 178b6841fb Cleaned up resource files, removed whitespace
add f134535553 As of Python 3.8, the pkg-config "--libs" needed to build
with Python, differ between Python modules and applications that embed Python
(see https://bugs.python.org/issue36721).
add d4eab93095 Cleaned up resource files, removed whitespace
add bca24adc7c Fixed typo (panal -> panel), removed whitespace
add 6469a73784 Cleaned up files, removed whitespace
add 685ffcd161 Check sizes
add 2f7f065d5d Fix compatibility with VS 2008
add bdf8903e51 Cleaned up resource files, removed whitespace
add 6ad462b038 Refs #i128459# - Initial work on removing dependencies on a
build of office. updated smoketestdoc build where most of the dependencies
were. Added a modified copy of main/solenv/ant/aoo-ant.xml to smoketestdoc for
importing to build as well as idl.xml to import into aoo-ant.xml.
add f420f94904 Refs #i128459# - added a path env needed for idlc,
regmerge, and javamaker.
add 1c0e347f36 Merge pull request #136 from cbmarcum/standalone-tests
add 499ab82af0 Add README for using standalone automated tests (#137)
add bc6c8f65f3 added prerequisites and windows platform examples. (#138)
add e83be9d674 Refs #i128505# - testTableBorderLineStyle() was entering
0.55" instead of 0.50" at line 199 because the ctrl-a wasn't selecting all of
the cell contents and leaving a 5 in the cell. then when typing in 0.5 it
became 0.55 and failing the assertion at line 222. added sleep at 197 to make
sure focus is completed before ctrl-a.
add 709c58d0a8 Merge pull request #143 from cbmarcum/standalone-test-work
add d99de66189 Refs #i128450# - disabled smb host only test per this email
thread: https://lists.apache.org/thread/k1m3wqz04bj8b5kdg814h24qf45sv811 AOO
keeps appending a final / thus changing the intent of the test.
add f9405ed548 Merge pull request #144 from cbmarcum/standalone-test-work
add e2666819d7 Merge pull request #145 from apache/standalone-test
new 41a4a68e58 Decode all data
new 759b5c48a3 Re-encode silently using the new encoding
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4cf9e745f9)
\
N -- N -- N refs/heads/mp (759b5c48a3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
main/configure.ac | 8 +-
main/cui/source/dialogs/insrc.cxx | 6 +-
main/cui/source/dialogs/insrc.src | 44 +-
main/dbaccess/source/ui/dlg/AutoControls.src | 43 +-
main/dbaccess/source/ui/dlg/ConnectionPage.src | 109 +-
main/dbaccess/source/ui/dlg/UserAdminDlg.src | 24 +-
main/dbaccess/source/ui/dlg/dbadmin.src | 603 ++++++-----
main/dbaccess/source/ui/dlg/dsselect.src | 54 +-
main/editeng/source/editeng/editeng.src | 23 +-
main/editeng/source/items/page.src | 78 +-
main/editeng/source/items/svxitems.src | 197 ++--
main/editeng/source/outliner/outliner.src | 39 +-
main/extensions.lst | 2 +-
main/extensions/source/bibliography/datman.src | 575 +++++-----
main/extensions/source/bibliography/sections.src | 521 ++++------
main/extensions/source/bibliography/toolbar.src | 1 -
main/nss/makefile.mk | 1 +
main/nss/nss_sizes.patch | 276 +++++
main/rat-excludes | 3 +
main/svl/source/inc/passwordcontainer.hxx | 20 +-
.../source/passwordcontainer/passwordcontainer.cxx | 77 +-
main/svx/source/dialog/fontwork.src | 152 +--
.../sidebar/text/TextCharacterSpacingControl.hxx | 47 +-
.../source/sidebar/text/TextUnderlineControl.cxx | 250 ++---
.../source/sidebar/text/TextUnderlineControl.hxx | 27 +-
.../svx/source/sidebar/text/TextUnderlinePopup.cxx | 32 +-
.../svx/source/sidebar/text/TextUnderlinePopup.hxx | 24 +-
main/sw/source/ui/config/optcomp.src | 102 +-
main/sw/source/ui/config/optdlg.src | 1099 ++++++++++----------
main/sw/source/ui/config/optload.src | 355 +++----
main/sw/source/ui/config/redlopt.src | 280 +++--
main/sw/source/ui/globdoc/globdoc.src | 11 +-
main/sw/source/ui/index/idxmrk.src | 698 ++++++-------
main/sw/source/ui/misc/linenum.src | 182 ++--
main/sw/source/ui/misc/outline.src | 158 ++-
main/sw/source/ui/misc/pggrid.src | 301 +++---
main/sw/source/ui/ribbar/workctrl.cxx | 4 +-
main/sw/source/ui/smartmenu/stmenu.src | 28 +-
main/sw/source/ui/uiview/pview.src | 45 +-
main/sw/source/ui/uiview/view.src | 27 +-
test/README.md | 128 +++
test/build.xml | 1 +
test/smoketestdoc/aoo-ant.xml | 243 +++++
test/smoketestdoc/build.xml | 16 +-
test/smoketestdoc/idl.xml | 132 +++
.../prj/d.lst => test/smoketestdoc/manifest.empty | 0
.../source/fvt/gui/sw/hyperlink/WarningDialog.java | 7 +-
.../source/fvt/gui/sw/table/TableGeneral.java | 1 +
48 files changed, 3810 insertions(+), 3244 deletions(-)
create mode 100644 main/nss/nss_sizes.patch
create mode 100644 test/README.md
create mode 100644 test/smoketestdoc/aoo-ant.xml
create mode 100644 test/smoketestdoc/idl.xml
copy ext_libraries/ratscan/prj/d.lst => test/smoketestdoc/manifest.empty (100%)