1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00
Commit graph

38 commits

Author SHA1 Message Date
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
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
c31f7054c4
Icon: Applied the new icon to the app 2018-06-29 19:22:09 -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
c09fffe6e8
Backend: switched to asyncio from Twisted 2018-06-28 07:21:31 -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
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
7ebe935805
Travis: Built CI deploy 2018-06-18 02:56:56 -04:00
Bumsik Kim
8c65910f27
#6: Added support for custom x11vnc arguments 2018-06-10 15:41:35 -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
bae43c8fd2
Applied v0.2.0 in app data 2018-06-03 13:24:49 -04:00
Bumsik Kim
710864a44d
Moved virtual screen device to advanced 2018-05-31 19:53:17 -04:00
Bumsik Kim
7f3448a25e
Selectable x11vnc options in QML 2018-05-31 02:48:07 -04:00
Bumsik Kim
b2a54b7b87
Check if x11vnc is installed 2018-05-31 01:50:06 -04:00
Bumsik Kim
a106d380a2
Moved qml folder to assets 2018-05-31 01:25:18 -04:00
Bumsik Kim
34f8847f67
Preference: Selecting preferred display settings app 2018-05-30 18:36:23 -04:00
Bumsik Kim
6436dbd8ff
QML: open Display settings app using config file 2018-05-30 17:13:06 -04:00
Bumsik Kim
04290f76db
data.json: moved from data folder to qml 2018-05-30 14:51:40 -04:00
Bumsik Kim
0353e60f28
Auto-detect possible x11vnc options 2018-05-29 23:42:32 -04:00
Bumsik Kim
1ac430cdc0
AppWindow: Improved releiability of auto-closing window 2018-05-27 00:44:32 -04:00
Bumsik Kim
605f906371
Setup.py: Fixed wrong desktop entry path 2018-05-23 23:30:25 -04:00
Bumsik Kim
ca5af0235a
Fixed: 'StopVNC() called' prompt when clicking Display Setting button 2018-05-23 19:46:20 -04:00
Bumsik Kim
be02f3dd4a
Added KDE display setting 2018-05-23 17:12:21 -04:00
Bumsik Kim
4e7d0f485a
Config: Changed HOME_PATH from ~/.virtscreen to ~/.config/virtscreen 2018-05-23 16:00:29 -04:00
Bumsik Kim
a88525fdd8
FIX: twisted reactor not defined 2018-05-21 14:40:17 -04:00
Bumsik Kim
78b33e9133
Updated AUR install in README 2018-05-21 04:54:18 -04:00
Bumsik Kim
f87702f638 Python pacakge structure and installing it as python packages 2018-05-20 00:48:14 -04:00