David Sparer
|
d74631bbdb
|
removed the old message collector
|
2017-02-03 11:39:52 -07:00 |
|
David Sparer
|
be8c392562
|
rearranged app startup to ensure the message collector is created as early in the process as possible
|
2017-02-03 11:37:25 -07:00 |
|
David Sparer
|
f564efb4d6
|
more cleanup of the Windows class
|
2017-02-03 11:07:40 -07:00 |
|
David Sparer
|
dee9e3c326
|
removed references to Windows.UpdatePanel
|
2017-02-03 10:54:02 -07:00 |
|
David Sparer
|
4ff8d7d68e
|
removed references to Windows.ScreenshotPanel
|
2017-02-03 10:48:01 -07:00 |
|
David Sparer
|
789e467573
|
remove references to Windows.TreePanel
|
2017-02-03 10:43:42 -07:00 |
|
David Sparer
|
745b85a3ac
|
removed references to Windows.ErrorsPanel
|
2017-02-03 10:39:23 -07:00 |
|
David Sparer
|
4f84c2cb01
|
removed all references to Window.ConfigPanel - we dont need it
|
2017-02-03 10:34:07 -07:00 |
|
David Sparer
|
83414acb1d
|
fix tests
|
2017-02-03 10:32:30 -07:00 |
|
David Sparer
|
356effc6a9
|
split startup data logging to a new class and required a messagecollector to be passed in
|
2017-02-03 10:13:37 -07:00 |
|
David Sparer
|
88ec186b98
|
can restore log location to default
|
2017-02-03 10:10:33 -07:00 |
|
David Sparer
|
530615f049
|
resolve logging bug where cmdline args arent shown
|
2017-02-03 09:32:43 -07:00 |
|
David Sparer
|
afec12822f
|
can now select log file path
|
2017-02-03 09:12:39 -07:00 |
|
David Sparer
|
f117620ead
|
wired up the logging level selection
|
2017-02-03 08:39:25 -07:00 |
|
David Sparer
|
1c9f34ba1b
|
the notification panel section of the messages page is now working
|
2017-02-03 08:32:31 -07:00 |
|
David Sparer
|
c26cd9876a
|
the notification panel msg writer now respects the focus-on settings
|
2017-02-03 08:31:19 -07:00 |
|
David Sparer
|
32f7d37768
|
Moved message collector/writer setup to a separate class
|
2017-02-03 07:23:35 -07:00 |
|
David Sparer
|
3873e680e4
|
fix
|
2017-02-03 07:13:14 -07:00 |
|
David Sparer
|
ddc8a9a286
|
one more minor rename
|
2017-02-03 07:11:33 -07:00 |
|
David Sparer
|
399bde7588
|
renamed some classes and namespace around the message writers
|
2017-02-03 07:10:41 -07:00 |
|
David Sparer
|
5e51febee8
|
message writer settings will be saved in the settings file like all others. no reason to roll my own persistence strategy
|
2017-02-03 07:02:14 -07:00 |
|
David Sparer
|
6e8200a380
|
started building new options page for messages
|
2017-02-02 20:22:22 -07:00 |
|
David Sparer
|
fc9961b2de
|
removed setting that will no longer be needed
|
2017-02-02 20:20:14 -07:00 |
|
David Sparer
|
d750e3e996
|
minor cleanup
|
2017-02-02 20:17:33 -07:00 |
|
David Sparer
|
1cd15c6f7c
|
now loading and saving settings for the message printers
|
2017-02-02 20:17:15 -07:00 |
|
David Sparer
|
5c47acbcc3
|
added messageprinter setting de/serializer
|
2017-02-02 20:15:31 -07:00 |
|
David Sparer
|
1363c2893b
|
modified the imessageprinter interface to include booleans to filter message types
|
2017-02-02 20:14:20 -07:00 |
|
David Sparer
|
cbc426014b
|
the app now uses the newer message collector
|
2017-02-02 14:22:06 -07:00 |
|
David Sparer
|
17178e3ae3
|
added an extra space after the message class in the logs so that error and debug msgs have a space after them
|
2017-02-02 13:53:42 -07:00 |
|
David Sparer
|
b9299d90df
|
modified the log4net logger to log debug level messages by default. we will futher restrict logging levels based on user preference within the app
|
2017-02-02 13:52:37 -07:00 |
|
David Sparer
|
aff5b46c5e
|
there were only 2 messages using the Report type. Move those to use the Information type and renamed Report to Debug
|
2017-02-02 13:51:16 -07:00 |
|
David Sparer
|
2e83f81672
|
created a popup message printer
|
2017-02-02 13:31:34 -07:00 |
|
David Sparer
|
e352cc76cf
|
Created a message printer for sending messages to the errors and infos window
|
2017-02-02 13:06:45 -07:00 |
|
David Sparer
|
cab2ee4fa4
|
cleaned up the error and info window class
|
2017-02-02 12:43:47 -07:00 |
|
David Sparer
|
bdfc839080
|
created a message printer adapter for the log4net logger
|
2017-02-02 12:08:39 -07:00 |
|
David Sparer
|
6beb21349b
|
created a message printer for writing to the debug stream
|
2017-02-02 12:07:51 -07:00 |
|
David Sparer
|
b2240e8f1a
|
created a replacement message collector that has no dependency on whatever printers may want to show its messages
|
2017-02-02 12:07:08 -07:00 |
|
David Sparer
|
32f43d46b5
|
created an interface for message printers
|
2017-02-02 12:05:32 -07:00 |
|
David Sparer
|
803d689bd3
|
renamed some imessage properties
|
2017-02-02 11:16:01 -07:00 |
|
David Sparer
|
66255bf443
|
created an interface for the message type
|
2017-02-02 10:54:11 -07:00 |
|
David Sparer
|
338a486513
|
resharper cleanup of messagecollector
|
2017-02-02 10:52:22 -07:00 |
|
David Sparer
|
b543343045
|
Merge branch 'improve_password_creation_classes' into v1_76_temporary_branch
|
2017-02-02 08:55:54 -07:00 |
|
David Sparer
|
5280ef32cd
|
created a has-special-characters constraint
|
2017-01-28 14:10:04 -07:00 |
|
David Sparer
|
59a7e4179b
|
minor test fix
|
2017-01-28 13:40:55 -07:00 |
|
David Sparer
|
bd2054e5a4
|
created a has-upper-case constraint
|
2017-01-28 13:39:51 -07:00 |
|
David Sparer
|
69be19c02b
|
created a has-lower-case constraint
|
2017-01-28 13:35:28 -07:00 |
|
David Sparer
|
fcffeb5734
|
created a password-has-numbers constraint
|
2017-01-28 13:15:43 -07:00 |
|
David Sparer
|
11b67208f4
|
created password length constraint
|
2017-01-28 12:42:46 -07:00 |
|
David Sparer
|
03e8342c90
|
Merge branch 'Create_basic_infrastructure_for_supporting_credential_manager' into v1_76_temporary_branch
|
2017-01-28 11:59:13 -07:00 |
|
David Sparer
|
fcd070066c
|
Merge branch 'v1_76_temporary_branch' into Create_basic_infrastructure_for_supporting_credential_manager
# Conflicts:
# mRemoteV1/Config/Settings/SettingsSaver.cs
# mRemoteV1/Properties/Settings.Designer.cs
# mRemoteV1/Properties/Settings.settings
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/app.config
|
2017-01-28 11:57:12 -07:00 |
|