Commit Graph

4453 Commits

Author SHA1 Message Date
0f91f69036 build: script to create Python virtual env 2024-09-21 14:38:07 +01:00
f8d14edcdb build: fixed option name for SYSTEM_TOMLPLUSPLUS 2024-09-21 12:49:01 +01:00
3300e67913 ci: give write permission for PR comments 2024-09-21 07:24:39 -04:00
265ab87997 build: default to system tomlplusplus and CLI11 2024-09-21 07:09:33 -04:00
60967bbc8d docs: add extra badges and fix sponsor link 2024-09-21 12:04:10 +01:00
fcd0d63d7c docs: add build type to bug report form 2024-09-21 07:02:56 -04:00
7e98714869 ci: lint and add comment to PR on fail 2024-09-20 19:21:23 +01:00
3d4d19fe11 docs: add sponsor badge and blurb to readme 2024-09-20 09:35:23 -04:00
4db927eb63 docs: fixed link to config.yaml in README.md 2024-09-20 09:13:04 -04:00
2d1f3496b7 ci: option to skip changelog lint in PR 2024-09-20 07:30:57 -04:00
b4c826c75b ci: always upgrade packages on arch 2024-09-20 07:26:54 -04:00
835dc4ec25 fix: gate leave() with canLeave(), allowing cleanup 2024-09-18 16:30:15 -04:00
f906ee50c8 Remove Google Drive upload and always upload to GitHub (#7525)
Problem: Google Drive upload breaks CI on `master` and is also a
downstream requirement which we probably don't need it for Deskflow.

Solution: Remove Google Drive use in CI, and let downstream worry about
that.
2024-09-18 21:08:19 +01:00
6eacf0ec55 ci: Remove Google Drive upload, and Always upload to github 2024-09-18 15:09:32 -04:00
660fb9daff fix: protocol compatibility with Synergy (#7524)
* fix: protocol compatiblity wity synergy

* Apply clang format

* Update ChangeLog

---------

Co-authored-by: Nick Bolton <nick@symless.com>
2024-09-18 18:25:20 +01:00
0220a481f2 Fix broken CI caused by renaming project to Deskflow (#7522)
* Bump CI

* Use 2 core arm runner

* Update ChangeLog

* Fixed filename `deskflowc.exe.manifest`

* Remove  .vscode/settings.json file

* Restore test values to make tests work (test values should not contain app name)

* Fixed syntax error in Windows watchdog

* Add `sonar-project.properties` file

* Change default core count

* Add default package prefix

* Default product name in CMake

* Tweak ChangeLog
2024-09-18 10:56:29 -04:00
9dc6377bd9 fix: windows build typos (#7521) 2024-09-18 11:09:56 +01:00
4c326cd444 Temporarily bumping to 1.17.0 to avoid confusion 2024-09-18 08:41:47 +01:00
ed1217e9cc Use Deskflow Name (#7519)
* Use Deskflow Name

* Remove business-oriented options from issue templates

* Remove business-oriented workflow

* Bump version to 3.0.0 (to avoid confusion with previously used version numbers 1.x & 2.x)

* Update readme to reflect new project name and goals

* Found some more "synergy" to rename

* Rename `synlib` to `app`

* Rename `syntool` to `deskflow-legacy`

* Rename `synwinhk` to `dfwhook`

* Rename dirs from synergy to deskflow

* Rename more "Synergy" files

* Rename app bundle ID

* Fixed copyright typo

* Rename only title in serial key dialog (to be moved downstream later)

* Preserve original serial key window for moving downstream

* Restore dialogs ready for moving downstream

* Rename `QDeskflowApplication` to `DeskflowApplication` (the Q is confusing)

* Restore Volker's original project name

* Fixed mimetype

* Fixed weird grammar

* Fixed (more) weird grammar

* Broken link, restoring (but we should move all links out of source)

* Broken link, restoring (but we should move all links out of source)

* Add write permission to valgrind-analysis.yml

* Restore AUR conflicts

* Apply Clang format

* Update ChangeLog

* Back out version change

---------

Co-authored-by: Nick Bolton <nick@symless.com>
2024-09-17 20:00:25 +01:00
1fa4b9631b Changed all links to deskflow/deskflow in README.md 2024-09-16 21:33:07 +01:00
04a0a8976f Update README.md to add spacing after IRC channels 2024-09-16 20:48:29 +01:00
cbb88621ef Update README.md to reference new project name 2024-09-16 20:48:05 +01:00
6a91081d0e Bump version to 1.16.2 2024-09-16 18:11:19 +01:00
62a9212cc5 Make it easier for people to contact us on README.md (#7512)
* Make it easier for people to contact us on README.md

* Hopeful note

* Better grammar
2024-09-13 12:03:17 +01:00
3735f43dc1 Correct ChangeLog for issue #7510 2024-09-12 16:26:06 +01:00
462c4c242c Delete all .gcda files when integtests coverage fails (#7510)
* Delete all gcda files when integtests fail

* Update ChangeLog

* Test failure

* Move test dir creation to main

* Undo retry loop which didn't solve the issue

* Use `-fprofile-update=atomic` according to gcov bug 68080
2024-09-12 16:23:36 +01:00
fe16ba63fd Use GitHub vars to determine custom runner names (#7509)
* Use `WINDOWS_RUNNER` var to determine custom runner name

* Remove `if` step

* Change var to `CI_WINDOWS_RUNNER`

* Use other runner vars and fall back to free runners

* Update ChangeLog

* Use `CI_MAC_INTEL_RUNNER`

* Set Mac name depending on var

* Use `CI_LINUX_ARM_RUNNER`

* Change CI var to `CI_ENABLE_PACKAGING`

* Use exclusions to remove ARM runners when var not set

* Switch to `CI_USE_LINUX_ARM_RUNNER` var

* Exclude arm runners if `CI_USE_LINUX_ARM_RUNNER` not set

* Fixed path and actually capture `matrix` as var

* Fixed path

* Add debug step

* Kick build

* Add EOL delimiters

* Move action to composite action for reuse

* Make JSON output pretty

* Add shell prop

* Fixed output var name

* Cleanup debug

* Move debug to same step

* Kick build

* Use `needs` on other jobs

* Also depend unix on setup
2024-09-12 14:12:28 +01:00
f9287cddd1 Add run-retry action to workaround integtest gcovr issue (#7507)
* Add `run-retry` composite action to workaround `integtest` `gcovr` issue

* Update ChangeLog

* Add comment explaining retry
2024-09-12 10:20:53 +01:00
3bb5ce12ae Make APPLE_CODESIGN_ID env var optional for CE CI (#7506)
* Remove CI requirement for `APPLE_CODESIGN_ID` for CE CI

* Update ChangeLog
2024-09-12 09:05:32 +01:00
85bacccfcc Add link to community reboot discussion on README.md 2024-09-12 09:05:20 +01:00
06d8787d56 Remove static link of libportal from Debian Trixie CI (#7505)
* Remove static link to libportal now that Debian 13 has 0.8.0

* Update ChangeLog

* Update ChangeLog
2024-09-11 21:06:51 +01:00
5914c7c8a5 Make package filenames consistent with previous versions (#7503)
* Return Linux version codename if no version ID

* Use underscores and put version at start

* Use `-` instead of `.` for version

* Use more consistent arch names in filenames

* Update ChangeLog
2024-09-11 18:19:20 +01:00
c9eebe0d1a Add 'Similar Projects' to README.md 2024-09-10 21:16:29 +01:00
7a281dc161 Merge branch 'master' of github.com:symless/synergy 2024-09-10 13:12:56 +01:00
83825c6723 Make tip clearer about build guide in README 2024-09-10 13:12:38 +01:00
ead79147d7 Update BUILD.md with new wiki page URL 2024-09-10 12:49:23 +01:00
6aa2b5096c Reorganize code quality badge in README.md 2024-09-10 12:05:43 +01:00
b7d8007223 Match OpenSSL SPDX license exception text
https://spdx.org/licenses/openvpn-openssl-exception.html
2024-09-10 12:02:15 +01:00
708126e40c Use more conventional LICENSE_EXCEPTION filename 2024-09-10 11:52:08 +01:00
fc0545e575 Remove 'how to apply' from LICENSE file 2024-09-10 11:45:42 +01:00
3d36cc56ea Fixed badge links in README.md 2024-09-10 11:40:35 +01:00
4e70c138f6 Fixed link to OpenSSL exception in README.md 2024-09-10 11:39:09 +01:00
297ead9494 Add license special exception for OpenSSL 2024-09-10 11:35:54 +01:00
640a52ee97 Add header links in README.md for easier nav 2024-09-10 10:43:43 +01:00
9f0de896cd Simplify Wayland support detail on README.md 2024-09-10 10:40:50 +01:00
d4fa14e493 Update build instructions on README.md (#7501)
* Update build instructions on README.md

* Add missing `_` char

* Remove space to make associated lines clearer

* Add 'Synergy' next to version number

* Add badges
2024-09-10 10:39:12 +01:00
d44fb598ca Re-creating LICENSE so that GitHub can recognize it (#7502)
* Delete LICENSE

* Re-creating LICENSE so that GitHub can recognize it
2024-09-10 10:25:33 +01:00
5f7a73993e Update README.md to reflect v1.16 release 2024-09-09 19:17:49 +01:00
ac239b6f24 Bump version to 1.16.1-beta 2024-09-09 19:07:05 +01:00
837bd3704b Option to static link libportal ahead of 0.8.x distribution (#7498)
* Dirty dirty hack so that beta testers can try Wayland on server ahead of libportal 0.8.x distribution

* Install deps for subprojects that are added with --meson-no-system

* Use `RuntimeError`

* Remove `packagefiles` from `.gitignore`

* Add ignored packagefiles

* Improve comment

* Update ChangeLog
2024-09-09 17:12:20 +01:00