Commit graph

462 commits

Author SHA1 Message Date
Chris Davis 1d3acbe40b
Merge pull request #655 from chrdavis/master
Switch to modeless experience and resize list view columns on dialog size
2019-11-03 22:24:39 -08:00
Chris Davis 389590e45d Ensure columns are resized when the dialog is resized. Also switch to a modeless experience instead of modal for the dialog. We no longer disable the parent window. 2019-11-03 22:22:35 -08:00
Chris Davis ea3cb026c7
Merge pull request #647 from chrdavis/master
Fix single regex search replace bug
2019-11-01 23:57:22 -07:00
Chris Davis 1efe5bff9f Fix single regex search replace
Fix an issue where regular expression search and replace was not being done correctly when MatchAllOccurences is not specified.
2019-11-01 23:56:29 -07:00
Chris Davis df4fa549ef
Allow resizing of PowerRename dialog (#635) 2019-11-01 08:54:49 -07:00
Chris Davis cc7a706f52 Fix painting issue with buttons after resize 2019-11-01 08:52:54 -07:00
Chris Davis d4256dad30 Allow resizing of PowerRename dialog 2019-10-31 23:57:42 -07:00
Chris Davis d9320b7c05
Update README.md
Add example for appending an extension to files that do not have an extension
2019-10-31 11:20:50 -07:00
Chris Davis 27c9a4a6a9
Update README.md
Add example to append an extension for files that do not have an extension
2019-10-31 11:05:23 -07:00
Hyeonwoo Kang 18d4dc7321 Update README.md (#626)
Fix broken links in src/modules/README.md
2019-10-31 18:25:45 +01:00
Bartosz Sosnowski 6f241ef001
Now working on 0.13.0 (#617) 2019-10-31 17:51:20 +01:00
Chris Davis 296be2fbd5
Update README.md
Added more info about regular expression usage
2019-10-31 09:14:30 -07:00
Chris Davis c1957272ea
Bug Fixes for PowerRename (#614)
* Bug Fixes

Fixes include:
* Pass parent HWND to UI so dialog is no longer appearing in top corner all the time
* Fix duplicate entries for PowerRename in context menu for shortcuts
* Fix crashing bug due to telemetry not getting unregistered on unload
* Ensure we show the file extension in the UI even if extensions are hidden in Windows Explorer

* Update PowerRenameExt.cpp

Fix missed line to set parent HWND
2019-10-31 06:57:38 -07:00
Bartosz Sosnowski e6afd33621
Hide Shortcut Guide when screenshots are taken (#605) 2019-10-31 10:26:24 +01:00
Bartosz Sosnowski b767773742 ShortcutGuide: change vk_code to suppress Start
Use reserved 0xCF virtual key-code to suppress the Start menu from
appearing instead of 0x07 which is used by the Xbox Controller for the
Xbox Guide button.

Fixes: https://github.com/microsoft/PowerToys/issues/595
2019-10-31 10:26:01 +01:00
Mike Harsh 52ead7ad1b
Updated the news section 2019-10-29 10:10:01 -07:00
Mike Harsh b8e083f8fc
Updated PowerRename image with the new name 2019-10-29 10:07:18 -07:00
Mike Harsh 6e3f8bdefd
Merge pull request #577 from crutkas/master
prepping for 0.12 release
2019-10-29 10:04:21 -07:00
Clint Rutkas 8e55f2bf58
prepping for 0.12 release
Adjusted formatting a bit based on a linting project, also added in privacy policy.
2019-10-29 04:12:47 -07:00
Clint Rutkas cd9208b541 Work for .12 release. adjusted formatting a bit too 2019-10-29 04:08:11 -07:00
Enrico Giordani a58e99f942
Fix setup event names (#576) 2019-10-29 11:38:41 +01:00
Enrico Giordani 248a66fa46
Add index-dark.html to the setup (#575) 2019-10-29 10:40:43 +01:00
Enrico Giordani 3e9a0ea925
version 0.12.0 (#573) 2019-10-28 22:24:25 +01:00
Enrico Giordani 78a2c325c3
Remove whitespace in "Power Rename" (#570)
Use PT version number
2019-10-28 21:48:52 +01:00
Bartosz Sosnowski ad1f1afed0
Settings: fix default theme selected option (#571)
The call to load_general_settings will throw an exception if the
settings.json file for the general settings is not present. This leaves
settings_theme variable uninitialized, resulting in no value selected in
the general settings screen for users that did not make any changes to
the general settings. This fixes this issue by initializing the value
with a "system" default value.

Fixes: https://github.com/microsoft/PowerToys/issues/560
2019-10-28 21:04:37 +01:00
Enrico Giordani dc34379344 Fix telemetry event names
add setting changed event for ShortcutGuide
2019-10-28 19:07:32 +01:00
Chris Davis b892e731d9
Add new icon as well as telemetry (#563)
* Update icon and add telemetry calls

This change adds the new PowerRename icon and includes telemetry calls

* Ensure string is freed

* Update event naming convention

* Delete PowerRenameDemo.gif

Deleting this gif as I added it with a separate commit with the README.md update for PowerRename
2019-10-28 10:14:59 -07:00
Clint Rutkas a1669fd34e
Merge pull request #558 from microsoft/enricogior-patch-1
Update README.md
2019-10-27 11:45:05 -07: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
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
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
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
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
Bartosz Sosnowski 123999febd Make Start menu not appear if Shortcut Guide fade-in animation completes. 2019-10-18 13:40:57 +02:00