Commit Graph

303 Commits

Author SHA1 Message Date
Jon Galloway 082b7a4f89 Resolved merge conflicts in PR #478 2017-03-11 23:42:07 -08:00
David Gardiner 7f4d51d204 Fix scaling of categories dropdown and options dialog (#450)
* Scale height of category checkbox list

* Fix bitmap layout

* Clean up code
2017-03-11 23:07:12 -08:00
Scott Lovegrove 9a53062fc9 Merge pull request #487 from demortes/master
Adding new intillesense db file to gitignore. Minor annoyance.
2017-02-14 09:16:41 +00:00
Will Duff e639e99152 Put Squirrel updater behind conditional compilation flag 2016-09-20 00:17:23 -07:00
Will Duff 203ca561ba Bump version to 0.6.1.0 2016-09-19 23:35:54 -07:00
Will Duff 7781d4205d Upgrade Writer to .NET Framework 4.6.1, upgrade NuGet packages
Upgrades Squirrel installer to 1.4.4 which includes fix so that /silent
option works correctly.
2016-09-19 23:34:55 -07:00
Will Duff 42a376daba Merge branch 'master' of https://github.com/willduff/OpenLiveWriter-1 2016-09-19 22:57:06 -07:00
Will Duff d300d4c466 Merge pull request #1 from OpenLiveWriter/master
Update from OpenLiveWriter/OpenLiveWriter
2016-09-19 22:56:08 -07:00
Will Duff e0c2b849d1 Merge branch 'master' of https://github.com/willduff/OpenLiveWriter-1 2016-09-19 21:28:05 -07:00
Kevin Dethlefs 960935fd87 Merge branch 'master' of github.com:OpenLiveWriter/OpenLiveWriter 2016-09-16 01:14:17 -05:00
Rob Dolin (MSFT) 7fb9626a9b Merge pull request #133 from rhysgodfrey/update-telligent-provider
Update Telligent Community Provider
2016-08-30 11:00:26 -07:00
Rob Dolin (MSFT) eb2ba0d4f0 Merge pull request #85 from LorenVS/custom-lists-use-list-t
Change some custom collections to inherit from List<T> to avoid dupli…
2016-08-30 10:43:24 -07:00
Rob Dolin (MSFT) d0bef6f247 Merge pull request #79 from dneimke/master
Adding Nuget config file
2016-08-30 10:40:55 -07:00
Kevin Dethlefs 643391c9ec Adding new intillesense db file to gitignore. Minor annoyance. 2016-08-02 22:23:12 -05:00
Scott Lovegrove f7f9ce2b9f Merge pull request #105 from NattyNarwhal/mailcode-delete
get rid of mail code too
2016-07-31 13:39:40 +01:00
Michael Grünwaldt cb3d23013e #441 added homepage link to the about screen 2016-07-04 15:17:15 +02:00
Michael Grünwaldt cad97f8a89 packages.config updated. Microsoft.bcl.* was missing 2016-07-04 15:16:09 +02:00
Scott Lovegrove 69ea434f36 Merge pull request #430 from nimesh-madhavan/category_guard
guard against CategoryArray being null
2016-03-24 15:09:18 +00:00
Nimesh Madhavan 9dc2ab3cc8 guard against CategoryArray being null 2016-03-24 20:23:44 +05:30
Scott Lovegrove 92f9925806 Merge pull request #381 from kathweaver/Add-build-instructions-to-readme
Added Build Instructions to README
2016-03-08 10:55:41 +00:00
Scott Lovegrove 92b1391234 Merge pull request #411 from lextm/issue409
Fixed #409 by adding a default constructor to CommandBarControl.
2016-03-08 10:54:39 +00:00
Scott Lovegrove f779de2da6 Merge pull request #401 from flcdrg/PercentTables
Tables - Optional width and support percent width
2016-03-08 10:54:23 +00:00
Lex Li 95fee6e007 Fixed #409 by adding a default constructor to CommandBarControl. 2016-03-03 22:00:39 +08:00
Scott Lovegrove 2654f5c049 Merge pull request #406 from lextm/issue403
Fixed the missing <DependentUpon> tags in project files.
2016-03-01 16:13:18 +00:00
Lex Li 7154c0ac51 Update OpenLiveWriter.ApplicationFramework.csproj 2016-03-01 22:42:08 +08:00
Lex Li 2e9f220fca Fixed the missing <DependentUpon> tags in project files. 2016-03-01 21:57:38 +08:00
David Gardiner e50205fa13 Better constructors
Thanks @ScottIsAFool for suggestions

Rename method
2016-02-29 22:59:23 +10:30
David Gardiner 8798073e82 Address code review comments
* Capitalise Percent and Pixel enums and resource keys
* Remove commented code
* Rewrite PixelPercent constructors to use int.TryParse
* Rewrite PixelPercent.CanParse

Add tests for PixelPercent
2016-02-29 20:59:05 +10:30
David Gardiner a25c622726 Add unit tests for InsertTable
Using NUnit 3 and ApprovalTests
2016-02-28 22:07:39 +10:30
David Gardiner 926e8f4177 Add 'percent' label to resources 2016-02-28 09:19:39 +10:30
David Gardiner 9a0bc2e367 Extract designer code to Designer.cs files 2016-02-28 09:19:38 +10:30
David Gardiner 357f885b5e Table percent widths and no widths
Radio buttons for pixels and percent
2016-02-28 09:19:35 +10:30
Kathleen Weaver dfac2abe83 Changed OpenLiveWriter to Open Live Writer 2016-02-25 16:15:30 -06:00
Scott Lovegrove 266235baa9 Merge pull request #380 from kathweaver/ChangeWording#377
Resolve issue #377
2016-02-24 20:38:26 +00:00
Scott Lovegrove 173ca2985f Merge pull request #391 from NenoLoje/users/nenoloje/fix-publishpostdisplaybug
Fix for issue #388 to handle Mnemonics correctly.
2016-02-24 20:37:42 +00:00
Scott Lovegrove 7831270d71 Merge pull request #390 from NenoLoje/users/nenoloje/improve-filtercategoriesbycontains
Improved categories filter textbox filtering
2016-02-24 20:37:00 +00:00
NenoLoje dea5603bb6 Fix for issue #388 to handle Mnemonics correctly. 2016-02-20 20:33:18 +00:00
NenoLoje 72a0d7db16 Using case-insensitive version of String.IndexOf instead of String.StartsWith to filter categories list. 2016-02-20 20:13:37 +00:00
Kathleen Weaver afa9a226e6 Added Build Instructions to README 2016-02-19 19:40:51 -06:00
kathweaver b0223e2e8e Resolve issue #377
Changed wording on option to reflect what actually happens
2016-02-19 14:27:59 -06:00
Scott Lovegrove 641cb46602 Merge pull request #117 from poppastring/users/poppastring/blogpostfolder
Made the "Drafts and Posts folder" configurable via the options page.…
2016-02-19 16:33:07 +00:00
Scott Lovegrove 746c7afc5f Merge pull request #361 from kathweaver/pull117
Test Plan for #117
2016-02-19 16:19:00 +00:00
Will Duff 6936444f26 Update version.txt 2016-02-13 15:29:26 -06:00
Will Duff e53b05bfea Merge pull request #358 from willduff/issue262
Issue #224 - Google Blogger scheduled post is scheduled at the wrong time
2016-02-13 15:06:33 -06:00
Mark Downie 09d2e0ecee Merge to a folder with existing wpost files
This allows for copying files to a new folder where the file name
matches. This update will create a new file name as follows:
"test.wpost"
becomes...
test_Copy.wpost"
2016-02-11 23:46:28 -05:00
Mark Downie 925f225661 Merge remote-tracking branch 'refs/remotes/OpenLiveWriter/master' into users/poppastring/blogpostfolder 2016-02-11 18:59:30 -05:00
Will Duff 5c8bcd9206 Merge pull request #371 from willduff/issue247
Issue #247 - Support loading more than 500 Google Blogger posts
2016-02-10 08:24:46 -08:00
Martin Woodward e1a350b014 Merge pull request #372 from martinwoodward/switch-build
Update build badge to point to .NET Foundation account
2016-02-10 14:42:17 +00:00
Martin Woodward 6790765b58 Update build to point to .NET Foundation account 2016-02-10 14:25:06 +00:00
Will Duff 0f02261650 Update version.txt 2016-02-09 22:57:54 -08:00