mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Merge branch 'release/v9.0.0' into feature/visio-filters
This commit is contained in:
@ -1124,7 +1124,7 @@
|
||||
[filter addObjectsFromArray:[ASCConstants documents]];
|
||||
[filter addObjectsFromArray:[ASCConstants spreadsheets]];
|
||||
[filter addObjectsFromArray:[ASCConstants presentations]];
|
||||
// [filter addObjectsFromArray:[ASCConstants draws]];
|
||||
[filter addObjectsFromArray:[ASCConstants draws]];
|
||||
|
||||
openPanel.canChooseDirectories = NO;
|
||||
openPanel.allowsMultipleSelection = NO;
|
||||
|
||||
@ -78,7 +78,7 @@
|
||||
}
|
||||
|
||||
+ (NSArray *)presentations {
|
||||
return @[@"ppt", @"pptx", @"pptm", @"ppsx", @"odp", @"potx", @"otp", @"pps", @"ppsm", @"potm", @"fodp", @"dps", @"dpt", @"sxi",@"key"];
|
||||
return @[@"ppt", @"pptx", @"pptm", @"ppsx", @"odg", @"odp", @"potx", @"otp", @"pps", @"ppsm", @"potm", @"fodp", @"dps", @"dpt", @"sxi",@"key"];
|
||||
}
|
||||
|
||||
+ (NSArray *)draws {
|
||||
|
||||
@ -559,7 +559,7 @@
|
||||
<dict>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>vsdx.locked</string>
|
||||
<string>vsdx</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>file-vsdx</string>
|
||||
|
||||
@ -563,7 +563,7 @@
|
||||
<dict>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>vsdx.locked</string>
|
||||
<string>vsdx</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>file-vsdx</string>
|
||||
|
||||
@ -559,7 +559,7 @@
|
||||
<dict>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>vsdx.locked</string>
|
||||
<string>vsdx</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>file-vsdx</string>
|
||||
|
||||
@ -259,7 +259,7 @@ QStringList CFileDialogWrapper::modalOpen(const QString& path, const QString& fi
|
||||
" (*.docx *.doc *.odt *.ott *.rtf *.docm *.dot *.dotx *.dotm *.fb2 *.fodt *.wps *.wpt *.xml *.pdf *.djv *.djvu *.sxw *.stw *.xps *.oxps);;" +
|
||||
#endif
|
||||
tr("Spreadsheets") + " (*.xlsx *.xls *.xlsm *.xlsb *.ods *.ots *.xltx *.xltm *.xml *.fods *.et *.ett *.sxc *.numbers);;" +
|
||||
tr("Presentations") + " (*.pptx *.ppt *.odp *.otp *.ppsm *.pptm *.ppsx *.pps *.potx *.pot *.potm *.fodp *.dps *.dpt *.sxi *.key);;" +
|
||||
tr("Presentations") + " (*.pptx *.ppt *.odp *.odg *.otp *.ppsm *.pptm *.ppsx *.pps *.potx *.pot *.potm *.fodp *.dps *.dpt *.sxi *.key);;" +
|
||||
tr("Visio diagram") + " (*.vsdx *.vssx *.vstx *.vsdm *.vssm *.vstm);;" +
|
||||
tr("Web Page") + " (*.html *.htm *.mht *.mhtml *.epub);;" +
|
||||
tr("Text files") + " (*.txt *.csv)";
|
||||
|
||||
Reference in New Issue
Block a user