eumagga0x2a
eumagga0x2a
Those users like myself who need to setup a MXE-based build environment including qtbase and other Qt stuff right now, might resort to ``` diff --git a/tools/nonetwork.c b/tools/nonetwork.c index fc95b6a9..0071a9ed...
> You can build with an empty PRELOAD variable Does it mean that it is not a big deal to let networking enabled during build-only rules? The emergency hack preserves...
I like it very much, thanks. Can it go official and maybe get documented, please? This change would allow easy troubleshooting in case a script does unexpected things with stderr...
Compact GUI design, new features, combined widgets, editable text fields, movable docks, and more...
Thank you for the huge amount of thought put into this POC. Making the time display editable was on my wishlist for quite a while. The code doesn't build with...
Compact GUI design, new features, combined widgets, editable text fields, movable docks, and more...
Below the build fix for reference. ```diff --git a/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2.cpp b/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2.cpp index d1b33286f..3f52795ec 100644 --- a/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2.cpp +++ b/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2.cpp @@ -143,7 +143,13 @@ static bool uiIsMaximized=false; static bool needsResizing=false; -static QRegExp timeRegExp("^([0-9]{2}):([0-5][0-9]):([0-5][0-9])\\.([0-9]{3})$");...
Compact GUI design, new features, combined widgets, editable text fields, movable docks, and more...
Thank you, I've finally found a few hours to spend with the new GUI on Linux and on Windows 10, but unfortunately didn't have time to debug the functional issues,...
Compact GUI design, new features, combined widgets, editable text fields, movable docks, and more...
> I see that now there are merge conflicts. I'm sorry for the inconvenience, the work on the status bar added by szlldm prior to this PR needs to be...
Compact GUI design, new features, combined widgets, editable text fields, movable docks, and more...
FYI: here are some of the promised screenshots of the new GUI on non-Linux platforms, here showing an empty Avidemux window on Windows 10 and on macOS Monterey with the...
Thank you, if you wish to proceed via PR (the issue was raised in the forum recently while I didn't have time for anything PC-related), please replace Debian-specific package names...
Regarding cmake and yasm, wouldn't it be better to ask for build dependencies of aom?