- 13 Ara, 2018 40 kayıt (commit)
-
-
Lionel Elie Mamane yazdı
commit fec8c14e changed the default value of InputRequired as read from the file; that is the value InputRequired has when it is set to neither false nor true in the file This is to mitigate the fact that InputRequired was not property enforced and now suddenly is, but its default value was "true"! So lots of past forms have InputRequired==true everywhere, users did not pay attention to it because it was not enforced, and now it is enforced, which suddenly is a huge PITA for users because they have to update most controls in all forms. Since older versions of LibreOffice omitted the input-required attribute in the file (the XML stream) when it had its then-default value (namely "true"), we changed that to now mean "false". As a side-effect, newer LibreOffice omits the attribute in the XML stream when InputRequired has its new default value, namely "false". So the situation is that any file saved with an older LibreOffice will have all its form controls with InputRequired==false when opened with a newer LibreOffice, and any file saved with a newer LibreOffice will have all its form controls with InputRequired==true when opened with an older LibreOffice. This commit makes LibreOffice always write the XML attribute. So that any file saved with a newer LibreOffice will have the same InputRequired values when opened in an older LibreOffice. This enhances forward compatibility, because InputRequired was enforced in older versions when the underlying database field was marked NOT NULL. So the current situation leads to unwanted enforcement in older LibreOffice versions, with a file that is saved from newer LibreOffice with a control having InputRequired==false and bound to a database field marked NOT NULL. This commit fixes that, by ensuring that any form control with InputRequired==false in newer LibreOffice will also have InputRequired==false in older LibreOffice. Change-Id: I92ef48ad99c4e2ead43e95376282cc861c181ab3 Reviewed-on: https://gerrit.libreoffice.org/64642 Tested-by: Jenkins Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Eike Rathke yazdı
Change-Id: Ie72854a812c9ea73ded6a3e8ed8992dcc73f40ad Reviewed-on: https://gerrit.libreoffice.org/65112 Tested-by: Jenkins Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - Help files: http -> https + some more conservative changes Change-Id: I328505b05838c3f3ce40759096ca77d30c874c57 Reviewed-on: https://gerrit.libreoffice.org/63196 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - Help files: http -> https + some more conservative changes Change-Id: I6f7e22164c975421f01e9ba974d82f14a34c0d5d Reviewed-on: https://gerrit.libreoffice.org/63219 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - Help files: http -> https + some more conservative changes Change-Id: I0c5099f12438158ab6f9e4ac504612e2e2bea009 Reviewed-on: https://gerrit.libreoffice.org/63213 Tested-by: Jenkins Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - Help files: Cleanups and Small Improvements Change-Id: Id363e364f66ab66989d853ba0d2edb49abd3f7f4 Reviewed-on: https://gerrit.libreoffice.org/63207 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - Related: tdf#121173 double spaces in sentences Change-Id: I2286dcecc52a6dafd8075a211161a16d5a637686 Reviewed-on: https://gerrit.libreoffice.org/64933 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - Related: tdf#121173 double spaces in sentences Change-Id: Ie60e05fb6b82cd91d3141ef567919f680fd84b6c Reviewed-on: https://gerrit.libreoffice.org/64929 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - Related: tdf#121173 double spaces Change-Id: I3d29383ab3674d2967b41cceeff1d0ef0fafea06 Reviewed-on: https://gerrit.libreoffice.org/64928 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - tdf#121173 correct double spaces in sentences Change-Id: Ia8116e46e75cbf32293f20e0c905ed8707156b95 Reviewed-on: https://gerrit.libreoffice.org/64886 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - tdf#121173 correct double spaces in sentences Change-Id: I46b602d6ca6323d932839b8da5bfef6d4eec2dcc Reviewed-on: https://gerrit.libreoffice.org/64872 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - Related: tdf#121173 double spaces in sentences Change-Id: I3bbcb7c64473be6ae9ffa165d448ed90a9a67b1d Reviewed-on: https://gerrit.libreoffice.org/64899 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - Related: tdf#121173 double spaces in sentences Change-Id: Icee0b15ad69fadc6e01a50b7f1c6485675ed42b5 Reviewed-on: https://gerrit.libreoffice.org/64927 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - Related: tdf#121173 double spaces in sentences Change-Id: Iabedfa85dcb06bea8bfb7b0946ef1feafd0eb1d2 Reviewed-on: https://gerrit.libreoffice.org/64926 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - Related: tdf#121173 double spaces in sentences Change-Id: Ifc4c6777d2b6b45c2dd08a4c62fa794151ad886d Reviewed-on: https://gerrit.libreoffice.org/64930 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - Related: tdf#121173 double spaces Change-Id: I9e923e6e67393ed460b7641c5c478c00a2a36e0b Reviewed-on: https://gerrit.libreoffice.org/64888 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Sophia Schröder yazdı
* Update helpcontent2 from branch 'master' - Related: tdf#121173 double spaces Change-Id: I6060aa9759a17cbcb5419586a565688c543cb8f4 Reviewed-on: https://gerrit.libreoffice.org/64898 Tested-by: Jenkins Reviewed-by:
Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Andrea Gelmini yazdı
* Update helpcontent2 from branch 'master' - Fix typo Change-Id: If125b22f4d77670b82a8951ad72e07d3d7e82364 Reviewed-on: https://gerrit.libreoffice.org/65120 Tested-by: Jenkins Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Jan-Marek Glogowski yazdı
Since we're now a good OSX citizen and do all our drawing in the main thread, I believe the workaround from i#93512 and merged in commit 81ec6912 ("CWS-TOOLING: integrate CWS i93512_DEV300") isn't needed anymore. Therefore we can just claim the SolarMutex and draw. And I couldn't reproduce the deadlock of i#93512 with this patch applied. But I already was wrong a few times and many drawing semantics have changed for OSX 10.14, so I might be wrong again ;-) Change-Id: Ibbf1c1f394038ee5051bc16d2f3c677f4231b2ba Reviewed-on: https://gerrit.libreoffice.org/65009 Tested-by: Jenkins Reviewed-by:
Jan-Marek Glogowski <glogow@fbihome.de>
-
Eike Rathke yazdı
Change-Id: I10fde27502903c5fdbd474995237502d2636a403 Reviewed-on: https://gerrit.libreoffice.org/65106 Tested-by: Jenkins Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Eike Rathke yazdı
Change-Id: I45b725ee740ea84f6af297338889dc447f279acd Reviewed-on: https://gerrit.libreoffice.org/65104Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by: Jenkins
-
Alain Romedenne yazdı
* Update helpcontent2 from branch 'master' - More pages on Python scripts Change-Id: I5d8db28da384f52ee835195d3eb889fde0fe33b3 Signed-off-by:
Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/65117 Tested-by: Jenkins
-
Arkadiy Illarionov yazdı
Use range-based loop or replace with STL functions Change-Id: I063dc78205a4cd982c252a9b62c456e9660b8790 Reviewed-on: https://gerrit.libreoffice.org/65063 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Xisco Fauli yazdı
Change-Id: I96208c01deb75cc9e1a5af7a15d7bc94afd28021 Reviewed-on: https://gerrit.libreoffice.org/65105Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by: Jenkins Reviewed-by:
Xisco Faulí <xiscofauli@libreoffice.org>
-
Mike Kaganski yazdı
Regression from commit 63ff8602. See thread started at https://lists.freedesktop.org/archives/libreoffice/2018-December/081542.html The Application::SetName is mandatory for DDE to work; otherwise InitializeDde() in SfxApplication::SfxApplication() fails. DDE spreadsheet formula expects full name of the target spreadsheet, including path. Fixed sheet name (it's "Sheet1", not "Sheet"). Removed redundant tests (former "testRemoveRefreshListener" tests all). Change-Id: I6299a9ec03c3657a21ad42d0ff87db25cf2be905 Reviewed-on: https://gerrit.libreoffice.org/65079 Tested-by: Jenkins Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
Jan-Marek Glogowski yazdı
The "hides" the hack for native Windows dialogs introduced in commit 5bb798a9 ("tdf#117295 WIN no main loop shortcut for OLE dialog") in its own header. Change-Id: I1f36aad20dec50ae1f296001b51085989afb19f6 Reviewed-on: https://gerrit.libreoffice.org/65100 Tested-by: Jenkins Reviewed-by:
Jan-Marek Glogowski <glogow@fbihome.de>
-
Tor Lillqvist yazdı
If the fallback language tag based on available localisations would have the same language as the original Bcp47 tag string, use a tag based on the original. For example, if the user locale is 'de-CH', the localisation for plain 'de' will be used automatically anyway, without making the LOK language tag 'de' which would actually end up being stored as 'de-DE' and thus be misleading. We will need to know that it's the 'de-CH' locale we are actually working with when handling Swiss German translations by replacing 'ß' characters in a generic German translation with 'ss'. Do it only when comphelper::LibreOfficeKit::isActive() to avoid modifying behaviour in the "normal" cases. Change-Id: Ib5bdfe07fd53251b42122389cb81782ef87b65c5 Reviewed-on: https://gerrit.libreoffice.org/63446 Tested-by: Jenkins Reviewed-by:
Tor Lillqvist <tml@collabora.com>
-
Tor Lillqvist yazdı
Although there as such is nothing LibreOfficeKit-specific here, do it conditionally only when being used from a LibreOfficeKit client to avoid bike-shedding. Change-Id: I2af12394648ddad352f24c71581be0f9bf5e3d70 Reviewed-on: https://gerrit.libreoffice.org/63447 Tested-by: Jenkins Reviewed-by:
Tor Lillqvist <tml@collabora.com>
-
Caolán McNamara yazdı
Change-Id: I2acd547263ab254edd609da4e928738f8b0b9d3b Reviewed-on: https://gerrit.libreoffice.org/65091 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ib6527e17110b55251fea9f0701d0e02f6fa5a9fe Reviewed-on: https://gerrit.libreoffice.org/65092 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Mike Kaganski yazdı
Change-Id: Ieb6e62ca83921abed6b6432d70c6717dadfaaa34 Reviewed-on: https://gerrit.libreoffice.org/65090Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by: Jenkins Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
Olivier Hallot yazdı
* Update helpcontent2 from branch 'master' - Update DTD for <pycode> Change-Id: Icbda71715b4c23644699e9963983ab2db7c0074a Reviewed-on: https://gerrit.libreoffice.org/65103 Tested-by: Jenkins Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Olivier Hallot yazdı
* Update helpcontent2 from branch 'master' - Add info on python location in filesystem Change-Id: Iae5f0cc2d95f8f24d2ba7d5ee8e9013d87c851f6 Reviewed-on: https://gerrit.libreoffice.org/65096 Tested-by: Jenkins Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
andreas kainz yazdı
Change-Id: Iebbf1eb2db64efa340287b0e0846fa8a121ddf19 Reviewed-on: https://gerrit.libreoffice.org/65081 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
Olivier Hallot yazdı
* Update helpcontent2 from branch 'master' - Add support for python code scripts Introduced <pycode> section and "pycode" role for paragraphs with same behaviour as BASIC coounterparts. Used to list python scripts examples ans code fragments in help pages Change-Id: Ica76bcc65dcf422a1eb4b7f39a6d671b2e4e573c Reviewed-on: https://gerrit.libreoffice.org/65097 Tested-by: Jenkins Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Stephan Bergmann yazdı
...to select the experimental ...Editing... Android build variant. (Ignored for non-Android builds, but using libo_FUZZ_ARG_ENABLE anyway, just in case.) Change-Id: I670925ff358039e38edc29db69f48a78d484f133 Reviewed-on: https://gerrit.libreoffice.org/65077 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: Idf2ebb552065fa600a4010e83a24a0f13651c029
-
Regina Henschel yazdı
MS custom shapes use always zero for identifier left and top in the formulas of the shape geometry. But custom shapes in ODF use the left and top value from the svg:viewBox attribute, see table 11 in section 19.171 draw:formula; part 1 of the spec. Change-Id: Ief4b9d9b8797e165a494d049f32c5a46880044c2 Reviewed-on: https://gerrit.libreoffice.org/64704 Tested-by: Jenkins Reviewed-by:
Regina Henschel <rb.henschel@t-online.de>
-
Tor Lillqvist yazdı
Will handle it another way instead that isn't so visible and annoying. This reverts commit 5f0dda8e. This reverts commit 4f1a341b. Change-Id: If456d2792a5f2793ee6337898aaa4a55637f8522
-
Andrea Gelmini yazdı
Change-Id: Ib380d6cbb1d858877cb14263cdc6beff6f0b97af Reviewed-on: https://gerrit.libreoffice.org/65068 Tested-by: Jenkins Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-