Felix Barz

Results 70 comments of Felix Barz

Working on it. 5.15 change a few things, so I need to adjust my CI. Should be ready soon...

I only develop my libraries for the latest compiler and Qt versions. Once Qt fixes msvc2017, I will provide builds for those as well, but 2015 is to old and...

That sounds like a good idea. However, as I just tried this command out, it failed to start any Qt application with the following errors: ``` qt.qpa.xcb: could not connect...

Hi. I think this would be a nice idea, but kinda needs a complete rewrite. AutoUpdater was created especially for the Qt maintenancetool. However, since it's split up into 2...

Okay, I have been checking the code, and modifying the core library to use plugins for the actual update checks is possible. I am willing to make those changes, but...

Hi, I create a new branch, [plg_refactor](https://github.com/Skycoder42/QtAutoUpdater/tree/plg_refactor). This branch contains a refactored updater library based on plugins. You can now fork/clone it to create a plugin for an appimage updater....

Of course, feel free to do so! This way it will also become available to anyone using the online repository with the next version. :+1:

The translations have been updated on the [major branch](https://github.com/Skycoder42/QtAutoUpdater/tree/major/src/translations). It was auto-translated using https://www.matecat.com/. It would be awesome if you could verify the correctness of the generated translations. Thanks.

As a first step, I created a pull request that refactors the project into the qt module project structure: #124 I think contributing this to Qt would be awesome, but...

The following will become possible, regardless of QT version, install location etc: ```pro qtPrepareTool(QMAKE_LINUXDEPLOYQT, linuxdeployqt) deploy.target = deploy delpoy.commands = $$QMAKE_MKDIR nonfhs && $$QMAKE_COPY_FILE $$TARGET nonfhs/ && $$QMAKE_LINUXDEPLOYQT nonfhs/$$TARGET QMAKE_EXTRA_TARGETS...