aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* configs: Add parameters "min" and "max" to float-type optionsAaron LI2016-11-073-10/+10
* configs: Change "logging/filemode" to boolean "logging/appendmode"Aaron LI2016-11-072-4/+4
* configs/manager.py: Replace a filter with list comprehensionAaron LI2016-11-071-4/+1
* webui: websocket.py: Use flattened configs; Change "data" to "keys"Aaron LI2016-11-061-3/+3
* configs/manager.py: Support flattening dumped configs (nested dict)Aaron LI2016-11-061-6/+98
* webui: Add "configs.js" with basic support with interact with serverAaron LI2016-11-051-0/+127
* webui: websocket.py: Support "reset", "load", "save" actions.Aaron LI2016-11-051-18/+105
* webui: websocket.py: Make the response message more consistentAaron LI2016-11-041-11/+24
* webui: websocket.py: Implement "set" action for "_handle_configs()"Aaron LI2016-11-042-16/+39
* webui: websocket.py: Implement the "get" part of "_handle_configs()"Aaron LI2016-11-041-5/+118
* webui: websocket.py: Fix wrong exception handlingAaron LI2016-11-041-19/+17
* bin: Update "log_stream" and "loglevel" handlingAaron LI2016-11-042-8/+5
* webui: Update server & client sides WebSocket handlersAaron LI2016-11-042-24/+104
* configs/manager.py: Add method "check_all()" using "check_configs()"Aaron LI2016-11-041-0/+31
* Update to use renamed "check_configs()" instead of "validate_configs()"Aaron LI2016-11-042-3/+3
* configs: Rename "validate.py" and update "validate_configs()"Aaron LI2016-11-041-24/+36
* configs/manager.py: Implement "setn()" to set an option valueAaron LI2016-11-041-6/+86
* configs/manager.py: getn(): remove par. "sep"; handle exceptionAaron LI2016-11-031-12/+16
* configs/manager.py: Reset before loading user config file againAaron LI2016-11-031-12/+10
* webui: Add a manual reconnection button to the header bannerAaron LI2016-11-033-6/+60
* webui: Add "utils.py" to get the IP addressAaron LI2016-11-032-11/+85
* configs/manager.py: Add method "reset()" and attribute "userconfig"Aaron LI2016-11-031-1/+16
* webui: Rewrite "websocket.py" with "FG21simWSHandler"Aaron LI2016-11-022-12/+88
* configs/manager.py: Keep a copy of default configs; Add "dump()"Aaron LI2016-11-021-5/+42
* webui: Rewrite and reconnect to WebSocket when closedAaron LI2016-11-021-32/+97
* webui: Add preliminary WebSocket support to front-end UIAaron LI2016-11-024-0/+65
* webui: Add FA icons for sections/headers; Adjust header stylesAaron LI2016-11-025-24/+22
* webui: fonts.css: Avoid space in font-family name; Some cleanupAaron LI2016-11-011-10/+11
* webui: font-awesome: Only keep the WOFF formatAaron LI2016-11-012-2/+1
* webui: milligram.css: Fix font-weight to use "bold" and "normal"Aaron LI2016-11-011-5/+5
* webui: fonts.css: Use semibold instead of bold for Source Sans ProAaron LI2016-11-011-8/+8
* webui: Update header and configs templatesAaron LI2016-11-012-6/+6
* webui: Update index template; Add console and results templatesAaron LI2016-11-013-10/+43
* webui: Add new style rules (Thanks Bootstrap!)Aaron LI2016-11-011-5/+125
* webui: Add the main CSS and JavaScriptAaron LI2016-11-012-0/+287
* webui: Add the index and configs templatesAaron LI2016-11-012-0/+489
* webui: Add header and footer templatesAaron LI2016-11-012-0/+42
* webui: Add favicon and logo (nyan ~~~)Aaron LI2016-11-013-0/+151
* webui: Add fonts.css (Source Sans Pro & Source Code Pro)Aaron LI2016-11-011-0/+63
* Serve jQuery locally (use jqyeru-3.1.1.js)Aaron LI2016-11-012-1/+10222
* webui: Rearrange structures of the base templateAaron LI2016-10-311-4/+14
* webui: Add the base templateAaron LI2016-10-301-0/+37
* webui: Import Milligram v1.1.0Aaron LI2016-10-301-0/+628
* webui: Import normalize.css v5.0.0Aaron LI2016-10-301-0/+461
* webui: Import FontAwesome v4.7.0Aaron LI2016-10-303-0/+2337
* webui: Add "bin/fg21sim-webui" to start the UI serverAaron LI2016-10-302-0/+52
* webui: Build the Web UI using Tornado with WebSocketAaron LI2016-10-305-0/+70
* utils/__init__.py: Only import "setup_logging" from "logging.py"Aaron LI2016-10-299-11/+13
* Makefile: Use the built-in "venv" module available at Python >=3.3Aaron LI2016-10-291-1/+1
* setup.py: Add "zip_safe=False" to avoid installing as a zipped eggAaron LI2016-10-291-0/+5