Bartosz Sosnowski
96aa6ae3ef
Fix Chrome tab move leaving zone highlighted ( #656 )
...
Fixes: https://github.com/microsoft/PowerToys/issues/534
2019-11-05 14:29:42 +01:00
Mike Harsh
94d07833c5
Removed the batch renamer now that PowerRename is released
2019-11-04 09:42:29 -08:00
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
AT
d2ca74ecdf
added protection when creating uwp
2019-11-01 21:44:55 +02: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
Jeremy Wu
67e53906f0
Merge branch 'dev'
2019-10-27 21:00:05 +11:00
Jeremy Wu
cde7f2ab1c
Merge pull request #63 from jjw24/add_contextmenu_return_afterselection
...
Add return to main query window from context menu after selection
2019-10-27 20:50:28 +11:00
Jeremy Wu
1cd9c57f87
Merge pull request #62 from jjw24/add_hidedeactive_defaulttrue
...
Set HideWhenDeactive default as true
2019-10-27 20:49:19 +11:00
Jeremy Wu
c625ad32c5
Merge pull request #60 from jjw24/update_allow_plugindisabled_default
...
Fix plugin start up disabled by default + disabling Everything & HelloWorldCSharp plugins
2019-10-27 20:47:56 +11:00
Jeremy Wu
15eca63ff0
Merge pull request #31 from jjw24/enable_userselected_programloading
...
Enable users to configure what programs to load
2019-10-27 20:43:50 +11:00
Jeremy Wu
d149df2a6e
Merge branch 'master' into enable_userselected_programloading
2019-10-27 20:43:22 +11:00
Jeremy Wu
30fdcf4efb
Merge pull request #24 from jjw24/add_reindix_program_suffix
...
Add reindex call to Plugin.Program file suffixes update
2019-10-27 20:41:43 +11:00
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