1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-12 19:31:50 +00:00
Commit graph

126 commits

Author SHA1 Message Date
Bumsik Kim
75ba481175
Distributed to Pypl, and initial Makefile 2018-05-20 01:35:13 -04:00
Bumsik Kim
f87702f638 Python pacakge structure and installing it as python packages 2018-05-20 00:48:14 -04:00
Bumsik Kim
9001fee975
Conformance to PEP 8 2018-05-16 17:37:24 -04:00
Bumsik Kim
6ccdd556f2
Backend: enError.emit() instead of print() for errors 2018-05-16 17:35:03 -04:00
Bumsik Kim
5ef4e1bcbd
Backend: Marked TODO for error handling state 2018-05-16 10:52:13 -04:00
Bumsik Kim
bc0de4f368
Backend: capture errors of xrandr and display settings program 2018-05-16 10:48:16 -04:00
Bumsik Kim
7e8eeaf0a7
Displays error when ARandR is not installed 2018-05-16 07:57:11 -04:00
Bumsik Kim
fb868a4f7f
Error message dialog added for X11VMC error 2018-05-16 07:04:16 -04:00
Bumsik Kim
db125fe7c5
QML: added theme color preference 2018-05-16 00:29:15 -04:00
Bumsik Kim
a0f29de12c
QML moved progress bar to footer 2018-05-15 15:29:31 -04:00
Bumsik Kim
275abb2f02
README: Updated Example gif 2018-05-14 18:45:54 -04:00
Bumsik Kim
d2387d3321
Added gif 2018-05-14 18:43:31 -04:00
Bumsik Kim
5dbd3139df
SystrayIcon: Added 'open VirtScreen' menu 2018-05-14 17:56:08 -04:00
Bumsik Kim
78fc085590
QML: Separate qml files into pages 2018-05-14 16:42:36 -04:00
Bumsik Kim
c2b430f9f8
QML: Added a progress bar on the bottom 2018-05-14 16:08:56 -04:00
Bumsik Kim
67b0e43c89
QML: Switched to use layout instead of anchors 2018-05-14 15:45:39 -04:00
Bumsik Kim
ce1debd8ad
Load JSON settings directly in QML 2018-05-14 10:54:31 -04:00
Bumsik Kim
09cf4cb72f
Password: Pass password to pipe, to hide password in command line 2018-05-13 22:19:17 -04:00
Bumsik Kim
dc7199e47d
Fixed: referencing unloaded component 2018-05-13 19:18:27 -04:00
Bumsik Kim
3da2b903ed
QML: Set Root component as a plain Item 2018-05-13 18:27:06 -04:00
Bumsik Kim
fe9b3fb13e
Optimization: Use loader to reduce memory on idle 2018-05-13 17:45:03 -04:00
Bumsik Kim
863cb99124
optimized: Removed JSON setting object and IP address list 2018-05-13 15:44:56 -04:00
Bumsik Kim
b75cd4ed2b
QML: better password control 2018-05-13 05:28:49 -04:00
Bumsik Kim
05f95f842d
QML: Added About dialog 2018-05-12 16:05:10 -04:00
Bumsik Kim
fc803cc1af
QML: Completed Systrayicon menu 2018-05-12 11:46:20 -04:00
Bumsik Kim
4ba6598725
QML: Groupbox for IP list 2018-05-12 02:36:11 -04:00
Bumsik Kim
a5bc16ddda
Security: Sanitized /home/kbumsik and /opt/anaconda/bin:/opt/anaconda/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/lib/emscripten:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/staruml/:/usr/lib/emscripten:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/staruml/:/home/kbumsik/opt/emsdk-portable:/opt/cdt-stand-alone-debugger:/home/kbumsik/opt/emsdk-portable:/opt/cdt-stand-alone-debugger 2018-05-12 00:31:49 -04:00
Bumsik Kim
b0baf026c5
Added: Open ARandR or Gnome display settings 2018-05-11 22:19:37 -04:00
Bumsik Kim
3c31266c5c
Fixed: VNCState inner class handling 2018-05-11 17:42:46 -04:00
Bumsik Kim
807371a69c
Added: Saving auto-start 2018-05-11 16:29:36 -04:00
Bumsik Kim
35b61fc74a
Added: Saving settings 2018-05-11 15:25:20 -04:00
Bumsik Kim
859044c6eb
QML: Auto start when VNC closed by client 2018-05-11 12:53:14 -04:00
Bumsik Kim
be5e4da1aa
XRandR: automatic screen selection if doesn't exist 2018-05-10 21:06:45 -04:00
Bumsik Kim
ca6ec24d49
QML: Moved popup 2018-05-10 20:58:26 -04:00
Bumsik Kim
abba868446
Merge pull request #2 from kbumsik/qml
Switch to QML
2018-05-10 15:59:42 -04:00
Bumsik Kim
b51ad567bb
QML: Auto start support. Better footbar text 2018-05-10 15:57:25 -04:00
Bumsik Kim
3a76aa7ef7
Backend: show ip list 2018-05-10 12:15:28 -04:00
Bumsik Kim
85b0670a92
QML: Better layout using anchors, auto change with binding 2018-05-10 04:12:03 -04:00
Bumsik Kim
df362568f6
Backend: Use Q_ENUM 2018-05-10 02:59:53 -04:00
Bumsik Kim
81b6d8919b
QML: smarter window moving on show 2018-05-10 00:22:29 -04:00
Bumsik Kim
1b9b08f094
XRandR: Support for displays other than VIRTUAL1 2018-05-09 23:54:45 -04:00
Bumsik Kim
1e11c99b50
QML: Added combobox to select device (no real effect on select yet) 2018-05-09 21:09:32 -04:00
Bumsik Kim
6bee3d556a
Backend: make use of DisplayProperty class 2018-05-09 19:40:07 -04:00
Bumsik Kim
68efb022c7
SystrayIcon: Prevent opening window by right click 2018-05-09 12:55:18 -04:00
Bumsik Kim
599beb2557
XRandR: code cleanup 2018-05-09 12:54:21 -04:00
Bumsik Kim
822891396d
QML: Preven closing the window right after clicking systrayicon 2018-05-09 11:37:02 -04:00
Bumsik Kim
1576ffee49
QML: Show window always on the right 2018-05-09 08:32:07 -04:00
Bumsik Kim
66fcf5f173
XRandR: parsing active monitor 2018-05-09 08:27:29 -04:00
Bumsik Kim
b0c07d55be
XRandR: Full parsing of xrandr display information 2018-05-08 18:45:51 -04:00
Bumsik Kim
aaf3b28206
XRandR: Fixed issue with parsing primary screen in some hardware 2018-05-08 11:44:06 -04:00