Commit graph

60 commits

Author SHA1 Message Date
Chris Pattison
b93dc4ca90 Fix codegen 2020-08-06 18:31:37 -07:00
Chris Pattison
94de29192a Codegen resources.py 2020-08-06 18:12:14 -07:00
Chris Pattison
6ccc6575d4 /src layout 2020-08-06 17:46:01 -07:00
Chris Pattison
5d3d87da3b package info 2020-08-06 17:45:20 -07:00
Chris Pattison
413b055503 Entry point 2020-08-06 17:32:26 -07:00
Chris Pattison
53508224a8 Basic packaging 2020-08-06 17:14:42 -07:00
Emanuele
3de86782af Merge branch 'master' into vnc 2020-06-07 18:37:41 +01:00
Emanuele D'Osualdo
b6311dbfdd
Merge pull request #9 from adem/pen-pointer-improvements
Pen pointer improvements
2020-06-07 18:35:14 +01:00
Adem Aydin
2c76f77856 Add config to specify whether or not to hide pen on press; extend README 2020-06-07 16:38:27 +02:00
Emanuele
8b5ca45bd7 Merge branch 'master' into vnc 2020-06-06 20:13:44 +01:00
Emanuele
2cfb8fa949 Adding a fading trail to pen tracker (requested in #8) 2020-06-05 23:37:23 +01:00
Emanuele
89d3bef038 Merge master: auto detection of orientation 2020-05-31 00:28:20 +01:00
Emanuele
62cd969826 Add auto detection of orientation 2020-05-31 00:25:06 +01:00
Emanuele
2b3f048e72 Removing unnecessary complications 2020-05-30 23:45:09 +01:00
Emanuele
bcb21046e8 Removing unused references to LZ4 2020-05-30 23:02:50 +01:00
Emanuele
b046d67107 Proper logging 2020-05-30 23:01:39 +01:00
Emanuele
001e9d2ff0 Use full path for insmod otherwise it is not found 2020-05-30 16:02:23 +01:00
Emanuele
cf7efc8113 Merge branch 'master' into vnc 2020-05-30 00:21:42 +01:00
Emanuele
8db6189bd1 Instructions for VNC branch 2020-05-30 00:13:18 +01:00
Emanuele
41d912676a Minor patch to rfb 2020-05-29 23:29:50 +01:00
Emanuele
5af509dd19 Error signals 2020-05-29 23:22:49 +01:00
Emanuele
dbf23d2439 Cleanup 2020-05-29 22:51:36 +01:00
Emanuele
8f74b20002 Fallback to RGB16 in older pyQt, restore logging 2020-05-29 22:48:45 +01:00
Emanuele
c74b41a2d9 Properly add VNC support, include rfb.py to remove vncdotool dependency 2020-05-29 16:36:57 +01:00
Emanuele
98fd5f5617 Exploiting QT for painting rectangles 2020-05-29 11:06:16 +01:00
Emanuele
7719abd38f Auto start/stop server on remarkable 2020-05-29 11:05:58 +01:00
Emanuele
527674cf27 Experimental support for vnc 2020-05-29 00:01:51 +01:00
Emanuele
ab5c81129f Make sure the pen tracking process is terminated on remarkable on exit
Could not figure out a better way, for some reason just closing the client
does not make the `cat /dev/input/event0` process stop.
Suggestions welcome.
2020-05-25 15:24:50 +01:00
Emanuele
d2e2921a78 Executing app from init of app is ugly 2020-05-24 00:32:38 +01:00
Emanuele
cdd993ff8a Customizable background color for viewer 2020-05-23 19:04:13 +01:00
Emanuele
c847737a51 Explicit conversion to integer for window size 2020-05-23 18:35:22 +01:00
Emanuele
0b70c74f39 Removing unnecessary optimisation (repeated frames) 2020-05-22 23:52:15 +01:00
Emanuele
56436906e9 Remove unneeded prints 2020-05-22 23:51:27 +01:00
Emanuele
630d89a969 Better default window size 2020-05-22 11:59:02 +01:00
Emanuele
bb806386fa Better error reporting when config is malformed JSON 2020-05-21 20:54:33 +01:00
Emanuele
9f912c7c52 Checkmark on Fit to view 2020-05-05 22:15:31 +01:00
Emanuele
cb017e201f Typo 2020-05-05 22:14:53 +01:00
Emanuele
df69e2a41d Anaconda 2020-05-04 23:05:40 +01:00
Emanuele
46d664bfa4 Better diagnostics 2020-05-04 11:35:38 +01:00
Emanuele
0e595f217c Add instructions for making lz4 executable (fixes #6)
Windows does not preserve executable permissions
2020-05-04 11:31:56 +01:00
Emanuele
3b1e1cf94b Fallback to RGB16 if Grayscale16 not available (fixes #6) 2020-05-04 11:30:28 +01:00
Emanuele
5e456edc1f Add lz4_path_on_remarkable setting (solves #1) 2020-05-03 22:43:24 +01:00
Emanuele
462b5757db Screenshot in readme 2020-05-03 22:12:31 +01:00
Emanuele
6d29a8be6c Add disclaimer 2020-05-03 22:11:58 +01:00
Emanuele
7ea051a62f Screenshot 2020-05-03 22:04:44 +01:00
Emanuele
4670c29f7c Fixing zoom actions 2020-05-03 19:30:30 +01:00
Emanuele
9258e2726d Pen pointer now shows only when pen is hovering on tablet 2020-05-03 16:42:20 +01:00
Emanuele
6a592ba3da Whitespace 2020-05-03 16:38:57 +01:00
Emanuele
66fa761da6 Setting smooth transformation for frames 2020-05-03 16:23:05 +01:00
Emanuele
93cbb19ebb Better color initialisation 2020-05-03 16:22:12 +01:00