Commit Graph

3488 Commits

Author SHA1 Message Date
Jamie Newbon
c0ea5e94de Activated Conditions 2020-07-09 11:43:34 +01:00
Jamie Newbon
f832d99b26 Added Windows core upload without condition. 2020-07-09 11:15:18 +01:00
Jnewbon
448a787ab8
Migrated to Azure pipline for CI and builds
Also added Deb 10 to CI and builds
2020-07-08 13:17:06 +01:00
Jnewbon
4b16b9339a
Merge pull request #6710 from symless/issue-6661-gtest-update
Updated Gtest and Gmock to 1.8.1
2020-07-08 12:56:11 +01:00
Jamie Newbon
e70b1669d5 #6661 Disabled Ipc tests due to build error 2020-07-02 12:18:16 +01:00
Jamie Newbon
83d1588666 #6661 Updated google tests to 1.8.1 2020-07-01 14:12:44 +01:00
Jamie Newbon
a8d4ff58f1 #6661 Removed separate gmock and gtest 2020-07-01 14:02:15 +01:00
Jamie Newbon
533a42a214 #6661 Switched to https for submodules 2020-07-01 13:14:59 +01:00
Jamie Newbon
0862ab7f6d #6661 Pulled in updated -well, some what updated- versions of gmock and gtest 2020-06-30 17:02:28 +01:00
Jamie Newbon
b924c2d52d #6661 Removed stored version of gtest and gmock 2020-06-30 16:53:04 +01:00
Jnewbon
48cd3aa40c
Merge pull request #6649 from yurivict/master
FreeBSD compatibility patch
2020-06-01 17:01:48 +01:00
Jnewbon
189b0be445
Merge pull request #6694 from symless/issue-6487-mouse-freeze-2
Updated fix for cusor freezes
2020-06-01 11:46:24 +01:00
Povilas Kanapickas
4308b42915 #6487 XWindowsEventQueueBuffer: Fix delays when waiting for new events
QLength() may return 0 even if there are events pending because they
need to be read from the display socket in order to become visible. We
must use XPending() which will poll the socket if QLength() == 0.
2020-05-22 14:41:42 +01:00
Jamie Newbon
bf3796aea7 Revert "#6487 Changed timeout multiplier"
This reverts commit a324957e
2020-05-22 14:41:04 +01:00
Jnewbon
e2c42743af
Merge pull request #6685 from symless/issue-6487-mouse-freeze
Cursor freezes intermittently on Linux
2020-05-18 10:40:28 +01:00
Nick Bolton
c4f3a68c64
Fixed Slack link in readme (old one had expired) 2020-05-16 10:18:25 +01:00
Jnewbon
a5540c4503
Merge pull request #6680 from symless/issue-6670-language-build
Fixed language file failing build on some linux distributions
2020-05-05 00:42:15 +01:00
Jamie Newbon
b89b22ba4c #6670 Updated languages from source file 2020-05-04 23:59:32 +01:00
Jamie Newbon
e9f85ed69c #6670 Updated language source file 2020-05-04 23:55:08 +01:00
Jamie Newbon
1973cc7eb5 #6670 Updated cmake to require translations that don't get build on some distributions 2020-05-04 23:55:08 +01:00
Jnewbon
fe98537393 Update Crowdin configuration file 2020-05-04 21:07:32 +01:00
Jamie Newbon
a324957e2d #6487 Changed timeout multiplier
We belive that there was a bug in the polling function that caused it
to return straight away instead of actually waiting for the timeout.
2020-05-04 13:52:14 +01:00
Jamie Newbon
26f4b4da46 Revert "#6487 Possible culprit to mouse freeze commented out for testing"
This reverts commit b5c57d9b
2020-05-04 13:45:45 +01:00
Jamie Newbon
b5c57d9b5e #6487 Possible culprit to mouse freeze commented out for testing 2020-04-30 22:19:29 +01:00
Jamie Newbon
c1f15d6b79 Update Changelog and Version 2020-04-30 11:10:08 +01:00
Jnewbon
35dee25402
Merge pull request #6677 from symless/issue-6666-doxygen-documentation
Created Doxygen documentation
2020-04-30 10:48:52 +01:00
Jamie Newbon
04504c59bb #6666 Updated git ignore and Readme 2020-04-30 10:27:32 +01:00
Jamie Newbon
2f74388d28 #6666 Added condition to only build doxygen on master branch 2020-04-29 12:13:39 +01:00
Jnewbon
e3f0203657
Merge pull request #6659 from symless/v1-issue-6538-systemscope-setting
Added system config selection for all users configuration
2020-04-28 10:43:08 +01:00
Jamie Newbon
62607ec390 #6538 Added check if system config doesnt exist then copy from user settings 2020-04-27 16:58:27 +01:00
Jamie Newbon
f77bc2acff #6538 Fixed couple issues with comments 2020-04-27 15:50:01 +01:00
Jamie Newbon
f1f5079497 #6538 Removed braces that somehow got added to member variables 2020-04-27 13:09:26 +01:00
Jamie Newbon
eaf99424c5 #6538 Added Save call when main window is closed. 2020-04-27 13:04:30 +01:00
Jamie Newbon
f50d2065e4 #6538 Updated AppConfig constructor, and removed some save settings calls 2020-04-27 13:03:42 +01:00
Jamie Newbon
ad1429e9aa #6538 Removed appconfig saveSettings calls from external classes, update serverconfig to derived class 2020-04-27 13:02:26 +01:00
Jamie Newbon
73b9f40a44 #6538 Added save to ConfigWriter, updated system config pathing and, set initial scope 2020-04-27 12:59:37 +01:00
Jamie Newbon
b3892a1b82 #6538 Changed Enum names to follow code standards 2020-04-27 12:53:39 +01:00
Jamie Newbon
fb5b46c02e #6538 Added assert declaration 2020-04-24 10:22:40 +01:00
Jamie Newbon
a5d18ebb0a #6538 Removed extra , 2020-04-23 19:07:50 +01:00
Jamie Newbon
df2d31ecf8 #6538 Implemented a most of the new config system 2020-04-23 18:11:20 +01:00
Jnewbon
a5b27a04f3 #6666 Putting back the other dezops builds 2020-04-21 21:18:02 +01:00
Jnewbon
947dc609ec Update azure-pipelines.yml for Azure Pipelines 2020-04-21 21:06:31 +01:00
Jnewbon
e53492a28f Update azure-pipelines.yml for Azure Pipelines 2020-04-21 20:20:26 +01:00
Jnewbon
ae5545c9dd Update azure-pipelines.yml for Azure Pipelines 2020-04-21 18:27:46 +01:00
Jamie Newbon
3a790f2e71 Merge branch 'issue-6666-doxygen-documentation' of github.com-jnewbon:symless/synergy-core into issue-6666-doxygen-documentation 2020-04-21 17:03:15 +01:00
Jnewbon
4e2c839e05 Update azure-pipelines.yml for Azure Pipelines 2020-04-21 16:58:30 +01:00
Jamie Newbon
049b9b75c8 #6666 Fixed absolute path 2020-04-21 16:54:43 +01:00
Jamie Newbon
e2802eee52 #6666 Added Doxy config and Azure build job 2020-04-21 16:21:52 +01:00
Jamie Newbon
10f558d863 #6538 Added ConfigWriter to centralized config file interaction 2020-04-21 15:53:53 +01:00
Jnewbon
0e76ba898a
Merge pull request #6664 from symless/issue-6663-clear-log
Limited the log in the GUI to 10,000 lines to prevent RAM hogging
2020-04-20 13:52:13 +01:00