commits |
date |
30190
by
mjeaton
(319
downloads)
|
Mar 22 2009
1:51 AM
|
Updated MainPage.xaml with the latest SL 2 datagrid for displaying posts.
|
30189
by
mjeaton
(29
downloads)
|
Mar 22 2009
1:41 AM
|
updated SL 2 datagrid.
|
30188
by
mjeaton
(31
downloads)
|
Mar 22 2009
1:20 AM
|
This hasn't been touched since the 2.0 beta days, so this is my initial pass at getting it working under "production" 2.0.
|
19405
by
mjeaton
(282
downloads)
|
May 30 2008
7:05 PM
|
Updated service references.
|
19402
by
mjeaton
(1
download)
|
May 30 2008
6:47 PM
|
Hiding button for refreshing all feeds.
|
19319
by
mjeaton
(1
download)
|
May 28 2008
11:23 PM
|
Removed Event-handler assignments from Xaml and placed in code.
|
19318
by
mjeaton
(0
downloads)
|
May 28 2008
11:19 PM
|
Removed Event-handler assignments from Xaml and placed in code.
|
19317
by
mjeaton
(0
downloads)
|
May 28 2008
11:16 PM
|
Organized code in MainPage.xaml.cs. Added some new UI elements to MainPage.xaml in preparation for new features. Removed Event-handler assignments from Xaml and placed in code.
|
19310
by
mjeaton
(0
downloads)
|
May 28 2008
7:07 PM
|
initial check-in of database creation script.
|
18834
by
mjeaton
(4
downloads)
|
May 21 2008
10:17 PM
|
Changed tests to use the "Assert.That" syntax (combined with NUnit.Framework.SyntaxHelper).
|
18813
by
mjeaton
(0
downloads)
|
May 21 2008
4:57 PM
|
Changed query in getFeedsByUserId to sort by feedTitle.
|
18785
by
mjeaton
(0
downloads)
|
May 21 2008
2:26 PM
|
As a temporary method to view posts, I changed the grid to display the post title and date. The post title is a hyperlink that points to the actual blog post.
|
18781
by
mjeaton
(0
downloads)
|
May 21 2008
1:51 PM
|
Changing the way posts are displayed. Added a link to the currently viewed blog to the "title bar".
|
18780
by
mjeaton
(0
downloads)
|
May 21 2008
1:50 PM
|
Shifted title to the right.
|
18775
by
mjeaton
(0
downloads)
|
May 21 2008
12:42 PM
|
epic fail for VS. Blend allows images in app.xaml, but VS keeps complaining. Removed the 2 images from application resources and hard-coded into the mainpage and splashpage.
|
18774
by
mjeaton
(0
downloads)
|
May 21 2008
12:36 PM
|
Moved images because for some reason, Blend was ok with them being in /images, but VS didn't.
|
18773
by
mjeaton
(0
downloads)
|
May 21 2008
12:25 PM
|
Added background images to the splashpage and mainpage.
|
18398
by
mjeaton
(6
downloads)
|
May 18 2008
10:48 PM
|
|
18397
by
mjeaton
(0
downloads)
|
May 18 2008
10:46 PM
|
No longer keeping bin/*.dll or clientbin/*.xap in SCC.
|
18093
by
mjeaton
(3
downloads)
|
May 16 2008
6:23 PM
|
Tweaked the look and feel a bit.
|
18058
by
mjeaton
(0
downloads)
|
May 16 2008
3:41 PM
|
Added code to load subscribed feeds when logging in. Added HtmlTextBlock as an interim fix for displaying HTML. Tweaked some of the Atom-related code.
|
17647
by
mjeaton
(3
downloads)
|
May 13 2008
8:51 PM
|
Added code to LightReaderService.GetFeed to handle Atom feeds.
|
17644
by
mjeaton
(0
downloads)
|
May 13 2008
6:53 PM
|
hard-coded a height of 500 for the subscribedFeedsList listbox. I had to do this to force scrollbars to appear. See: http://silverlight.net/forums/t/11301.aspx for details.
|
17642
by
mjeaton
(0
downloads)
|
May 13 2008
6:13 PM
|
Modified ImportOPML to flatten the structure within the OPML file. Need to do this until I figure out how I'm going to handle folders within the application. Fixed the corresponding test (original version had expected,actual swapped). I also added some debugging info to the test that can probably be removed at some point.
|
17621
by
mjeaton
(1
download)
|
May 13 2008
2:35 PM
|
Removing .mdf. Use the zip file instead.
|