1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-12 11:21:53 +00:00
Commit graph

157 commits

Author SHA1 Message Date
Bumsik Kim
ebbbf97cdf
Use python logging module #8 2018-11-07 04:44:37 +09:00
Bumsik Kim
f27db06b17
Disable overriding PATH environment variable #19 2018-11-06 21:06:50 +09:00
Luke Anderson
9047091dd0 Fixed parsing of configuration file so that desktop environment is correctly correlated with the display setting app, according to the data.json configuration. 2018-11-04 10:57:41 +09:00
Luke Anderson
3e997c596a Added os.environ.get calls to prevent the assumption that the environment variables are set, which causes a KeyError. 2018-11-04 10:57:41 +09:00
Bumsik Kim
f62fa66f51
Version bump: v0.2.5. PyPI: update setup.py metadata. Debian: added --yes option for debmake 2018-08-22 14:54:45 -04:00
Bumsik Kim
facb96ca19
Icon: updated virtscreen.png 2018-06-29 21:08:54 -04:00
Bumsik Kim
2fd2119a7a
Icon: fix icon wasn't a perfect square 2018-06-29 20:37:23 -04:00
Bumsik Kim
9b8c1a71a4
main.py: delted Twisted code, added Qt application name 2018-06-29 20:35:38 -04:00
Bumsik Kim
451ada820b
README: updated How to Use 2018-06-29 20:33:35 -04:00
Bumsik Kim
c31f7054c4
Icon: Applied the new icon to the app 2018-06-29 19:22:09 -04:00
Bumsik Kim
d2ebf4bb0d
Icon: deleted unnecessary header 2018-06-29 18:18:49 -04:00
Bumsik Kim
3fe258a96b
README: added the new SVG file 2018-06-29 18:17:57 -04:00
Bumsik Kim
706a8d9ddf
Icon: added a new SVG icon 2018-06-29 18:03:14 -04:00
Bumsik Kim
28dabf2271
Changed main.py to __main__.py 2018-06-28 10:26:41 -04:00
Bumsik Kim
96c6066a91
split single virtscreen.py into submodules 2018-06-28 10:12:08 -04:00
Bumsik Kim
2ea15b8943
README: added asyncio 2018-06-28 08:14:53 -04:00
Bumsik Kim
c09fffe6e8
Backend: switched to asyncio from Twisted 2018-06-28 07:21:31 -04:00
Bumsik Kim
8393dab1a5
README: added FUreatures and CLI usage 2018-06-26 16:27:37 -04:00
Bumsik Kim
f5884ae9a1
AppImage: added command line arguments 2018-06-26 14:35:53 -04:00
Bumsik Kim
2bf8dedf9d
Debian: upgraded to AppImage based package 2018-06-26 13:12:34 -04:00
Bumsik Kim
7dcf8a8bde
Debian: cleanup build system 2018-06-26 05:02:30 -04:00
Bumsik Kim
a97e532b93
package/build_all.sh: Deleted and updated Makefile and Travis accordingly 2018-06-26 04:35:32 -04:00
Bumsik Kim
19d8e1a180
AUR: deleted md5sum 2018-06-26 04:32:03 -04:00
Bumsik Kim
d357296306
Makefile: cleanup build system 2018-06-26 03:49:45 -04:00
Bumsik Kim
af7b9348a5
AUR: version bump 2018-06-25 14:38:58 -04:00
Bumsik Kim
41af47f65e
README: updated installation section 2018-06-25 14:32:18 -04:00
Bumsik Kim
418072b80c
Version bump 2018-06-25 04:30:45 -04:00
Bumsik Kim
5fabf6a773
Fixed layout bug in QML 2018-06-25 04:06:53 -04:00
Bumsik Kim
a40ea8ec29
\#11: Initial AppImage packaging system 2018-06-24 17:55:15 -04:00
Bumsik Kim
aba7c949b5
Fixed README and setup.py after dropping qtbase5-dev and pyopengl 2018-06-24 14:56:09 -04:00
Bumsik Kim
9b2925b428
#10 import OpenGl library on startup, dropped qtbase5-dev dependancy 2018-06-24 14:36:57 -04:00
Bumsik Kim
458108119d
Version bump: v0.2.2 2018-06-21 05:06:00 -04:00
Bumsik Kim
ec392f50f5
\#10: Added pyopengl, custom shell script for miniconda environment 2018-06-21 05:03:28 -04:00
Bumsik Kim
2665d829a2
README: version bump 2018-06-18 20:59:45 -04:00
Bumsik Kim
ce84f0daa8
AUR: version dump 2018-06-18 20:47:08 -04:00
Bumsik Kim
d1563d14bc
Travis: Fixed bash interpreter 2018-06-18 20:32:42 -04:00
Bumsik Kim
7ebe935805
Travis: Built CI deploy 2018-06-18 02:56:56 -04:00
Bumsik Kim
ec88e497fa
Added Travis CI 2018-06-17 20:14:40 -04:00
Bumsik Kim
8c65910f27
#6: Added support for custom x11vnc arguments 2018-06-10 15:41:35 -04:00
Bumsik Kim
7941f1909a
#5, AUR: Switched from setuptools to pip for package builder 2018-06-09 22:26:22 -04:00
Bumsik Kim
ee0efafa02
More graceful signal handling 2018-06-09 11:30:31 -04:00
Bumsik Kim
9ec6256fc1
Separated Cursor and Network classes out of Backend class 2018-06-09 11:28:34 -04:00
Bumsik Kim
30ffe32f82
#7: Added CLI options 2018-06-08 18:00:15 -04:00
Bumsik Kim
439769ca21
#3: Fixed font sizing on HiDPi screen 2018-06-05 21:31:59 -04:00
Bumsik Kim
3dfa0f92e3
Fix continue 2018-06-05 21:23:21 -04:00
Bumsik Kim
0d01fa0816
#4: Fixed window positioning on HiDPI screen 2018-06-05 21:18:52 -04:00
Bumsik Kim
1d439478bb
Updated packages for v0.2.0 release 2018-06-03 14:04:15 -04:00
Bumsik Kim
bae43c8fd2
Applied v0.2.0 in app data 2018-06-03 13:24:49 -04:00
Bumsik Kim
920fd56ea8
Deb for Ubuntu 16.04 is successful 2018-06-03 11:55:15 -04:00
Bumsik Kim
710864a44d
Moved virtual screen device to advanced 2018-05-31 19:53:17 -04:00