Commit Graph

2384 Commits

Author SHA1 Message Date
Nye Liu
7792e7f07a Add retry to CondVarBase wait(), make sure Stopwatch is started on construction (Issue #4735)
* ArchMultithreadPosix::waitCondVar() returns every 100ms, so retry until we
  hit timeout.

* Stopwatch constructor should be called with "false" (not "true") to make sure
  Stopwatch is actually running when instantiated.
2015-11-13 10:31:09 -08:00
Nye Liu
ba9d8535a5 Cosmetic whitespace, use return value of wait() directly instead of testing timer 2015-11-13 10:31:09 -08:00
Nye Liu
3edf5fc45f Properly lock condVar, add timeout condition to prevent infinite loop when waiting for fillClipboard() to finish 2015-11-13 10:31:09 -08:00
Nye Liu
fb156dd131 Fix bug #4735 - don't leave() until fillClipboard()s all complete 2015-11-13 10:31:09 -08:00
Jerry (Xinyu Hou)
49b774cd8e Make center point be aware of DPI scaling #5030 2015-11-10 15:01:41 -08:00
Jerry (Xinyu Hou)
8acdcbd4d9 Version to rc2 2015-11-10 14:55:30 -08:00
Jerry (Xinyu Hou)
46271c6829 Fix indentation 2015-11-09 10:52:07 -08:00
Jerry (Xinyu Hou)
ceab3a8932 Fix code style 2015-10-20 14:54:51 -07:00
Jerry (Xinyu Hou)
5910ebef5f Use condition instead of assertion #5030 2015-10-19 12:35:24 -07:00
XinyuHou
c3481a916a Fix unit test failed compiling on Linux #5030 2015-10-19 12:26:28 -07:00
XinyuHou
0c3affa861 Add size_t dependency #5030 2015-10-19 12:25:51 -07:00
XinyuHou
f98da05ca2 Update git ignore list 2015-10-19 11:51:12 -07:00
Jerry (Xinyu Hou)
4f1acc6dc6 Add unit tests for DpiHelper 2015-10-19 11:41:52 -07:00
Jerry (Xinyu Hou)
f902a59d21 Fix code style 2015-10-19 11:28:33 -07:00
Jerry (Xinyu Hou)
7d99f66f02 Make sure all variables are non zero #5030 2015-10-19 11:28:23 -07:00
Jerry (Xinyu Hou)
cf0afd5450 Fix high DPI breaking edge detection and mouse delta calculation #5030 2015-10-19 11:20:56 -07:00
Jerry (Xinyu Hou)
555a5db55e Pass resolution and center into core on Windows #5030 2015-10-19 11:18:43 -07:00
Jerry (Xinyu Hou)
8e527db6be Add DPI helper #5030 2015-10-19 11:18:08 -07:00
Jerry (Xinyu Hou)
53a845e3ff Suppress unit tests and integtests warning for Mac 10.11 #5064 2015-10-14 13:08:34 -07:00
Jerry (Xinyu Hou)
6107383433 Revert "Suppress unit tests and integtests warning for Mac 10.11"
This reverts commit a59354a38c.
2015-10-14 13:07:13 -07:00
Jerry (Xinyu Hou)
a59354a38c Suppress unit tests and integtests warning for Mac 10.11 2015-10-13 15:19:44 -07:00
Jerry (Xinyu Hou)
bf3e6ce7e4 Version to 1.7.5-rc1 2015-10-13 15:18:15 -07:00
Jerry (Xinyu Hou)
c734bab59e Versioned to 1.7.4-rc8 2015-08-07 15:56:23 -07:00
Jerry (Xinyu Hou)
b881dc677b Stopped process before showing the fingerprint message #4901 2015-08-07 15:55:58 -07:00
Nick Bolton
984a9ccffb ChangeLog for v1.7.4-stable 2015-08-07 14:12:33 -07:00
Jerry (Xinyu Hou)
e3e97cb9a5 Increased wizard version to 7 #4866 2015-08-06 12:44:59 -07:00
Jerry (Xinyu Hou)
0ce099f04d Increased ns plugin version to 1.3 #4866 2015-08-06 12:39:06 -07:00
Xinyu Hou
0101dcd4bc Revert "Allowed reconnect after SSL fatal error #4857"
This reverts commit cbd63e9d67.
2015-08-05 17:51:41 +01:00
Xinyu Hou
4bf23164ea Versioned to 1.7.4-rc7 2015-08-05 16:13:23 +01:00
Nick Bolton
c41c3af062 ChangeLog for v1.7.4-stable 2015-08-05 11:26:58 -07:00
Nick Bolton
1aaa7232d1 Update CMakeLists.txt 2015-08-05 10:40:39 -07:00
Maxim Doucet
d1df36336a Fix issue synergy/synergy#4720 2015-08-04 15:06:57 -07:00
Jerry (Xinyu Hou)
cf0f9b5903 Versioned to 1.7.4-rc6 2015-08-04 15:06:20 -07:00
Jerry (Xinyu Hou)
9a98a38864 Versioned to 1.7.4-rc5 2015-07-31 16:28:15 -07:00
Xinyu Hou
aeeae95ccf Solved fingerprint message box race condition #4901 2015-07-30 17:15:02 -07:00
Xinyu Hou
f81e88b75d Stopped multiple fingerprint message boxes popping up #4910 2015-07-30 16:51:00 -07:00
Jerry
cdd0fe495f Stopped old process before start a new one #4908 2015-07-30 15:52:14 -07:00
Xinyu Hou
8a828f000d Stopped old process on apply button clicked #4908 2015-07-30 11:56:06 -07:00
Nick Bolton
13caad086e Version to v1.7.4-rc4 2015-07-30 11:38:00 -07:00
Xinyu Hou
023bc3ca43 Used timer instead of delay #4901 2015-07-29 15:15:53 -07:00
Xinyu Hou
17a308999f Fixed code style #4901 2015-07-29 15:15:53 -07:00
Xinyu Hou
6a2f49172b Fixed auto restart sometimes cause GUI crash #4901 2015-07-29 15:15:53 -07:00
Xinyu Hou
6723e53121 Rename update zeroconf mutex 2015-07-29 15:15:53 -07:00
Jerry (Xinyu Hou)
fa8cf7a89c Deleted accidentally committed file 2015-07-29 11:48:06 -07:00
Xinyu Hou
622a92a81c Restarted process from GUI in desktop mode #4901 2015-07-29 02:01:39 +01:00
Jerry (Xinyu Hou)
8da1b4f408 Versioned to 1.7.4-rc3 2015-07-28 13:05:22 -07:00
Jerry (Xinyu Hou)
395ff9b8a4 Changed installer filename to use branch, stage and revision #4898 2015-07-28 13:00:18 -07:00
Jerry (Xinyu Hou)
2edcfe979c Fixed warning on Mac 10.6 #4866 2015-07-24 13:34:22 -07:00
Jerry (Xinyu Hou)
e1896305c1 Refactored plugin names #4866 2015-07-24 13:17:18 -07:00
Xinyu Hou
041b6124af Unified secure socket name across platforms #4866 2015-07-24 20:45:50 +01:00