Граф коммитов

7048 Коммитов

Автор SHA1 Сообщение Дата
Haacked 0b214ad525 Implement a way to set the title for our dialogs 2015-03-07 17:18:37 -08:00
Andreia Gaita a5d9e4c248 Merge pull request #65 from github/haacked/more-xaml-fixes
Styles for the combo boxes
2015-03-06 14:15:22 -08:00
Haacked 4264cde870 Move interface to GitHub.Exports
Also changed the home section to bind to the DataContext and use the
DataContext to set the ViewModel.
2015-03-06 13:15:19 -08:00
Haacked e598b8d4ff Fix some spacing and remove the bold and octocat 2015-03-06 13:04:46 -08:00
Haacked 78e1d024a7 Style the home section a bit and add repo icon 2015-03-06 13:04:45 -08:00
Haacked 55bd8fa7eb Use VsBrushes.GrayTextKey, obviously. 2015-03-06 13:04:44 -08:00
Haacked d7a054bea5 Made some tweaks of the home section
I tweaked the home section a bit. I added it to the
DesignTimeStyleHelper app so I could easily bring it up. I also made it
show content at design time.
2015-03-06 13:04:42 -08:00
Jeff Robison 0075726c88 Merge master into MTBandolier/UseDev14Sdk 2015-03-05 13:23:26 -08:00
Andreia Gaita 29fa6b25ad Merge pull request #64 from github/comments
Added some interface comments
2015-03-04 11:01:01 -08:00
Andreia Gaita 38ce9737f5 Merge pull request #66 from github/haacked/clone-dialog
Fix crash when loading Clone dialog
2015-03-04 11:00:33 -08:00
Haacked fa6480424c Fix crash when loading Clone dialog
We have some problems with loading resources. I changed the reference to
the ScrollViewerWithShadow to be a dynamic resource. I also moved some
animation resources from Styles.xaml into ScrollViewerWithShadow.xaml.
It's the only place we're using it at the moment. I need to dig into why
we're having problems referencing resources defined in Styles.xaml.
2015-03-04 10:33:25 -08:00
Haacked 22cdcc546d Add some left and right margin 2015-03-03 22:30:19 -08:00
Haacked 4dbbc647ac Set the GitIgnore template inline 2015-03-03 22:30:18 -08:00
Haacked 9ebb28c7f0 Style the browse button 2015-03-03 22:30:17 -08:00
Haacked 50212c10bd Add styles for GitHubComboBox 2015-03-03 22:30:16 -08:00
Haacked 96dfaf6a20 Add styles for FilteredComboBox
Also removed the BasedOn styles. They were crashing the app for me. I'll
look to revisit them when I have some time.
2015-03-03 22:12:03 -08:00
Andreia Gaita 7c2df83012 Merge pull request #63 from github/haacked/xaml-fixes
Haacked xaml fixes
2015-03-03 17:46:15 -08:00
Haacked 92544cba0e Fix the RedXMark image
We were referencing the wrong color
2015-03-03 17:41:46 -08:00
Haacked 523eed43b0 Add resource for GitHubSyncProgressBar
Noticed the following warning in our debug output.

"System.Windows.ResourceDictionary Warning: 9 : Resource not found;
ResourceKey='GitHubSyncProgressBar'"

I also noticed when logging in, the progress button looked funky. This
fixes all that.
2015-03-03 17:35:15 -08:00
Andreia Gaita 24c663a86a Merge pull request #60 from github/haacked/change-user-agent
🎨 Spell out VisualStudio in the user agent
2015-03-03 16:13:13 -08:00
Haacked a9b1ff05c0 Added some interface comments 2015-03-03 15:27:39 -08:00
Haacked d2fbc67476 🎨 Spell out VisualStudio in the user agent
It's only fair, we don't shorten "GitHub" 😄
2015-03-03 15:12:43 -08:00
Andreia Gaita 7e07d5b4f9 Merge pull request #59 from github/haacked/auth-fixes
Authorization Fixes
2015-03-03 14:34:36 -08:00
Haacked db7604865d Add a Finish state for accounts without 2fa
This fixes a bug where we always show 2fa even for accounts that don't
have it configured.
2015-03-03 14:25:24 -08:00
Haacked 681d1d9e30 Observe this on the main thread
We try and set view model properties here. Since they're bound to the
UI, we'll get an exception if we change them on anything other than the
UI thread.
2015-03-03 13:57:00 -08:00
Andreia Gaita e3364936e3 Merge pull request #52 from github/haacked/two-factor-improvement
Two factor dialog improvements
2015-03-02 11:10:12 -08:00
Haacked d74db93d66 TwoFactorInput now handles paste event 2015-03-01 13:54:43 -08:00
Haacked e8a88ecfec Only enable 2fa verify button when six digits 2015-02-28 21:16:12 -08:00
Haacked 60d568dff1 Two-factor design improvements 2015-02-28 20:38:09 -08:00
Andreia Gaita 5de7a9e3d4 Merge pull request #50 from github/haacked/login-control-validation
Login Control with Tabs and Validation
2015-02-28 19:18:24 +01:00
Haacked 46b983f96f We don't need no stinking Rx in GitHub.Exports 2015-02-27 17:19:51 -08:00
Haacked 5997c6ddef Add the horizontal shadow divider 2015-02-27 17:06:07 -08:00
Haacked b05110652f Implement validation and tabs for login control 2015-02-27 16:55:23 -08:00
Haacked 4cd4e1a248 Add some RxUI binding extensions 2015-02-27 16:20:09 -08:00
Haacked 12e35eb68e Add BindPassword extension method 2015-02-27 16:19:20 -08:00
Haacked 4683e7d813 Move controls out of assets folder 2015-02-27 16:18:47 -08:00
Haacked 8d8185b181 fixup! Add GitHubTabControl 2015-02-27 16:18:03 -08:00
Haacked 007538746f Add new validators to ReactivePropertyValidators 2015-02-27 16:13:57 -08:00
Haacked 1116d03037 Add ErrorMessageDisplay 2015-02-27 16:13:56 -08:00
Haacked 9cc5bc8ec0 Add GitHubTabControl to GitHub.UI.Reactive
I'm gunna need this.
2015-02-27 16:13:55 -08:00
Jeff Robison 76e560fa40 Update manifest to target Dev14 instead of Dev12 2015-02-27 16:03:23 -08:00
Jeff Robison 5161701ca3 Reference 14.0.0.0 versions explicitly instead of referencing the 12.0.0.0 versions explicitly and adding SSpecificVersion=False 2015-02-27 13:32:03 -08:00
Jeff Robison be98171907 Changes to reference Dev14 assemblies. Required to build on a machine that only has Dev14 installed. 2015-02-27 13:00:12 -08:00
Andreia Gaita 1f30c229da Merge pull request #49 from github/haacked/login-ui-improvements
Bunch of LoginControl improvements
2015-02-27 15:50:35 +01:00
Haacked 5b49c8c8f4 Hook up the Forgot Password button 2015-02-26 21:58:06 -08:00
Haacked 8b86ab16ed Implement ForgotPassword command properly 2015-02-26 21:46:42 -08:00
Haacked 0c35feda6e Make login label persistent
We'll always show it and not make it contextual.
2015-02-26 21:03:02 -08:00
Haacked 75f6ed19e8 Move github.com and enterprise tabs to the center 2015-02-26 15:57:36 -08:00
Haacked 5ff0839c89 Bind text boxes enablement 2015-02-26 15:57:21 -08:00
Haacked 04d3265964 Fix up the sign up link section
And actually bind the sign up link so it works.
2015-02-26 15:29:57 -08:00