Dom Rodriguez
f399c8c642
Feature: CMake now generates compile_commands.json
...
This commit adds suppotr for generating a 'compile commands' JSON
file. This provides fairly sufficient autocomplete support for most text
editors, such as (Neo)vim and VS Code. It specifies include paths, and
the compiler arguments used to compile each source file.
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
2019-07-25 13:46:00 +01:00
Adrian Lucrèce Céleste
ea0717b5f5
Merge pull request #368 from maxiberta/snap-fix-version-script
...
Fix snap version-control script for local LXD builds
2019-07-23 19:00:26 -04:00
Maximiliano Bertacchini
4e83ea7f9a
Fix snap version-control script for local lxd builds.
2019-07-23 18:44:12 -03:00
Maximiliano Bertacchini
f23a2ecec3
Use appstream metadata from flathub.
2019-07-10 15:38:01 -04:00
Maximiliano Bertacchini
30bc1948c6
Set snap icon and license.
2019-07-10 15:38:01 -04:00
Maximiliano Bertacchini
bad0373bbb
Add desktop entry with an app icon.
2019-07-10 15:38:01 -04:00
Maximiliano Bertacchini
7a2c3f7741
Update build-packages and stage-packages.
2019-07-10 15:38:01 -04:00
Maximiliano Bertacchini
e2f59c7475
Drop custom qt5, use distro provided one.
2019-07-10 15:38:01 -04:00
Maximiliano Bertacchini
49210e1ea4
Add commands: `barrier`, `barrierc`, `barriers`.
2019-07-10 15:38:01 -04:00
Maximiliano Bertacchini
1c5a95f810
Fix interface plugs.
2019-07-10 15:38:01 -04:00
Maximiliano Bertacchini
1c398dcd66
Use version from git tag.
2019-07-10 15:38:01 -04:00
Patrizio Tufarolo
40ee389296
Fixed quote key on US International keyboard
...
Fixes single quote key on US international keyboard, backported from symless/synergy-core#6448
2019-07-10 09:28:22 -04:00
Nelson Chen
af444a6932
Ensure Inno Setup 5 is installed in Azure Pipelines
2019-07-09 08:25:20 -04:00
Adrian Lucrèce Céleste
8e8b38b493
[Cmake] bump version to 2.3.0
2019-06-27 21:33:34 -04:00
Adrian Lucrèce Céleste
8e1a5921f6
[Release] Bump up to a new release version
2019-06-27 21:18:24 -04:00
Adrian Lucrèce Céleste
1e118ee8e8
[README] Add FaQ to the bottom
2019-06-26 18:07:19 -04:00
Chun Wang
0f5cdecf51
Fix #232 MACOS serious config file errors - hotkeys totally broken
2019-06-14 12:22:56 -07:00
Adrian Lucrèce Céleste
6c19a87f63
Add Q/A about 32-bit windows
...
Clarify that 32-bit editions of windows are not supported.
2019-06-14 09:34:18 -04:00
Adrian Lucrèce Céleste
b3374a07ed
Add a quick Q/A about what OSes are supported
2019-06-14 09:32:08 -04:00
Adrian Lucrèce Céleste
b09a3985d0
fix #163
2019-05-30 09:30:38 -04:00
Nelson Chen
40f94c6477
Upgrade QLI Installer and use Cal's Qt Mirror
...
This should provide more reliable Windows builds in CI.
2019-05-26 13:22:10 -04:00
Nelson Chen
0be33c3032
Publish Mac Artifacts
2019-05-26 13:20:00 -04:00
Nelson Chen
500a82824f
Build Release version of Barrier on Mac
2019-05-26 13:20:00 -04:00
Nelson Chen
cd8176e69f
Install Pinned Qt and OpenSSL on Mac
2019-05-26 13:20:00 -04:00
Nelson Chen
ae8ef7f4f2
Prefix Windows artifact names with 'Windows' on Azure Pipelines ( #319 )
2019-05-26 13:18:55 -04:00
Nelson Chen
6074f9b648
Update Apt on Linux before installing dependencies on Azure Pipelines ( #321 )
2019-05-26 13:16:41 -04:00
pack
a3804c4915
typo fix ( #311 )
2019-05-17 22:54:42 -04:00
Adrian Lucrèce Céleste
e4392b51b4
📝 add release link and contact info ( #310 )
...
📝 add release link and contact info
2019-05-17 19:30:02 -04:00
Adrian Lucrèce Céleste
d362f7ad52
📝 add release link and contact info
2019-05-17 19:09:50 -04:00
Adrian Lucrèce Céleste
9b5e2c2da3
Azure pipelines ( #303 )
...
Azure pipelines
2019-05-16 10:36:42 -04:00
Nelson Chen
e518694026
Initial Azure Pipelines
2019-05-15 20:18:19 -07:00
Adrian Lucrèce Céleste
a82b845e07
Rename the "Apply" button to "Reload" ( #292 )
...
Rename the "Apply" button to "Reload"
2019-05-14 16:07:44 -04:00
Adrian Lucrèce Céleste
ab40f52f4b
Add dpiAwareness PerMonitor ( #306 )
...
Add dpiAwareness PerMonitor
2019-05-14 09:57:11 -04:00
Matthijs Wensveen
84fcbea34b
Add dpiAwareness: PerMonitor to manifest to better handle multiple monitors with different DPI settings.
2019-05-14 11:36:21 +02:00
Adrian Lucrèce Céleste
2f86911c87
Merge pull request #287 from noisyshape/windows-installer-fix
...
Windows installer fix
2019-04-21 12:24:55 -04:00
noisyshape
18ac0fe4b5
Replace Wix with Inno Setup
...
The Wix configuration is left over from Synergy.
2019-04-18 21:04:00 -04:00
Mike Salvatore
c54424794f
Rename the "Apply" button to "Reload"
...
The "Apply" button in the main window calls stopBarrier() immediately
followed by startBarrier(). The startBarrier() function reloads the
configuration. The fact that the "Apply" button applies configuration
changes is incidental; the "Start" button also applies new settings.
"Reload" more accurately describes the function that the button
performs.
Issue #284
2019-04-17 20:37:28 -04:00
Adrian Lucrèce Céleste
929a8e133d
Merge pull request #289 from mssalvatore/issue_278
...
Fix #278 "Enable Clipboard Sharing" always reset after restart
2019-04-17 12:24:22 -04:00
Mike Salvatore
854a6b2a86
Fix #278 "Enable Clipboard Sharing" always reset after restart
...
Unlike other settings, the "Enable Clipboard Sharing" setting of the
ServerConfigDialog does not persist when the barrier application (GUI)
is stopped completely and restarted. Add the necessary code to the
saveSettings() and loadSettings() functions.
2019-04-13 06:40:45 -04:00
Adrian Lucrèce Céleste
d85a47ad80
Merge pull request #283 from noisyshape/vs2019-build
...
Update Windows build script for VS2019
2019-04-12 11:39:24 -04:00
noisyshape
35e6693d6d
Fix XML
2019-04-12 10:49:49 -04:00
noisyshape
cdf37376f5
Remove hardcoded paths
2019-04-12 10:49:49 -04:00
noisyshape
6a70ef9efb
Create version number for wix
2019-04-12 10:49:49 -04:00
noisyshape
4afa31ac54
Correct path and instructions
2019-04-12 10:09:40 -04:00
Adrian Lucrèce Céleste
acbe6d371f
Merge pull request #271 from wendall911/rpm-spec
...
Working spec file for Fedora
2019-04-12 08:55:37 -04:00
Adrian Lucrèce Céleste
5d031588b2
Merge pull request #270 from payomagic/master
...
Barrier Snappy
2019-04-12 08:54:44 -04:00
noisyshape
0af43a2488
Normalize cmake generator strings
2019-04-11 11:42:59 -04:00
noisyshape
3e6095fc34
Add support for multiple VS versions
2019-04-10 18:36:42 -04:00
noisyshape
47aac5081f
Update Windows build script for VS2019
2019-04-10 14:08:09 -04:00
Adrian Lucrèce Céleste
acca0d7f6f
Merge pull request #252 from vorph1/screen-change-script
...
Fire screen switch event on client disconnect
2019-03-22 08:40:30 -04:00