Diego Iastrubni

Results 20 issues of Diego Iastrubni

Linux is not supported yet. This should be easy. To build (I am using clang, as gcc-13 on debian does not have support for modules): ``` CXX=clang-17 cmake -S ....

This is a meta issue to track all the issues needed for a Windows support. Goals: 1. We aim to support clang-cl. This is the first priority. 2. Later on,...

windows

Using f33e7ff048f539b0323a032fa282c9dc329870fb, and Qt 6.8.0 from the "official" builds (installed using aqt). If I set the theme the program crashes on some thread, while `QAccesible::queryAccesibleInterface()`. Stack trace is borked, so...

bug

In this picture you see 2 problems: 1. QTabWidget - the side icons are bellow the tab header. They should be on the header. Marked with green. 2. QTabHeader -...

bug

Question: lets assume I released, `v0.0.1`. I found a bug, but very minor. Ideally - should I release the new version using `v0.0.1-1`. Currently unit tests fail on such scenario....

### Description It would be great if the app had an option to create NotepadNext.desktop, so it would be available for the desktop. This will make distribution from AppImage a...

linux

I am only dealing with CMake, and PRO files are legacy as Qt5. Code runs, but I cannot open external files (clicking a TXT file does nothing for example). The...

If you look here: https://github.com/diegoiast/qtedit4/blob/a10f778319439508b339e220bf13ae9223e995d8/src/plugins/help/help_plg.cpp#L50 This shows how to create a desktop item. This will make the app be in the KDE/Gnome menus. You can also register your app to...

### One More Step Before opening this issue - [x] To follow our [Code of Conduct](https://github.com/aui-framework/aui/blob/master/CODE_OF_CONDUCT.md) - [x] I've considered [existing issues on GitHub page](https://github.com/aui-framework/aui/issues) and didn't find a similar...

I have a small use case, in which I am passing an empty string to the model. What happens is that the model complains that the json cannot be parsed......