Commit Graph

4379 Commits

Author SHA1 Message Date
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
Loïc PÉRON
f2cc582f9f Use screen name instead of IP address to announce server through zeroconf, same way it is done for client 2020-05-03 13:59:34 +02: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
Jamie Newbon
d65ebf7c91 #6663 Changed Ubuntu builder to LTS 19.10 2020-04-20 10:34:35 +01:00
Jamie Newbon
96b8c74373 #6663 Added limit to the log view of 10,000 lines in the GUI to prevent RAM hogging 2020-04-17 17:52:36 +01:00
Jamie Newbon
d061eac117 #6538 Fixed missing semicolon 2020-04-01 16:30:02 +01:00
Jamie Newbon
05ab554d09 Merge branch 'master' into v1-issue-6538-systemscope-setting
# Conflicts:
#	src/gui/src/AppConfig.cpp
2020-04-01 16:09:45 +01:00
Jnewbon
8df1c5977b
Merge pull request #6658 from symless/issue-6587-autoconfig-restart
Added signal when auto config is changed to update UI
2020-04-01 16:02:16 +01:00
Jamie Newbon
fdd09d0f5d #6587 Added signal when auto config is changed to update UI 2020-04-01 10:23:14 +01:00
Jamie Newbon
c62d23ab06 #6538 started adding modified settings check to prevent saving changes multiple times 2020-03-31 15:18:57 +01:00
Jamie Newbon
2bff3807f8 #6538 Moved settings from main window to appconfig 2020-03-31 11:09:50 +01:00
Jamie Newbon
ab92492d65 Merge branch 'master' into v1-issue-6538-systemscope-setting 2020-03-27 14:53:39 +00:00
Jnewbon
edbeb325bb
Updated translation from Crowdin (Japanese and Polish) (#6647) 2020-03-27 14:41:37 +00:00
Jnewbon
887158186a
Merge pull request #6653 from symless/v1-6622-build-translations
Fixed problems with translations
2020-03-25 14:00:39 +00:00
Jamie Newbon
8cda3b7076 Set stage back to snapshot 2020-03-25 13:48:09 +00:00