Commit Graph

428 Commits

Author SHA1 Message Date
Nick Vella 6119d37dd5 Strings: rebuild with LocUtil 2019-07-01 18:28:49 +10:00
Nick Vella 21e72c5f4f LocUtil: allow building only strings tables 2019-07-01 18:28:30 +10:00
Nick Vella 81ab755777 ssg: begin and integrate WeblogConfigurationWizardPanelStaticSiteConfig 2019-06-30 22:23:14 +10:00
Nick Vella 9742077bc5 ssg: BlogClientManager: register StaticSiteClient 2019-06-30 22:22:22 +10:00
Nick Vella 36689de1ac ssg: TemporaryBlogSettings: add IsStaticSite setting 2019-06-30 22:22:07 +10:00
Nick Vella ff4663ec9d ssg: WeblogConfigurationWizardPanelBlogType: add 'Static Site Generator' option to wizard 2019-06-30 22:21:32 +10:00
Nick Vella 005cac2846 ssg: BlogSettings, IBlogSettingsAccessor: add IsStaticSite setting 2019-06-30 22:20:42 +10:00
Nick Vella b6ac711cde ssg: Strings: add wizard page title 2019-06-30 22:20:22 +10:00
Nick Vella db98134f8d ssg: add strings 2019-06-30 22:12:11 +10:00
Nick Vella 2365a9b949 ssg: Rename StaticSiteGeneratorClient to StaticSiteClient 2019-06-30 22:11:53 +10:00
Nick Vella 61275bcbdf ssg: StaticSiteGeneratorClient: stub from IBlogClient 2019-06-30 18:17:35 +10:00
Nick Vella d0b62a6b94 ssg: StaticSiteGeneratorClient: add more docs 2019-06-30 17:54:13 +10:00
Nick Vella 96242f2f60 ssg: basic front matter structure and YAML serialization 2019-06-30 17:53:38 +10:00
Nick Vella 651ff1575f ssg: add YamlDotNet package 2019-06-30 17:52:42 +10:00
Nick Vella 0f69b7f4b4 ssg: Start on StaticSiteGeneratorClient 2019-06-30 15:59:03 +10:00
Nick Vella e1a622f46e split post: SplitterControl: tile splitter separator image to 255 pixels wide 2019-06-29 22:57:09 +10:00
Nick Vella 4fe0582645 split post: ExtendedEntrySplitterElementBehavior, SplitterControl: make DPI aware 2019-06-29 22:52:23 +10:00
Nick Vella 6b8d3d1fe8 DisplayHelper: scaling functions which automatically run Math.Ceiling 2019-06-29 22:51:09 +10:00
Nick Vella 3eb2ad9513 split post: ExtendedEntrySplitterElementBehavior, SplitterControl: set static splitter height of 16, refactor SplitterControl height code, pass SplitterControl height to constructor from ExtendedEntrySplitterElementBehavior, and compute splitter div height based on static splitter height. SplitterControl will no longer dynamically resize based on font size, but should not be an issue. 2019-06-29 22:00:28 +10:00
Nick Vella e77d043585 split post: SplitterControl: set a static VirtualHeight of 16. A smarter way to acheive this would be by measuring the font height 2019-06-29 18:09:56 +10:00
Nick Vella 7fc61ab713 split post: ExtendedEntrySplitterElementBehavior: only synchronize the splitter width, not height. 2019-06-29 18:09:14 +10:00
Nick Vella 150b924799 PostHtmlEditingSettings: append IE9 emulation UA compatibility, replace current UA compatibility if one already exists 2019-06-29 16:05:48 +10:00
Nick Vella 6a75beed3d default editing template: Set IE9 emulation mode to fix element behaviors 2019-06-29 16:04:54 +10:00
Jon Galloway aa5d6e2e39
Merge pull request #824 from nvella/fix-823
Partial fix for #823; stretch StatusBackground to 256 pixels
2019-06-16 16:00:51 -07:00
Jon Galloway 556195f7f6
Merge pull request #822 from nvella/fix-dpi-inconsistencies
Fix various small DPI scaling inconsistencies
2019-06-16 16:00:29 -07:00
Nick Vella 74623609f7 #823: stretch StatusBackground to 256 pixels. As the previous bg was only three pixels wide, this will reduce iterations of the tiling loop, especially on high DPI displays. 2019-06-16 23:11:08 +10:00
Nick Vella f690377f22 dpi: scale BlogPostHtmlEditorControl margins on title and content 2019-06-13 22:24:32 +10:00
Nick Vella 16a861e50a dpi: fix tab width scaling 2019-06-13 21:55:56 +10:00
Nick Vella 9683414e61 dpi: ...add more descriptive comment 2019-06-13 21:48:08 +10:00
Nick Vella 353560ddff dpi: force PostEditorFooter height to the height of it's FlowLayoutPanel. unsure as to where this extra padding is coming from 2019-06-13 21:47:50 +10:00
Nick Vella 0051af6832 dpi: add various scaling helper functions to DisplayHelper 2019-06-13 21:40:55 +10:00
Nick Vella 46846b2119 make live clipboard icon 24x24 square, fix corners 2019-05-16 20:24:01 +10:00
Nick Vella 04e9610673 dpi: fix SideBarControl button scaling 2019-05-16 18:54:34 +10:00
Nick Vella 86a9a0da3d dpi: fix SplashScreen scaling 2019-05-16 18:36:37 +10:00
Nick Vella 33cf68c1c7 dpi: scale UpdateWeblogProgressForm with ScaleBitmap 2019-05-16 18:36:27 +10:00
Nick Vella d02e120386 dpi: add ScaleBitmap static method to DisplayHelper 2019-05-16 18:36:11 +10:00
Nick Vella a1c4d542e0 dpi: remove comment 2019-05-15 23:59:03 +10:00
Nick Vella 27bc787537 dpi: scale posting animation as per DPI at startup 2019-05-15 23:55:00 +10:00
Jon Galloway b327be3858 Updated SDK version 2019-05-12 13:52:17 -07:00
Jon Galloway 54b30e330b
Merge pull request #810 from nvella/fix-786-google-photos
Replace Blogger Picasa integration with Google Drive upload (fixes #786)
2019-05-11 13:04:52 -07:00
Jon Galloway 8ec3820a5c
Fixed reference to blogger secrets
These are set in a local json file to prevent uploading secrets to GitHub, not in the writer.build.targets file.
2019-05-11 12:56:21 -07:00
Nick Vella 55b440668a blogger/gdrive: update nuspec to include Google.Apis.Drive.v3 2019-05-05 15:59:25 +10:00
Nick Vella aaf92becd6 blogger/gdrive: more detailed upload failure exception 2019-05-05 12:02:29 +10:00
Nick Vella 5df49c466d blogger/gdrive: throw more descriptive exception when file fails to upload to drive 2019-05-05 11:50:18 +10:00
Nick Vella 19a2b5c719 blogger/gdrive: remove Google.Apis.PhotosLibrary.v1 2019-05-05 00:33:22 +10:00
Nick Vella 5309ca2baf blogger/gdrive: split off download option 2019-05-05 00:13:37 +10:00
Nick Vella f5164e3464 blogger/gdrive: switch to google drive 2019-05-04 23:59:29 +10:00
Nick Vella 35e65f8a58 blogger/gdrive: remove/comment gphotos code 2019-05-04 21:11:17 +10:00
Nick Vella 8b83f29f72 blogger/gdrive: remove/comment gphotos code 2019-05-04 21:10:46 +10:00
Nick Vella 4f75609ede blogger/gphotos: remove excessive creation of library service 2019-05-04 20:47:58 +10:00