Revision
273 -
Directory Listing
-
[select for diffs]
Modified
Sat Apr 4 01:29:23 2015 UTC
(8 years, 2 months ago)
by
william
Original Path:
trunk
Diff to
previous 272
+ throw an invalidcastexception in equals if obj is not assignable from IProgramDefintion
+ ProgramDefintion ToString() :: skip RawDataSource property
Revision
252 -
Directory Listing
-
[select for diffs]
Modified
Wed Apr 3 05:28:26 2013 UTC
(10 years, 2 months ago)
by
william
Original Path:
trunk
Diff to
previous 251
Ensure when filtering Start/Stop times for Programs, don't sort by the string value; instead sort it using DateTime.Parse(string)
Revision
250 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 28 06:58:11 2013 UTC
(10 years, 2 months ago)
by
william
Original Path:
trunk
Diff to
previous 249
+ fix issue(s) with manual recordings being deleted/updated/changed ... this was only intended for re-ocurring recordings
Revision
248 -
Directory Listing
-
[select for diffs]
Modified
Fri Mar 22 16:41:42 2013 UTC
(10 years, 2 months ago)
by
william
Original Path:
trunk
Diff to
previous 247
DataGrid:
* After Clicking Sort: call dataGrid_SelectionChanged
* After Clicking Filter: call dataGrid_SelectionChanged
* When Clicking: call dataGrid_SelectionChanged
Revision
198 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 16 22:25:41 2013 UTC
(10 years, 2 months ago)
by
william
Original Path:
trunk
Diff to
previous 197
Cbunk Extension:
* make sure to call .ToList() before returing data to instantiate the return IEnumerable<T> data
Revision
195 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 16 21:44:30 2013 UTC
(10 years, 2 months ago)
by
william
Original Path:
trunk
Diff to
previous 194
+ speed-up sqllite insert of several rows at once by using: begin/end transation and setting the max # of items to insert at once, to 500 (which maybe the maximum # of compound insert statements that SqlLite supports)
Revision
139 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 14 12:24:47 2013 UTC
(10 years, 2 months ago)
by
william
Original Path:
trunk
Diff to
previous 138
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
Revision
138 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 13 17:03:18 2013 UTC
(10 years, 2 months ago)
by
william
Original Path:
trunk
Diff to
previous 137
ChannelNumber filtering:
* filter by converting the channel number to an integer, don't look for text with the channel number
Revision
135 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 13 16:15:48 2013 UTC
(10 years, 2 months ago)
by
william
Original Path:
trunk
Diff to
previous 134
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
Revision
134 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 13 15:50:07 2013 UTC
(10 years, 2 months ago)
by
william
Original Path:
trunk
Diff to
previous 133
when filtering returns no data:
* log a warning message that no data was returned
* include the columnname and filtertext that was supplied
* return the original list, don't empty the datagrid control
Revision
116 -
Directory Listing
-
[select for diffs]
Modified
Sun Mar 10 16:09:35 2013 UTC
(10 years, 2 months ago)
by
william
Original Path:
trunk
Diff to
previous 115
+ also serialize to file on a seperate thread ... although it does not block the main form as badly as deserializtion does
Revision
96 -
Directory Listing
-
[select for diffs]
Modified
Sun Mar 10 09:10:42 2013 UTC
(10 years, 2 months ago)
by
william
Original Path:
trunk
Diff to
previous 95
+ only parse containg meta-data elements, don't parse the inner content ... that would be up to a parser class to handle.
Revision
42 -
Directory Listing
-
[select for diffs]
Modified
Fri Mar 8 03:01:48 2013 UTC
(10 years, 2 months ago)
by
william
Original Path:
trunk
Diff to
previous 41
+ write logmessages to console
+ write logmesages to status strip control
* remove newlines as needed