Mykhailo Pylyp
a91f74d648
fix glitch ( #10517 )
2021-03-31 21:54:10 +03: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
csigs
49fb838175
LEGO: check in for master to temporary branch. ( #10480 )
2021-03-29 15:46:38 +02:00
Seraphima Zykova
13c4c188fa
[FancyZones Editor] Quick layout switch hotkeys ( #10437 )
...
Co-authored-by: Ivan Stošić <ivan100sic@gmail.com>
2021-03-25 15:44:55 +03:00
Seraphima Zykova
fd55026fba
[ColorPicker] Order colors with up/down buttons. ( #10392 )
2021-03-24 19:36:25 +03:00
Den Delimarsky
ee932450df
Update to settings logic.
...
Also making sure that the proper headers are set, and that all extraneous content is removed where not necessary. This should get the foundation going for the initial set of settings, and enables me to connect the view model to the settings UI.
2021-03-24 08:10:37 -07:00
Den Delimarsky
32984dc126
Add property storage capabilities
2021-03-24 07:42:15 -07:00
Mykhailo Pylyp
aba97a419c
Don't update view if settings were not changed ( #10407 )
2021-03-24 16:13:33 +02:00
Den Delimarsky
2304eff3ca
Fiddling with settings to make sure I can connect them to the app
2021-03-23 08:11:49 -07:00
csigs
2698585018
LEGO: check in for master to temporary branch. ( #10374 )
2021-03-22 16:45:56 +01:00
Mykhailo Pylyp
1d2aeaf147
Tests on pipeline ( #10244 )
2021-03-16 17:29:20 +02:00
csigs
885c7c4e50
LEGO: check in for master to temporary branch. ( #10252 )
2021-03-15 18:49:55 +01:00
Mykhailo Pylyp
9a061d74b3
Update PowerToys Run page on settings.json change ( #10204 )
2021-03-15 14:52:03 +02:00
Den Delimarsky
b4b4b3f95f
Fix icon
2021-03-10 08:30:02 -08:00
Den Delimarsky
1840cc9b62
Getting the settings UI to show Espresso.
2021-03-10 08:16:34 -08:00
Enrico Giordani
9a2c195f5f
[chore] cleanup 'using' statements ( #10144 )
...
fix typo in comment
2021-03-10 13:16:46 +01:00
Adam Short
5c45f2c7b8
[PT Run] Run dialog now has monitor positioning options ( #9492 )
...
* Run dialog now has monitor positioning options
* add monitor index validation in window position calculation
* correct path in page
* change how radio buttons are declared to resolve them not being set based on setting
* Change "follow mouse" wording
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
* PowerLauncher -> PowerToysRun for new variables/resources
* correct header label id and update wording to PowerToys Run
* only enable custom index if BOTH custom position radio checked and Run is enabled
* retrieve list count of detected monitors to limit selection of MonitorToDisplayOn
* add a link to Windows Display settings
* fix display settings link
* change how we get the number of connected monitors so we're not relying on presentation core, windowsbase etc which seem to fail the build
* combine position and appearance headers
* change references for custom position to "focus"
* restore accidentally removed files
* remove unused directives
* hook up "active window" position with the launcher window
* remove left overs
* remove uneeded itemgroup
* make resource prefixes consistent; using "Run_"
* add etcoreapp to spell check
* undo change to file not modified in the end
* remove unused checkbox post rebase
* remove change to reduce diff size
* changes according to review
* revert whitespace changes post rebase
* revert resources
* add changes back
* Update src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
Add comment
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
* remove unneeded resource string
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
2021-03-09 18:20:49 +01:00
Niels Laute
5214df42a6
FZ disabled fix ( #10100 )
...
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-03-08 12:34:31 +01:00
Seraphima Zykova
11c622afca
PowerToys Settings and OOBE title localization ( #10054 )
2021-03-05 13:51:34 +03:00
Enrico Giordani
026630df74
[chore] remove reference to non existant file ( #10029 )
2021-03-04 20:31:51 +01:00
Seraphima Zykova
0dfc9b540f
[PT Settings] Rename the OOBE opening button and 'File Explorer' section ( #10023 )
2021-03-04 21:33:14 +03:00
Enrico Giordani
8f3e0517ca
[Settings, OOBE] set location to center screen ( #10022 )
...
and ensure the window is inside the screen work area
2021-03-04 17:58:01 +01:00
Seraphima Zykova
b5ca691e69
[OOBE] Changed modules order ( #10020 )
2021-03-04 15:33:50 +03:00
Enrico Giordani
283d0a352e
[OOBE] add PT hero image ( #10016 )
...
* [OOBE] add PT hero image
* spell checker
2021-03-03 22:48:36 +01:00
Clint Rutkas
0446c27df1
making the image not be based on a URL but on actual local image for instant loading ( #10014 )
2021-03-03 21:44:49 +01:00
Seraphima Zykova
de7f8c4a3a
[PT Settings] Crash on restart with OOBE window opened fix ( #10005 )
2021-03-03 14:03:37 +03:00
Niels Laute
a2fcc14e8b
Updated assets and margins ( #9998 )
...
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-03-02 16:24:05 -08:00
Seraphima Zykova
078aa3d89b
[OOBE] Out of box experience window ( #9973 )
2021-03-02 20:56:37 +03:00
csigs
b9ee317ab9
LEGO: check in for master to temporary branch. ( #9965 )
2021-03-01 14:59:05 +01:00
Niels Laute
bb228c73ab
[Settings] UI fixes ( #9949 )
...
* Adding period to warnings
* Increased font size to default
* Fixes
* PowerLauncher display setting fix
* Added the correct brush
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-03-01 14:56:30 +01:00
Mykhailo Pylyp
4a9e920a1c
[PowerToys Run] Plugin manager ( #9872 )
2021-02-26 13:21:58 +02:00
Ivan Stošić
f839a408de
[FancyZones] Overlapping zones selection algorithm - settings ( #9874 )
...
* Started work
* Removed bools in favor of an enum, renamed some
* Done something but it still doesn't work
* Settings are now correctly saved
* I'm getting a crash, I need to rebuild from scratch
* Settings page looks alright
* Completed work. Unit tests?
* Use ComboBox instead
* Add telemetry
* Update text
2021-02-25 16:23:05 +01:00
Clint Rutkas
e27d892d74
remove highlight keyword ( #9845 )
2021-02-23 06:15:04 +01:00
csigs
a786fd308a
LEGO: check in for master to temporary branch. ( #9835 )
2021-02-22 18:20:25 +01:00
Seraphima Zykova
7fcf2bbdb3
[Settings] Settings window arguments revision ( #9760 )
2021-02-18 16:11:57 +03:00
csigs
204beaca11
LEGO: Pull request from lego/hb_a13bbffa-1136-4930-9ebe-33895240f846_20210211235251698 to master ( #9666 )
...
* LEGO: check in for master to temporary branch.
* [spell checker] add new terms
Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com>
2021-02-12 18:38:11 +01:00
Seraphima Zykova
15dab02e75
[PT Settings] Rename "Microsoft.PowerToys.Setting.UI.Runner" to "PowerToys.Settings" ( #9637 )
2021-02-11 19:29:56 +03:00
Mykhailo Pylyp
d92ff6d45d
tweak plugin settings ( #9522 )
2021-02-10 15:12:42 +02:00
Niels Laute
34e2a86f1a
Updated FZ image ( #9596 )
...
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-02-10 09:58:52 +01:00
csigs
c20f501175
LEGO: check in for master to temporary branch. ( #9611 )
2021-02-10 09:35:41 +01:00
csigs
9c6dfd493c
LEGO: check in for master to temporary branch. ( #9594 )
2021-02-09 13:20:02 +01:00
Seraphima Zykova
21abb6fd09
[PT Settings] Opening windows color settings from inside PT ( #9589 )
2021-02-09 14:11:51 +03:00
csigs
006ba60071
LEGO: check in for master to temporary branch. ( #9581 )
2021-02-09 10:32:19 +01:00
csigs
531a502c53
LEGO: check in for master to temporary branch. ( #9562 )
2021-02-09 10:31:43 +01:00
csigs
1899d017dc
LEGO: check in for master to temporary branch. ( #9555 )
2021-02-08 09:40:55 +01:00
csigs
1be227b07b
LEGO: check in for master to temporary branch. ( #9546 )
2021-02-08 09:40:07 +01:00
csigs
4195fa481b
LEGO: check in for master to temporary branch. ( #9542 )
2021-02-07 10:41:45 +01:00
csigs
2e3345d2ce
LEGO: check in for master to temporary branch. ( #9528 )
2021-02-07 10:40:50 +01:00
Seraphima Zykova
32d164a786
[FZ Settings] replaced checkbox with radiobuttons ( #9438 )
2021-02-03 14:12:53 +03:00
csigs
0273fbffb9
LEGO: check in for master to temporary branch. ( #9384 )
2021-01-31 14:09:59 +01:00
csigs
6d0677f84f
LEGO: check in for master to temporary branch. ( #9370 )
2021-01-30 07:36:46 +01:00
csigs
a56141e0e8
LEGO: check in for master to temporary branch. ( #9367 )
2021-01-29 14:10:44 +01:00
csigs
b38da96933
LEGO: check in for master to temporary branch. ( #9362 )
2021-01-29 05:53:55 +01:00
csigs
ffa660832f
LEGO: check in for master to temporary branch. ( #9350 )
2021-01-28 15:23:32 +01:00
csigs
eb15cdde1b
LEGO: check in for master to temporary branch. ( #9319 )
2021-01-27 13:16:18 +01:00
csigs
5713230c6d
LEGO: check in for master to temporary branch. ( #9275 )
2021-01-25 14:17:29 +01:00
Niels Laute
2b42fb8a38
[Settings] ColorPicker spacing issue ( #9215 )
...
* Added additional text header
* Margin fix
* Margin fix
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-01-22 15:03:16 +01:00
csigs
d2a1ac9c3f
LEGO: check in for master to temporary branch. ( #9177 )
2021-01-20 10:17:49 +01:00
csigs
84b84c91c2
LEGO: check in for master to temporary branch. ( #9157 )
2021-01-19 10:13:40 +01:00
csigs
9ae48fcb21
LEGO: check in for master to temporary branch. ( #9126 )
2021-01-18 15:54:06 +01:00
csigs
0d9594b220
LEGO: check in for master to temporary branch. ( #9132 )
2021-01-18 15:53:41 +01:00
csigs
6031d9ec6e
LEGO: check in for master to temporary branch. ( #9154 )
2021-01-18 15:53:05 +01:00
csigs
ea21a11259
LEGO: check in for master to temporary branch. ( #9116 )
2021-01-15 15:29:23 +01:00
Mykhailo Pylyp
8aad873a26
explain meaning of labels ( #9101 )
2021-01-14 19:03:52 +02:00
Mykhailo Pylyp
11a569b113
Added localization to default sizes ( #8928 )
2021-01-14 14:14:29 +02:00
Andrey Nekrasov
1364f78b30
updating: do not update update_check date when we couldn't do it ( #9038 )
...
* updating: do not update update_check date when we couldn't do it
- improve general settings page "Last Checked" feature
2021-01-12 18:34:02 +03:00
Niels Laute
f0600f1725
[Settings] Various UX fixes ( #8739 )
...
* Change accent color to secondary grey for better contrast on colorpicker page
* Fix textwrapping issue for shortcut tooltips
* Fix image resizer scroll issue
* Fix colorpicker page textblock/listview not disabled when module is disabled
* Added MaxWidth and sidebar margin
* Typo fix
2021-01-05 17:24:14 +01:00
Davide Giacometti
4958f6c158
reset scrollviewer on page change ( #8742 )
2021-01-05 16:01:42 +01:00
Enrico Giordani
dda3dce34b
[localization] move file to its correct location ( #8914 )
2021-01-05 15:08:22 +01:00
Alan Ninan Thomas
93bdb819ca
[Settings] Make images clickable and fix issue with Power Preview settings image ( #8710 )
...
* Hopefully I have got this right
* Add a more descriptive Uid
2021-01-04 10:51:05 -08:00
Davide Giacometti
11bdbaa07f
image resizer and settings percentage unit ( #8674 )
2020-12-21 15:55:50 +01:00
Andrey Nekrasov
e58ff6c71c
Auto-updating: add text for "Last checked" ( #8645 )
2020-12-17 19:38:23 +03:00
Enrico Giordani
cb25c7e5aa
Fix paths for localization ( #8630 )
2020-12-16 10:58:09 -08:00
Enrico Giordani
748eb9555a
Fix SettingsUI loc paths ( #8628 )
2020-12-16 09:56:07 -08: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