No description
Find a file
Johan Ström 6670f627a0 Race-fix for OSX ControllerListener.
If the destructor was called very close (in time) after the constructor
was called, we'd get a race where gRunLoop was not inited properly, and
when trying to release it we crashed with EXC_BAD_ACCESS.

An example when this would happen is if the user SIGINTs while starting
up. The ControllerManager can be quite slow (seconds) to init sometimes,
and if we'd SIGINT while waiting for it, the ControllerListener ctor
would be called after, the mainloop would be skipped, and then the dtor
would be called -> triggering crash.
2012-04-09 21:28:39 +02:00
3rdparty Move project tellstickd into 3rdparty 2011-11-11 12:02:40 +01:00
bindings Fixed missing implementation of deviceCallbackEvents, and added different handling of contexts. 2011-10-07 10:58:40 +00:00
docs Fix variable name in code example 2012-03-06 13:53:39 +01:00
examples Return type for callbacks is void, not void* 2012-03-06 13:58:31 +01:00
rfcmd Applied patch for everflourish in rfcmd. This closes #141. Thanks to 2011-12-30 17:13:07 +01:00
scheduler Corrected spelling mistake 2011-02-25 10:05:41 +00:00
telldus-core Race-fix for OSX ControllerListener. 2012-04-09 21:28:39 +02:00
telldus-gui Add possible constant for detecting mountain lion 2012-03-01 15:32:27 +01:00
.gitignore Add qtcreator build directory and CMakeLists.txt.user file to .gitignore 2012-01-12 14:40:43 +01:00
.gitmodules Change path to qt-components-desktop submodule to our own mirror since gitorious fails so often 2012-01-30 15:42:08 +01:00