summaryrefslogtreecommitdiff
path: root/jfr_playoff/gui/__init__.py
AgeCommit message (Expand)Author
2020-01-20Python 2.7.x-style tkinter imports, just to investigate compatibilitytkinter-importsemkael
2020-01-05Clearing remote content cache on each GUI runemkael
2019-11-16Keyboard shortcuts: fixes #36emkael
2019-11-12Do not remove temp output file prematurelyemkael
2019-08-07Correct remove path for temporary output fileemkael
2019-07-30Verbose error messages (with traceback)emkael
2019-07-30Error handling in the parent, GUI threademkael
2019-07-30Checking for dirty bracket save on exitemkael
2019-07-27Frame title texts and iconsemkael
2019-07-27"Run" and "Run timed" actions in top menuemkael
2019-07-26Logging facilities for GUIemkael
2019-07-25Menubar items for script runemkael
2019-07-25Tooltip label for menubaremkael
2019-07-22Ordered dictionaries for config exportemkael
2019-07-22Collecting and saving config fileemkael
2019-07-21Activate "save" button depending on dirty stateemkael
2019-07-19Refactoring menu codeemkael
2019-07-19Main menu + new/open/save/save-as commandsemkael
2019-07-07Tracing dirty state of edited fileemkael
2019-06-27Storing filepath in main windowemkael
2019-06-27Main window titleemkael
2019-06-27Opening file from command line argumentemkael
2019-06-27Visual setting tab value settingemkael
2019-06-23Protocol for resetting tab data on "new" commandemkael
2019-06-21Page settings wrapped in labeled frameemkael
2019-06-21Phase mathes GUIemkael
2019-06-21Default style for labeled framesemkael
2019-06-02Providing Teamy database list on DB settings changeemkael
2019-06-01Scrollable frames for team settingsemkael
2019-05-29Compiling config for fetching teamsemkael
2019-05-29Main window now inherits tk.Tk instead of compositing it, to be able to be re...emkael
2019-05-25Basic GUI structure:emkael