Commit Graph

11 Commits

Author SHA1 Message Date
936dd63d4c Wait for all threads to finish rendering before deleting the filters, otherwise any PageRender could try to use a filter after deleting it.
This is clear example of the risks of sharing raw pointers, the code should be using share_ptr.
2018-01-03 16:44:10 +01:00
7e106aedd9 Fix crash on exit in YACReader. The problem was the default texture in the flow being deleted more than once. 2018-01-02 21:12:32 +01:00
c490e48c00 New Info.plist for YACReader in macos, it should fix the "open with" problem. 2017-12-29 10:35:45 +01:00
d5f167b670 Don't set the window icon, let windows use the app icon. 2017-11-20 21:37:26 +01:00
31ba1275d3 Update app icons for YACReader and YACReaderLibrary in Windows. 2017-11-20 19:43:48 +01:00
6ccc78558f Remove unneeded es.qm files. 2017-11-06 13:11:33 +01:00
2c914d6579 Support Haiku OS specific libs and compile flags in the build system. 2017-11-03 08:15:46 +01:00
6a1ba45a4d Add 64 bit builddir support for YACReaderLibraryServer 2017-10-22 14:21:35 +02:00
af59672204 Buildsystem: add folders for 64bit build and improve dependencies detection. 2017-10-21 21:49:00 +02:00
9dc4c7a753 Updated translation resources files. 2017-09-29 11:51:04 +02:00
958003f52f Fix problems with missing safety checks in Render::fillBuffer and pdfcomic 2017-09-27 22:00:00 +02:00