Age | Commit message (Collapse) | Author |
|
This makes it possible to run a task in another thread.
I added a variable to toggle debug prints because they seem to trigger
an assertion on Qt internals when the task in on another thread. Of
course, this isn't awesome, but can wait until we improve our logging.
Signed-off-by: flow <flowlnlnln@gmail.com>
|
|
Make Coremods / Mods seperation more clear
|
|
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DioEgizio/fix-update-org.polymc.PolyMC.metainfo.xml.in
|
|
|
|
Signed-off-by: Tayou <tayou@gmx.net>
|
|
|
|
this should find java installs from scoop as well as any other installer, that registers java in the PATH environment variable.
Signed-off-by: Tayou <tayou@gmx.net>
|
|
Decode process lines as UTF-8
|
|
release
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
|
|
This should correctly decode multi-byte non-UTF-8 text, such as Windows-936 (Simplified Chinese)
Signed-off-by: Mitchell Skaggs <skaggsm333@gmail.com>
|
|
Signed-off-by: flow <flowlnlnln@gmail.com>
|
|
The new versioning system is based on the versioning system used by the
GNOME Foundation for the GNOME desktop.
We are dropping the "major version" as defined by SemVer and move to a
version number with a most and least significant number.
The most significant number must be incremented, if there are new
features or significant changes since last major release.
Otherwise, the least significant number must be incremented, if there
are only minor changes since the last release. New features or
significant changes mustn't be introduced by a bump of the least
significant number.
If a minor change would introduce small user-facing changes (like a
message-box or slight UI changes), it could still be classified as a
minor change.
At the end of the day, a human shall decide, if a change is minor or
significant, as there is no clear line that would separate a "minor" and
a "significant" change in a GUI-application.
Definitions:
feature: New user-facing functionality
significant change: Something that changes user-facing behavior
minor change: Something that fixes unexpected behavior
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
This avoids deleting the metadata while one is updating their mods.
Signed-off-by: flow <flowlnlnln@gmail.com>
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Robb <computerguy440+gh@gmail.com>
|
|
|
|
instead of always saying 'Copy World'
Signed-off-by: Robb <computerguy440+gh@gmail.com>
|
|
Signed-off-by: Mitchell Skaggs <skaggsm333@gmail.com>
|
|
Handles incomplete byte sequences using `QTextDecoder`
Signed-off-by: Mitchell Skaggs <skaggsm333@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
a time
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: flow <flowlnlnln@gmail.com>
|
|
Remove orphaned metadata to avoid problems with auto-updating instances
|
|
chore: downgrade to Qt 6.3.0 on macos
|
|
fix: work around ubuntu 22.04 openssl appimage issues by copying openssl libs
|
|
Add root path detection on OpenBSD
|