rename: #region XMLT Events to: #region XMLTV Events
DataGrid: * After Clicking Sort: call dataGrid_SelectionChanged * After Clicking Filter: call dataGrid_SelectionChanged * When Clicking: call dataGrid_SelectionChanged
+ Truncate Log file with it grows over 250kb in size
+ implement reading of rating from XMLTV data
Programs filtering: * add support to filter by start/stop
filtering controls: * don't look at the Checked property for each control explicitly by name * use a new method to programmitcally find the checked control and return it
Filter Text: when a cell or row change selection occurs * Look at the current selected filter column, and the get selected row's value Filter Text: when the selected filter column changes * Look at the current selected row's value, and get the text for the filter column
* when filtering data grab the data to filer from the master data
XMLTV Program(s): * filtering by: channel, title, subtitle, and description have been implemented
XMLTV Program(s): * single column asending/descending support
+ current wip
+ current wip
+ move everything into region/endregion seperators
+ also serialize to file on a seperate thread ... although it does not block the main form as badly as deserializtion does
+ deserialize data on a seperate thread, so we don't block the main form
+ use a Properties dictionary to hold the Program metadata
+ upate for: Enterprise.Logging: 1.2.5.1
+ add support to cancel parseing when main form is closed
+ write logmessages to console + write logmesages to status strip control * remove newlines as needed
+ display logmessages in status strip at bottom on main form
+ fix open/save dialog file filters: had the format reveresed
+ use a MarshalByRefObject
+ add support to save and read serialized Program/Channel data
target .net 4.0
+ initial commit