1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-14 12:21:50 +00:00

Commit graph

  • 99936f6e00
    Fix for setup.py versioning Bumsik Kim 2018-05-20 21:56:17 -0400
  • 75ba481175
    Distributed to Pypl, and initial Makefile Bumsik Kim 2018-05-20 01:35:13 -0400
  • f87702f638 Python pacakge structure and installing it as python packages Bumsik Kim 2018-05-20 00:42:58 -0400
  • 9001fee975
    Conformance to PEP 8 Bumsik Kim 2018-05-16 17:37:24 -0400
  • 6ccdd556f2
    Backend: enError.emit() instead of print() for errors Bumsik Kim 2018-05-16 17:23:15 -0400
  • 5ef4e1bcbd
    Backend: Marked TODO for error handling state Bumsik Kim 2018-05-16 10:52:13 -0400
  • bc0de4f368
    Backend: capture errors of xrandr and display settings program Bumsik Kim 2018-05-16 10:48:16 -0400
  • 7e8eeaf0a7
    Displays error when ARandR is not installed Bumsik Kim 2018-05-16 07:57:11 -0400
  • fb868a4f7f
    Error message dialog added for X11VMC error Bumsik Kim 2018-05-16 07:04:16 -0400
  • db125fe7c5
    QML: added theme color preference Bumsik Kim 2018-05-16 00:29:15 -0400
  • a0f29de12c
    QML moved progress bar to footer Bumsik Kim 2018-05-15 15:29:31 -0400
  • 275abb2f02
    README: Updated Example gif Bumsik Kim 2018-05-14 18:45:54 -0400
  • d2387d3321
    Added gif Bumsik Kim 2018-05-14 18:43:31 -0400
  • 5dbd3139df
    SystrayIcon: Added 'open VirtScreen' menu Bumsik Kim 2018-05-14 17:56:08 -0400
  • 78fc085590
    QML: Separate qml files into pages Bumsik Kim 2018-05-14 16:42:36 -0400
  • c2b430f9f8
    QML: Added a progress bar on the bottom Bumsik Kim 2018-05-14 16:08:56 -0400
  • 67b0e43c89
    QML: Switched to use layout instead of anchors Bumsik Kim 2018-05-14 15:45:39 -0400
  • ce1debd8ad
    Load JSON settings directly in QML Bumsik Kim 2018-05-14 10:54:31 -0400
  • 09cf4cb72f
    Password: Pass password to pipe, to hide password in command line Bumsik Kim 2018-05-13 22:19:17 -0400
  • dc7199e47d
    Fixed: referencing unloaded component Bumsik Kim 2018-05-13 19:18:27 -0400
  • 3da2b903ed
    QML: Set Root component as a plain Item Bumsik Kim 2018-05-13 18:27:06 -0400
  • fe9b3fb13e
    Optimization: Use loader to reduce memory on idle Bumsik Kim 2018-05-13 17:45:03 -0400
  • 863cb99124
    optimized: Removed JSON setting object and IP address list Bumsik Kim 2018-05-13 15:44:56 -0400
  • b75cd4ed2b
    QML: better password control Bumsik Kim 2018-05-13 05:28:49 -0400
  • 05f95f842d
    QML: Added About dialog Bumsik Kim 2018-05-12 16:05:10 -0400
  • fc803cc1af
    QML: Completed Systrayicon menu Bumsik Kim 2018-05-12 11:46:20 -0400
  • 4ba6598725
    QML: Groupbox for IP list Bumsik Kim 2018-05-12 02:36:11 -0400
  • 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 Bumsik Kim 2018-05-12 00:31:49 -0400
  • b0baf026c5
    Added: Open ARandR or Gnome display settings Bumsik Kim 2018-05-11 22:19:37 -0400
  • 3c31266c5c
    Fixed: VNCState inner class handling Bumsik Kim 2018-05-11 17:42:46 -0400
  • 807371a69c
    Added: Saving auto-start Bumsik Kim 2018-05-11 16:29:36 -0400
  • 35b61fc74a
    Added: Saving settings Bumsik Kim 2018-05-11 15:25:20 -0400
  • 859044c6eb
    QML: Auto start when VNC closed by client Bumsik Kim 2018-05-11 12:53:14 -0400
  • be5e4da1aa
    XRandR: automatic screen selection if doesn't exist Bumsik Kim 2018-05-10 21:06:45 -0400
  • ca6ec24d49
    QML: Moved popup Bumsik Kim 2018-05-10 20:58:26 -0400
  • abba868446
    Merge pull request #2 from kbumsik/qml Bumsik Kim 2018-05-10 15:59:42 -0400
  • b51ad567bb
    QML: Auto start support. Better footbar text Bumsik Kim 2018-05-10 15:57:25 -0400
  • 3a76aa7ef7
    Backend: show ip list Bumsik Kim 2018-05-10 12:15:28 -0400
  • 85b0670a92
    QML: Better layout using anchors, auto change with binding Bumsik Kim 2018-05-10 04:12:03 -0400
  • df362568f6
    Backend: Use Q_ENUM Bumsik Kim 2018-05-10 02:59:53 -0400
  • 81b6d8919b
    QML: smarter window moving on show Bumsik Kim 2018-05-10 00:22:29 -0400
  • 1b9b08f094
    XRandR: Support for displays other than VIRTUAL1 Bumsik Kim 2018-05-09 23:54:45 -0400
  • 1e11c99b50
    QML: Added combobox to select device (no real effect on select yet) Bumsik Kim 2018-05-09 21:09:32 -0400
  • 6bee3d556a
    Backend: make use of DisplayProperty class Bumsik Kim 2018-05-09 19:40:07 -0400
  • 68efb022c7
    SystrayIcon: Prevent opening window by right click Bumsik Kim 2018-05-09 12:55:18 -0400
  • 599beb2557
    XRandR: code cleanup Bumsik Kim 2018-05-09 12:54:21 -0400
  • 822891396d
    QML: Preven closing the window right after clicking systrayicon Bumsik Kim 2018-05-09 11:37:02 -0400
  • 1576ffee49
    QML: Show window always on the right Bumsik Kim 2018-05-09 08:32:07 -0400
  • 66fcf5f173
    XRandR: parsing active monitor Bumsik Kim 2018-05-09 08:27:29 -0400
  • b0c07d55be
    XRandR: Full parsing of xrandr display information Bumsik Kim 2018-05-08 18:45:51 -0400
  • aaf3b28206
    XRandR: Fixed issue with parsing primary screen in some hardware Bumsik Kim 2018-05-08 11:44:06 -0400
  • c6a3d8f73d
    QML: Corrected systrayicon message Bumsik Kim 2018-05-07 23:45:17 -0400
  • a07fecd574
    QML: VNC Server state parsing and updating Bumsik Kim 2018-05-07 23:34:11 -0400
  • d1775042b1 QML: Added busyindicator popup when creating a screen Bumsik Kim 2018-05-07 21:57:57 -0400
  • b8d9a7dc07
    QML: graceful shutdown process Bumsik Kim 2018-05-07 16:53:43 -0400
  • 0975e4e8ac
    QML: auto positioning window Bumsik Kim 2018-05-07 16:15:41 -0400
  • 9fe8e36d22
    QML: Backend service is fully merged with the existing code Bumsik Kim 2018-05-07 11:36:12 -0400
  • 7307a1111c
    Backend: Added VNC State Enum Bumsik Kim 2018-05-06 20:11:30 -0400
  • 73c8f5fb7c
    QML: First Basic backend (Doesn't do anything for now) Bumsik Kim 2018-05-06 19:24:06 -0400
  • f102e7d709
    Qt: Added screen changed event(Not yet managed) Bumsik Kim 2018-05-06 19:20:12 -0400
  • 37329c6f00
    First QML prototype Bumsik Kim 2018-05-06 12:07:47 -0400
  • 7cf03b6d4c
    GUI: Framless, auto-close when out of focus Bumsik Kim 2018-04-28 05:42:24 -0400
  • 6a50f724d2
    Trayicon: Widget shows on the nearest coner to the tray icon Bumsik Kim 2018-04-28 02:03:47 -0400
  • 60b61c49bc
    README: Added Gif Bumsik Kim 2018-04-26 16:35:28 -0400
  • 90078c71c2
    Beautified code, surpressed stdout Bumsik Kim 2018-04-26 14:45:10 -0400
  • 9dae19dae4
    README: added notice of default files path Bumsik Kim 2018-04-26 13:32:42 -0400
  • 5d13ccfde2
    Icon: changed Bumsik Kim 2018-04-26 13:32:08 -0400
  • bd4f1422c3
    Added password Bumsik Kim 2018-04-26 04:32:44 -0400
  • b17c783f75
    Creating ~/.virscreen dir and log x11vnc here Bumsik Kim 2018-04-26 03:49:00 -0400
  • 6e93c9783d
    UI: More graceful program termination Bumsik Kim 2018-04-26 00:55:37 -0400
  • 3baace0064
    Trayicon: created a proper set of actions Bumsik Kim 2018-04-25 19:07:29 -0400
  • b71fc7414e
    UI: removed position dialogs Bumsik Kim 2018-04-25 18:35:54 -0400
  • 726e71c126
    UI:Separated display button and vnc button Bumsik Kim 2018-04-25 17:51:30 -0400
  • 03d7ae02bb
    README: fixed typo Bumsik Kim 2018-04-25 17:50:45 -0400
  • 711de0f77e
    First README. Bumsik Kim 2018-04-25 15:55:05 -0400
  • 1571514662
    initial program Bumsik Kim 2018-04-25 15:14:11 -0400
  • 5917fd833c
    Initial commit Bumsik Kim 2018-04-25 14:46:15 -0400