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

164 commits

Author SHA1 Message Date
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
Bumsik Kim
c6a3d8f73d
QML: Corrected systrayicon message 2018-05-07 23:45:17 -04:00
Bumsik Kim
a07fecd574
QML: VNC Server state parsing and updating 2018-05-07 23:34:11 -04:00
Bumsik Kim
d1775042b1 QML: Added busyindicator popup when creating a screen 2018-05-07 22:04:29 -04:00
Bumsik Kim
b8d9a7dc07
QML: graceful shutdown process 2018-05-07 16:53:43 -04:00
Bumsik Kim
0975e4e8ac
QML: auto positioning window 2018-05-07 16:15:41 -04:00
Bumsik Kim
9fe8e36d22
QML: Backend service is fully merged with the existing code 2018-05-07 11:36:12 -04:00
Bumsik Kim
7307a1111c
Backend: Added VNC State Enum 2018-05-06 20:11:30 -04:00
Bumsik Kim
73c8f5fb7c
QML: First Basic backend (Doesn't do anything for now) 2018-05-06 19:24:06 -04:00
Bumsik Kim
f102e7d709
Qt: Added screen changed event(Not yet managed) 2018-05-06 19:20:12 -04:00
Bumsik Kim
37329c6f00
First QML prototype 2018-05-06 12:07:47 -04:00
Bumsik Kim
7cf03b6d4c
GUI: Framless, auto-close when out of focus 2018-04-28 05:42:24 -04:00
Bumsik Kim
6a50f724d2
Trayicon: Widget shows on the nearest coner to the tray icon 2018-04-28 02:03:47 -04:00