Commit Graph

197 Commits (master)

Author SHA1 Message Date
Sean McArdle 186fc5b3f7 Cleanup. 2017-08-23 10:34:10 -07:00
Sean McArdle da8a026584 Reverting accidental deletion. 2017-08-23 10:33:18 -07:00
Sean McArdle 3d531ac961 Removed some garbage. 2017-08-22 14:29:02 -07:00
Sean McArdle 6a6763ec9e Package update stuff. 2017-08-22 14:28:09 -07:00
Sean McArdle 104163410d Refactor with VS helper 2017-08-22 14:27:46 -07:00
Sean McArdle de8d834372 Moved to Task instead of Thread for main function and provided better error symantics. 2017-08-22 14:27:18 -07:00
Sean McArdle b82ea094f6 Updated packages. 2017-08-22 14:26:10 -07:00
Sean McArdle d3271206a3 Added some build directives to remove dll's that are woven into exe binary. 2017-05-11 11:20:20 -07:00
Sean McArdle d5541f3743 Added service status views. 2017-05-11 11:19:50 -07:00
Sean McArdle 208cd9f901 Clearer console log output. 2017-05-11 11:19:15 -07:00
Sean McArdle e286322e0b Bumped version. 2017-03-24 11:19:43 -07:00
Sean McArdle 46338490f7 Continuing work on help dialogs. 2017-03-24 10:54:48 -07:00
Sean McArdle db55b6a73b Double clicking the tray icon shows settings, this is the user's expected behavior. 2017-03-24 10:54:19 -07:00
Sean McArdle f45be2407b Moved to settings file and enum for mode setting rather than a <string,object> dictionary for compile time type checking. 2017-03-24 10:06:55 -07:00
Sean McArdle dee7592ae6 Fixed checking for modeset on start. 2017-03-03 12:00:59 -08:00
Sean McArdle 599e5d197c Bumped version number. 2017-01-18 15:04:14 -08:00
Sean McArdle 2f7a0b6a1a Only prevent initializing wifisitter if another copy is running and trying to start in "console" or "service" mode. 2017-01-18 14:59:43 -08:00
Sean McArdle 921f6d3f71 Now provide option to selectively enable IPC on install. 2017-01-18 14:58:55 -08:00
Sean McArdle 66349c69d4 Ensure lowercase directive 2017-01-18 14:58:25 -08:00
Sean McArdle 603fece45e Using new configuration system. 2017-01-18 14:17:23 -08:00
Sean McArdle 05b6cea2e2 Using Mono.Options to parse command line arguments and provide a global static configuration system. 2017-01-18 14:17:00 -08:00
Sean McArdle d6f5369c63 Moved datagrids into groupboxes and removed gradiant style from columnheader 2016-12-30 14:37:55 -08:00
Sean McArdle d0ac5a7dc7 Added more help close semantics. 2016-12-30 11:51:40 -08:00
MCARDLE Sean M 733aea3cf1 Added some event handlers to close help overlay. 2016-12-30 09:39:02 -08:00
MCARDLE Sean M ca4512a6ce Help now closes with additional F1 press. 2016-12-30 09:31:05 -08:00
MCARDLE Sean M 1de5395624 Started work on help overlay. 2016-12-30 09:22:28 -08:00
MCARDLE Sean M b2e7b8ac7c Now disposes tray icon when clicking Quit. 2016-12-29 21:45:37 -08:00
MCARDLE Sean M 4eeaf72d9f Copy and pasted over the Key check, now checks keypress with switch. 2016-12-29 21:45:17 -08:00
Sean McArdle 73ccb93123 Now gives better inidication of what is happeneing. 2016-12-29 21:00:32 -08:00
Sean McArdle 12f7c27c12 F1 launches about/help. 2016-12-29 21:00:04 -08:00
Sean McArdle 13a44f7cef Rereferencing RTF files with resource identifier now. 2016-12-29 16:23:18 -08:00
Sean McArdle 05b7b06af4 Status window launches by default on debug builds 2016-12-29 16:22:48 -08:00
Sean McArdle b1ed556b5f Added null check. 2016-12-29 16:22:31 -08:00
Sean McArdle b5ffddbbc7 New help window. 2016-12-29 11:31:34 -08:00
Sean McArdle 3e2a387708 Set auto scrollbar visibility 2016-12-29 11:31:21 -08:00
Sean McArdle 4da5800395 Moved whitelist entries to expander and only refreshing state on address changed since it is fired when availability changed is fired. 2016-12-27 13:01:24 -08:00
Sean McArdle 6d355009af Added Costura to project. 2016-12-27 13:00:38 -08:00
Sean McArdle 086770e941 Changed icon background to match service icon. 2016-12-27 12:59:52 -08:00
Sean McArdle 180591118d Moved documentaiton to a more relevant place. 2016-12-24 08:47:55 -08:00
Sean McArdle b9f2d8706e Added Costura Fody to weave in assemblies for WifiSitter service. 2016-12-24 08:20:19 -08:00
Sean McArdle ead62db063 Added method to just wake up wifi adapters. This is what users conceptually want to do with the "pause for 5 minutes" feature. 2016-12-24 08:19:44 -08:00
Sean McArdle 1e71967a40 New icon. 2016-12-22 10:06:14 -08:00
Sean McArdle 3976760a78 Added transparent button to intercept toggle button click events. 2016-12-22 10:02:42 -08:00
Sean McArdle aa4df55605 Formatting fix. 2016-12-22 09:48:06 -08:00
Sean McArdle 0f665fd77f Updated styling in status window. 2016-12-22 09:46:44 -08:00
Sean McArdle 87309320a7 Irrelevant with prism event aggregation. 2016-12-22 09:45:23 -08:00
Sean McArdle 1bbde669e3 Added refresh/reload icon. 2016-12-21 00:11:09 -08:00
Sean McArdle 4da5e38a3d Updated about page. 2016-12-21 00:10:47 -08:00
Sean McArdle 314ee095fd Fixed richtext boxes as read-only and made window resizable, it was fixed too small for troubleshooting guide to be useful. 2016-12-20 23:44:05 -08:00
Sean McArdle 5fd255ed91 Changed how resources are referenced. Simpler this way. 2016-12-20 23:43:18 -08:00