Commit Graph

  • 7befd121d4 gui/test: Remove testing of different QSettings formats Povilas Kanapickas 2021-01-10 15:28:08 +02:00
  • 141f6de2c4 gui/test: Extract createHotkey() Povilas Kanapickas 2021-01-10 15:28:07 +02:00
  • a004cd8eba gui/test: Put createAction() to anonymous namespace Povilas Kanapickas 2021-01-10 15:28:06 +02:00
  • 79d266d274 Merge pull request #1015 from p12tic/readme-mention-clipboard-support Povilas Kanapickas 2021-01-10 15:16:37 +02:00
  • 0602499ccf Merge pull request #1016 from p12tic/cleanup-foreach-loop Povilas Kanapickas 2021-01-10 15:16:26 +02:00
  • 7a4ce45f5d Merge pull request #1014 from p12tic/readme-mention-interop-with-synergy Povilas Kanapickas 2021-01-10 15:09:47 +02:00
  • 1aba369dff README: Mention clipboard sharing is supported Povilas Kanapickas 2021-01-10 15:02:16 +02:00
  • ca925cc348 README: Simplify the sentence describing supported features Povilas Kanapickas 2021-01-10 15:02:15 +02:00
  • 181b3d6235 README: Mention that barrier is currently not compatible with synergy Povilas Kanapickas 2021-01-10 14:57:59 +02:00
  • 0259703cb2 gui: Use range-based for loop instead of foreach macro Povilas Kanapickas 2021-01-10 14:34:56 +02:00
  • 773b5b5362 Merge pull request #1013 from p12tic/cleanup-std-endl Povilas Kanapickas 2021-01-10 14:48:24 +02:00
  • 36fa9eaa0e lib: Remove unnecessary use of std::endl Povilas Kanapickas 2021-01-10 14:10:21 +02:00
  • 0f7855d2f5 Merge pull request #1012 from p12tic/cleanup-typedefs Povilas Kanapickas 2021-01-10 14:28:02 +02:00
  • a8a2b7c29a gui: Remove ScreenList typedef Povilas Kanapickas 2021-01-10 14:13:45 +02:00
  • 384dbffce4 gui: Remove HotkeyList typedef Povilas Kanapickas 2021-01-10 14:13:44 +02:00
  • ac60e620ba gui: Remove ActionList typedef Povilas Kanapickas 2021-01-10 14:13:43 +02:00
  • 5cc18ac595 Merge pull request #1011 from p12tic/hotkey-tests Povilas Kanapickas 2021-01-10 14:00:53 +02:00
  • fb067d4001 gui/test: Add tests for Hotkey serialization to QSettings Povilas Kanapickas 2021-01-10 13:39:39 +02:00
  • 68cfb4e585 gui: Don't use friends to limit access to Action Povilas Kanapickas 2021-01-10 13:39:38 +02:00
  • 0579101272 gui: Don't use friends to limit access to Hotkey Povilas Kanapickas 2021-01-10 13:39:37 +02:00
  • a691b31b8e gui: Make access to hotkey actions explicit Povilas Kanapickas 2021-01-10 13:39:36 +02:00
  • 016393fb67 gui: Remove unnecessary accessor to private member in Hotkey Povilas Kanapickas 2021-01-10 13:39:35 +02:00
  • e7da893f5a gui/test: Extract temporary file creation to a separate file Povilas Kanapickas 2021-01-10 13:39:34 +02:00
  • 7f76d3cdcc gui/tests: Use common per-platform libs variable for dependencies Povilas Kanapickas 2021-01-10 13:49:54 +02:00
  • f1aab806af Merge pull request #1009 from p12tic/gui-keysequence-tests Povilas Kanapickas 2021-01-07 23:51:31 +02:00
  • 88c0c030f8 gui: Add tests for KeySequence serialization Povilas Kanapickas 2021-01-07 23:43:54 +02:00
  • 1c434df87a gui: Remove unnecessary accessor to private member in KeySequence Povilas Kanapickas 2021-01-07 23:43:53 +02:00
  • 3f387bdad0 gui: Fix incorrect parameter order in KeySequence::appendKey() Povilas Kanapickas 2021-01-07 23:43:52 +02:00
  • acc54de922 src: Extract test CMake setup to separate file Povilas Kanapickas 2021-01-07 23:43:51 +02:00
  • 01b97d0c2a gui: Explicitly set the lists of source files Povilas Kanapickas 2021-01-07 23:43:50 +02:00
  • 1d5fcfa3af gui: Remove qmake project Povilas Kanapickas 2021-01-07 23:43:49 +02:00
  • 6b317359ba gui: List all source files explicitly for the lupdate tool Povilas Kanapickas 2021-01-07 23:43:48 +02:00
  • f2bf7cb7e1 Merge pull request #1001 from p12tic/cmake-whitespace Povilas Kanapickas 2021-01-03 23:00:54 +02:00
  • d5799f37d3 CMakeList: fix a tab vs spaces indentation issue Peter Hutterer 2020-10-29 15:21:30 +10:00
  • c7b911497a Merge pull request #910 from eugenegff/fix/non-ascii-kb-layouts Povilas Kanapickas 2020-12-30 13:44:30 +02:00
  • 09e1dbdf84 platform: Fixed processing of non-ASCII symbols Eugene Golushkov 2020-10-13 21:17:31 +03:00
  • 64a9c41edc Merge pull request #979 from albertony/cp_acp Povilas Kanapickas 2020-12-30 12:55:34 +02:00
  • 55434ebced Merge pull request #988 from albertony/win_clean_uninstall Povilas Kanapickas 2020-12-29 23:07:16 +02:00
  • 402801e0a6 Use ansi codepage for internal multibyte strings on windows (fixes #976, fixes #974, fixes #444) albertony 2020-12-09 23:36:34 +01:00
  • 2c5cdf1037 Add version info resource to windows setup exe albertony 2020-12-12 11:31:21 +01:00
  • 91baa4f133 Perform clean uninstall on windows albertony 2020-12-11 18:38:51 +01:00
  • e032d14a48 Merge pull request #972 from albertony/drop_dir Povilas Kanapickas 2020-12-10 22:00:53 +02:00
  • 36d9efbc64 Increased loglevel of central drag drop related messages albertony 2020-12-10 01:11:49 +01:00
  • b125cf3da7 Improve drag&drop stability on windows albertony 2020-12-06 17:25:24 +01:00
  • 357e0ccc7e Configurable drop directory albertony 2020-12-06 16:27:41 +01:00
  • e66832c1d7 Merge pull request #978 from albertony/rc_version_info Povilas Kanapickas 2020-12-10 00:05:58 +02:00
  • bbea197600 Merge pull request #973 from albertony/obsolete_service_help Povilas Kanapickas 2020-12-10 00:00:44 +02:00
  • 2da6cb3a51 Merge pull request #969 from albertony/profile_dir Povilas Kanapickas 2020-12-09 23:55:56 +02:00
  • ce31584a6b Merge pull request #980 from whot/wip/strip-trailing-whitespace Povilas Kanapickas 2020-12-09 23:54:44 +02:00
  • 829ff7975b Merge pull request #981 from whot/wip/simplify-ifdefs Povilas Kanapickas 2020-12-09 23:52:47 +02:00
  • 99edadb0b1 Merge pull request #983 from albertony/save_conf_ext_filter Povilas Kanapickas 2020-12-09 23:51:10 +02:00
  • bc5c4bf344 langbuild albertony 2020-12-09 22:40:10 +01:00
  • 390555c53d Fix file extension filter in config save dialog (fixes #375) albertony 2020-12-09 21:26:24 +01:00
  • 366342e401 Add resource with icon and version info to windows deamon exe albertony 2020-12-09 13:43:46 +01:00
  • aea488167a Cleanup windows client and server exe resource build albertony 2020-12-09 13:42:33 +01:00
  • 5fdb750922 Add version info to windows client and server exe resources albertony 2020-12-09 00:31:05 +01:00
  • 1474f04f53 Remove an unreachable preprocessor directive Peter Hutterer 2020-12-09 14:31:08 +10:00
  • f3eb89121d Move the XTest check to cmake Peter Hutterer 2020-12-09 14:29:33 +10:00
  • 38390f9b88 Undef X_DISPLAY_MISSING Peter Hutterer 2020-12-09 14:18:02 +10:00
  • 0dbedd31dc Remove trailing whitespaces Peter Hutterer 2020-10-30 12:00:07 +10:00
  • 72849864a3 Remove from help text unsupported --relaunch option and note --service option is obsolete on windows albertony 2020-12-06 18:48:01 +01:00
  • 87c5f874e4 Include --profile-dir in help text albertony 2020-12-05 01:12:19 +01:00
  • 01a78a4d3a Do not store path to ImmuneKeys.txt before --profile-dir is considered albertony 2020-12-05 01:09:41 +01:00
  • 06951ea9f0 Merge pull request #926 from rbalint/master Povilas Kanapickas 2020-11-23 18:38:03 +02:00
  • 142e8dc847 Merge pull request #929 from aeghn/read_tray_icons_from_theme Povilas Kanapickas 2020-11-22 17:30:01 +02:00
  • 95afed5256 Make barrier try to read tray icons from themes now. aeghn 2020-10-27 14:11:11 +08:00
  • bd0c671fcc lib/ipc: Introduce writef_void(void*, ...) Balint Reczey 2020-10-22 22:00:18 +02:00
  • fc045fc793 Merge pull request #917 from danielhams/cmakelisttypofix Povilas Kanapickas 2020-10-18 20:08:24 +03:00
  • 65f4db7563 CMakeLists.txt: correct missing brace in make_directory Daniel Hams 2020-10-17 07:43:11 +01:00
  • 2485454815 [fix](ui): Adjust SSL references to say 'TLS' as well fix/lang-translation/ssl-slash-tls Dom Rodriguez 2020-10-04 20:40:34 +01:00
  • 43708ae0d6 Merge pull request #893 from debauchee/fix/stale-bot/no-aggressive Povilas Kanapickas 2020-10-01 00:36:51 +03:00
  • 9b55aaae1e [improve](stale bot): Adjust stale messages to encourage self-closing Dom Rodriguez 2020-09-29 23:29:44 +01:00
  • dbe4dc5d12 [fix](stale bot): Make stale bot less aggressive [2/2] Dom Rodriguez 2020-09-29 17:34:57 +01:00
  • 8122484c3d [fix](stale bot): Make stale bot less aggressive [1/2] Dom Rodriguez 2020-09-29 17:33:04 +01:00
  • 7756557204 [fix](stale bot): Change cron time to midnight Dom Rodriguez 2020-09-29 17:22:13 +01:00
  • 2cd21cc95f [chore](stale bot): Bump Stale bot version to v3 Dom Rodriguez 2020-09-29 17:21:38 +01:00
  • 012a7dc055 [actions](stale): Add further configuration to GitHub Action - stale. feature/build/compile/armv7 feature/build/compile/32-bit Dom Rodriguez 2020-09-17 16:52:15 +01:00
  • 0699536382 Create stale.yml walker0643 2020-09-17 11:20:11 -04:00
  • c1d131fd38 Merge pull request #873 from debauchee/enhancement/style/editorconfig Dom Rodriguez 2020-09-14 23:04:06 +01:00
  • 167a1075fa [style](editorconfig): Commit initial EditorConfig config for code style Dom Rodriguez 2020-09-14 13:12:53 +01:00
  • 9745df29cd Merge pull request #869 from NikoHD203/patch-1 Dom Rodriguez 2020-09-13 16:22:00 +01:00
  • 4aee34848e Update gui_de.ts NikoHD203 2020-09-09 11:52:55 +02:00
  • 5a02070b54 Remove old issue template Dom Rodriguez 2020-08-31 03:24:53 +01:00
  • b38f844dc0 Merge pull request #856 from debauchee/enhancement/github/templates/bug Dom Rodriguez 2020-08-31 03:24:06 +01:00
  • 3804198105 Update issue templates Dom Rodriguez 2020-08-28 22:13:51 +01:00
  • 600d31f29b Merge pull request #848 from chewi/TEST_ENV origin/enhancement/build/scripts origin/enhancement/build/cmake Povilas Kanapickas 2020-08-23 14:25:48 +03:00
  • 1418196af1 Rename TEST_ENV macro to BARRIER_TEST_ENV James Le Cuirot 2020-08-22 19:25:35 +01:00
  • c3aba1b20b Merge pull request #846 from chewi/tests Povilas Kanapickas 2020-08-22 21:21:11 +03:00
  • 7dbfa63a63 Merge pull request #847 from chewi/getenv Povilas Kanapickas 2020-08-22 21:20:30 +03:00
  • 7aa110475e Replace all instances of C's getenv with C++'s std::getenv James Le Cuirot 2020-08-22 19:05:24 +01:00
  • fa46480c35 Respect DISPLAY environment variable in XWindows tests James Le Cuirot 2020-08-22 11:46:25 +01:00
  • b204520864 Merge pull request #832 from tom-tan/add-os-barrier-keymap-for-jis-kbd Povilas Kanapickas 2020-08-22 13:47:35 +03:00
  • d58a9fbe84 Merge pull request #803 from p12tic/crypto-cert-fixes Povilas Kanapickas 2020-08-22 13:38:46 +03:00
  • bd1db368b3 Add BARRIER_USE_EXTERNAL_GTEST CMake option to use external GTest James Le Cuirot 2020-08-21 23:13:58 +01:00
  • 4a031b8ce5 Add BARRIER_BUILD_TESTS CMake option to make tests optional James Le Cuirot 2020-08-21 22:22:48 +01:00
  • 4aefd64add Add missing comma Tomoya Tanjo 2020-08-12 18:33:32 +09:00
  • 0fdcf8b225 Add key mappings for Kana, Eisu and Muhenkan Tomoya Tanjo 2020-08-12 16:20:29 +09:00
  • d186548a53 Update Debian changelog to v2.3.3 Dom Rodriguez 2020-08-07 18:33:54 +01:00
  • 36ae769987 Merge pull request #818 from tom-tan/add-eisu-muhenkan Povilas Kanapickas 2020-08-07 10:57:57 +03:00
  • 9a9d22105c Merge pull request #822 from M1cha/kbd-backlight Dom Rodriguez 2020-08-04 20:53:02 +01:00