Alekhya
814f6213fa
Added null check before using unregister hotkey function ( #5627 )
2020-08-05 08:06:03 -07:00
Ivan Stošić
8f8787b2e0
Fixed Launcher not exiting when PT is terminated ( #5588 )
...
* Fixed Launcher not exiting when PT is terminated
* Added a null check to _hotkeyManager as well
2020-08-04 14:33:07 +02:00
Divyansh Srivastava
fbc625478b
Improve query cancellation and ResultCollection performance ( #5370 )
...
* Added cancellation token to downstream functions in query thread
* Remove initial lag in query
* Re add query delay
* Remove debug flag
2020-07-31 15:09:23 -07:00
Divyansh Srivastava
87ae1c6a9b
Improving UI performance ( #5216 )
...
* Added fast observable collection
* Updated to use 1 collection changed event per query
* Moved result updating to background thread
* Changed collapsed to hidden for virtualization
* Moved all token cancellations inside try catch
* Fixed freeze on deleting first letter
* nit fixes
* Moved update logic to plugin result loop
* Updated doc comment for AddResults function
* fix result clear on empty query
2020-07-27 18:13:47 -07:00
Arjun Balgovind
c4ddb7d351
[PT Run] Resolve text alignment issues for RTL input languages (not for mixed strings) ( #5170 )
...
* Added logic to switch TextBox/TextBlock flow direction on language change
* Move event handler to separate method
* Moved code to function
2020-07-24 13:34:49 -07:00
Arjun Balgovind
39ec10cbba
Add telemetry event for measuring time taken to display PT Run ( #5201 )
...
* Added LauncherHotkeyEvent
* Split into cold state and warm state events
2020-07-24 12:38:16 -07:00
Clint Rutkas
14247fa75a
Dev/crutkas/fixing warnings ( #5161 )
...
* new lines & braces
* Tabs /space auto fix
Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
2020-07-22 13:27:17 -07:00
Divyansh Srivastava
f773604dec
Added functionality for left/right key navigation ( #5067 )
...
* Added functionality for left/right key navigation
* Update Behviour of left/right navigation
* Code cleanup
* Null check for results VM
* Added tests for results view model
* Update test namings
2020-07-22 12:48:42 -07:00
Divyansh Srivastava
c85cd4ac24
Migrate files from Wox to PowerLauncher ( #5014 )
...
* Moved all files from Wox to Powerlauncher
* Removed Wox project
* Changed namespace for imported files
* Resolved errors for VM
* Added build dependency order
* Fixed errors in helper class
* Remove Wox files
* Fixed errors in SingleInstance class
* Fixed wox.tests
* Fixed MSI
* Removed obsolete methods from PublicAPI
* nit fixes
* Throw null exception
* Fix merge conflict
2020-07-20 11:22:03 -07:00