R. de Veen
4177708e49
Enable PDF files in preview pane ( #9088 )
...
## Summary of the Pull Request
This PR enables user to preview PDF files in the Explorer preview pane
and in Outlook.
**What is this about:**
Windows does not support out of the box experience for previewing PDF
files in the preview pane. Users need to install third-party software
like Adobe Acrobat reader. The PdfPreviewHandler module enbales the user
to preview PDF files.
**How does someone test / validate:**
Run the installer, open Explorer and select a PDF file, enable the
preview pane. Maybe need to remove third-party PDF software.
## Quality Checklist
- [X] **Linked issue:** #3548
- [ ] **Communication:** I've discussed this with core contributors in the issue.
- [X] **Tests:** Added/updated and all pass
- [X] **Installer:** Added/updated and all pass
- [X] **Localization:** All end user facing strings can be localized
- [ ] **Docs:** Added/ updated
- [x] **Binaries:** Any new files are added to WXS / YML
- [ ] No new binaries
- [x] YML for signing
- [x] WXS for installer
2021-08-26 16:43:26 -05:00
Davide Giacometti
e96c0da265
Test frameworks consolidated ( #12672 )
2021-08-16 14:25:06 +01:00
Jaime Bernardo
d106db8061
[File Explorer] fix enabling all modules at start ( #12599 )
2021-08-04 13:42:19 +01:00
Mykhailo Pylyp
cf9f0ce6a9
[PowerToys Run] Issues with elevation ( #11775 )
...
* Delegate creation of non elevated process
* Error handling
* nits
* Fix potential race condition
* Fix spelling
* Fix spelling
* Fix build
2021-06-22 15:24:03 +03:00
Mykhailo Pylyp
50c6a1de8a
[PowerToys Run] Logging ( #11378 )
2021-05-21 17:24:33 +03:00
Clint Rutkas
c948c1fca8
Change markdown files to treat soft endings as hard ( #11271 )
2021-05-18 05:07:55 -07:00
Enrico Giordani
150ffe6013
[File Explorer Add-ons] remove old settings support ( #10857 )
2021-04-21 12:16:01 +02:00
csigs
34f371aeae
LEGO: check in for master to temporary branch. ( #10819 )
2021-04-19 13:07:20 -07:00
Clint Rutkas
fba4fd91a1
Updating nugets ( #10493 )
...
* Update System.Text.Json and Newtsoft.json
* update newtson.json
* Updating testing only items.
2021-03-30 09:52:00 -07:00
Mykhailo Pylyp
1d2aeaf147
Tests on pipeline ( #10244 )
2021-03-16 17:29:20 +02:00
Niels Laute
79eafee59a
[Docs] Remove unused images ( #10251 )
...
* Removed images
* Added aka.ms redirect
* Revert "Added aka.ms redirect"
This reverts commit f176d6ffa5
.
* Added image and updated readme
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-03-16 15:18:27 +01:00
Drakula44
2b0e32916d
Svg image preview is displayed unscaled and uncentered ( #8996 )
...
* Fixed screen centering and scaling problem with SVG files
* Little shorter code.
* Improved exception caching
* typo
* fixed upscaling problem
* add CSS that IE6 can support it
* typo
* adding in spelling
Co-authored-by: Clint Rutkas <clint@rutkas.com>
2021-02-22 09:35:41 -08:00
Ivan Stošić
d4a4203f95
[File Explorer] OneDrive SVG fix ( #8926 )
...
* Move SVG file reading out of the UI thread
* Also move Blocked-check out of the UI thread
2021-01-05 10:16:00 +01:00
Chris Davis
d82c083076
Ensure SVGs are scaled correctly when viewbox is provided ( #8872 )
...
* Ensure SVGs with hard coded width and height as well as viewbox values are scaled correctly.
* Fix misspelling
2021-01-04 15:59:53 +01:00
Davide Giacometti
197af8853f
fix svg thumbnail not working ( #8879 )
2021-01-04 15:27:01 +01:00
csigs
9939779932
LEGO: check in for master to temporary branch. ( #8778 )
2020-12-28 09:07:55 -08:00
Andrey Nekrasov
063e704321
build: Treat warnings as errors in the remaining projects ( #8689 )
...
* build: remove #pragma comment(lib
* build: treat warnings as errors for all src projects
2020-12-21 18:51:48 +03:00
Enrico Giordani
3a3cb27b36
Fix passing project folder path to localization script ( #8663 )
2020-12-18 12:37:40 +01:00
Andrey Nekrasov
a0ccca555d
CDPX: fix header include ( #8631 )
2020-12-16 22:16:23 +03:00
Andrey Nekrasov
212ea2de30
common: refactor common library pt2 ( #8588 )
...
- remove common lib
- split settings, remove common-md
- move ipc interop/kb_layout to interop
- rename core -> settings, settings -> old_settings
- os-detect header-only; interop -> PowerToysInterop
- split notifications, move single-use headers where they're used
- winstore lib
- rename com utils
- rename Updating and Telemetry projects
- rename core -> settings-ui and remove examples folder
- rename settings-ui folder + consisent common/version include
2020-12-15 15:16:09 +03:00
csigs
f4ffdbe8a9
LEGO: check in for master to temporary branch. ( #8591 )
2020-12-14 09:13:17 -08:00
Andrey Nekrasov
5fa4ee4942
Cpp build: factor out common project props & prepare for common split ( #8509 )
...
* make common include paths format consistent
* build: introduce common Cpp.Build.props
2020-12-14 15:20:45 +03:00
Davide Giacometti
1d1dc41bb0
[PreviewPane] Porting .NET Core 3.1 ( #8432 )
...
* PreviewPane porting .NET core 3.1
* Adding in misspellings
Co-authored-by: Clint Rutkas <clint@rutkas.com>
2020-12-11 09:59:42 +01:00
csigs
aa18543903
LEGO: check in for master to temporary branch.
2020-12-07 14:06:58 +00:00
Andrey Nekrasov
06984ff317
CI: disable multiple msbuild instances ( #8253 )
...
* CI: disable multiple msbuild instances
* make MultiProcessorCompilation option consistent
* KBM: increase compiler limit again
2020-11-27 14:18:23 +03:00
csigs
8a86253958
LEGO: check in for master to temporary branch.
2020-11-10 23:06:24 +00:00
csigs
f23925340e
LEGO: check in for master to temporary branch.
2020-11-06 23:05:30 +00:00
Clint Rutkas
7f6d8ba86c
Merge pull request #7618 from microsoft/dev/crutkas/upgradeNuget
...
Upgrading nuget packages
2020-11-04 06:38:08 -08:00
Clint Rutkas
7508a73373
Merge pull request #7708 from jsoref/spelling
...
Spelling
2020-11-03 16:54:00 -08:00
Clint Rutkas
aa1d6f7095
Merge branch 'master' into dev/crutkas/upgradeNuget
2020-11-03 10:57:50 -08:00
csigs
80d8144f1e
LEGO: check in for master to temporary branch.
2020-11-02 23:06:13 +00:00
Clint Rutkas
a66b276e7d
Merge branch 'master' into spelling
2020-11-02 09:57:48 -08:00
P-Storm
0d4017fe1a
Io abstraction ( #7293 )
...
Co-authored-by: p-storm <paul.de.man@gmail.com>
2020-11-02 18:33:43 +01:00
Avneet Kaur
2c5b9b4d52
Audit culture bugs ( #7707 )
...
* Added comments and fixed CultureInfo / StringComparison where appropriate
* Addressed comments
* Fixed comment
2020-10-30 16:43:09 -07:00
Josh Soref
054ab88ef1
spelling: rendering
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-30 14:42:03 -04:00
Josh Soref
c2114d8e3b
spelling: maximum
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-30 14:41:27 -04:00
csigs
70f78c3189
LEGO: check in for master to temporary branch.
2020-10-28 23:06:00 +00:00
Clint Rutkas
b8069ce657
Merge branch 'master' into lego/hb_2939_20201027230544851
2020-10-28 12:47:53 -07:00
Clint Rutkas
3d53e80532
additional items
2020-10-28 12:24:42 -07:00
Clint Rutkas
965f3813b2
Merge pull request #7574 from microsoft/lego/hb_2939_20201027110546671
...
LEGO: Pull request from lego/hb_2939_20201027110546671 to master
2020-10-28 12:09:08 -07:00
Clint Rutkas
97a51fc2a9
Merge pull request #7546 from microsoft/lego/hb_2939_20201026110534010
...
LEGO: Pull request from lego/hb_2939_20201026110534010 to master
2020-10-28 12:08:31 -07:00
csigs
b7bcd4484a
LEGO: check in for master to temporary branch.
2020-10-27 23:05:45 +00:00
csigs
1758449b51
LEGO: check in for master to temporary branch.
2020-10-27 11:05:48 +00:00
csigs
46f5bfbe22
LEGO: check in for master to temporary branch.
2020-10-26 23:05:24 +00:00
csigs
48292fb189
LEGO: check in for master to temporary branch.
2020-10-26 11:05:34 +00:00
csigs
2ef451aa4a
LEGO: check in for master to temporary branch. ( #7508 )
2020-10-24 06:36:20 -07:00
yuyoyuppe
ec18e31ff1
settings: use actionable toast notifications for file explorer modules warning
2020-10-22 18:24:54 +03:00
yuyoyuppe
f506980e4d
previewpane: use RAII for FileExplorerPreviewSettings classes to avoid memory leaks
2020-10-21 15:10:56 +03:00
csigs
3801ad3030
LEGO: check in for master to temporary branch. ( #7436 )
2020-10-20 21:17:06 -07:00
Divyansh Srivastava
280d1907d8
Non localized module name ( #7170 )
...
* Added get_key to powertoysmodule interface
* Replace get_name with get_key
* Implement get_key function in modules
* Make key global constant in each module
* Update settings v1 to use key to load and save files
* Fixed fancyzones and preview pane unit tests
* Removed setings unit test as the case is not covered anymore
* Add constant files for modules and use it to reference module key
* Add constant string files to colorpicker, launcher and shortcut guide
* correct sunction signature in settings helper
* Fix powerpreview merge conflicts
* nit fix with include statement location
* add check for fields in from_json_string
* Updated preview pane tests with correct from_json_string signature
* Correct Image resizer naming
* Roll back changes for adding check for property and version
* Fix image resizer not working
2020-10-19 16:07:02 -07:00