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
700301a9
Kaydet (Commit)
700301a9
authored
Eyl 08, 2012
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#52296 put ShellNew files to program's folder
Change-Id: I501d08fb0be65c7191b807e1d6d6f20026e14860
üst
d2405b54
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
11 additions
and
85 deletions
+11
-85
macros.inc
scp2/inc/macros.inc
+1
-2
registryitem_calc.scp
scp2/source/calc/registryitem_calc.scp
+1
-1
registryitem_draw.scp
scp2/source/draw/registryitem_draw.scp
+1
-1
registryitem_impress.scp
scp2/source/impress/registryitem_impress.scp
+1
-1
directory_ooo.scp
scp2/source/ooo/directory_ooo.scp
+2
-7
file_ooo.scp
scp2/source/ooo/file_ooo.scp
+0
-47
registryitem_writer.scp
scp2/source/writer/registryitem_writer.scp
+1
-1
globals.pm
solenv/bin/modules/installer/globals.pm
+0
-1
component.pm
solenv/bin/modules/installer/windows/component.pm
+2
-14
directory.pm
solenv/bin/modules/installer/windows/directory.pm
+0
-3
file.pm
solenv/bin/modules/installer/windows/file.pm
+1
-3
registry.pm
solenv/bin/modules/installer/windows/registry.pm
+1
-4
No files found.
scp2/inc/macros.inc
Dosyayı görüntüle @
700301a9
...
...
@@ -212,8 +212,7 @@
#define PACKED_SHELLNEW_FILE_BODY \
TXT_FILE_BODY
;
\
Styles
=
(
PACKED
,
WORKSTATION
,
OVERWRITE
);
\
Dir
=
PREDEFINED_OSSHELLNEWDIR
;
\
NetDir
=
gid_Dir_Shellnew
Dir
=
gid_Dir_Shellnew
#define STD_SHELLNEW_FILE(id,name) \
File
id
\
...
...
scp2/source/calc/registryitem_calc.scp
Dosyayı görüntüle @
700301a9
...
...
@@ -676,7 +676,7 @@ RegistryItem gid_Regitem_Ods_Openoffice_Calcdocument_1_Shellnew
ModuleID = gid_Module_Prg_Calc_Bin;
Subkey = ".ods\LibreOffice.CalcDocument.1\ShellNew";
Name = "FileName";
Value = "soffice.ods";
Value = "
<progpath>\share\template\shellnew\
soffice.ods";
End
RegistryItem gid_Regitem_Openoffice_Calcdocument_Curver
...
...
scp2/source/draw/registryitem_draw.scp
Dosyayı görüntüle @
700301a9
...
...
@@ -676,7 +676,7 @@ RegistryItem gid_Regitem_Odg_Openoffice_Drawdocument_1_Shellnew
ModuleID = gid_Module_Prg_Draw_Bin;
Subkey = ".odg\LibreOffice.DrawDocument.1\ShellNew";
Name = "FileName";
Value = "soffice.odg";
Value = "
<progpath>\share\template\shellnew\
soffice.odg";
End
RegistryItem gid_Regitem_Openoffice_Drawdocument_Curver
...
...
scp2/source/impress/registryitem_impress.scp
Dosyayı görüntüle @
700301a9
...
...
@@ -691,7 +691,7 @@ RegistryItem gid_Regitem_Odp_Openoffice_Impressdocument_1_Shellnew
ModuleID = gid_Module_Prg_Impress_Bin;
Subkey = ".odp\LibreOffice.ImpressDocument.1\ShellNew";
Name = "FileName";
Value = "soffice.odp";
Value = "
<progpath>\share\template\shellnew\
soffice.odp";
End
RegistryItem gid_Regitem_Openoffice_Starimpressdocument_Curver
...
...
scp2/source/ooo/directory_ooo.scp
Dosyayı görüntüle @
700301a9
...
...
@@ -122,13 +122,8 @@ End
#ifdef WNT
Directory gid_Dir_Shellnew
ParentID = gid_Brand_Dir_Program;
DosName = "shlnew";
End
Directory gid_Dir_ShellnewToo
ParentID = gid_Brand_Dir_Program;
DosName = "2shlnew";
ParentID = gid_Dir_Template;
DosName = "shellnew";
End
#endif
...
...
scp2/source/ooo/file_ooo.scp
Dosyayı görüntüle @
700301a9
...
...
@@ -741,57 +741,10 @@ End
#ifdef WNT
STD_SHELLNEW_FILE(gid_File_Shellnew_Ods_Soffice, soffice.ods)
File gid_File_Shellnew2_Ods_Soffice
TXT_FILE_BODY;
Styles = (PACKED,WORKSTATION, OVERWRITE);
Dir = PREDEFINED_OSWINSHELLNEWDIR;
NetDir = gid_Dir_ShellnewToo;
Name = "soffice.ods";
End
#endif
#ifdef WNT
STD_SHELLNEW_FILE(gid_File_Shellnew_Odg_Soffice, soffice.odg)
File gid_File_Shellnew2_Odg_Soffice
TXT_FILE_BODY;
Styles = (PACKED,WORKSTATION, OVERWRITE);
Dir = PREDEFINED_OSWINSHELLNEWDIR;
NetDir = gid_Dir_ShellnewToo;
Name = "soffice.odg";
End
#endif
#ifdef WNT
STD_SHELLNEW_FILE(gid_File_Shellnew_Odp_Soffice, soffice.odp)
File gid_File_Shellnew2_Odp_Soffice
TXT_FILE_BODY;
Styles = (PACKED,WORKSTATION, OVERWRITE);
Dir = PREDEFINED_OSWINSHELLNEWDIR;
NetDir = gid_Dir_ShellnewToo;
Name = "soffice.odp";
End
#endif
#ifdef WNT
STD_SHELLNEW_FILE(gid_File_Shellnew_Odt_Soffice, soffice.odt)
File gid_File_Shellnew2_Odt_Soffice
TXT_FILE_BODY;
Styles = (PACKED,WORKSTATION, OVERWRITE);
Dir = PREDEFINED_OSWINSHELLNEWDIR;
NetDir = gid_Dir_ShellnewToo;
Name = "soffice.odt";
End
#endif
#if defined UNX && ! defined MACOSX
...
...
scp2/source/writer/registryitem_writer.scp
Dosyayı görüntüle @
700301a9
...
...
@@ -826,7 +826,7 @@ RegistryItem gid_Regitem_Odt_Openoffice_Writerdocument_1_Shellnew
ModuleID = gid_Module_Prg_Wrt_Bin;
Subkey = ".odt\LibreOffice.WriterDocument.1\ShellNew";
Name = "FileName";
Value = "soffice.odt";
Value = "
<progpath>\share\template\shellnew\
soffice.odt";
End
RegistryItem gid_Regitem_Openoffice_Writerdocument_Curver
...
...
solenv/bin/modules/installer/globals.pm
Dosyayı görüntüle @
700301a9
...
...
@@ -185,7 +185,6 @@ BEGIN
$ooodownloadfilename
=
""
;
$downloadfilename
=
""
;
$downloadfileextension
=
""
;
$shellnewfilesadded
=
0
;
%
multilingual_only_modul
es
=
();
%
application_modules
=
();
...
...
solenv/bin/modules/installer/windows/component.pm
Dosyayı görüntüle @
700301a9
...
...
@@ -121,16 +121,6 @@ sub get_file_component_directory
if
(
$onefile
->
{
'Dir'
}
)
{
$destdir
=
$onefile
->
{
'Dir'
};
}
if
(
$destdir
=~
/\bPREDEFINED_OSSHELLNEWDIR\b/
)
# special handling for shellnew files
{
return
$
installer::globals::
templatefolder
;
}
if
(
$destdir
=~
/\bPREDEFINED_OSWINSHELLNEWDIR\b/
)
{
return
"WindowsShellNewFolder"
;
}
my
$destination
=
$onefile
->
{
'destination'
};
installer::pathanalyzer::
get_path_from_fullqualifiedname
(
\
$destination
);
...
...
@@ -237,9 +227,9 @@ sub get_file_component_attributes
$attributes
=
0
;
# Assembly files cannot run from source
}
if
(
(
$onefile
->
{
'Dir'
}
=~
/\bPREDEFINED_OSSHELLNEWDIR\b/
)
||
(
$onefile
->
{
'needs_user_registry_key'
}
)
)
if
(
$onefile
->
{
'needs_user_registry_key'
}
)
{
$attributes
=
4
;
# Files in
shellnew dir and in
non advertised startmenu entries must have user registry key as KeyPath
$attributes
=
4
;
# Files in non advertised startmenu entries must have user registry key as KeyPath
}
# Setting msidbComponentAttributes64bit, if this is a 64 bit installation set.
...
...
@@ -375,8 +365,6 @@ sub get_component_keypath
}
}
# Special handling for components in PREDEFINED_OSSHELLNEWDIR. These components
# need as KeyPath a RegistryItem in HKCU
if
(
$oneitem
->
{
'userregkeypath'
}
)
{
$keypath
=
$oneitem
->
{
'userregkeypath'
};
}
# saving it in the file and registry collection
...
...
solenv/bin/modules/installer/windows/directory.pm
Dosyayı görüntüle @
700301a9
...
...
@@ -451,9 +451,6 @@ sub add_root_directories
$oneline
=
"WindowsFolder\tTARGETDIR\tWindows\n"
;
push
(
@
{
$directorytableref
},
$oneline
);
$oneline
=
"WindowsShellNewFolder\tWindowsFolder\tShellNew\n"
;
push
(
@
{
$directorytableref
},
$oneline
);
$oneline
=
"$installer::globals::programfilesfolder\tTARGETDIR\t.\n"
;
push
(
@
{
$directorytableref
},
$oneline
);
...
...
solenv/bin/modules/installer/windows/file.pm
Dosyayı görüntüle @
700301a9
...
...
@@ -1016,12 +1016,10 @@ sub create_files_table
# This is used for better performance in "save_packorder"
$
installer::globals::
uniquefilenamesequence
{
$onefile
->
{
'uniquename'
}}
=
$onefile
->
{
'sequencenumber'
};
# Special handling for files in PREDEFINED_OSSHELLNEWDIR. These components
# need as KeyPath a RegistryItem in HKCU
my
$destdir
=
""
;
if
(
$onefile
->
{
'Dir'
}
)
{
$destdir
=
$onefile
->
{
'Dir'
};
}
if
(
(
$destdir
=~
/\bPREDEFINED_OSSHELLNEWDIR\b/
)
||
(
$onefile
->
{
'needs_user_registry_key'
}
)
)
if
(
$onefile
->
{
'needs_user_registry_key'
}
)
{
my
$keypath
=
generate_registry_keypath
(
$onefile
);
$onefile
->
{
'userregkeypath'
}
=
$keypath
;
...
...
solenv/bin/modules/installer/windows/registry.pm
Dosyayı görüntüle @
700301a9
...
...
@@ -326,7 +326,6 @@ sub add_userregs_to_registry_table
$registry
{
'Root'
}
=
"1"
;
# always HKCU
$registry
{
'Key'
}
=
"Software\\$allvariables->{'MANUFACTURER'}\\$allvariables->{'PRODUCTNAME'} $allvariables->{'PRODUCTVERSION'}\\"
;
if
(
$onefile
->
{
'needs_user_registry_key'
}
)
{
$registry
{
'Key'
}
=
$registry
{
'Key'
}
.
"StartMenu"
;
}
else
{
$registry
{
'Key'
}
=
$registry
{
'Key'
}
.
"ShellNew"
;
}
$registry
{
'Name'
}
=
$onefile
->
{
'Name'
};
$registry
{
'Value'
}
=
"1"
;
$registry
{
'Component_'
}
=
$onefile
->
{
'componentname'
};
...
...
@@ -412,9 +411,7 @@ sub create_registry_table
# If there are added user registry keys for files collected in
# @installer::globals::userregistrycollector (file.pm), then
# this registry keys have to be added now. This is necessary for
# files in PREDEFINED_OSSHELLNEWDIR, because their component
# needs as KeyPath a RegistryItem in HKCU.
# this registry keys have to be added now.
if
(
$
installer::globals::
addeduserregitrykeys
)
{
add_userregs_to_registry_table
(
\
@registrytable
,
$allvariableshashref
);
}
...
...
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