Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ My Project
# Qt GUI build and translations directories
/Project/QMake/GUI/build
/Source/Resource/Translations
/Source/WindowsQtPackage/Assets
Source/WindowsQtPackage/resources.pri
build/

.vscode/
Expand All @@ -73,3 +75,7 @@ Source/GUI/Android/app/src/main/res/raw*/lang.csv
Source/GUI/Android/app/src/main/res/values-*/strings.xml
/Source/GUI/Android/build
Source/GUI/Android/local.properties

# GUI Assets
/Source/WindowsSparsePackage/Resources/Assets
Source/WindowsSparsePackage/Resources/resources.pri
6 changes: 6 additions & 0 deletions Release/Build_GUI_Windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ Push-Location -Path "${release_directory}\..\Project\MSVC2022"
MSBuild /restore "/p:RestorePackagesConfig=true;Configuration=Release;Platform=Win32" "/t:MediaInfo_PackageHelper" MediaInfo.sln
Pop-Location

### Build: Image assets and resources ###
xcopy "${release_directory}\..\Source\Resource\Image\MSIX_Assets" "${release_directory}\..\Source\WindowsSparsePackage\Resources\Assets\" /i /e /r /y
Push-Location -Path "${release_directory}\..\Source\WindowsSparsePackage\Resources"
makepri new /pr "${release_directory}\..\Source\WindowsSparsePackage\Resources" /cf "${release_directory}\..\Source\WindowsSparsePackage\Resources\priconfig.xml"
Pop-Location

### Build: zlib BCB library ###
Push-Location -Path "${release_directory}\..\..\zlib\contrib\BCB"
MSBuild "/p:Configuration=Release;Platform=${arch_bcb}" zlib.cbproj
Expand Down
4 changes: 4 additions & 0 deletions Release/Release_GUI_Qt_Windows_x64_MSIX.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ copy "%~dp0\..\Project\MSVC2022\MediaInfo_WindowsShellExtension\x64\Release Qt\M
signtool.exe sign /fd SHA256 /a /f %CERT_PATH% /p %CERT_PASS% /tr http://timestamp.acs.microsoft.com /td sha256 %~dp0\MediaInfo_Qt_Windows_x64\MediaInfo.exe %~dp0\MediaInfo_Qt_Windows_x64\MediaInfo_WindowsShellExtension.dll

:: add MSIX manifest and assets
xcopy %~dp0\..\Source\Resource\Image\MSIX_Assets %~dp0\..\Source\WindowsQtPackage\Assets\ /i /e /r /y
pushd %~dp0\..\Source\WindowsQtPackage
makepri.exe new /pr %~dp0\..\Source\WindowsQtPackage /cf %~dp0\..\Source\WindowsQtPackage\priconfig.xml
popd
xcopy %~dp0\..\Source\WindowsQtPackage %~dp0\MediaInfo_Qt_Windows_x64\ /i /e /r /y

:: package and sign MSIX
Expand Down
6 changes: 3 additions & 3 deletions Source/GUI/VCL/MediaInfo.VisualElementsManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<VisualElements
BackgroundColor="#FFFFFF"
BackgroundColor="#808080"
ShowNameOnSquare150x150Logo="on"
ForegroundText="dark"
ForegroundText="light"
Square150x150Logo="Assets\Square150x150Logo.png"
Square70x70Logo="Assets\Square71x71Logo.png"/>
Square70x70Logo="Assets\SmallTile.png"/>
</Application>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Source/Resource/Image/MediaInfoBig_inverted.png
166 changes: 166 additions & 0 deletions Source/Resource/Image/MediaInfo_inverted.svg
2 changes: 1 addition & 1 deletion Source/WindowsQtPackage/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
to prevent an OS behaviour causing the application to be forced-closed when File Explorer context menu is loaded. -->
<Application Id="MediaInfo.Qt" Executable="MediaInfo.exe" EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements DisplayName="MediaInfo" Description="MediaInfo" BackgroundColor="transparent" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png">
<uap:DefaultTile Square71x71Logo="Assets\Square71x71Logo.png">
<uap:DefaultTile Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png" Wide310x150Logo="Assets\Wide310x150Logo.png">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo" />
</uap:ShowNameOnTiles>
Expand Down
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed Source/WindowsQtPackage/resources.pri
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/WindowsSparsePackage/MSIX/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
to prevent an OS behaviour causing the application to be forced-closed when File Explorer context menu is loaded. -->
<Application Id="MediaInfo" Executable="MediaInfo.exe" EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements AppListEntry="none" DisplayName="MediaInfo" Description="MediaInfo" BackgroundColor="transparent" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png">
<uap:DefaultTile Square71x71Logo="Assets\Square71x71Logo.png">
<uap:DefaultTile Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png" Wide310x150Logo="Assets\Wide310x150Logo.png">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo" />
</uap:ShowNameOnTiles>
Expand Down
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed Source/WindowsSparsePackage/Resources/resources.pri
Binary file not shown.
Loading