| Age | Commit message (Collapse) | Author |
|
* Do not use deprecated QAbstractSocket::SocketError
* Do not use deprecated ::location
* Do not discard translation load return value
* Use static function calls where applicable
* Remove unused include
* Remove qt6 check
* Remove deprecated type()
* Remove qt6 check
* Use typeId instead of deprecated type
* clang-format fix
|
|
* Fix slide position overriding when it shouldn't
* Cover all positions instead
|
|
* Commit
* Boyfailure code commit
* Cooking code spaghetti
* Accidental overwrite recursive function call hell
* Implemented player list
* Add partial moderator widget
Sleepy time! Hee-Hoo!
* Moderator Dialog - Step 1 - WIP
* Appease the clang gods
* Clang appeasement policy
* *sacrifices goat to clang*
* Added player report, reworked implementation, ...
* Added player-specific report
* Reworked implementation
* No longer uses JSON.
* Removed preset loader.
* Remove unused code.
* Safety measures against potential segfault.
* Removes unused code
---------
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
|
|
* Fix transformation mode for layers
Resolve #997
* always use smooth transform resampling for stretched images
* Used fixed frame size
* Implemented resize mode changes
Resolve #999
* Added alias to pixel resize mode
* Added user option
---------
Co-authored-by: in1tiate <32779090+in1tiate@users.noreply.github.com>
|
|
Update username for major contributor scatterflower
Add credit for akashi
|
|
[Feature] Add support for windows position restore
|
|
|
|
|
|
|
|
* Commit
* Boyfailure code commit
* Cooking code spaghetti
* Accidental overwrite recursive function call hell
* Implemented player list
* Add partial moderator widget
Sleepy time! Hee-Hoo!
* Moderator Dialog - Step 1 - WIP
* Appease the clang gods
* Clang appeasement policy
* *sacrifices goat to clang*
* Added player report, reworked implementation, ...
* Added player-specific report
* Reworked implementation
* No longer uses JSON.
* Removed preset loader.
---------
Co-authored-by: TrickyLeifa <date.epoch@gmail.com>
Co-authored-by: Leifa <26681464+TrickyLeifa@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
Forgot that was still there
|
|
|
|
|
|
|
|
* Explicitly set build type to Release cause mutligens suck
* Wrong line
* Anguish
|
|
* Remove TCP entry point
Resolve #987
* Remove TCP entry point
* Servers that do not support WebSocket will be marked as `Legacy`
* Removal of TCP connection from the master will follow later.
* Tweaked error message
|
|
Resolve #985
Co-authored-by: stonedDiscord <Tukz@gmx.de>
|
|
* Fix transformation mode for layers
Resolve #997
* always use smooth transform resampling for stretched images
* Used fixed frame size
* Run Clang Format over file
---------
Co-authored-by: in1tiate <32779090+in1tiate@users.noreply.github.com>
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
Co-authored-by: stonedDiscord <Tukz@gmx.de>
|
|
|
|
* Make it clear where launch.sh is
* gIThUb really likes their proper capitalization
* Revert
|
|
* add AppImage CI build
* specify ubuntu 22.04 LTS in CI
* change +x bit
* use tar to preserve permissions
* make folder names nicer in the tar
* clone themes before making tar archive
---------
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
|
|
* Removed MIDI, removed undocumented (yet supported) formats
Resolve #1006
* Adjusted CI for MIDI removal
|
|
* Added get_app_path, tweaked pathing to adjust itself for Linux, ...
* Added get_app_path
* This should be used instead of QCoreApplication::applicationDirPath()
* Tweaked pathing to adjust itself for Linux
* Append separator to base path
* Moved headers where they are needed. (Dunno why they were here.)
* Proper pathing for AppImage
|
|
|
|
* Tweaked missing image format warning
* Tweaked code format
* run clang-format
---------
Co-authored-by: stonedDiscord <Tukz@gmx.de>
|
|
* Ignore .idea
* Ignore build dir too
* Remove unused Windows Docker files
* Remove somewhat cryptic launch.sh script
* Remove kebab (javascript)
* Remove outdated release_macos script and rename the most up-to-date one to macos_release
* Clean up README.md and delete the other ones
* Add preliminary configure script
* Add hint in dependencies
* Remove obsolete CONTRIBUTING.md
* let's write the configure script later
* Adding this is so supremely ironic that I can't even
* Update QtApng repo
* Actually we needed that
* Add comment
* Contact should be h2
|
|
Fix characters not being hidden on displayable background change
|
|
Fix incorrect error messages due to QPluginLoader
|
|
Change CI builds to Qt 6.5.3
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
|
|
|
|
iterate over important formats, and add a message box
|
|
|
|
|
|
|
|
|
|
|
|
Should ignore all dot folders/files
|
|
imageformats plugins are loaded automatically, we just need to check if
they were actually loaded
|
|
|
|
|
|
resolves #970
|