Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
83b47031
Kaydet (Commit)
83b47031
authored
Şub 19, 2013
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#49202 install the "Python-UNO Bridge" component on Windows unconditionally
Change-Id: I1d9d62b024c4442182d67d93915af0f793265ebd
üst
41095e93
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
31 additions
and
163 deletions
+31
-163
configure.ac
configure.ac
+0
-10
InstallModule_python.mk
scp2/InstallModule_python.mk
+1
-2
file_extensions.scp
scp2/source/extensions/file_extensions.scp
+0
-20
module_extensions.scp
scp2/source/extensions/module_extensions.scp
+0
-18
module_extensions.ulf
scp2/source/extensions/module_extensions.ulf
+0
-6
file_ooo.scp
scp2/source/ooo/file_ooo.scp
+6
-0
file_python.scp
scp2/source/python/file_python.scp
+14
-0
module_python.scp
scp2/source/python/module_python.scp
+5
-8
module_python.ulf
scp2/source/python/module_python.ulf
+0
-32
module_python_librelogo.scp
scp2/source/python/module_python_librelogo.scp
+2
-2
module_python_mailmerge.scp
scp2/source/python/module_python_mailmerge.scp
+0
-39
module_python_mailmerge.ulf
scp2/source/python/module_python_mailmerge.ulf
+0
-23
profileitem_python.scp
scp2/source/python/profileitem_python.scp
+3
-3
No files found.
configure.ac
Dosyayı görüntüle @
83b47031
...
...
@@ -10254,16 +10254,6 @@ AC_SUBST(ENABLE_SCRIPTING_JAVASCRIPT)
AC_SUBST(SYSTEM_RHINO)
AC_SUBST(RHINO_JAR)
dnl Scripting provider for Python extension?
dnl We always provide this unless we have disabled Python completely
if test $enable_python = no; then
ENABLE_SCRIPTING_PYTHON=NO
SCPDEFS="$SCPDEFS -DWITHOUT_SCRIPTING_PYTHON"
else
ENABLE_SCRIPTING_PYTHON=YES
fi
AC_SUBST(ENABLE_SCRIPTING_PYTHON)
supports_multilib=
case "$host_cpu" in
x86_64 | powerpc64 | s390x)
...
...
scp2/InstallModule_python.mk
Dosyayı görüntüle @
83b47031
...
...
@@ -57,12 +57,11 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/python,\
scp2/source/python/file_python \
scp2/source/python/file_python_librelogo \
scp2/source/python/profileitem_python \
scp2/source/python/module_python \
))
$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/python,\
scp2/source/python/module_python \
scp2/source/python/module_python_librelogo \
scp2/source/python/module_python_mailmerge \
))
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
scp2/source/extensions/file_extensions.scp
Dosyayı görüntüle @
83b47031
...
...
@@ -282,24 +282,4 @@ End
#endif
/* ** Script provider for Python ** */
#ifndef WITHOUT_SCRIPTING_PYTHON
File gid_File_Py_Pythonscript
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program;
Name = "pythonscript.py";
Styles = (PACKED);
End
File gid_File_Rdb_Scriptproviderforpython
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program_Services;
Name = "scriptproviderforpython.rdb";
Styles = (PACKED);
End
#endif
#endif
scp2/source/extensions/module_extensions.scp
Dosyayı görüntüle @
83b47031
...
...
@@ -317,22 +317,4 @@ End
#endif
/* ** Script provider for Python ** */
#ifndef WITHOUT_SCRIPTING_PYTHON
Module gid_Module_Optional_Extensions_Script_Provider_For_Python
PackageInfo = "packinfo_extensions.txt";
MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_SCRIPT_PROVIDER_FOR_PYTHON);
ParentID = gid_Module_Optional_Extensions;
Files = (
gid_File_Py_Pythonscript,
gid_File_Rdb_Scriptproviderforpython );
Minimal = NO;
Default = YES;
Styles = ( );
End
#endif
#endif
scp2/source/extensions/module_extensions.ulf
Dosyayı görüntüle @
83b47031
...
...
@@ -140,9 +140,3 @@ en-US = "Script provider for JavaScript"
[STR_DESC_MODULE_OPTIONAL_EXTENSIONS_SCRIPT_PROVIDER_FOR_JAVASCRIPT]
en-US = "Script provider for JavaScript"
[STR_NAME_MODULE_OPTIONAL_EXTENSIONS_SCRIPT_PROVIDER_FOR_PYTHON]
en-US = "Script provider for Python"
[STR_DESC_MODULE_OPTIONAL_EXTENSIONS_SCRIPT_PROVIDER_FOR_PYTHON]
en-US = "Script provider for Python"
scp2/source/ooo/file_ooo.scp
Dosyayı görüntüle @
83b47031
...
...
@@ -499,6 +499,12 @@ File gid_File_Wizards_Agenda
ARCHIVE_TXT_FILE_BODY;
Name = "agenda.zip";
End
File gid_File_Pymailmerge
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program;
ARCHIVE_TXT_FILE_BODY;
Name = "mailmerge.zip";
#endif
#endif
...
...
scp2/source/python/file_python.scp
Dosyayı görüntüle @
83b47031
...
...
@@ -29,6 +29,20 @@
#ifndef DISABLE_PYUNO
File gid_File_Py_Pythonscript
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program;
Name = "pythonscript.py";
Styles = (PACKED);
End
File gid_File_Rdb_Scriptproviderforpython
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program_Services;
Name = "scriptproviderforpython.rdb";
Styles = (PACKED);
End
File gid_File_Lib_Pyuno
LIB_FILE_BODY;
#ifdef UNX
...
...
scp2/source/python/module_python.scp
Dosyayı görüntüle @
83b47031
...
...
@@ -29,11 +29,8 @@
#ifndef DISABLE_PYUNO
Module gid_Module_Optional_Pyuno
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC ( MODULE_OPTIONAL_PYTHON );
ParentID = gid_Module_Optional;
Sortkey = "750";
Module gid_Module_Pyuno
ParentID = gid_Module_Root_Brand;
Dirs = (gid_Dir_PythonFramework,
gid_Dir_PythonFramework_Versions,
gid_Dir_PythonFramework_Versions_ver,
...
...
@@ -54,6 +51,8 @@ Module gid_Module_Optional_Pyuno
gid_File_Py_Pythonloader,
gid_File_Py_Python_Core,
gid_File_Py_Python_Bin,
gid_File_Py_Pythonscript,
gid_File_Rdb_Scriptproviderforpython,
gid_File_Lib_Python_So,
gid_File_Lib_Python3_So,
gid_File_Scripts_Python,
...
...
@@ -77,9 +76,7 @@ Module gid_Module_Optional_Pyuno
gid_Unixlink_Python_libpython_config_dylib,
gid_Unixlink_Python_libpython_m_config_a,
gid_Unixlink_Python_libpython_m_config_dylib);
Minimal = NO;
Default = YES;
Styles = ( );
Styles = (HIDDEN_ROOT);
End
#endif
scp2/source/python/module_python.ulf
deleted
100644 → 0
Dosyayı görüntüle @
41095e93
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
[STR_NAME_MODULE_OPTIONAL_PYTHON]
en-US = "Python-UNO Bridge"
[STR_DESC_MODULE_OPTIONAL_PYTHON]
en-US = "Adds the ability to automate %PRODUCTNAME with the Python scripting language."
scp2/source/python/module_python_librelogo.scp
Dosyayı görüntüle @
83b47031
...
...
@@ -13,8 +13,8 @@
Module gid_Module_Optional_Pyuno_LibreLogo
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC ( MODULE_OPTIONAL_PYTHON_LIBRELOGO );
ParentID = gid_Module_Optional
_Pyuno
;
Sortkey = "
10
0";
ParentID = gid_Module_Optional;
Sortkey = "
81
0";
Files = (gid_File_LibreLogo,
gid_File_Share_Registry_LibreLogo_Xcd);
Minimal = NO;
...
...
scp2/source/python/module_python_mailmerge.scp
deleted
100644 → 0
Dosyayı görüntüle @
41095e93
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "macros.inc"
#ifndef AIX
#ifndef DISABLE_PYUNO
File gid_File_Pymailmerge
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program;
Name = "mailmerge.zip";
Styles = (ARCHIVE);
End
#endif
#endif
scp2/source/python/module_python_mailmerge.ulf
deleted
100644 → 0
Dosyayı görüntüle @
41095e93
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
[STR_NAME_MODULE_OPTIONAL_PYTHON_MAILMERGE]
en-US = "E-mail Mailmerge"
[STR_DESC_MODULE_OPTIONAL_PYTHON_MAILMERGE]
en-US = "Module for %PRODUCTNAME E-mail Mailmerge feature"
scp2/source/python/profileitem_python.scp
Dosyayı görüntüle @
83b47031
...
...
@@ -30,7 +30,7 @@
#ifndef DISABLE_PYUNO
Profile gid_Profile_Pythonloader_Uno_Ini
ModuleID = gid_Module_
Optional_
Pyuno;
ModuleID = gid_Module_Pyuno;
#ifdef UNX
Name = "pythonloader.unorc";
#else
...
...
@@ -43,7 +43,7 @@ End
#ifndef SYSTEM_PYTHON
ProfileItem gid_Profileitem_Pythonloader_Pythonhome
ProfileID = gid_Profile_Pythonloader_Uno_Ini;
ModuleID = gid_Module_
Optional_
Pyuno;
ModuleID = gid_Module_Pyuno;
Section = "Bootstrap";
Order = 1;
Key = "PYUNO_LOADER_PYTHONHOME";
...
...
@@ -57,7 +57,7 @@ End
ProfileItem gid_Profileitem_Pythonloader_Pythonpath
ProfileID = gid_Profile_Pythonloader_Uno_Ini;
ModuleID = gid_Module_
Optional_
Pyuno;
ModuleID = gid_Module_Pyuno;
Section = "Bootstrap";
Order = 1;
Key = "PYUNO_LOADER_PYTHONPATH";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment