Coder Social home page Coder Social logo

oblivioncth / qx Goto Github PK

View Code? Open in Web Editor NEW
16.0 6.0 1.0 1.56 MB

"Kix": Expands upon the functionality of the existing Qt C++ Library

Home Page: https://oblivioncth.github.io/Qx/

License: Mozilla Public License 2.0

C++ 97.38% CMake 2.59% C 0.03%
base85 cmake csv documentation library qt static template fetchcontent find-package

qx's People

Contributors

oblivioncth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

z3t4byt3

qx's Issues

Documentation .qch files are not generated in auto-builds

Because of how the Qt builds used with this repo are generated, they rely on containing a static copy of qhelpgenerator that is autodetected and used when Qx is built; however, because of QTBUG-93238, static builds of qhelpgenerator have been broken for some time (in particular it affects 6.3.0 which is the currently used version) and so .qch generation is temporarily disabled until 6.3.1 is released.

Windows auto builds inconsistently somehow end up with wrong Doxygen version and fail to build docs

This is certainly one of the most bizarre issues I've ever seen.

Windows autobuilds, at first partially, but now mostly, seem to install Doxygen 1.9.4 correctly as they always have, but then when CMake is run somehow Doxygen 1.9.1 is detected at C:/ProgramData/chocolatey/bin/doxygen.exe. In the instances where 1.9.4 is correctly found, it is located at C:/Program Files/doxygen/bin/doxygen.exe.

The obvious suspect is chocolatey, though initial investigation seems to indicate that nothing has changed with that. The runs that started experiencing this issue were performed right after the previous windows doc fix #34 was merged, which was about a week ago at the time of writing. Some changes appeared to have occurred on that same day with GitHub action runners, which seems like too much of a coincidence, perhaps something with the image changed that is somehow causing this.

There is even a run where the Qt-shared based build finds the right Doxygen version, but the Qt-static based build finds the wrong one:
Qt-shared: https://github.com/oblivioncth/Qx/runs/7014637959?check_suite_focus=true
Qt-static: https://github.com/oblivioncth/Qx/runs/7014638072?check_suite_focus=true

More tightly bind error objects to some situations

Some classes internally rely on passing GenericError, which works and is reasonable some of the time; however, in some other cases its not entirely clear exactly what kind of information is being passed around and which properties of GenericError the receiver of a GenericError instance should care about in a given context.

Look into creating more class specific error objects for these cases.

TaskbarButton not working with Qt 6.4

Greetings,

Thank you for providing an alternative to window's task bar process. It seems that it is no longer working with 6.4. Any idea why would that be?

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.