Ivan Stošić
d4ed95f8d9
Call new library function from console main
2022-10-20 16:40:51 +02:00
Ivan Stošić
cd4f08f487
Implement core functions in lib project
2022-10-20 16:40:51 +02:00
Ivan Stošić
7629fb6df6
Add button
2022-10-20 16:40:50 +02:00
Ivan Stošić
7ac603fecf
Added a control for displaying results
2022-10-20 16:40:50 +02:00
Ivan Stošić
c450360996
Mitigate issue with WinUI3
2022-10-20 16:40:50 +02:00
Ivan Stošić
f28de83954
Added GUI project skeleton
2022-10-20 16:40:50 +02:00
Ivan Stošić
fddf89dfd4
Remove old project
2022-10-20 16:40:49 +02:00
Ivan Stošić
396c42322d
Prototype works
2022-10-20 16:40:49 +02:00
Ivan Stošić
bd9952d080
Implemented piping, there are bugs
2022-10-20 16:40:49 +02:00
Ivan Stošić
d1ce5af1aa
Implemented basic console UI
2022-10-20 16:40:48 +02:00
Ivan Stošić
f74603ab96
Console UI project skeleton
2022-10-20 16:40:48 +02:00
Ivan Stošić
3990922909
Implemented IPC, not tested
2022-10-20 16:40:48 +02:00
Ivan Stošić
09e892190c
Implement Lib as separate project
2022-10-20 16:40:48 +02:00
Ivan Stošić
8bfc4b5b3a
Add plan
2022-10-20 16:40:47 +02:00
Ivan Stošić
655faa164b
Make sample project compile on VS 2022
2022-10-20 16:40:47 +02:00
Ivan Stošić
cb388e0fcb
Implement command data fetching
2022-10-20 16:40:47 +02:00
Ivan Stošić
ca81f3e245
Implemented IContextMenu, it works!
2022-10-20 16:40:47 +02:00
Ivan Stošić
b00aab2bb9
Implemented IShellExtInit inferface
2022-10-20 16:40:47 +02:00
Ivan Stošić
50c1121679
Implemented other DLL exports, not working?
2022-10-20 16:40:46 +02:00
Ivan Stošić
15910ab7e5
Implemented DLL register/unregister
2022-10-20 16:40:46 +02:00
Ivan Stošić
eb23526cf3
Implemented ClassFactory
2022-10-20 16:40:46 +02:00
Ivan Stošić
f65958b212
Implemented IExplorerCommand methods
2022-10-20 16:40:45 +02:00
Ivan Stošić
88aa85e365
Implemented IUnknown part of ExplorerCommand
2022-10-20 16:40:45 +02:00
Ivan Stošić
4969db6229
Remove unneeded header
2022-10-20 16:40:45 +02:00
Ivan Stošić
e3bcfff7bc
Added new project to implement the dll
2022-10-20 16:40:45 +02:00
Ivan Stošić
bce0346121
Add Windows sample, doesn't work?
2022-10-20 16:40:45 +02:00
Ivan Stošić
e1e05bae1c
Make solution compile
2022-10-20 16:40:44 +02:00
Ivan Stošić
5a16eb79e0
Imported offline solution
2022-10-20 16:40:44 +02:00
Heiko
d4083abee2
add scrollviewer ( #21310 )
2022-10-19 16:43:22 -07:00
akabhirav
1cfce6182d
Hide Video Conferencing when muted ( #19175 )
2022-10-19 12:18:58 +03:00
sosssego
16c28c788d
[Analyzers][CPP]Turn on C26495 and fix code ( #21163 )
...
C26495: A member variable isn't initialized by a constructor or by an initializer.
Fixing occurrences with default member initialization.
2022-10-18 15:21:18 +01:00
Rose
17b80aa0f1
Use .First instead of where().First() ( #21307 )
2022-10-18 02:13:59 +03:00
Clint Rutkas
8e4ef1a4ac
Release.yml hash creation ( #21254 )
...
* injecting hash
* Update release.yml
* Update release.yml
* Update release.yml
* Update release.yml
* Update release.yml
* Update release.yml
* Update release.yml
* Update release.yml
* Update release.yml
* Update release.yml
* Update release.yml
* Update release.yml
why is it always a slash
2022-10-16 12:49:11 -07:00
Philippe Canavarro
87720ef701
[QuickAccent] Added Portuguese (BR) language ( #21127 )
...
* [QuickAccent] Added Portuguese (BR) language
* Fix- Correct indentation
* Fix - Added proper indentation to EOF
* Removed "(BR)" from text
* chore: Changed index switch to array
* Correct German and French order
2022-10-16 18:36:16 +01:00
Jaime Bernardo
bbe020bb37
[GitHub]Add install method to issue template ( #21160 )
...
* [GitHub]Add install method to issue template
* Update .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: Clint Rutkas <clint@rutkas.com>
* Add some details
* Update .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
Co-authored-by: Clint Rutkas <clint@rutkas.com>
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
2022-10-16 18:35:33 +01:00
Taras
af98395e25
[TextExtractor] Fix focus on overlay on the first activation ( #21098 )
...
* TextExtractor-20950: fix focus on overlay on the first TextExtractor activation
* TextExtractor-20950: fix typo
2022-10-16 16:29:37 +01:00
Davide Giacometti
a2638d01dc
[Mouse Highlighter]Change opacity setting to 1-100 ( #20964 )
...
* mouse highlighter opacity 1-100
2022-10-16 13:51:08 +01:00
sosssego
982415f578
[build]Turn on C++ code analysis ( #21085 )
...
Using Cpp.Build.props to setup C++ code analysis as default.
Starting with a ruleset based on Microsoft Recomended Native rules. But changing all to info. Future pull request should change a rulr from info to warning and fix the code.
2022-10-16 13:49:52 +01:00
Taras
5b13328bdd
[TextExtractor][Settings]Add info bar about supported languages ( #20934 )
...
* TextExtractor-20388: add infobar about supported languages
2022-10-16 13:28:34 +01:00
Davide Giacometti
887da6dc1a
[Chore] System.IO.Abstractions update ( #21061 )
...
* System.IO.Abstractions update
* fix tests
2022-10-16 13:23:31 +01:00
Niels Laute
1c264e0899
Adding Hosts icon ( #21227 )
...
* Adding Hosts icon
* assets added to setup
Co-authored-by: Davide <davide.giacometti@outlook.it>
2022-10-14 14:10:44 +02:00
Rose
af5b9903ee
[HostsEditor]Consolidate packages ( #21224 )
2022-10-13 19:31:20 +01:00
Stefan Markovic
292874a0c2
[fix build][hosts] Bump CppWinRT version to align with all other projects ( #21220 )
2022-10-13 15:47:34 +02:00
Davide Giacometti
b2e1337d4e
Hosts file editor ( #20462 )
2022-10-13 13:05:43 +02:00
Laszlo Nemeth
ab41b61e84
[OOBE]Fix not shortcut not updating ( #21175 )
...
* [OOBE]Fix not shortcut not updating
Fix for issue #20953 .
Activation key update in the OOBE window
when the user changes it in the settings window.
Add settings repository reference to the ViewModel
constructor to use the repository settings object
(and not create a second instance of it).
* Fix for issue #20953 .
Unit test fixed.
2022-10-13 10:46:30 +03:00
Jeff Lord
ee904ae1b1
Settings backup and restore ( #20551 )
...
* Merge and conflict resolution
* Messages good, backup/restore algo better.
* Start of "GetExportVerion"
* fixed spelling
* New backup/restore mode working.
* Rename a project
* Removed test project
* Switch to text.json
* Renamed BackupAndSync to BackupAndRestore
* Added IgnoredPTRunSettings and full merge
* Restored "fixed" settings that change for no reason
* Various UI updates.
* speling
* Some cleanup and zip support.
* Merge and clean
* code clean up
* code clean up
* code clean up
* Smarter settings compare and merge.
* config based file include/exclude
* Removed some "words"
* Code clean up
* cleanup
* cleanup
* cleanup
* cleanup
* fixed spelling.
* Fixed clean up 1
* more clean up
* Trying to add ptb as an OK word
* Some UI updates.
* UI tweaks and PR review items.
* UI tweaks
* Merge conflicts resolved.
* Added CurrentSettingMatchText
* PR review updates.
* Removed weird file.
* Review updates and fixes
* More UI tweaks.
* UI tweaks
* Set default backup location to "%USERPROFILE%\\Documents\\PowerToys\\Backup"
* settings ui tweaks
* Added ExpanderContentSettingStyle
* fix missing config file
* fix missing config file, part 2
* update ui, cleanup cope
* update ui, cleanup code - Part2
* update method comments
* code cleanup and adjust Backup message time
* fix changing backup location on empty Regsitry
* fix select location - part 2
* location input box min-width
* remove lastRestoreDate from ViewModel
* Code or backup timing, and error handling.
* Should fix file/folder name crash.
* Progress to instance class for backup/restore
* Persist backup status state, added refresh button.
* Better auto check for settings status
* Some UI/text updates.
* Clean up
* Added prefix for "General_Settings" to resources
* Code review updates.
* Code review changes.
* Changed to FolderPicker per review
* Fixed issue with early delete of cleanup.
* Testing issues with FolderPicker
* Removed WinForm req and fixed win10 issue.
* Review update.
* Review changes.
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
2022-10-13 09:41:21 +02:00
Rose
79e037eef4
Update cziplib to 0.25 ( #21198 )
...
This is the latest version
2022-10-13 00:12:17 +03:00
Rose
1d25e552d0
tsToken pass ( #21202 )
...
Pass the cancellation token so that it affects the delay process too
2022-10-13 00:10:56 +03:00
Rose
7bbefe9ee7
Delete cxxopts ( #21197 )
2022-10-13 00:09:47 +03:00
Rose
792c09167b
Update Windows.CppRT to latest version ( #21157 )
2022-10-12 11:19:01 +03:00