From c44a398e39e86efa8dfa9a1d0d5574a20a8ec95c Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 10 Jan 2021 19:47:23 +0200 Subject: [PATCH 01/13] doc: Remove unused file --- doc/QtCodeStyle.xml | 234 -------------------------------------------- 1 file changed, 234 deletions(-) delete mode 100644 doc/QtCodeStyle.xml diff --git a/doc/QtCodeStyle.xml b/doc/QtCodeStyle.xml deleted file mode 100644 index e621c4f6..00000000 --- a/doc/QtCodeStyle.xml +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - CodeStyleData - - false - false - true - false - false - false - true - false - true - false - false - false - true - true - false - true - false - false - false - 4 - true - false - 2 - false - 4 - - - - DisplayName - Barrier - - - - - - - - CodeStyleData - - false - false - true - false - false - false - true - false - true - false - false - false - true - true - false - true - false - false - false - 4 - true - false - 2 - false - 4 - - - - DisplayName - Barrier - - - - - - - - CodeStyleData - - false - false - true - false - false - false - true - false - true - false - false - false - true - true - false - true - false - false - false - 4 - true - false - 2 - false - 4 - - - - DisplayName - Barrier - - - - - - - - CodeStyleData - - false - false - true - false - false - false - true - false - true - false - false - false - true - true - false - true - false - false - false - 4 - true - false - 2 - false - 4 - - - - DisplayName - Barrier - - - - - - - - CodeStyleData - - false - false - true - false - false - false - true - false - true - false - false - false - true - true - false - true - false - false - false - 4 - true - false - 2 - false - 4 - - - - DisplayName - Barrier - - - - - - - - CodeStyleData - - false - false - true - false - false - false - true - false - true - false - false - false - true - true - false - true - false - false - false - 4 - true - false - 2 - false - 4 - - - - DisplayName - Barrier - - From df0c205052e03155e44282ae6148e8e3b8390625 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 10 Jan 2021 19:47:24 +0200 Subject: [PATCH 02/13] doc: Setup towncrier for handling of release notes --- README.md | 6 +++++- doc/newsfragments/README.md | 12 ++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 doc/newsfragments/README.md diff --git a/README.md b/README.md index 830fcd7c..0b81d6f0 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,11 @@ For short and simple questions or to just say hello find us on the Freenode IRC ### Contributions -At this time we are looking for developers to help fix the issues found in the issue tracker. Submit pull requests once you've polished up your patch and we'll review and possibly merge it. +At this time we are looking for developers to help fix the issues found in the issue tracker. +Submit pull requests once you've polished up your patch and we'll review and possibly merge it. + +Most pull requests will need to include a release note. +See docs/newsfragments/README.md for documentation of how to do that. ## Distro specific packages diff --git a/doc/newsfragments/README.md b/doc/newsfragments/README.md new file mode 100644 index 00000000..a0ce3f33 --- /dev/null +++ b/doc/newsfragments/README.md @@ -0,0 +1,12 @@ +This is the directory for news snippets used by towncrier: https://github.com/twisted/towncrier + +When changing code in a way that's visible to an end user please make a new file in this directory. +It will be removed and integrated into release notes document upon a release of a new version of +Barrier. + +towncrier has a few standard types of news fragments, signified by the file extension. These are: + +.feature: Signifying a new feature. +.bugfix: Signifying a bug fix. +.doc: Signifying a documentation improvement. +.removal: Signifying a deprecation or removal of public API. From b12dac64ea9f39b5c85b08f94a506793af1974ef Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 10 Jan 2021 19:47:25 +0200 Subject: [PATCH 03/13] doc: Add news fragment for PR #916 --- doc/newsfragments/gui-hotkey-special-keys-handling.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/newsfragments/gui-hotkey-special-keys-handling.bugfix diff --git a/doc/newsfragments/gui-hotkey-special-keys-handling.bugfix b/doc/newsfragments/gui-hotkey-special-keys-handling.bugfix new file mode 100644 index 00000000..5dd12a7e --- /dev/null +++ b/doc/newsfragments/gui-hotkey-special-keys-handling.bugfix @@ -0,0 +1 @@ +Fixed setup of hotkeys with special characters such as comma and semicolon (https://github.com/debauchee/barrier/issues/778). From 3c4835a9a44623e23d875cb9e96afd0076a34783 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 10 Jan 2021 19:47:26 +0200 Subject: [PATCH 04/13] doc: Add news fragment for PR #915 --- doc/newsfragments/gui-hotkey-multiple-actions.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/newsfragments/gui-hotkey-multiple-actions.bugfix diff --git a/doc/newsfragments/gui-hotkey-multiple-actions.bugfix b/doc/newsfragments/gui-hotkey-multiple-actions.bugfix new file mode 100644 index 00000000..c78712b8 --- /dev/null +++ b/doc/newsfragments/gui-hotkey-multiple-actions.bugfix @@ -0,0 +1 @@ +Fixed setup of multiple actions associated with a hotkey. From 0c0a389f6787c14dc2e12e42f7f04370f40a6e5c Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 10 Jan 2021 19:47:27 +0200 Subject: [PATCH 05/13] doc: Add news fragment for PR #910 --- doc/newsfragments/configuration-reading-non-ascii-windows.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/newsfragments/configuration-reading-non-ascii-windows.bugfix diff --git a/doc/newsfragments/configuration-reading-non-ascii-windows.bugfix b/doc/newsfragments/configuration-reading-non-ascii-windows.bugfix new file mode 100644 index 00000000..05234a50 --- /dev/null +++ b/doc/newsfragments/configuration-reading-non-ascii-windows.bugfix @@ -0,0 +1 @@ +Fixed reading of configuration on Windows when the paths contain non-ASCII characters (https://github.com/debauchee/barrier/issues/976, https://github.com/debauchee/barrier/issues/974, https://github.com/debauchee/barrier/issues/444). From a4ed0eef67ad21e2f6d417f80fe6476f0b6a3cbc Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 10 Jan 2021 19:47:28 +0200 Subject: [PATCH 06/13] doc: Add news fragment for PR #979 --- doc/newsfragments/non-ascii-character-transfer.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/newsfragments/non-ascii-character-transfer.bugfix diff --git a/doc/newsfragments/non-ascii-character-transfer.bugfix b/doc/newsfragments/non-ascii-character-transfer.bugfix new file mode 100644 index 00000000..31051ce5 --- /dev/null +++ b/doc/newsfragments/non-ascii-character-transfer.bugfix @@ -0,0 +1 @@ +Fixed transfer of non-ASCII characters coming from a Windows server in certain cases (https://github.com/debauchee/barrier/issues/527). From b596802f3890f865ab4fdbaa0e3c005c1d1d6bce Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 10 Jan 2021 19:47:29 +0200 Subject: [PATCH 07/13] doc: Add news fragment for PR #969 --- doc/newsfragments/profile-dir-option.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/newsfragments/profile-dir-option.feature diff --git a/doc/newsfragments/profile-dir-option.feature b/doc/newsfragments/profile-dir-option.feature new file mode 100644 index 00000000..f4836c39 --- /dev/null +++ b/doc/newsfragments/profile-dir-option.feature @@ -0,0 +1 @@ +Added `--profile-dir` option that allows to select custom profile directory. From f5681b64e07021b25a0a39bf392435d67b4e4b64 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 10 Jan 2021 19:47:30 +0200 Subject: [PATCH 08/13] doc: Add news fragment for PR #972 --- doc/newsfragments/drop-target--option.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/newsfragments/drop-target--option.feature diff --git a/doc/newsfragments/drop-target--option.feature b/doc/newsfragments/drop-target--option.feature new file mode 100644 index 00000000..a49763e3 --- /dev/null +++ b/doc/newsfragments/drop-target--option.feature @@ -0,0 +1 @@ +Added `--drop-target` option that improves drag and drop support on Windows when Barrier is being run as a portable app. From 4e40956aadb93c6a8dc32615868d6260f212ea58 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 10 Jan 2021 19:47:31 +0200 Subject: [PATCH 09/13] doc: Add news fragment for PR #926 --- doc/newsfragments/build-failure-mipsel-riscv.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/newsfragments/build-failure-mipsel-riscv.bugfix diff --git a/doc/newsfragments/build-failure-mipsel-riscv.bugfix b/doc/newsfragments/build-failure-mipsel-riscv.bugfix new file mode 100644 index 00000000..4e0506ad --- /dev/null +++ b/doc/newsfragments/build-failure-mipsel-riscv.bugfix @@ -0,0 +1 @@ +Fix build failure on mips*el and riscv64 architecture. From 7f074aecf3d95b3275ff83e0172bb98b2060fa35 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 10 Jan 2021 19:47:32 +0200 Subject: [PATCH 10/13] doc: Add news fragment for PR #972 --- doc/newsfragments/use-theme-icons.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/newsfragments/use-theme-icons.bugfix diff --git a/doc/newsfragments/use-theme-icons.bugfix b/doc/newsfragments/use-theme-icons.bugfix new file mode 100644 index 00000000..9dae72ca --- /dev/null +++ b/doc/newsfragments/use-theme-icons.bugfix @@ -0,0 +1 @@ +Theme icons are now preferred to icons distributed together with Barrier (https://github.com/debauchee/barrier/issues/471). From 55acae7038e34a12fbf574b3ba9229bf61a34034 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 10 Jan 2021 19:47:33 +0200 Subject: [PATCH 11/13] doc: Add news fragment for PR #803 --- doc/newsfragments/regenerate-broken-server-cert.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/newsfragments/regenerate-broken-server-cert.bugfix diff --git a/doc/newsfragments/regenerate-broken-server-cert.bugfix b/doc/newsfragments/regenerate-broken-server-cert.bugfix new file mode 100644 index 00000000..8ea1df3c --- /dev/null +++ b/doc/newsfragments/regenerate-broken-server-cert.bugfix @@ -0,0 +1 @@ +Barrier will now regenerate server certificate if it's invalid instead of failing to launch (https://github.com/debauchee/barrier/issues/802) From a682d3217bc6ca13c05af7c793e88ed63d151164 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 10 Jan 2021 19:47:34 +0200 Subject: [PATCH 12/13] doc: Add news fragment for PR #822 --- doc/newsfragments/keyboard-backlight-media-keys.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/newsfragments/keyboard-backlight-media-keys.feature diff --git a/doc/newsfragments/keyboard-backlight-media-keys.feature b/doc/newsfragments/keyboard-backlight-media-keys.feature new file mode 100644 index 00000000..9566304b --- /dev/null +++ b/doc/newsfragments/keyboard-backlight-media-keys.feature @@ -0,0 +1 @@ +Added support for keyboard backlight media keys From 0ed65808c6dae83fe11e8da1fa18e27bacda2923 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 10 Jan 2021 19:47:35 +0200 Subject: [PATCH 13/13] doc: Add news fragment for PR #818 --- doc/newsfragments/muhenkan-eisu-toggle-keys.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/newsfragments/muhenkan-eisu-toggle-keys.feature diff --git a/doc/newsfragments/muhenkan-eisu-toggle-keys.feature b/doc/newsfragments/muhenkan-eisu-toggle-keys.feature new file mode 100644 index 00000000..2c5e7163 --- /dev/null +++ b/doc/newsfragments/muhenkan-eisu-toggle-keys.feature @@ -0,0 +1 @@ +Added support for Eisu_toggle and Muhenkan keys