Povilas Kanapickas
5dc27b1201
README: Switch IRC contact info to libera network
2021-06-23 15:36:06 +03:00
Povilas Kanapickas
f7be30cc3f
Merge pull request #1207 from tom-tan/fix-qt5-path
...
Fix osx_environment.sh for Homebrew
2021-06-23 15:32:07 +03:00
Tomoya Tanjo
695a737a89
Update azure-pipelines.yml to use Ubuntu 20.04
2021-06-23 06:42:28 +09:00
Tomoya Tanjo
ac5de110c0
Update build_dist.sh.in
2021-06-23 01:05:58 +09:00
Tomoya Tanjo
e80184ce7a
Fix osx_environment.sh for Homebrew
2021-06-22 23:24:36 +09:00
Povilas Kanapickas
cdc6e684eb
Add newsfragment
2021-06-21 21:31:09 +03:00
Jose Riha
9a0bbbaaec
Update Slovak translation
2021-06-21 21:28:32 +03:00
Povilas Kanapickas
649fdfe042
Merge pull request #1156 from botovq/client_ciphers
...
Remove #if defined(LIBRESSL_VERSION_NUMBER) path
2021-06-13 18:43:37 +03:00
Povilas Kanapickas
7f44afa546
Merge pull request #1164 from yan12125/fix-x11-paste
...
Map more X11 clipboard MIME types to corresponding converters
2021-06-13 18:42:51 +03:00
Chih-Hsuan Yen
cad92e89d0
Map more X11 clipboard MIME types to corresponding converters
...
The following logs are extracted from pasting texts to Firefox's address
bar and a Google Doc page in Firefox, respectively.
[2021-05-16T00:03:14] DEBUG1: request for clipboard 342, target text/plain;charset=utf-8 (600) by 0x03000044 (property=GDK_SELECTION (511))
[2021-05-16T00:03:22] DEBUG1: request for clipboard 342, target application/x-moz-nativehtml (603) by 0x03000044 (property=GDK_SELECTION (511))
Inspired by https://github.com/debauchee/barrier/pull/461 . Should fix
pasting unicode on X11 https://github.com/debauchee/barrier/issues/344 .
2021-05-16 00:27:57 +08:00
Theo Buehler
a29a93f0c8
Remove #if defined(LIBRESSL_VERSION_NUMBER) path
...
The SSL_get_client_ciphers API has been available since LibreSSL 2.9.1
and is thus present in all supported versions (3.2.x and 3.3.x). In
the upcoming LibreSSL 3.4.x release the SSL_CIPHER struct will become
opaque hence the build will break.
2021-05-06 20:57:15 +02:00
Andrew Hayzen
d0df871373
Ensure that window is not hidden with no system tray after startup
...
Before in all cases we would wait for the system tray for a period
of time, this would block users who don't have autohide enabled
and don't have a system tray from seeing the window.
Instead flip this around to either hide the window at startup if
autohide is enabled and show if it isn't. Then if we have opened
hidden wait a period of time and check if system tray is available,
if it isn't then force the window to be shown.
This provides much better UX for the general cases.
Closes #1024
2021-03-02 23:19:26 +00:00
Andrew Hayzen
3e7e7b1af3
Disable system tray related settings if not available
2021-03-02 22:49:45 +00:00
Andrew Hayzen
35cc645637
Do not hide the window to system tray when minimising if not available
2021-03-02 22:49:20 +00:00
Andrew Hayzen
00565fa7ea
When the last window closes if there is no system tray close the app
2021-03-02 22:48:58 +00:00
Andrew Hayzen
2080784dd1
Do not wait for tray to become available
...
Closes #1024
2021-03-02 22:48:14 +00:00
Povilas Kanapickas
12024b9a5d
Merge pull request #1031 from albertony/keyboard_ui
...
Enable use of keyboard to modify screens
2021-01-25 22:52:18 +02:00
albertony
4ee6a54d41
Enable use of keyboard to modify screens
2021-01-25 21:32:19 +01:00
Povilas Kanapickas
8202fe1fc7
Merge pull request #986 from albertony/rc_version_info
...
Add version info to windows main exe resource
2021-01-25 22:11:34 +02:00
Povilas Kanapickas
a8e15df633
Merge pull request #1035 from cjaone/de_translation
...
100% German translation
2021-01-25 22:05:26 +02:00
cjaone
5de519d89b
100% German translation
2021-01-22 20:47:47 +01:00
albertony
31ce5cbdf8
Add version info to windows main exe resource
2021-01-22 08:29:01 +01:00
Povilas Kanapickas
d4382b9b80
Merge pull request #1022 from Bintux/master
...
Corrected spelling in gui_de.ts
2021-01-11 16:02:50 +02:00
Eike
cf231aef03
Corrected spelling in gui_de.ts
2021-01-11 14:20:42 +01:00
Povilas Kanapickas
743515e747
Merge pull request #607 from andydna/fix-examples-backwards-aliases
...
reversed aliases: val, key to key, val. add barebones example
2021-01-11 01:40:57 +02:00
andydna
d51ad9eeef
fixed reversed aliases value, key to key, value. added barebones example config
2021-01-11 01:01:05 +02:00
Povilas Kanapickas
804f774ef1
Merge pull request #536 from maboroshin/master
...
translation: ja-JP
2021-01-11 00:59:10 +02:00
Povilas Kanapickas
4d00a1304d
gui: Update compiled translation resources
2021-01-11 00:46:38 +02:00
Povilas Kanapickas
3f268a5099
gui: Make langbuild script executable
2021-01-11 00:46:18 +02:00
maboroshin
a2753a76ce
translation: ja-JP Barrier's Resources
2021-01-11 00:44:44 +02:00
maboroshin
e7d5f25fea
translation: ja-JP Untranslated part
2021-01-11 00:44:12 +02:00
Povilas Kanapickas
eab906ee98
Merge pull request #525 from CyBot/master
...
Add autoStart setting
2021-01-11 00:38:07 +02:00
Tobias Kellner
297de775a3
gui: Add autoStart setting
2021-01-11 00:13:34 +02:00
Povilas Kanapickas
a0459a482f
Merge pull request #790 from fesc2000/master
...
Add missing Sun keyboard keys
2021-01-10 22:29:35 +02:00
Povilas Kanapickas
0c57bdeed8
Merge pull request #1019 from p12tic/disable-stale-bot
...
github: Remove stale bot configuration
2021-01-10 22:29:18 +02:00
Povilas Kanapickas
c0699a793d
github: Remove stale bot configuration
2021-01-10 22:26:07 +02:00
Felix Schmidt
0c86f1fbf9
lib: Add missing Sun keyboard keys
2021-01-10 22:13:43 +02:00
Povilas Kanapickas
a46b297045
Merge pull request #600 from albanobattistella/master
...
Create italian.iss
2021-01-10 21:58:47 +02:00
albanobattistella
bb6a5500c3
Create italian.iss
2021-01-10 20:43:37 +02:00
Povilas Kanapickas
bcdeee1f00
Merge pull request #1018 from p12tic/release-notes-towncrier
...
Setup release notes using towncrier
2021-01-10 20:42:52 +02:00
Povilas Kanapickas
0ed65808c6
doc: Add news fragment for PR #818
2021-01-10 19:47:35 +02:00
Povilas Kanapickas
a682d3217b
doc: Add news fragment for PR #822
2021-01-10 19:47:34 +02:00
Povilas Kanapickas
55acae7038
doc: Add news fragment for PR #803
2021-01-10 19:47:33 +02:00
Povilas Kanapickas
7f074aecf3
doc: Add news fragment for PR #972
2021-01-10 19:47:32 +02:00
Povilas Kanapickas
4e40956aad
doc: Add news fragment for PR #926
2021-01-10 19:47:31 +02:00
Povilas Kanapickas
f5681b64e0
doc: Add news fragment for PR #972
2021-01-10 19:47:30 +02:00
Povilas Kanapickas
b596802f38
doc: Add news fragment for PR #969
2021-01-10 19:47:29 +02:00
Povilas Kanapickas
a4ed0eef67
doc: Add news fragment for PR #979
2021-01-10 19:47:28 +02:00
Povilas Kanapickas
0c0a389f67
doc: Add news fragment for PR #910
2021-01-10 19:47:27 +02:00
Povilas Kanapickas
3c4835a9a4
doc: Add news fragment for PR #915
2021-01-10 19:47:26 +02:00