Commit Graph

55 Commits

Author SHA1 Message Date
Tim Young bf820055ca When doing multiple regression tests, add a counter to the name so we see a status. 2018-10-23 08:52:28 -05:00
Tim Young e6e6328eca Start regression window with untested and failed checked. 2018-10-17 16:58:03 -05:00
Tim Young 8d848eaa39 select the first unfinished puzzle on the level if one is available 2018-10-17 16:23:13 -05:00
Tim Young bee42488d2 Refresh the form after one test to show passed / failed 2018-10-05 13:28:49 -05:00
Tim Young 4c25bf4721 Turning off debugging 2018-10-05 10:52:30 -05:00
Tim Young b4e828162a refresh the form instead of doing full do-events. Much, much quicker that way. 2018-10-05 10:45:30 -05:00
Tim Young 30a357cc19 hide the label that shows up on regression testing 2018-10-01 15:32:17 -05:00
Tim Young 78c4af5b8d Change colors of window so we know we are doing testing. 2018-10-01 15:29:30 -05:00
Tim Young 481ddc0121 fix the selection jumping bug 2018-10-01 15:10:51 -05:00
Tim Young da3905560c Update the form after we do testing, so we see the results 2018-09-28 13:55:11 -05:00
Tim Young cedb54abff remove the X at the top of the regression testing window. It gives us problems 2018-09-28 13:54:22 -05:00
Tim Young 67dcbd82fb start with "untested" selected when opening regression testing window 2018-09-28 13:51:59 -05:00
Tim Young 65f14420f7 Fix puzzle selection issue 2018-09-28 13:50:33 -05:00
Tim Young 7bf1b99e03 Open network if it does not have a replay yet. 2018-09-28 09:32:32 -05:00
Tim Young 25cc1f720a Get testall working. Yay! 2018-09-28 08:20:48 -05:00
Tim Young 03c9f3404a Make a test-all button 2018-09-28 08:07:54 -05:00
Tim Young c10db3a8bb Add untested checkmark 2018-09-27 14:48:53 -05:00
Tim Young dda5448e59 Mark failed with an X 2018-09-27 14:43:32 -05:00
Tim Young 6d3db35cfc Move Working on getting the listboxwindow not to disappear when we do regression testing 2018-09-27 14:41:10 -05:00
Tim Young ead0d3511f better tracking of passed / failed 2018-09-26 11:30:06 -05:00
Tim Young 73b11719b8 Have regression testing return to the listbox window when a test has completed. 2018-09-26 10:33:22 -05:00
Tim Young aaf7afdd65 Better non-visible regression testing & the close button working. 2018-09-26 09:08:05 -05:00
Tim Young b87d1acd93 Get the puzzle to do a replay 2018-09-24 11:18:45 -05:00
Tim Young d4e206047c Able to click the test button when an item is selected for regression 2018-09-24 10:35:51 -05:00
Tim Young 375ea625a6 filter for passed / failed 2018-09-21 13:11:05 -05:00
Tim Young 864c697f8e filter by test / notest 2018-09-21 13:01:24 -05:00
Tim Young b971a729cb Change constants to variable, for translation and for consistency. 2018-09-21 12:43:40 -05:00
Tim Young ea710bd92f Track which puzzles we have regression testing for 2018-09-21 12:40:51 -05:00
Tim Young fac5d7ab26 Note that we are in regression mode for all puzzles when in that view. 2018-09-21 11:26:11 -05:00
Tim Young a63fec2a61 Add checkboxes for some fields we can filter on, and start tracking those valuse 2018-09-21 11:23:30 -05:00
Tim Young 6b8ab4907c initial populating regression testing window 2018-09-21 10:23:19 -05:00
Tim Young fcde8a1c5b Add drop-down menu item that shows up when we are in replay mode for the regression testing window 2018-09-21 09:58:22 -05:00
Tim Young bf0b273c8d Copy some code from puzzle list for initial view of window 2018-09-21 09:10:28 -05:00
Tim Young 063f207ec4 Change title when drilling down into a packet message 2018-09-21 09:05:32 -05:00
Tim Young 6831e17dce stub for filling in puzzles for regression 2018-09-21 09:00:03 -05:00
Tim Young 04c54c24d7 Change the text of the listbox screen depending on what we are looking at. 2018-05-22 16:36:23 -05:00
Tim Young f3df4f525a Rename IPAddress class to NB_IPAddress. We will be using the System.Net.IPAddress class and do not want to have a conflict. 2018-03-09 15:47:33 -06:00
Tim Young 827ed75240 Better display of translated puzzle titles 2017-10-16 10:31:20 -05:00
Tim Young c027a0335a use translated puzzle names 2017-10-16 10:23:58 -05:00
Tim Young ea5f038157 store solved puzzles in the user profile. Load them from the user profile too. 2017-07-29 18:52:23 -05:00
Tim Young 2d90ad51b8 Allow us to ctrl-alt click a puzzle and mark it as solved. This is used often when I am testing them. 2017-06-19 13:39:22 -05:00
Tim Young 64ff7a72ed Change auto-select of puzzle to work when earlier level puzzles are not done. Only select it when it is going to be shown. 2017-06-19 13:02:55 -05:00
Tim Young 35543503e2 Auto-select first unselected puzzle. Helps Linux navigation 2017-06-16 15:16:56 -05:00
Tim Young 16f5c54ee9 Mono does not like my settings for some reason. Moved settings to my own class that loads from properties.settings. Will load/save to xml in another commit. 2017-06-16 11:27:53 -05:00
Tim Young bd1ca9fdf2 Search capbility for puzzles 2017-03-10 14:18:17 +03:00
Tim Young f4ab85f359 IPAddress edit box should now appear inside the network box. 2017-02-25 10:33:56 +03:00
Tim Young 7876ae832b Posting through Visual Studio 2017-02-24 14:29:51 +03:00
Tim Young 74731290a1 Adding the GPL. It did not have a license before this because the source was not public.
Getting caught up with some cr/lf changes.
2017-02-24 14:26:58 +03:00
Tim Young a53b767888 Finish Up First-round language translation 2015-11-24 14:45:08 -05:00
Tim Young 78bbfa8275 Save the level we are working on 2015-11-22 09:01:59 -05:00