| Change Set |
Date |
Downloads |
Comment |
17021
by
JohnDAddamio
|
Nov 12 2008 at
12:15 AM
|
171 |
Changes to test suite to automate some UI tests |
16999
by
JohnDAddamio
|
Nov 11 2008 at
10:58 PM
|
22 |
Changes to allow all locales that are supported by the operating system |
13173
by
mmanela
|
Oct 21 2008 at
11:14 PM
|
37 |
- Added function called ProcessPendingActions in SynchornizationController - Added tests for this and update ForumDataCreator to help read PendingActions from xml - Updated schema for PendingActions stable - Put manual syncs on a background thread so that their call backs are also on background threads
|
13158
by
mmanela
|
Oct 21 2008 at
8:47 PM
|
15 |
|
12859
by
skannan
|
Oct 17 2008 at
11:33 PM
|
5 |
UpdateTests for reverting back to GetAllForums. Was missed out in previous check in. |
12858
by
skannan
|
Oct 17 2008 at
11:06 PM
|
1 |
ShelveSet: ChangetoGetAllForums * Since there is a pending bug with GetAllForumsBrief method temporarily switching to GetAllForums
|
12832
by
JohnDAddamio
|
Oct 15 2008 at
9:45 PM
|
18 |
the fix for issue #2533 - When adding forums you can't multi-select.
Fix allows user to multi-select when adding or removing forums from lists in the subscription dialog |
12830
by
skannan
|
Oct 15 2008 at
6:57 PM
|
4 |
UpdateTitle
Update the title in both installer and the app.
[Reviewed by John D earlier ] |
12785
by
JohnDAddamio
|
Oct 14 2008 at
11:43 PM
|
5 |
1. Added Debug-Test configuration to AppThemes and ForumsProvider projects – Matt, this was the cause of that build error the other week where ForumsProvider did not build in Debug-Test configuration w/o having built in Debug first. 2. Added Name properties to items in ToolBarTrayView to improve testability – can’t find them w/o names 3. Changed ToString override in ForumsClassExtensions to return DisplayName rather than Name so it’s consistent with what is displayed.
|
12763
by
mmanela
|
Oct 10 2008 at
10:16 PM
|
3 |
Some of the high level changes: • Created a Folder Model which the folder tree view binds to elements of. These contain ViewModel’s which views on the right side of the screen will bind to. • Created a MyThreadsView which displays the users threads • Began storing the logged in users information and permissions • Update SyncService Summaries to tell if an item was added or updated • Added an ObjectRegistry which keeps a single instance of each data object in memory. • Changed how updates work, now instead of walking the object tree we fire events to the specific object which is updated. • Updated Database schema to get ready for writes • Put PostView inside of ThreadView to share its binding • Updated tests for re organization and ObjectRegistry
|
12760
by
mmanela
|
Oct 9 2008 at
6:19 PM
|
1 |
FIltering out en-in locale. The service should not be returning this locale. It causes a crash on XP when we try to get the corresponding LCID. |
12571
by
JohnDAddamio
|
Sep 25 2008 at
9:55 PM
|
22 |
Checking in test plan |
12542
by
JohnDAddamio
|
Sep 22 2008 at
11:55 PM
|
3 |
Change all *Synch* names to *Options* |
12541
by
JohnDAddamio
|
Sep 22 2008 at
9:48 PM
|
0 |
|
12540
by
mmanela
|
Sep 22 2008 at
7:16 PM
|
0 |
Added a null check on the selectedForum and selectedPost when marking a post as read. |
12516
by
mmanela
|
Sep 19 2008 at
10:46 PM
|
5 |
Changed listviews in subscribe dialog to be single select since we don't support multiselect. |
12514
by
mmanela
|
Sep 19 2008 at
4:57 PM
|
1 |
Added a search filter box to the FilterView. This lets the user filter by RootPost subject. I also added a cancel button which clears the search
|
12445
by
skannan
|
Sep 12 2008 at
10:25 PM
|
7 |
* Adding additional image files |
12443
by
skannan
|
Sep 12 2008 at
7:20 PM
|
0 |
Shelveset: FilterBy
* Added a filter by combox to allow the user to filter following - Show All (Reset just FilterBy items) - Unanswered - Answered - General Discussion - Proposed Answers
|
12438
by
mmanela
|
Sep 12 2008 at
5:36 PM
|
0 |
Added filters to the thread view. Created a FIlterableView which contains the threaded view. Added aditional properties to PostContainer and changed when RootPosts get populated in ForumContainer. |
12429
by
skannan
|
Sep 11 2008 at
10:24 PM
|
1 |
Shelveset: Filters
This is a partial incremental check in to add filters.
* Added ForumFilterView (a expander that shows the selected forum name & on expansion associated filters.) * Implemented few filter functions on ThreadedView * Added Expander.xaml styles for ForumFilterView * Color value changes * Fix an issue with case sensitivity in subscribe to forums dialog filter. * Adjusted the borders on the main window
Note:
There is an unresolved desinger issue where it complains "specified method is not supported" when you open up MainWindowView.xaml. This seems to be related to the ForumFilterView.xaml. But if you open the ForumFilterView.xaml it comes up fine in the designer. |
12410
by
mmanela
|
Sep 9 2008 at
7:44 PM
|
0 |
Two changes to help performance of the application and hopefulyl prevent deadlock 1. Created SqlConnectionPool class which keeps connections open and gives them thread affinity 2. Changed the Synchronization Server to commit after each thread is downloaded. This should make the UI seem mroe responsive and also make the transactions smaller which should help with deadlock issues.
The rest of the changest are aimed at a better user experience 3. Also, changed how expanding posts works, so that is expands all children 4.Added icons for post types 5. Changed how grid view columns resize |
12407
by
mmanela
|
Sep 8 2008 at
10:43 PM
|
3 |
Added new icons |
12295
by
mmanela
|
Aug 28 2008 at
11:58 PM
|
17 |
This contains mainly performance fixes and a couple of UI tweaks. 1. Added ModifiedOn to Forum object and have sync controller check this value before it calls GetUpdatedForums 2. Added ForumId to Post table in order to eliminate a costly join. 3. Changed PopulateRootPosts to query all root posts up front instead of doing it incrementally. 4. Put background dispatcher operations at the background priority. 5. Fixed scroll viewers in threaded view 6. Add tooltips for forum names and post subjects 7. Fixed some fxcop errors 8. Preserve selected item during a sort
|
12294
by
skannan
|
Aug 28 2008 at
10:37 PM
|
1 |
ShelveSet: ToolBar
* Added ToolBarTrayView user control that defines the toolbar * Added TextImageButton that inherits from Button and adds Source / Text property. This makes it easy to define styles for toolbar button and later toolbar menu buttons. * Changed the default foreground text color in Metal theme.
|