core-extra/daemon/core/gui
2021-01-13 20:49:23 -08:00
..
data pygui: added simple black dot image to represent shadowed nodes in gui 2021-01-06 09:57:19 -08:00
dialogs pygui: fixed issue deleting current session from sessions dialog, also now join session when deleting if present, or create new one when none are left 2021-01-12 22:43:27 -08:00
frames pygui: fixed edge context, fixed node context, updated find to leverage multi canvas changes and select canvas of found node 2021-01-02 00:10:23 -08:00
graph pygui: add node context and interactions to shadow nodes 2021-01-13 20:49:23 -08:00
__init__.py moved coretk under daemon/core/gui 2019-12-19 09:30:21 -08:00
app.py pygui: fix redrawing edge labels for multiple canvases, updated edit menu to account for multiple canvases, fixed issue with not setting menubar state when joining a session, starting point for hide/show nodes and related edges 2021-01-08 10:10:46 -08:00
appconfig.py pygui: adjustments to create gui home directories if not present and add new files that may have been added that do not exist 2021-01-06 10:24:06 -08:00
coreclient.py pygui: update to account for already used mac addresses that may collide with auto assigned addresses 2021-01-13 10:50:16 -08:00
images.py pygui: added simple black dot image to represent shadowed nodes in gui 2021-01-06 09:57:19 -08:00
interface.py pygui: update to account for already used mac addresses that may collide with auto assigned addresses 2021-01-13 10:50:16 -08:00
menubar.py pygui: further updates to support hiding nodes and related edges, added hidden nodes to metadata sent to daemon and parsed when joining a session 2021-01-09 20:35:24 -08:00
nodeutils.py pygui: added check so bridge based nodes can only have 1 link between them 2020-10-12 20:41:55 -07:00
observers.py pygui: added type hinting to everything under base core.gui 2020-06-19 22:08:24 -07:00
statusbar.py pygui: updates to capture canvas tab change events and set the statusbar zoom variable to be the current canvas 2020-12-17 14:56:54 -08:00
task.py pygui: fixed issue in task handling a returned boolean value, should be doing a none check 2020-08-03 16:29:35 -07:00
themes.py grpc/pygui: added grpc alert api, updated pygui to better handle and display alerts 2020-07-22 19:19:22 -07:00
toolbar.py pygui: fix redrawing edge labels for multiple canvases, updated edit menu to account for multiple canvases, fixed issue with not setting menubar state when joining a session, starting point for hide/show nodes and related edges 2021-01-08 10:10:46 -08:00
tooltip.py pygui: updates to leverage tk provided constants for sticky configuration, instead of duplicate strings everywhere 2020-08-02 10:36:14 -07:00
utils.py pygui: changes to display both link and asym link options on edges in canvas 2020-08-02 10:03:21 -07:00
validation.py pygui: validation of the node name field will allow - instead of _, - is valid while _ is not 2021-01-07 14:24:57 -08:00
widgets.py daemon: moved grpc wrapper classes to core.grpc.wrappers 2020-08-27 11:02:02 -07:00