Niels Laute
371926b202
[Launcher] Fluent UX fixes for the results list ( #2427 )
...
* Fixed right margin
* Fixed issue where the background of the gridview would light up on pointerover.
* Fixed issue where application title/path run through command buttons. Centrally aligned image/icon.
* Updated the shadow so it looks more like a UWP ThemeShadow.
2020-04-27 17:35:33 -07:00
Tomas Agustin Raies
8f8bfb9446
Make Edit Shortcut/Single Key window scrollable ( #2409 )
...
* Make Edit Shortcut/Single Key window scrollable
* Don't scroll header and buttons
* added margin beneath the add button
2020-04-26 21:57:51 -07:00
Lavius Motileng
8f2a33dcaa
Added Image Resizer Settings ( #2324 )
...
* added image resizer settings
* updated string resource and binding
* added tests and removed sett advanced settings from image resizer
* fixed string resource spacing
* moved conbo box strings to string resource
* updated name of contributor
* Capitalized size names
* updated fallback encoder and sizers configs
* removed interence between settings | used static resource binding
* fixed build error
2020-04-26 17:34:03 -07:00
Arjun Balgovind
38ecc82e97
Improve warnings for KBM (dev/build-features) ( #2386 )
...
* Handled invalid input for single key remaps
* Added some functions
* Added better error message functions and finished warnings for edit keyboard
* Updated dropdown order of keys
* Added new warning template for shortcuts
* Added show warning on Apply code
* Removed old flyout code
* Fixed issue where tooltips were replaced on Apply
* Simplified == operator
2020-04-26 15:09:40 -07:00
Tomas Agustin Raies
7ec8d02c1f
PowerLauncherSettings unit tests ( #2276 )
2020-04-26 13:15:40 -07:00
ryanbodrug-microsoft
a047ff2228
Looking at files and not filtering is better because the timer is more likely to reset while an install is happening, preventing uneeded indexing
2020-04-26 09:57:27 -07:00
ryanbodrug-microsoft
3dd181c912
Removing unused namespace.
2020-04-26 09:57:27 -07:00
ryanbodrug-microsoft
3753ecd8e5
Adding file watchers for UWP detecting when apps are installed or deleted and reindexing the uwp apps
2020-04-26 09:57:27 -07:00
ryanbodrug-microsoft
eaf05aa31a
Defensive check for QueryText being empty
2020-04-25 12:24:57 -07:00
ryanbodrug-microsoft
ad0f965f3a
Initializing query text strings.
2020-04-25 12:14:03 -07:00
ryanbodrug-microsoft
53e68c0567
The Open Current Folder result shouldn't change the query text to 'Open {folder path}' when selecting the results.
2020-04-25 12:14:03 -07:00
ryanbodrug-microsoft
9f609ac80f
Folder Results open the explorer window when selected.
2020-04-25 12:14:03 -07:00
ryanbodrug-microsoft
2b04d7a92d
Making folder results from the search indexer plugin behave like folder results from folder plugin.
2020-04-25 12:14:03 -07:00
ryanbodrug-microsoft
8f7305e347
Removing action on folder result, and displaying folder path on selecting a folder result from the folder plugin.
2020-04-25 12:14:03 -07:00
ryanbodrug-microsoft
9d3720557e
Updating the QueryText to the selected item when navigating up/down with the arrow keys.
2020-04-25 12:14:03 -07:00
ryanbodrug-microsoft
aa79325d76
Fixing gap in logic where query was triggering when programatically setting text.
...
Updating the binding and settext both will trigger the TextChanged event on a seperate event dispatcher. For this reason we dynamically detect which eventhandler is most approapriate on the textchanging event.
2020-04-25 12:14:03 -07:00
ryanbodrug-microsoft
15b7b20500
- Fixes cursor jumping around issue.
...
- Seperating the ability to set the text from initiating a query.
- Plugins have to explicitly request the query be updated.
- Updating Folder plugin to explicty update the query on folder selection.
- Removing unused changes from 'Wox' that don't compile.
2020-04-25 10:54:54 -07:00
Divyansh Srivastava
6290630787
Added cold start fix ( #2385 )
2020-04-25 10:27:36 -07:00
Divyansh Srivastava
a6e8cbc50d
Updated program execution to call action on background thread. ( #2370 )
2020-04-24 13:31:36 -07:00
Clint Rutkas
368640b59b
Removing WinR ( #2381 )
2020-04-24 11:10:40 -07:00
Clint Rutkas
08a7394c1b
Deduping results for program plugin ( #2375 )
...
* Removing description from title
* adjusting subtitle
* removing accidently paste
* removing desc for uwp apps
* Getting dups removed from list if LNK exists
* adjusting subtitle
* removing accidently paste
* Getting dups removed from list if LNK exists
* changed to normal forloop
2020-04-24 09:35:21 -07:00
ryanbodrug-microsoft
7add40ae93
Adding back binding to QueryText and updating the cursor position similar to how wox originally did it.
2020-04-23 19:04:01 -07:00
ryanbodrug-microsoft
d4da98bae5
- Making Open Directory subtitle fixed, and the title as the current directory.
2020-04-23 18:39:36 -07:00
ryanbodrug-microsoft
92bbd83b33
Replacing submenu text with full path as 'Ctrl-Enter' doesn't do anything. Also reducing the String of CreateOpenCurrentResult to fit in one line.
2020-04-23 18:39:36 -07:00
ryanbodrug-microsoft
b0c647e50c
Updating JetBrains.Annotations to 2020.1.0 to be consistent with other projects.
2020-04-23 18:39:36 -07:00
ryanbodrug-microsoft
1ddd94b95c
Revert "Removed folder plugin"
...
This reverts commit 064d638588 .
We will use the folder plugin to better mimic the way the start menu and run prompt deal with directories
2020-04-23 18:39:36 -07:00
Clint Rutkas
845c6be95f
adjusting how programs are displayed. ( #2369 )
...
* Removing description from title
* adjusting subtitle
* removing accidently paste
* removing desc for uwp apps
2020-04-23 18:25:57 -07:00
Divyansh Srivastava
92daf156f5
Codeflow cleanup when selectedItem is not null
2020-04-23 16:16:15 -07:00
Divyansh Srivastava
d0822ab1fe
Fixed process executing on clicking enter if no text in search box
2020-04-23 16:16:15 -07:00
ryanbodrug-microsoft
65cda38cc8
Result List - Bad rebase overwrote margin and translation fields.
2020-04-23 16:15:30 -07:00
ryanbodrug-microsoft
dcc1d545e9
Fixes an issue where PointerExit would hide the selected context buttons.
2020-04-23 16:15:30 -07:00
ryanbodrug-microsoft
e13967cb83
Fixes race conditions with PointerEnter/Exit events conflicting with Selection and unselection. This change provides better encapsulation of the logic to enable a selected item for accelerator (hotkey) events, and allow mouse input on results where the pointer is over.
2020-04-23 16:15:30 -07:00
Alekhya
46d1bc274c
Modify scoring algorithm for fuzzy search ( #2361 )
...
* Modify scoring
* modified to if else
2020-04-23 15:39:55 -07:00
Alekhya
8b10fe4053
Launcher MSI - Added a required dll and removed folder plugin ( #2355 )
...
* Modified the product.wxs file
* Added the x64 config
2020-04-23 12:07:36 -07:00
Arjun Balgovind
b5bd2df814
Update the KBM UI to use a Grid based layout rather than stack panels ( #2299 )
...
* Added grid to edit keyboard
* Fixed all issues for Edit keyboard window with grid
* Added step to delete row definition and move row indices
* Handled grid operations for Edit Shortcuts
* Added dynamic layout for edit shortcuts
* Fixed resize windows message behaviour and removed warnings
2020-04-23 09:14:16 -07:00
Arjun Balgovind
32ddf3246c
Add support for Common Win key in KBM ( #2308 )
...
* Added common win key to layoutmap
* Added common win key support for edit shortcuts
* Adjusted key names
2020-04-23 08:37:52 -07:00
ryanbodrug-microsoft
86f209a302
Opening explorer if the user has types a file path.
2020-04-22 20:50:10 -07:00
ryanbodrug-microsoft
44943feb8b
Setting runcommand as the default execution method, and turning off run as admin by default.
2020-04-22 20:50:10 -07:00
Clint Rutkas
9ae97de780
simplifying the xaml and making things tighter ( #2327 )
2020-04-22 15:59:32 -07:00
Clint Rutkas
fed254f355
Update nuget packages across solution to latest ( #2334 )
2020-04-22 14:19:26 -07:00
Alekhya
7f53877283
text is selected whenever launcher gets hidden and is then set to visible ( #2315 )
2020-04-22 13:42:08 -07:00
Arjun
ca3a436fe5
Merge latest master: 4/22/20
2020-04-22 10:02:17 -07:00
Alekhya
d48ef90fb0
Simulating Win+backspace key press, instead of Win+Control as it was launching WW ( #2250 )
2020-04-21 19:46:10 -07:00
Arjun Balgovind
d079f0ca44
Changed output dir to modules and resolved conflicts ( #2233 )
2020-04-21 14:14:50 -07:00
Arjun Balgovind
5828508218
Fix colors in KBM UI and add support for light/dark theme ( #2256 )
...
* Fixed colors for Edit Keyboard
* Fixed colors for Edit Shortcuts
2020-04-21 13:42:06 -07:00
Arjun Balgovind
2f244bca85
Fix Ctrl/Alt/Shift single key remapping ( #2217 )
...
* Added preprocessing step for edit keyboard buffer
* Fixed Ctrl\Alt\Shift single key remapping
2020-04-21 13:40:31 -07:00
Divyansh Srivastava
064d638588
Removed folder plugin
2020-04-21 12:56:28 -07:00
ryanbodrug-microsoft
c3bded6947
Disabling scrollbars for gridview items.
2020-04-21 12:37:28 -07:00
ryanbodrug-microsoft
3a584e318a
Positioning ContextButtons and adding background.
2020-04-21 12:37:28 -07:00
vldmr11080
5ac7eddd03
Compare window desktop id with currently active work area desktop id. ( #2110 )
...
* Compare window desktop id with currently active work area desktop id.
* Improve error handling and conform to coding guidelines.
* Move virtual desktop helper functions to ZoneWindowUtils namespace.
* Ensure thread safety when creating instance of VirtualDesktopManager.
* Remove static qualifier from ServiceProvider.
* Return instead of break, as there is no need to check for other monitors, virtual desktop is the same for all.
* Move virtual desktop related helper functions to separate files.
* Skip comparing desktop ids if zone window has empty GUID for desktop id.
* Add comment describion scenario for which we need this fix.
2020-04-21 19:57:21 +02:00