1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-07-07 03:06:37 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
gryf 124fc2ed9d Make message close method bit more bulletproof
Noe, it it possible to create Message object and perform close() on it,
even if show() wasn't called before. It have a bit more sense since it
should be harmless for closing possibly non existent message.
2016-12-27 20:41:29 +01:00
gryf 36fe31c99e Refactoring wrapper 2016-12-27 20:02:12 +01:00
gryf c8b4207040 Utils refactoring.
Added safe guards for get_config function, introduced CmdOption class
for convenient accessing options as a dict keys with option to make them
as a list of commandline options suitable for passing to fs-uae.
2016-12-27 19:58:30 +01:00
gryf f616a8db06 Removed bloated class and replace it with pure functions in 'plain' module 2016-12-27 19:57:34 +01:00
gryf cadcc30734 Added utility module with common functions 2016-12-25 19:03:30 +01:00
gryf 4da34da59e Moved constant to the module init 2016-12-25 19:02:41 +01:00
gryf 9bbe39b059 Extracted some methods to utils module 2016-12-25 16:21:57 +01:00
gryf 8b51979dc5 Using configparser for getting options from config file 2016-12-25 11:21:53 +01:00
gryf 517831796e Changed behavior of parse args 2016-12-25 10:57:14 +01:00
gryf 0c1bfa3620 Added ability to show and destroy message windows 2016-12-23 19:22:37 +01:00
gryf 7f8c4d2f6a Added missing space in message 2016-12-23 18:47:42 +01:00
gryf abff0fb62b Added tests for wrapper module finctions 2016-12-20 20:05:20 +01:00
gryf acb056f112 Added plain module - for running fs-uae directly 2016-12-19 20:23:44 +01:00
gryf b14a9f0156 Added wrapper module 2016-12-19 20:23:04 +01:00