Commit Graph

3417 Commits

Author SHA1 Message Date
Jeremy Wu
ea54abdfde Add file being held by another process error to known
This occurs during app initialisation, and add empty list to allow continuing during debug
2019-10-27 19:04:10 +11:00
Chris Davis
70ce6705dd
Update README.md
More details on usage and demo gif addition
2019-10-26 22:47:47 -07:00
Chris Davis
5cee2e8a53
Delete foo 2019-10-26 22:28:10 -07:00
Chris Davis
484c902cf1
Add PowerRename demo gif 2019-10-26 22:25:09 -07:00
Chris Davis
b8f202642d
Create foo 2019-10-26 22:24:35 -07:00
Chris Davis
fdbe909f3c
Add PowerRename entry 2019-10-26 22:22:28 -07:00
Jeremy Wu
2757dc7205 Add known error when trying to retrieve UWP program's thumbnail 2019-10-27 14:22:50 +11:00
Jeremy Wu
e35ad892eb Merge branch 'add_dedicated_programplugin_logger' into dev 2019-10-27 12:28:26 +11:00
Jeremy Wu
140e2a026e Merge branch 'dev' into add_dedicated_programplugin_logger 2019-10-27 12:23:16 +11:00
Jeremy Wu
c89ab4e47c Merge remote-tracking branch 'origin/dev' into dev 2019-10-27 12:22:31 +11:00
Jeremy Wu
ab05e34805
Merge pull request #61 from theClueless/defualtMatchOption
Defualt match option
2019-10-27 12:21:13 +11:00
AT
4a201c1890 defualt match option and some small updates to help testing 2019-10-26 11:30:51 +03:00
Clint Rutkas
cb566739be
Merge pull request #559 from microsoft/enricogior-patch-2
Update organization.md
2019-10-25 17:55:15 -07:00
Enrico Giordani
4da104c7a6
Update organization.md 2019-10-25 15:23:24 +02:00
Enrico Giordani
5cb54d3bbd
Update README.md 2019-10-25 15:21:16 +02:00
Jeremy Wu
cb3e863957 Merge branch 'update_allow_plugindisabled_default' into dev 2019-10-25 13:12:34 +11:00
Jeremy Wu
8e20e54b53 Merge branch 'add_dedicated_programplugin_logger' into dev 2019-10-25 13:12:20 +11:00
Jeremy Wu
3cf4b4ed8b Create better logging dedicated for Programs plugin 2019-10-25 13:11:52 +11:00
Jeff Bogdan
329392b7d6
Merge pull request #542 from enricogior/small-screens-support
FZ Editor support for small screens
2019-10-24 14:07:10 -07:00
Jeff Wilcox
cc3c79102a Updating README
- Fixing casing of GitHub
- Making release link accessible and specific
- Correcting CLA text (labels were replaced with status checks)
2019-10-24 22:17:44 +02:00
Enrico Giordani
661ac4e841 revert change based on PR feedback 2019-10-24 21:36:09 +02:00
Jeremy Wu
10241a37c2 Merge branch 'enable_userselected_programloading' into dev 2019-10-24 13:33:00 +11:00
Jeremy Wu
0eb3a5cab3 update 2019-10-24 13:32:12 +11:00
Jeremy Wu
4945767bd8 prevent duplication from loading start menu programs 2019-10-24 13:31:09 +11:00
Jeremy Wu
217760148c remove white space 2019-10-24 12:59:47 +11:00
Jeremy Wu
210e219778 rename get program methods 2019-10-24 12:57:07 +11:00
Jeremy Wu
50896ee23b prevent duplication from loading custom program sources 2019-10-24 12:51:33 +11:00
Jeremy Wu
41432b4165 Remove duplicated programs loading from registry 2019-10-24 12:42:35 +11:00
Jeremy Wu
d41b8e7441 Merge branch 'enable_userselected_programloading' into dev 2019-10-24 10:06:59 +11:00
Jeremy Wu
aed17bde9b Merge branch 'add_hidedeactive_defaulttrue' into dev 2019-10-24 10:06:25 +11:00
Jeremy Wu
5b430fc376 Merge branch 'add_contextmenu_return_afterselection' into dev 2019-10-24 10:06:15 +11:00
Jeremy Wu
e1064275a0 Remove unused packages 2019-10-24 09:27:27 +11:00
Jeremy Wu
6f8d252dc6 add prevention from double clicking disable in context menu 2019-10-24 09:23:57 +11:00
Jeremy Wu
b89e296390 Set HideWhenDeactive default as true 2019-10-24 08:20:12 +11:00
Enrico Giordani
57cd5b5b10
don't quit the FZ editor if no layout is selected when clicking on the "Edit selected layout" (#548)
don't exit when clicking on "Apply" if no layout is selected

Credit to @AlexR3 for the fix. Alex provided a more extensive fix that  disable the button when no layout  is selected, but it requires more changes to the XAML and we preferred to avoid that now.
2019-10-23 21:22:36 +02:00
Bartosz Sosnowski
8f8f4506ff
Make sure m_callback is not null before using it (#541) 2019-10-23 18:42:40 +02:00
Barath Nadar
70f40e207a Update README.md (#546)
a small typo at line 42
utilitity was written
changed to utility
2019-10-23 18:03:16 +02:00
Jeremy Wu
99b5e3565d Add return to main query window from context menu after selection 2019-10-23 20:20:33 +11:00
Jeremy Wu
6ec33db50e Set HelloWorldCSharp plugin as disabled by default 2019-10-23 16:19:22 +11:00
Jeremy Wu
aa4922840b Set Everything plugin as disabled by default 2019-10-23 16:18:55 +11:00
Jeremy Wu
28239c4a51 Fix to allow plugin to start up disabled as default 2019-10-23 16:18:21 +11:00
Enrico Giordani
b26ee410d1 Allow FZ Editor windows to minimize
this is useful on small screens
2019-10-22 14:16:16 +02:00
Enrico Giordani
425a418599 FZ Editor support for small screens 2019-10-22 09:52:17 +02:00
Bartosz Sosnowski
e4c7ed9c3e fixup: move the test to IsWindowVisible 2019-10-22 09:46:15 +02:00
Bartosz Sosnowski
b17106e88d Don't zone hidden windows 2019-10-22 09:46:15 +02:00
Enrico Giordani
4b1d2ee106
fix bug in multi monitor scenario (#528)
the zone rect.X and rect.Y coordinates are relative to the current monitor.
2019-10-22 08:19:15 +02:00
Enrico Giordani
a07a42624b
Telemetry events
* Don't trace event on exit
change 'PowertoyModuleDeleter' to not call 'module->disable();' before 'module->destroy();' so the module can distinguish between being turned off and PowerToys exiting.
Code formatting.

* uppercase for event name

* Trace on/off event for ShortcutGuide module

* Trace the 'hide' event only if the guide was visible
'on_hide()' is invoked when the module is turned off, in that case don't trace the hide event.

* Remove spaces in data field names
Remove 'ShowGuide' event since it's not providing any useful data.

* Include build number in version number
2019-10-22 08:11:23 +02:00
Enrico Giordani
5fb59cd64a
Add PowerRename icon (#537)
remove unused icons.
2019-10-21 13:28:21 +02:00
AT
8ee8f2c085 added the abitliy to opt out of pinyin in control panel and in program plug in - this give a major perf boost (and I'm guessing it is not relevant for most users) 2019-10-20 22:15:24 +03:00
Amir Tepper
a3ba2276e2 renamed for Defualt match option 2019-10-20 15:45:06 +03:00