1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/widget
Tux3 / Mlkj / !Lev.uXFMLA 6ba8be3503 Fix stack smashing, QTimer threading
QTimer CAN NOT be handled from a different thread, we needed to push them to the Core's thread

Allocating a large video frame buffer on the stack is a Bad Idea(tm), this commit fixes a bad buffer overflow

Also improve our QTimer handling during calls, no need to disconnect/reconnect on call start/end, once is enough, and no need to keep them on the stack
2014-07-07 00:12:07 +02:00
..
form Fix buttons on OS X 2014-07-06 14:43:02 -07:00
tool Added GPL header to all source files 2014-07-06 12:19:45 -04:00
camera.cpp Added GPL header to all source files 2014-07-06 12:19:45 -04:00
camera.h Added GPL header to all source files 2014-07-06 12:19:45 -04:00
filetransfertwidget.cpp Added GPL header to all source files 2014-07-06 12:19:45 -04:00
filetransfertwidget.h Added GPL header to all source files 2014-07-06 12:19:45 -04:00
friendwidget.cpp Added GPL header to all source files 2014-07-06 12:19:45 -04:00
friendwidget.h Added GPL header to all source files 2014-07-06 12:19:45 -04:00
groupwidget.cpp Fix stack smashing, QTimer threading 2014-07-07 00:12:07 +02:00
groupwidget.h Added GPL header to all source files 2014-07-06 12:19:45 -04:00
netcamview.cpp Added GPL header to all source files 2014-07-06 12:19:45 -04:00
netcamview.h Added GPL header to all source files 2014-07-06 12:19:45 -04:00
selfcamview.cpp Added GPL header to all source files 2014-07-06 12:19:45 -04:00
selfcamview.h Added GPL header to all source files 2014-07-06 12:19:45 -04:00
videosurface.cpp Added GPL header to all source files 2014-07-06 12:19:45 -04:00
videosurface.h Added GPL header to all source files 2014-07-06 12:19:45 -04:00
widget.cpp Fix stack smashing, QTimer threading 2014-07-07 00:12:07 +02:00
widget.h Fix stack smashing, QTimer threading 2014-07-07 00:12:07 +02:00