| commit | 1095de0ae2476a7c3c8d478c360a3d3c7148a245 | [log] |
|---|---|---|
| author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | Tue Apr 27 14:19:22 2021 +0200 |
| committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | Wed Apr 28 11:56:47 2021 +0200 |
| tree | b8be334c25adf78c54ef7d7fdfcee23c85bac7c1 | |
| parent | 6662933b94d3aa0681e36694cf59a0a80b9e2d0b [diff] |
tdf#137470 use a more proper URL for the extensions also hide the download-count, since those numbers are completely made up by the script Change-Id: I15b53a8a023c34ecc6a544b88ad35800891e4327 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114740 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 452fcbe0792aa10042bb8cd2cfd6cd29ca754be5) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114774 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit e5b8477a1270a8b572b3815cfb318110eb19d0f2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114720 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
diff --git a/cui/source/dialogs/AdditionsDialog.cxx b/cui/source/dialogs/AdditionsDialog.cxx index 383afda..8bd5dee 100644 --- a/cui/source/dialogs/AdditionsDialog.cxx +++ b/cui/source/dialogs/AdditionsDialog.cxx
@@ -462,8 +462,8 @@ AdditionsDialog::AdditionsDialog(weld::Window* pParent, const OUString& sAdditio this->set_title(titlePrefix); m_sTag = "allextensions"; // Means empty parameter } //FIXME: Temporary URL OUString rURL = "https://yusufketen.com/api/" + m_sTag + ".json"; //FIXME: Temporary URL - v0 is not using actual api OUString rURL = "https://extensions.libreoffice.org/api/v0/" + m_sTag + ".json"; m_sURL = rURL; m_xExtensionManager
diff --git a/cui/uiconfig/ui/additionsfragment.ui b/cui/uiconfig/ui/additionsfragment.ui index 9772ae4..143c7c4 100644 --- a/cui/uiconfig/ui/additionsfragment.ui +++ b/cui/uiconfig/ui/additionsfragment.ui
@@ -136,7 +136,7 @@ </child> <child> <object class="GtkLabel" id="labelComments1"> <property name="visible">True</property> <property name="visible">False</property> <property name="can-focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes" context="additionsEntry|labelComments">Downloads:</property> @@ -154,7 +154,7 @@ </child> <child> <object class="GtkLabel" id="labelDownloadNumber"> <property name="visible">True</property> <property name="visible">False</property> <property name="can-focus">False</property> <property name="halign">start</property> <property name="label">label</property>