Merge branch 'release/v9.0.0' into feature/visio-filters

This commit is contained in:
maxkadushkin
2025-04-15 20:51:45 +03:00
6 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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 {

View File

@ -559,7 +559,7 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>vsdx.locked</string>
<string>vsdx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>file-vsdx</string>

View File

@ -563,7 +563,7 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>vsdx.locked</string>
<string>vsdx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>file-vsdx</string>

View File

@ -559,7 +559,7 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>vsdx.locked</string>
<string>vsdx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>file-vsdx</string>

View File

@ -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)";