Commit graph

138 commits

Author SHA1 Message Date
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
Bartosz Sosnowski 68d3450ff4 Send undefined keystroke instead of Ctrl to suppress the start menu. 2019-10-18 10:23:30 +02:00
Chris Davis e1d5dd263a
Initial add of PowerRename from SmartRename repo (#499)
* Initial add of PowerRename from SmartRename repo
2019-10-17 20:57:19 -07:00
Bartosz Sosnowski 04b9422ea6 Update settings-web module dependencies 2019-10-17 15:06:26 +02:00
Bret 6d3ce4e3cd
Merge pull request #504 from TheMrJukes/master
Fix rcNormalPosition in SetWindowPlacement
2019-10-16 09:54:08 -07:00
Bartosz Sosnowski 41842048a3 Save the zone when window is moved by hotkeys 2019-10-16 10:23:22 +02:00
Bartosz Sosnowski 52b15f29ad
Add darkmode support for the settings window (#494) 2019-10-16 10:21:44 +02:00
Enrico Giordani c8039828fa fixes for zone resize 2019-10-16 01:14:40 +02:00
Daniel Eisterhold 67337ba269 Update README.md
Fix spelling.
2019-10-16 00:02:12 +02:00
Hugo Dahl efb53e912a Update PowerToysBacklog.md
Fix typo in "Resource" on suggestion 3
2019-10-15 21:17:57 +02:00
Roger Fu 98a920d8cb Fix typo in organization.md 2019-10-15 09:09:09 +02:00
Sasha Pierson 788f37e467
put items in base yaml (#505) 2019-10-14 14:08:08 -07:00
Bret Anderson 03cb04823c Fix rcNormalPosition in SetWindowPlacement 2019-10-14 12:17:55 -07:00
Sasha Pierson ba7698a473
ignore these (#502) 2019-10-14 10:28:31 -07:00
Enrico Giordani f9be71eca5
Add version number to telemetry event
use defines from version.h in .rc files and other places.
2019-10-14 19:22:14 +02:00
Mike Harsh eb1ef65fac
October news update; note about not supporting Windows ARM 2019-10-11 11:28:52 -07:00
Sasha Pierson f254afbd00
Ignore wix toolset items (#491)
* ignore wix dll

* allow buddy build test runs

* ignore another

* ignore wix dll

* ignore wix exe
2019-10-10 08:25:09 -07:00
Sasha Pierson d7859f03db
Dev/sashapie/wix nuget sacl (#489)
* point to csproj instead

* version

* rs1 container

* nuget

* nuget and msbuild

* vs2019

* msbuild path

* new container, clear up feeds

* change step names, verify build output

* further dig into outputs

* point to right output, add draft installer script

* narrow down output, change signing option

* new container, try installer

* set vs dev environment

* add NuGet package for WiX

* modify project files to use the WiX NuGet package
the MSI can now be built using MSBUILD after running nuget restore

* ready installer sln to use nuget

* install and build scripts and new container

* src/editor was renamed to src/settings, fix rebase error

* check if file is present

* try again
2019-10-09 12:21:21 -07:00
Antti Kuntsi c069f6a555 fix FancyZonesEditor CLI dpi parsing with comma decimal locales 2019-10-09 16:18:36 +02:00
Patrick D 67c139cae9 change window name from window1 to FancyZones Editor
this will fix issue #453 but I'm not sure about the. I'll change it if required
2019-10-09 15:57:32 +02:00
Bartosz Sosnowski 892fed6011 Rename CustomSettingsScreen to ModuleSettings 2019-10-09 13:16:37 +02:00
Chris Davis f77945111b
Update PowerToys-settings.md
fix typos
2019-10-08 23:25:32 -07:00
Enrico Giordani 6bea03fee9 update destination folder
this is a regression from renaming the 'editor' folder to 'settings'
2019-10-08 11:06:53 +02:00
Enrico Giordani b50df5afe1 rename 'src/editor' to '/src/settings' 2019-10-07 15:58:21 +02:00