-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #369 from jeanslack/improvements
various improvements
- Loading branch information
Showing
120 changed files
with
4,017 additions
and
3,872 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,12 @@ Author: | |
Gianluca (jeanslack) Pernigotto <[email protected]> | ||
|
||
Contributors: | ||
@SwampRabbit (https://mxlinux.org/) | ||
@CComparon (https://github.com/CComparon) | ||
@samarthshrivas (https://github.com/samarthshrivas) | ||
@MaiJZ (https://github.com/maijz128) | ||
@SwampRabbit <https://mxlinux.org/> | ||
@CComparon <https://github.com/CComparon> | ||
@samarthshrivas <https://github.com/samarthshrivas> | ||
@MaiJZ <https://github.com/maijz128> | ||
@bovirus <https://github.com/bovirus> | ||
@nxjosephofficial <https://github.com/nxjosephofficial> | ||
|
||
|
||
Translators: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
# encoding: utf-8 | ||
Videomass | ||
Author: Gianluca (jeanslack) Pernigotto | ||
Copyleft - 2024 Gianluca Pernigotto <[email protected]> | ||
Copyleft - 2025 Gianluca Pernigotto <[email protected]> | ||
License: GPL3 | ||
|
||
Change Log: | ||
|
||
+------------------------------------+ | ||
Mon, 14 Jan 2025 V.5.0.25 | ||
|
||
* Checking the output folder before running processes. | ||
* Requires minimum Python version 3.9.0 . | ||
* Fix typo in message 'Enable external import of ... package', | ||
thanks to @nxjosephofficial . | ||
* The application has been scheduled to restart automatically, e.g. at the | ||
end of the wizard or after applying settings that require the application | ||
to restart. | ||
* Updated copyleft year. | ||
|
||
+------------------------------------+ | ||
Wed, 30 Oct 2024 V.5.0.21 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
videomass (5.0.25-1) UNRELEASED; urgency=medium | ||
|
||
* Checking the output folder before running processes. | ||
* Requires minimum Python version 3.9.0 . | ||
* Fix typo in message 'Enable external import of ... package', | ||
thanks to @nxjosephofficial . | ||
* The application has been scheduled to restart automatically, e.g. at the | ||
end of the wizard or after applying settings that require the application | ||
to restart. | ||
* Updated copyleft year. | ||
|
||
-- Gianluca Pernigotto <[email protected]> Tue, 14 Jan 2025 15:30:00 +0200 | ||
|
||
videomass (5.0.21-1) UNRELEASED; urgency=medium | ||
|
||
* Update French language (thanks to Phil Aug). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
Porpose: Manage the translation message catalog independently | ||
of the GNU-xgettext utilities. | ||
Author: Gianluca Pernigotto <[email protected]> | ||
Copyleft - 2024 Gianluca Pernigotto <[email protected]> | ||
Copyleft - 2025 Gianluca Pernigotto <[email protected]> | ||
license: Distributed under the terms of the GPL3 License. | ||
Rev: Aug.03.2024 | ||
Code checker: flake8, pylint | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
|
||
# Author: Gianluca Pernigotto <[email protected]> | ||
# Copyleft - 2024 Gianluca Pernigotto <[email protected]> | ||
# Copyleft - 2025 Gianluca Pernigotto <[email protected]> | ||
# license: GPL3 | ||
# Rev: July.10.2024 | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
|
||
# Author: Gianluca Pernigotto <[email protected]> | ||
# Copyleft - 2024 Gianluca Pernigotto <[email protected]> | ||
# Copyleft - 2025 Gianluca Pernigotto <[email protected]> | ||
# license: GPL3 | ||
# Rev: July.10.2024 | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
|
||
# Author: Gianluca Pernigotto <[email protected]> | ||
# Copyleft - 2024 Gianluca Pernigotto <[email protected]> | ||
# Copyleft - 2025 Gianluca Pernigotto <[email protected]> | ||
# license: GPL3 | ||
# Rev: July.10.2024 | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
Inkscape library | ||
Compatibility: Python3 | ||
Author: Gianluca Pernigotto <[email protected]> | ||
Copyleft - 2024 Gianluca Pernigotto <[email protected]> | ||
Copyleft - 2025 Gianluca Pernigotto <[email protected]> | ||
license: GPL3 | ||
Rev: Oct.23.2020 *PEP8 compatible* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Porpose: Provide build options to bundle the Videomass application. | ||
Platform: Gnu-Linux, MacOs, MS-Windows | ||
Author: Gianluca Pernigotto <[email protected]> | ||
Copyleft - 2024 Gianluca Pernigotto <[email protected]> | ||
Copyleft - 2025 Gianluca Pernigotto <[email protected]> | ||
license: GPL3 | ||
Rev: Aug.04.2024 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Porpose: Wrapper interface to perform batch conversion using the rsvg library | ||
Compatibility: Python3 | ||
Author: Gianluca Pernigotto <[email protected]> | ||
Copyleft - 2024 Gianluca Pernigotto <[email protected]> | ||
Copyleft - 2025 Gianluca Pernigotto <[email protected]> | ||
license: GPL3 | ||
Rev: 11 Feb 2023 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
of the build process, see [tool.hatch.build.hooks.custom] on | ||
pyproject.toml file. | ||
Author: Gianluca Pernigotto <[email protected]> | ||
Copyleft - 2024 Gianluca Pernigotto <[email protected]> | ||
Copyleft - 2025 Gianluca Pernigotto <[email protected]> | ||
license: GPL3 | ||
Rev: July.22.2024 | ||
Code checker: flake8, pylint | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Name: launcher.py | |
Porpose: main launch script of videomass | ||
Compatibility: Python2, Python3 | ||
Author: Gianluca Pernigotto <[email protected]> | ||
Copyleft - 2024 Gianluca Pernigotto <[email protected]> | ||
Copyleft - 2025 Gianluca Pernigotto <[email protected]> | ||
license: GPL3 | ||
Rev: May.09.2021 | ||
Code checker: flake8, pylint | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "hatchling.build" | |
name = "videomass" | ||
dynamic = ["version"] | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.9" | ||
authors = [ | ||
{name = "Gianluca Pernigotto", email = "[email protected]"} | ||
] | ||
|
@@ -42,7 +42,6 @@ classifiers = [ | |
"Natural Language :: Russian", | ||
"Natural Language :: Spanish", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
|
@@ -75,6 +74,7 @@ pyinstaller = [ | |
] | ||
|
||
[tool.hatch.build.hooks.custom] # see hatch_build.py file | ||
# https://github.com/pypa/hatch/discussions/1047 | ||
dependencies = [ | ||
"babel" | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The Videomass-Dark Icon Theme in 24x24 and 16x16/ | ||
|
||
Copyleft - 2024 <[email protected]> | ||
Copyleft - 2025 <[email protected]> | ||
|
||
----- | ||
GNU GENERAL PUBLIC LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The Videomass-Colours Icon Theme in 24x24 and 16x16/ | ||
|
||
Copyleft - 2024 <[email protected]> | ||
Copyleft - 2025 <[email protected]> | ||
|
||
All icons included in this folder are part of Videomass. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The Videomass-Dark Icon Theme in 24x24 and 16x16/ | ||
|
||
Copyleft - 2024 <[email protected]> | ||
Copyleft - 2025 <[email protected]> | ||
|
||
All icons included in this folder are part of Videomass. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The Videomass-Dark Icon Theme in 24x24 and 16x16/ | ||
|
||
Copyleft - 2024 <[email protected]> | ||
Copyleft - 2025 <[email protected]> | ||
|
||
All icons included in this folder are part of Videomass. | ||
|
||
|
Oops, something went wrong.