a8602914ce
Remove unused image assets: icon.png and screenshot-gui-for-ffmpeg.png. Moved to assets folder.
develop
Leonid Nikitin2025-08-26 17:35:30 +05:00
fb82846e9e
Commented out incorrect theme color change logic in ThemeInit due to issues with the new Fyne version.Leonid Nikitin2025-08-21 22:24:21 +05:00
4a9182d063
Update dependencies in go.mod and go.sum to latest versions.Leonid Nikitin2025-08-21 22:24:09 +05:00
799d257e9d
Bump version to 1.0.1 and update build number in FyneApp.toml.Leonid Nikitin2025-08-21 21:37:21 +05:00
6adbff9bbf
Fix make build-for-linux_amd64. Added .gitignore files to exclude all files except .gitignore in Linux pixmaps and bin directories.Leonid Nikitin2025-08-21 21:34:24 +05:00
fc4c916735
Expanded Linux README files with instructions for launching the application via the start menu or terminal.Leonid Nikitin2025-08-21 21:32:32 +05:00
aaf43c15aa
Fix. Correct in the "FFplay Player Keys" window so that the last line does not change the text style.Leonid Nikitin2025-08-21 21:07:30 +05:00
04eb6b87f4
Corrected folder paths in README for fyne-cross/dist archives.Leonid Nikitin2025-08-21 21:02:37 +05:00
b56199fe8b
Simplified fyne-cross build commands in Makefile by removing redundant flags. Adjusted Windows binary naming during packaging.Leonid Nikitin2025-06-14 21:55:52 +05:00
f6958ffa97
Standardized application name in .desktop file (Name field updated to "GUI for FFmpeg").Leonid Nikitin2025-06-14 21:55:30 +05:00
7f410ef700
Simplified README build instructions by removing redundant --icon and --name flags from fyne-cross commands.Leonid Nikitin2025-06-14 21:54:50 +05:00
c4d205a79e
Updated FyneApp.toml with new Website, updated Icon path, bumped version to 1.0.0, added Linux/BSD-specific fields (GenericName, Categories, Comment, Keywords).Leonid Nikitin2025-06-14 19:52:29 +05:00
c45c106f2f
Updated README for link fixes, new Makefile build instructions, and adjusted folder structure documentation. Deleted obsolete folder structure screenshot.Leonid Nikitin2025-06-14 19:34:47 +05:00
63c13de181
Add Makefile to automate build process for Linux and WindowsLeonid Nikitin2025-06-14 19:32:29 +05:00
57767de4b3
Added files that will be copied during the build of the application for Linux.Leonid Nikitin2025-06-14 19:32:05 +05:00
c59c87d109
Duplicated: icon.png and screenshot-gui-for-ffmpeg.png in assets, so that I could later delete them from their current locations after the links to the images have changed everywhere.Leonid Nikitin2025-06-14 19:30:14 +05:00
0a22377cd6
Removed references to bbolt and its license info from "About" screen and LICENSE-3RD-PARTY.txt as it's no longer used. Added FFmpeg license details to LICENSE-3RD-PARTY.txt.Leonid Nikitin2025-06-10 23:41:37 +05:00
7930a907f1
Removed unused AppMetadata configuration and refactored imports in main.go. Because the data is duplicated with FyneApp.toml.Leonid Nikitin2025-06-10 22:25:21 +05:00
46d210d6d5
Added return after kernel.PanicErrorLang(err, appMetadata) to avoid unpredictable results during an error.Leonid Nikitin2025-05-18 19:28:16 +05:00