1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-13 03:41:50 +00:00
Commit graph

98 commits

Author SHA1 Message Date
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
90894d3c41
v0.1.3 release 2018-05-23 19:40:15 -04:00
Bumsik Kim
b8caf68ea8
setup.py: install .desktop files, re-organized doc files to data 2018-05-23 18:49:20 -04:00
Bumsik Kim
be02f3dd4a
Added KDE display setting 2018-05-23 17:12:21 -04:00
Bumsik Kim
6db530301c
README: updated Ubuntu dependancies 2018-05-23 16:21:17 -04:00
Bumsik Kim
4e7d0f485a
Config: Changed HOME_PATH from ~/.virtscreen to ~/.config/virtscreen 2018-05-23 16:00:29 -04:00
Bumsik Kim
2bd1ce68f8
Deleted Snapcraft 2018-05-22 21:26:41 -04:00
Bumsik Kim
b8c2ff27c4
Experimental Debian building system 2018-05-22 21:26:17 -04:00
Bumsik Kim
11cc7add7b
Improved file organization 2018-05-21 18:51:50 -04:00
Bumsik Kim
395df777d1
launch.sh: fixed python binary to system-wide 2018-05-21 18:22:16 -04:00
Bumsik Kim
57b4094ec7
AUR: added missing pieces for 0.1.2 2018-05-21 18:21:33 -04:00
Bumsik Kim
38d8b902e5
Added .vscode to gitignore 2018-05-21 18:20:23 -04:00
Bumsik Kim
fbd0a3d1fd
Deleted .vscode 2018-05-21 18:16:53 -04:00
Bumsik Kim
d51bc3934f
Initial snap.yaml 2018-05-21 15:46:36 -04:00
Bumsik Kim
6c8394f594
AUR: updated to 0.1.2 2018-05-21 15:09:42 -04:00
Bumsik Kim
a88525fdd8
FIX: twisted reactor not defined 2018-05-21 14:40:17 -04:00
Bumsik Kim
46769793e7
AUR: use system-wide python 2018-05-21 06:01:19 -04:00
Bumsik Kim
78b33e9133
Updated AUR install in README 2018-05-21 04:54:18 -04:00
Bumsik Kim
277392e91e
Updated AUR package 2018-05-21 04:24:07 -04:00
Bumsik Kim
570a58243d
Created AUR package and a desktop entry 2018-05-21 04:12:30 -04:00
Bumsik Kim
99936f6e00
Fix for setup.py versioning 2018-05-20 21:56:17 -04:00
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