Commit graph

  • bc7882fda9 Garbage collect cloned frames on close devel Emanuele 2021-06-01 15:21:38 +02:00
  • 462d7deeb3
    do not garbage collect cloned frames and create them with the correct rotation Valentin Boettcher 2021-05-26 18:53:40 +02:00
  • f2fd104a71 Pinch to Zoom Emanuele 2021-05-18 16:30:23 +02:00
  • 3312eddbdf Warn about RM2v2.6+ compatibility issues vnc Emanuele 2021-05-10 10:34:50 +02:00
  • adb3249d77 Uploading libcrypto uncompressed since gunzip seems to be failing update2.6 Emanuele 2021-05-07 11:51:26 +02:00
  • 1133189229 Correcting warning message (fixes #73) Emanuele 2021-05-07 11:43:14 +02:00
  • 178c806ca7 Disable forward_mouse_events by default, add docs Emanuele 2021-05-05 23:21:54 +02:00
  • 077efd77c8 Setting libcrypto as executable Emanuele 2021-05-05 21:44:50 +02:00
  • 314e8223d6 Wrong field name known_hosts Emanuele 2021-04-30 00:47:55 +02:00
  • 34a3d92f95 Minor cleanup Emanuele 2021-04-28 01:03:52 +02:00
  • 853f25a9bc Move key loading to init of connection worker Emanuele 2021-04-17 00:56:45 +02:00
  • f05a37a160 Tunnel compression disabled by default (performance seems better without on RM1) Emanuele 2021-04-08 21:46:21 +02:00
  • c7b5469062 Bugfix: failing to detect running instance because of truncated ps output Emanuele 2021-04-08 21:41:11 +02:00
  • bd34b5c72f
    Merge pull request #54 from Kami/various_changes Emanuele D'Osualdo 2021-04-08 10:25:17 +01:00
  • 50137dbd6a Make sure cloned frames do not share buffers with live ones (see #61) Emanuele 2021-04-08 11:23:54 +02:00
  • 31ff7ff811 Only apply patch to RM2 Emanuele 2021-03-29 10:59:38 +02:00
  • aa82dc24e5 Autoinstall missing libcrypto in 2.6 Emanuele 2021-03-26 18:49:00 +01:00
  • dac5b0b56c Minor Emanuele 2021-03-25 19:44:55 +01:00
  • 1856e1c91f Bump version Emanuele 2021-03-25 19:44:50 +01:00
  • e624adf1a6 Right click should not trigger pointer event Emanuele 2021-03-25 19:44:30 +01:00
  • b471450603 Document verbosity options Emanuele 2021-03-25 19:42:25 +01:00
  • 455398faa0 Make sshtunnel optional Emanuele 2021-03-25 19:41:12 +01:00
  • b872a37789 Bugfix: stop tunnel even if VNC was already running Emanuele 2021-03-25 19:40:44 +01:00
  • 235d0ac23b FB Worker: better handling of exceptions, properly stopping client, no reconnect on fatal error Emanuele 2021-03-25 19:39:42 +01:00
  • d46f9b10f9 Only log sanitised config if verbose Emanuele 2021-03-25 19:28:11 +01:00
  • be9a20af1a Rationalising logging Emanuele 2021-03-25 19:27:19 +01:00
  • 16aee528ab Bug in handling SSH keys Emanuele 2021-03-25 19:25:33 +01:00
  • 19dce1347c Refactor functionality into multiple utility methods, don't stop VNC server on exit if we didn't spawn one but used one which was already running, other clean up. Tomaz Muraus 2021-03-17 20:58:40 +01:00
  • 103c5dc886 Fix formatting. Tomaz Muraus 2021-03-17 20:35:16 +01:00
  • 805129b050 Don't try to start a new vnc instance if one is already started and running on remarkable. Tomaz Muraus 2021-03-17 11:48:35 +01:00
  • 5001b6ff31 Fix merge conflict resolution. Tomaz Muraus 2021-03-17 11:37:22 +01:00
  • 9776b6031c Log a warning message if config file is readable by others. Tomaz Muraus 2021-03-17 11:36:12 +01:00
  • e9c2dfa2e5 Merge branch 'devel' of https://github.com/bordaigorl/rmview into various_changes Tomaz Muraus 2021-03-17 11:26:31 +01:00
  • ea5a0cd051 Update readme. Tomaz Muraus 2021-03-14 16:00:41 +01:00
  • 0f796e23a3 Use custom made connecting image to avoid potential copyright / trademark issues. Tomaz Muraus 2021-03-14 16:00:24 +01:00
  • 3a84027655 Update comment. Tomaz Muraus 2021-03-14 15:28:17 +01:00
  • 91741394e5 Enable SSH tunnel compression since it seems to result in slightly better performance. Tomaz Muraus 2021-03-14 15:26:29 +01:00
  • 4302325007 Improve logging. Tomaz Muraus 2021-03-14 15:20:36 +01:00
  • 825be6a1d7 Prefix log messages with a timestamp and level. Tomaz Muraus 2021-03-14 15:13:00 +01:00
  • b5db56f7b8 Fix typo. Tomaz Muraus 2021-03-14 15:11:10 +01:00
  • 9db8efe631 Move loading of the system known hosts files from constructor to the run() method. Tomaz Muraus 2021-03-14 15:00:11 +01:00
  • 64d14bae7a Display connecting screen until we successfully connect. Tomaz Muraus 2021-03-14 14:52:13 +01:00
  • ba98c0e28b Add support for using an SSH tunnel. Tomaz Muraus 2021-03-14 14:02:38 +01:00
  • c26efcdead Update some log statements, add a comment on slow host loading. Tomaz Muraus 2021-03-13 23:58:11 +01:00
  • 3b3dcecdb4 Use larger default timeout. Tomaz Muraus 2021-03-13 23:38:07 +01:00
  • 4b5041bcd4 Allow app to be stopped gracefully using CTRL+C when QT app main loop is running. Tomaz Muraus 2021-03-13 23:28:13 +01:00
  • 311c8b87ba Add support for specifing password for password protected key file in the config using ssh.password config option. Tomaz Muraus 2021-03-13 23:27:05 +01:00
  • 88d998b992 Don't log raw password to the console. Tomaz Muraus 2021-03-13 23:23:10 +01:00
  • 939d1b0a6a Remove frame around QGraphicsView Emanuele 2021-03-04 16:05:51 +01:00
  • 01165fe96c Show pen delay Emanuele 2021-03-01 16:43:21 +01:00
  • 5cb72886c2 Render hint flags Emanuele 2021-03-01 16:32:13 +01:00
  • 85e42d69aa Properly saving and merging known_hosts Emanuele 2021-03-01 16:31:22 +01:00
  • 1327759f4f More principled detection of orientation Emanuele 2021-02-01 02:25:06 +01:00
  • 3811abd251 New auto orientation option Emanuele 2021-01-20 15:48:18 +01:00
  • 254d5f54ea Proper handling of reactor thread pointer-events Emanuele 2021-02-03 15:26:29 +01:00
  • 12e456cd31 Refactor actions and shortcuts Emanuele 2021-02-01 23:59:12 +01:00
  • c38c44d5db Handle key input emulation via shortcuts Emanuele 2021-02-01 21:30:03 +01:00
  • 74de306211 Better handling of disconnection Emanuele 2021-02-01 21:12:02 +01:00
  • 6145d3e3e0 Forwarding key/pointer events Emanuele 2021-01-31 02:15:54 +01:00
  • 5e05cd7068 Don't resize at autoresize if fullscreen Emanuele 2021-01-29 21:50:00 +01:00
  • 5693aafb58
    Merge pull request #46 from ljungberg/patch-1 Emanuele D'Osualdo 2021-01-27 10:02:19 +00:00
  • bbf40069c5
    Update README.md Nils Ljungberg 2021-01-27 10:02:34 +01:00
  • bb3f275e6b Merge branch 'vnc' of github.com:bordaigorl/rmview into vnc Emanuele 2021-01-17 16:48:05 +01:00
  • 2d1808d781 Fix device version detection (fixes #43) Emanuele 2021-01-17 16:47:35 +01:00
  • 838302b598
    Merge pull request #42 from Eeems/patch-1 Emanuele D'Osualdo 2021-01-11 15:55:39 +00:00
  • 43d9e7515f
    Fix manual install instructions Nathaniel van Diepen 2021-01-11 07:38:08 -07:00
  • 001950e945 Remove leftover insmod call Emanuele 2021-01-06 16:20:32 +01:00
  • 68fbd20539 Adding Quit menu (addresses #39) Emanuele 2021-01-06 10:27:42 +01:00
  • 7f5d7381d7 Fixing intended config path priority Emanuele 2021-01-06 10:26:58 +01:00
  • 48e6dda35d Clarifications v2.1 Emanuele 2021-01-05 16:00:13 +01:00
  • 09dfa1f211 Version bump Emanuele 2021-01-05 11:02:38 +01:00
  • 07c0f811d4 Avoid FileExists error Emanuele 2021-01-05 03:21:51 +01:00
  • a868eb6f65 Missing build requirement added Emanuele 2021-01-05 03:13:26 +01:00
  • 9fbf5e13bc Windows icon Emanuele 2021-01-05 03:13:07 +01:00
  • 0267ddc182 Bugfix Emanuele 2021-01-05 02:46:30 +01:00
  • 057e227438 Proper Known Hosts handling Emanuele 2021-01-05 02:32:11 +01:00
  • 9108221e91 Bugfix open settings Emanuele 2021-01-05 00:12:27 +01:00
  • 7593b7d9ad Global menu bar Emanuele 2021-01-04 22:25:16 +01:00
  • 173c0e8d2a Better instructions and rm2fb warning Emanuele 2021-01-04 10:48:44 +01:00
  • b95ec81dd9 Broken link Emanuele 2021-01-03 11:26:16 +01:00
  • e0a3e69ccd Typo and credits Emanuele 2021-01-03 01:42:34 +01:00
  • 725b1ffe68 Documenting new setup and support for RM2, version bump v2.0 Emanuele 2021-01-03 01:02:34 +01:00
  • 693e709a98 Adding support for RM2 Emanuele 2021-01-02 23:28:59 +01:00
  • ac56d4e998 Updating binaries of VNC server Emanuele 2021-01-02 23:28:16 +01:00
  • acfcfcc3ed Minor docs Emanuele 2021-01-02 22:28:36 +01:00
  • 0ef9f3184c Global import in __main__ Emanuele 2021-01-02 22:22:12 +01:00
  • 1feb3982b8 Better handling of setting files Emanuele 2020-12-22 00:43:55 +01:00
  • 9d62c2b001 Better docs on auth_method Emanuele 2020-12-21 22:24:19 +01:00
  • ef3c25b41f More sensible defaults for authentication, new auth_method setting Emanuele 2020-12-21 22:16:35 +01:00
  • ea3a40af3b Fix: background_color Emanuele 2020-12-21 21:49:27 +01:00
  • c67cbb0007 Example config has default settings Emanuele 2020-12-21 01:13:08 +01:00
  • 44a0bfe047 Document new setting Emanuele 2020-12-21 01:11:47 +01:00
  • 552bd12d3a Instructions for Anaconda Emanuele 2020-12-21 01:00:18 +01:00
  • 4ebdf585ef Adding meaningful feedback when host keys don't match / aren't found Emanuele 2020-12-21 00:59:20 +01:00
  • 0fa4234fdc Add option to open setting file Emanuele 2020-12-20 00:11:51 +01:00
  • d31970a2fd Allow list of addresses in configuration Emanuele 2020-12-20 00:11:17 +01:00
  • f20c2c1f80 Use SSH configuration if available Emanuele 2020-12-20 00:09:16 +01:00
  • e863dc25f7 Better window sizing when rotating Emanuele 2020-12-20 00:06:29 +01:00
  • b88b083189 Cleanup Emanuele 2020-12-14 09:59:23 +01:00
  • b20599c98a Adding Auto Install and RM1 detection (fixes #12, replaces #14) Emanuele 2020-12-13 01:30:40 +01:00