moment/src
miruka b94d1e8168 Fix possible race condition when writing user file
While a user file write operation #1 was queued in the _write_loop,
it was possible meanwhile for another function to read the file
(the current old version on disk), add some data to it,
add submit the write (operation #2).
The modifications from operatio #1 were then completly lost at best.
2020-07-24 01:01:37 -04:00
..
backend Fix possible race condition when writing user file 2020-07-24 01:01:37 -04:00
fonts Bundle default theme fonts 2020-03-15 19:08:12 -04:00
gui Fix truncated "Loading previous messag..." text 2020-07-22 16:26:30 -04:00
icons/thin Add "Open externally" to media event context menu 2020-07-21 01:06:31 -04:00
images Background: remove top left black shadow 2020-03-21 15:07:41 -04:00
themes Make GIFs openable externally + real pause button 2020-07-17 06:07:02 -04:00
clipboard_image_provider.h Cache the clipboard QImage, share with provider 2020-07-16 15:18:07 -04:00
clipboard.h Use a thread lock for Clipboard.qimage() 2020-07-16 16:24:16 -04:00
main.cpp Don't catch SIGQUIT and SIGTERM 2020-07-24 00:45:58 -04:00
utils.h utils.h: check for Q_OS_LINUX, not _UNIX 2020-07-16 23:05:02 -04:00