Mattia Basaglia
Mattia Basaglia
Probably animated avatars should follow the "Enable animations" option, currently they ignore it
Another thing to note is animated stickers don't follow the "enable animations" setting either
> Use provided source code and build your own telegram with your preferences. > You can even complitely disable every media content via source code. I would if telegram desktop...
> @mbasaglia Can you give an actual reproduction? Something we can run/look at? Do you have the logs of this AppVeyor job, at least? this build: https://ci.appveyor.com/project/mattia.basaglia/glaxnimate/builds/36210916?fullLog=true ``` ++ cmake.exe...
> Can you try `-DPYBIND11_FINDPYTHON=ON`? That will use CMake's new FindPython module instead of the long-deprecated PythonInterp/PythonLibs. Are you sure you have installed the dev package for Python? (at least,...
Same result, the interpreter is set correctly but libraries aren't ``` ++ cmake.exe .. -DQt5_DIR=/mingw64/lib/cmake/Qt5 -DZLIB_LIBRARY=/mingw64/lib/libz.a -DCMAKE_PREFIX_PATH=/mingw64/lib/ -DZLIB_INCLUDE_DIR=/mingw64/include -DPYTHON_PREFIX=/mingw64/ -DPYTHON_LIBRARIES=/mingw64/bin/libpython3.8.dll -DPython_EXECUTABLE=/mingw64/bin/python3 -DPYBIND11_FINDPYTHON=ON -G 'MSYS Makefiles' -DCMAKE_INSTALL_PREFIX= ... -- Python3 enabled...
I tried even setting PYTHON_LIBRARIES myself but it gets overwritten
I am calling find_package(PythonLibs) to conditionally calling add_subdirectory for pybind. `Python_INCLUDE_DIRS` and `Python_LIBRARIES` were both empty when I tried ``` -DPython_EXECUTABLE=/mingw64/bin/python3 -DPYBIND11_FINDPYTHON=ON ```
Just an idea, but "color history" could use the palette widget. "foreground/background color switching" could be done as an extension of the split color preview (it would just need a...
@nicholascarroll which one?