Code Monkey home page Code Monkey logo

Comments (7)

lah7 avatar lah7 commented on June 27, 2024

v0.8.x is still supported using Qt 5. It was tagged and lives in a v0.8.x-backports branch, but I didn't make release notes. I should probably do that and update README / docs to clarify the support status.

v0.9.x (and above) use Qt 6. There were some translation fixes that could be applied to v0.8.x too. The notes were meant to convey some of the same changes v0.9.0...v0.9.1 also made their way to v0.8.4...v0.8.5 - intended for distros that only have Qt 5 (like Ubuntu 22.04 and earlier). I'll make amendments to the notes so it's clearer.

Not sure which distro you're using, but it's also up to the packager to choose which release to package (v0.8.x for Qt 5, or latest for Qt 6)

from polychromatic.

lah7 avatar lah7 commented on June 27, 2024

I've added notes for v0.8.5, updated notes for v0.9.0, v0.9.1 and added a section in the docs. Hopefully this brings better clarity for the versioning / supported releases.

Seems like Qt 5 will still be with us a little longer, since it's the only choice for a few mainstream distros still supported (like Ubuntu 22.04 LTS). It'll probably be the next major version when we'll go all in on Qt 6.

from polychromatic.

0pLuS0 avatar 0pLuS0 commented on June 27, 2024

Hi @lah7

I'm running Slackware...

I saw the notes here, that v0.9x upgraded to QT6, I just got confused with the recent wording is why I asked, I thought it meant that in this latest release, it was also going to have support for Qt5.

I can always compiled Qt6, but I don't have any apps that use it, other than this newer version. So I ended up compiling 0.8.4. But it's nice to get the newer toys LOL :)

THANKS

P.S. Oh, I'll grab 0.8.5 now... :) Oooh you think we'll have 0.8.9 next? LOL just kidding...

from polychromatic.

0pLuS0 avatar 0pLuS0 commented on June 27, 2024

By the way, I just compiled 0.8.5 and I'm using meson 1.3.0 and I'm getting these message at the terminal;

../meson.build:5: WARNING: Project targets '>=0.47.0' but uses feature introduced in '0.53.0': module fs.

WARNING: Project specifies a minimum meson_version '>=0.47.0' but uses features which were added in newer versions: * 0.53.0: {'module fs'}

Is the meson version 1.3.0 ok?

THANKS

from polychromatic.

lah7 avatar lah7 commented on June 27, 2024

Since there are differences between Qt 5 and Qt 6 code syntax, sadly they're not interchangeable. Sorry for messing up the communications on that. I figured branching out and supporting two separate series will be easier to maintain during this Qt transitionary period.

v0.8.3 ─┬─> v0.9.0 ──> v0.9.1  (Qt 6)
        │
        └─> v0.8.4 ──> v0.8.5  (Qt 5)

I'll know that v0.8 is Qt 5 and v0.9 is Qt 6, in case bugs only affect one but not the other.

I recently saw a comment in OpenRazer's repository of a user that might be expecting v0.9.0, but they could be on a distro that doesn't have PyQt6, so it's just v0.8.x. Our officially packaged ones over on openSUSE Build Service are Qt 5 for now. It's just a number really - v0.8.x and v0.9.x are identical except for PyQt syntax.

I'm thinking this'll last until v0.10.0 (or better yet, v1.0.0) as they might be a different beast 😏

from polychromatic.

lah7 avatar lah7 commented on June 27, 2024

Thanks for spotting the meson.build error — it was harmless, and fixed in both branches.

from polychromatic.

0pLuS0 avatar 0pLuS0 commented on June 27, 2024

Ok, thanks for all your time and help, it's greatly appreciated.

Keep up the great work!

from polychromatic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.