aboutsummaryrefslogtreecommitdiff
path: root/source/sv
AgeCommit message (Expand)Author
2014-06-02update translations for 4.2.5 rc1cp-4.2-6cp-4.2-5Andras Timar
2014-05-09update translations for 4.2.4 rc2cp-4.2-4cp-4.2-3Christian Lohmaier
2014-04-15update translations for 4.2.4 rc1Christian Lohmaier
2014-03-11update for 4.2.3 rc1Christian Lohmaier
2014-02-12update translations for 4.2.1 rc1Christian Lohmaier
2014-01-30fdo#74119 fix unlocalized redline menuAndras Timar
2014-01-07update translations for 4.2.0rc2Christian Lohmaier
2013-12-17update translations for 4.2.0rc1Christian Lohmaier
2013-12-03update translations for 4.2.0 Beta2Christian Lohmaier
2013-11-21sync with po-templates for 4.2libreoffice-4-2-branch-pointChristian Lohmaier
2013-11-17remove Android Impress Remote translationsAndras Timar
2013-07-22fdo#67093 Change traduction of Title for some more languagesChristian Lohmaier
2013-06-27update translations for LibreOffice 4.1 rc1Andras Timar
2013-06-15typo/help l10n extraction errorAndras Timar
2013-06-12fdo#65512 fix missing imagesAndras Timar
2013-06-05update translations for LibreOffice 4.1 beta2Andras Timar
2013-06-05update translations for LibreOffice 4.1 beta2Andras Timar
2013-05-27fix double utf-8 encoding issuesAndras Timar
2013-05-27Compendium Conflicts should be fuzzyAndras Timar
2013-05-25initial import of 4.1 translationsAndras Timar
2013-05-25remove obsoleted .po filesAndras Timar
2013-05-21fix typos when translating srings with %PRODUCTNAME macroPetr Mladek
2013-05-07update translations for LibreOffice 4.0.3 rc1Andras Timar
2013-04-11update translations for LibreOffice 4.0.2 rc2Andras Timar
2013-04-11update translations for LibreOffice 4.0.2 rc1Andras Timar
2013-02-24update translations for LibreOffice 4.0.1 rc2Andras Timar
2013-02-17update translations for LibreOffice 4.0.1 rc1Andras Timar
2013-02-06fix parser errors in help translationsDavid Tardon
2013-01-28Kazak -> Kazakh change in translationsAndras Timar
2013-01-28add missing translations for 'Insert' buttonAndras Timar
2013-01-28update translations for LibreOffice 4.0 rc3Andras Timar
2013-01-28quick fix for string freeze break in About boxAndras Timar
2013-01-28remove obsolete .po filesAndras Timar
2013-01-28typo fix in LibreLogo helpAndras Timar
2013-01-28update translations for LibreOffice 4.0 rc2Andras Timar
2013-01-06 update translations for LibreOffice 4.0 rc1Andras Timar
2012-12-16update translations for LibreOffice 4.0 beta2Andras Timar
2012-12-09fix of damaged files from beta1Andras Timar
2012-12-03translators wanted LibreLogo help in a separate fileAndras Timar
2012-12-03update translations for LibreOffice 4.0 beta1Andras Timar
2012-11-20add missing po file for filter/uiconfigAndras Timar
2012-11-20add tudes po filesAndras Timar
2012-11-20initial import of LibreOffice 4.0 translationsAndras Timar
2012-11-07add librelogo filesAndras Timar
2012-10-23move po files to correct locationDavid Tardon
2012-10-16move translations structure one directory upNorbert Thiebaud
-6-2-2'>libreoffice-6-2-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucb/Library_ucpext.mk
AgeCommit message (Collapse)Author
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
...instead of by listing the content somewhat redundantly in the Rdb_*.mk files, to avoid duplication of logic for components that are only built conditionally (and thus should only be included conditionally in the corresponding Rdb). To achieve that, add an "rdb" parameter to gb_ComponentTarget_ComponentTarget (and to the gb_*_set_componentfile macros that internally call gb_ComponentTarget_ComponentTarget), which is used to make the appropriate gb_Rdb_add_component call internally from within gb_ComponentTarget_ComponentTarget. (As a special case, gb_CppunitTest_set_componentfile shall not call gb_Rdb_add_component, as that has already been done by the corresponding gb_Library_set_componentfile call, so allow the gb_ComponentTarget_ComponentTarget "rdb" parameter to be empty to support that special case.) Most Rdb_*.mk files are thus mostly empty now. One exception is i18npool/Rdb_saxparser.mk, which duplicates some of the Rdb_services content as needed during the build in CustomTarget_i18npool/localedata. 1c9a40299d328c78c035ca63ccdf22c5c669a03b "gbuild: create services.rdb from built components" had already tried to do something similar (in addition to other things) under a new --enable-services-rdb-from-build option. However, that approach had four drawbacks that this approach here addresses (and which thus partly reverts 1c9a40299d328c78c035ca63ccdf22c5c669a03b): 1 Rdb_services shall not contain the component files of all libraries that are built. While that commit filtered out the component files that go into Rdb_ure/services (ure/Rdb_ure.mk), it failed to filter out the component files that go into others like Rdb_postgresql-sdbc (connectivity/Rdb_postgresql-sdbc.mk). 2 The code added by that commit to Makefile.gbuild codified the knowledge that there is an Rdb_services, which is brittle. 3 The code added by that commit to solenv/gbuild/Rdb.mk codified the knowledge (for gb_Rdb__URECOMPONENTS) that there is an Rdb_ure/services, which is brittle. 4 Introducing an --enable-services-rdb-from-build option needlessly provided two different ways how the content of Rdb_services is assembled. The changes done here would leave --enable-services-rdb-from-build as a misnomer, as it no longer controls how Rdb_services is assembled. I thus renamed it to --enable-customtarget-components, as that is apparently what it still does now. Change-Id: Ia5e8df4b640146c77421fcec6daa11a9cd260265 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126577 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-07-22ucb/ext: create instances with uno constructorsNoel Grandin
See tdf#74608 for motivation. Change-Id: Ie2e0958e181db002d747bffd05ead02bebd96956 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99220 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>