moment/src
miruka da75568428 Fix segfault on coroutine cancelling from QML
Since 87fcb0a773f4855cdae7212fa9448a05de57be56, it was possible to call
a Python coroutine, but cancel it (due to parent component destruction)
before Python even has time to start it.
The registred QML callbacks for this coro would then be called,
potentially causing a segfault if that callback tried to access the
parent component or its properties.
2021-03-03 17:12:09 -04:00
..
backend Fix segfault on coroutine cancelling from QML 2021-03-03 17:12:09 -04:00
fonts Bundle default theme fonts 2020-03-15 19:08:12 -04:00
gui Fix segfault on coroutine cancelling from QML 2021-03-03 17:12:09 -04:00
icons/thin Support drag and drop for files and text in chat 2021-03-03 17:12:09 -04:00
images Strip non-free ICC profile out from midnight.jpg 2021-03-03 17:12:08 -04:00
themes Reduce themes fontSize.big from 22 to 20 2021-03-03 17:12:08 -04:00
clipboard_image_provider.h Add copyright header to source code files 2021-03-03 17:12:08 -04:00
clipboard.h Add copyright header to source code files 2021-03-03 17:12:08 -04:00
main.cpp Add copyright header to source code files 2021-03-03 17:12:08 -04:00
utils.h CppUtils.hsluv(): prevent out of bounds sat/luv 2021-03-03 17:12:08 -04:00