refactor: fix&patch see changelog for 0.11.0
This commit is contained in:
parent
cb016ae98f
commit
0d416aaf8d
15 changed files with 3266 additions and 42 deletions
BIN
src/app_resources/app-icon.png
Normal file
BIN
src/app_resources/app-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
11
src/app_resources/net.boxyfoxy.OptimaLab35.desktop
Normal file
11
src/app_resources/net.boxyfoxy.OptimaLab35.desktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
|
||||
Name=OptimaLab35
|
||||
Comment=A simple tool for editing images and managing metadata, designed for streamlined organization and EXIF adjustments.
|
||||
Categories=Graphics;Photography;
|
||||
|
||||
Icon=net.boxyfoxy.OptimaLab35
|
||||
Exec=OptimaLab35
|
||||
Terminal=false
|
33
src/app_resources/net.boxyfoxy.OptimaLab35.metainfo.xml
Normal file
33
src/app_resources/net.boxyfoxy.OptimaLab35.metainfo.xml
Normal file
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>net.boxyfoxy.OptimaLab35</id>
|
||||
|
||||
<name>OptimaLab35</name>
|
||||
<summary>A simple tool for editing images and managing metadata, designed for streamlined organization and EXIF adjustments.</summary>
|
||||
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>AGPL-3.0-only</project_license>
|
||||
<version>1.0.0</version>
|
||||
<release>
|
||||
<version>1.0.0</version>
|
||||
<date>2024-01-30</date>
|
||||
</release>
|
||||
<description>
|
||||
<p>
|
||||
OptimaLab35 is a image editing and metadata management tool, designed with analog photography in mind. It provides an intuitive way to modify and add EXIF data, making scanned film images easier to organize. With features tailored for efficient batch processing, it helps photographers maintain a structured archive while preserving key details about their images.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<launchable type="desktop-id">net.boxyfoxy.OptimaLab35.desktop</launchable>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/main_tab.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/exif_tab.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/preview_window.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
</component>
|
6
src/app_resources/resources.qrc
Normal file
6
src/app_resources/resources.qrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE RCC>
|
||||
<RCC version="1.0">
|
||||
<qresource>
|
||||
<file>app-icon.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
Loading…
Add table
Add a link
Reference in a new issue