1d6216f6 | 05-Aug-2020 |
mseidel |
Most recent translations for: am, de, hy - Contributed by: Mechtilde |
514d647a | 04-Aug-2020 |
Matthias Seidel |
Patch for Bugzilla Issue 128395 (#90) * Possible patch for Bugzilla Issue 128395 See: https://bz.apache.org/ooo/show_bug.cgi?id=128395 I took over the logic from https://gi
Patch for Bugzilla Issue 128395 (#90) * Possible patch for Bugzilla Issue 128395 See: https://bz.apache.org/ooo/show_bug.cgi?id=128395 I took over the logic from https://github.com/apache/openoffice/blob/trunk/main/sw/source/ui/utlui/navipi.cxx#L1217 But since I am not a coder, I am not sure if that is enough. A test build on Windows was successful and did show the (inactive) entries. * Update content.cxx Filter out help pages
show more ...
|
055f3bf7 | 02-Aug-2020 |
mseidel |
Fixed link (one 0 too much) |
4ca4cb65 | 01-Aug-2020 |
mseidel |
Re-added German strings (not sure what they are good for...) |
93f16f83 | 01-Aug-2020 |
Mechtilde |
translated German comments and remove whitespaces in main/sfx2/inc/sfx2/tabdlg.hxx |
8295cad0 | 31-Jul-2020 |
Mechtilde |
translated German comments and remove whitespaces in main/svx/inc/svx/dlgctrl.hxx |
ddf5f72c | 31-Jul-2020 |
Mechtilde |
translated German comments and remove whitespaces in main/svx/inc/svx/xtable.hxx |
c1114679 | 31-Jul-2020 |
Mechtilde |
translated German comments and remove whitespaces in main/svx/source/xoutdev/xtable.cxx |
a787b805 | 31-Jul-2020 |
Mechtilde |
translated German comments and remove whitespaces in main/svx/source/dialog/dlgctrl.cxx |
96181bbd | 31-Jul-2020 |
mseidel |
Cleaned up resource files |
4e588b9e | 31-Jul-2020 |
Damjan Jovanovic |
Deal with a test that expects strikeout style (X, /, bold, etc.) to be preserved when saving to .doc, even though neither the fileformat, nor apparently MS Office itself, support that.
Deal with a test that expects strikeout style (X, /, bold, etc.) to be preserved when saving to .doc, even though neither the fileformat, nor apparently MS Office itself, support that. Closes i120656 - the bold,with / and with X strike through change to single when save to doc Patch by: me
show more ...
|
ff9157e3 | 31-Jul-2020 |
Damjan Jovanovic |
Typo. Patch by: me |
13ae91bf | 31-Jul-2020 |
Damjan Jovanovic |
Allow for tested editing time to be a little longer than expected. Patch by: me |
ce8ed6d5 | 31-Jul-2020 |
Damjan Jovanovic |
Add the registry modification that will disable clearing user personal info on saving, so that saving and reloading fields like revision number can be tested. Closes #i128398# - auto
Add the registry modification that will disable clearing user personal info on saving, so that saving and reloading fields like revision number can be tested. Closes #i128398# - autotest fvt.uno.sd.file.CheckFileProperties loses some DocumentProperties when saving Patch by: me
show more ...
|
5045dcc6 | 31-Jul-2020 |
Damjan Jovanovic |
Fix a classic bug that was breaking all registry modifications during tests, where the return value of a string change method was not getting assigned anywhere, and the original read-only str
Fix a classic bug that was breaking all registry modifications during tests, where the return value of a string change method was not getting assigned anywhere, and the original read-only string was expected to be the one changed. Patch by: me
show more ...
|
2a325322 | 30-Jul-2020 |
mseidel |
Cleaned up resource files |
31869473 | 29-Jul-2020 |
mseidel |
Final Fix for close button (Help Agent) |
72faef45 | 29-Jul-2020 |
mseidel |
Updated English dictionary |
b554e61d | 29-Jul-2020 |
Damjan Jovanovic |
Test hangs indefinitely on a link update confirmation dialog, and I couldn't find how to confirm the dialog programmatically, so at least make it time out instead of hanging the whole tes
Test hangs indefinitely on a link update confirmation dialog, and I couldn't find how to confirm the dialog programmatically, so at least make it time out instead of hanging the whole test run. Patch by: me
show more ...
|
74bd9098 | 29-Jul-2020 |
Damjan Jovanovic |
We don't need the process environment, and on FreeBSD's ps there is apparently a total output line string length limit of 2048 bytes that causes us to sometimes not find the AOO pid, so l
We don't need the process environment, and on FreeBSD's ps there is apparently a total output line string length limit of 2048 bytes that causes us to sometimes not find the AOO pid, so leave it out. Patch by: me
show more ...
|
7b7d1fc9 | 28-Jul-2020 |
Damjan Jovanovic |
java.util.Calendar's HOUR is a 12 hour clock, use HOUR_OF_DAY instead. Patch by: me |
d917f5e5 | 28-Jul-2020 |
Damjan Jovanovic |
java.util.Calendar's MONTH is 0-based. Patch by: me |
0eabae98 | 28-Jul-2020 |
Damjan Jovanovic |
RotateAngle is a java.lang.Long Patch by: me |
b3f70510 | 27-Jul-2020 |
mseidel |
Fixed close button for Help Agent |
557ccdce | 27-Jul-2020 |
Damjan Jovanovic |
Fix another test timing issue. Patch by: me |