summaryrefslogtreecommitdiff
path: root/.gitreview
blob: 199752b8b09e171a3241382e5c22aba52c946b7a (plain)
1
2
3
4
5
6
7
[gerrit]
host=gerrit.libreoffice.org
port=29418
project=core
defaultremote=logerrit
defaultbranch=master

n title='2020-02-28 16:42:25 +0100'>2020-02-28add Friulian (fur) language packChristian Lohmaier 2019-08-27add Silesian (szl) language packChristian Lohmaier 2018-10-22add Lower Serbian (dsb) language packChristian Lohmaier 2018-09-28Fix TRANPARENT -> TRANSPARENTAndrea Gelmini 2018-09-28Fix typoAndrea Gelmini 2018-07-12tdf#118717 add Kabyle (kab) user interface packageChristian Lohmaier 2018-05-23tdf#117729 add Frisian (fy) UI langaugeChristian Lohmaier 2017-10-01Drop unused manifest file from solenv/incMike Kaganski 2017-09-30solenv: move DeclareDPIAware.manifest to gbuild directoryMichael Stahl 2017-05-28rdm#2247 enable Upper Sorbian for languagepack/UIChristian Lohmaier 2016-08-31add Venetian (vec) ui languageChristian Lohmaier pan>Jochen Nitschke and fix fallout Change-Id: Id06bf31f2075111e426ba40c84c885ae70697bee Reviewed-on: https://gerrit.libreoffice.org/52206 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> 2017-09-06Typo exeption->exception (domtest.cxx)Julien Nabet Change-Id: Id8a6b33a643defff82fa9b5e55ebf8c0d3e9c48d Reviewed-on: https://gerrit.libreoffice.org/42023 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr> 2017-08-25tdf#84237 use XErrorHandler in CDocumentBuilderFyodor Yemelyanenko In documentbuilder.cxx added code to call XErrorHandler::warning and XErrorHandler::error functions (from DOM::warning_func and DOM::error_func) In domtest.cxx added try {} catch () block to BasicTest::validInputTest, BasicTest::warningInputTest and BasicTest::errorInputTest and to SerializerTest::serializerTest. Also uncommented lines CPPUNIT_TEST(warningInputTest); and CPPUNIT_TEST(errorInputTest); Unit tests are now working (FatalError test removed, as lib2xml doesn't distinguish between error and fatal error and counts everything as error). Change-Id: I27c5036df6a1cc5bef5dbb8171c201d81bae2ccd Reviewed-on: https://gerrit.libreoffice.org/41376 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> 2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem Also made changes in FastParser impl. to emit this event. I've made use of existing namespace and element name strings to store target and data for this event. Change-Id: I6f00cd1172552dd9a74ec22190bef3d2289ae515 Reviewed-on: https://gerrit.libreoffice.org/38784 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com> 2017-02-21loplugin:subtlezeroinit: unoxmlStephan Bergmann Change-Id: I4e7f42d5d9d0056a59b8e6b67731628e1cc5cfa1 2017-01-26Remove dynamic exception specificationsStephan Bergmann ...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2016-12-06Remove broken SAL_INFOStephan Bergmann Identifier apparently is not null terminated; caused CppunitTest_unoxml_domtest to fail with out-of-bounds read under -fsanitize=address. Change-Id: Id7c6ef6323d41d16b559488604e1c1feb725d608 2016-12-06OSL_TRACE->SAL in unotools..uuiNoel Grandin Change-Id: I7f391604401b8a10f5d451673ed6223c031c56ab