Diego Iastrubni

Results 66 comments of Diego Iastrubni

Works perfectly. I checked the "dialogs" part of this issue. I have a WIP posix sub process implementation, will take a look at this "some day", unless someone beats me...

I just integrated this widget into my app, and my experience is ... just boringly good :) I am using [CPM](https://github.com/cpm-cmake/CPM.cmake) for integration, then in my CMakeLists.txt added: ```cmake CPMAddPackage("gh:Dax89/QHexView#v5.0.0")...

```diff diff --git a/src/qhexview.cpp b/src/qhexview.cpp index 1d44009..2af7d25 100644 --- a/src/qhexview.cpp +++ b/src/qhexview.cpp @@ -18,7 +18,7 @@ #include #if defined(QHEXVIEW_ENABLE_DIALOGS) -#include "dialogs/hexfinddialog.h" +#include "QHexView/dialogs/hexfinddialog.h" #endif #if defined(QHEXVIEW_DEBUG) ```

1. There is documentation for building on Android did you test it? https://github.com/LadybirdBrowser/ladybird/blob/master/Documentation/BuildInstructionsLadybird.md#android 2. If you are not able to contribute, this issue will be closed IMHO.

The desktop file is used within the app image to display the icon, and make it visible on Wayland If you are using appimage, you are the distributor. The desktop...

The desktop file should be installed i to the local home dir. And point to the exact path of the AppImage so the desktop environment can start the exe.

you can close it. But you still will not see the Application in the system menus, and not in "open with". In order to use it - the desktop file...

So the real question is - does semantic versioning support what I requested or not... I will have to dive into it. To the sidequest: yes, I eventially bumped the...

No. I installed on debian `apt install libadwaita-1-dev` and rebuilt from scratch. I don't see the app linking to that library, and I still see an `x` on the window...

OK, I was just blindly running code. That snippet is only in the music demo. I added that code to the button example. When running with GTK4 abstraction - the...