Commit Graph

2615 Commits

Author SHA1 Message Date
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
Jeremy Wu
d5348cec70 remove duplicate 'success' as a result of merge from PR 50 2019-10-09 06:42:24 +11:00
Jeremy Wu
167ef06209 remove single white space, no code change 2019-10-09 06:24:42 +11:00
Jeremy Wu
d64a7cb739 Merge branch 'enable_manual_reloaddata' into dev 2019-10-09 06:18:55 +11:00
Jeremy Wu
b2584bb01b Add hide query window before actual reload + show success msg 2019-10-09 06:18:09 +11:00
Jeremy Wu
8b8cb12763 Add reload success message 2019-10-09 06:17:34 +11:00
Jeremy Wu
127e28a6f4 Remove task to wait for the program reload to complete 2019-10-09 06:16:53 +11:00
Jeremy Wu
73c46f2a85
Merge pull request #54 from ismailcarlik/dev
Added Turkish translation and some other i18n work.
2019-10-08 23:08:04 +11:00
Jeremy Wu
36e1fcc24a Reverse out test package for merge prep 2019-10-08 23:04:02 +11:00
İsmail Carlık
ed0e637207 fixed mistakes and added new translation keys 2019-10-08 14:48:56 +03: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
İsmail Carlık
6b8a55f55b Added Turkish translation and some other i18n work. 2019-10-07 18:08:06 +03:00
Enrico Giordani
b50df5afe1 rename 'src/editor' to '/src/settings' 2019-10-07 15:58:21 +02:00
Enrico Giordani
4b273a7e39 exit Settings on fatal error
fix error checking
2019-10-07 14:39:54 +02:00
Bartosz Sosnowski
5f8c4ea143
Improve window filter to include start menu and Cortana search box. (#474)
Also moves GetProcessPath* functions to common, renaming both to
get_process_path.
2019-10-07 11:12:44 +02:00
Jeremy Wu
509049d95a update package 2019-10-06 15:41:36 +11:00
Jeremy Wu
83280de352 Merge branch 'update_browserbookmark_subtitle_wording' into dev 2019-10-06 15:39:45 +11:00
Jeremy Wu
a4e4c8baaa Remove BrowserBookmark subtitle wording "Boomark" 2019-10-06 15:39:12 +11:00
Jeremy Wu
00d27bc313 update package 2019-10-06 14:18:06 +11:00
Jeremy Wu
78ce12bc60 Merge branch 'enable_manual_reloaddata' into dev 2019-10-06 14:16:19 +11:00
Jeremy Wu
7e8d7ef0c0 Update wording 2019-10-06 13:52:04 +11:00
Jeremy Wu
d1c01f476d update 2019-10-06 13:48:52 +11:00
Jeremy Wu
bb3c38a3b1 update 2019-10-06 13:47:52 +11:00
Jeremy Wu
8ca6e8c478 Add command for user to call in Plugin.Sys 2019-10-06 13:45:36 +11:00
Jeremy Wu
96660ebd2a Exposes reload command via IPublicAPI 2019-10-06 13:44:38 +11:00
Jeremy Wu
9e69d01db7 Add reload call for Programs plugin 2019-10-06 13:15:06 +11:00
Jeremy Wu
1c015e31f1 Add IReloadable interface and method 2019-10-06 11:58:36 +10:00
Jeremy Wu
bf12b127ac Move code from Main class to Bookmarks class for cleanliness 2019-10-06 11:55:57 +10:00
Jeremy Wu
dd733092a1 create static bookmark class that will contain bookmark functions 2019-10-06 11:52:18 +10:00
Jeremy Wu
30fd5fcf14 Add interface that will be used by plugins 2019-10-06 11:50:25 +10:00
Jeremy Wu
483940a98d Allow PluginManager class to manage the reload call 2019-10-06 11:49:47 +10:00
Jeremy Wu
615bc17cec Expose reload data call in PublicAPIInstance wider usage 2019-10-06 11:48:40 +10:00
Jeremy Wu
94cf350e5c update package 2019-10-05 18:31:17 +10:00
Jeremy Wu
fa594e732f Merge branch 'fix_websearch_globalpluginwildcard_search' into dev 2019-10-05 18:29:00 +10:00
Jeremy Wu
4c0c9eb7fb Fix missing query part when using global wildcard sign
when using global wildcard sign that is the same as action keyword
2019-10-05 18:24:12 +10:00
Jeremy Wu
e9cd95fc6a Update package 2019-10-05 12:30:27 +10:00
Jeremy Wu
b68675d9fd Merge branch 'fix_firefox_bookmarks_notshowing' into dev 2019-10-05 12:20:39 +10:00
Jeremy Wu
d4abfffa2f Merge branch 'fix_firefox_bookmarks_plugin' into dev 2019-10-05 12:20:30 +10:00
Jeremy Wu
2d6d664f77
Merge pull request #46 from jjw24/fix_firefox_bookmarks_notshowing
Fix Firefox bookmarks not showing
2019-10-05 11:51:43 +10:00
Jeremy Wu
c1f08cf2ea
Merge pull request #45 from jjw24/fix_firefox_bookmarks_plugin
Fix BrowserBookmarks plugin crashing when using Firefox bookmarks
2019-10-05 11:49:22 +10:00
Enrico Giordani
298a8787d5 drop privileges if running elevated
make sure the Settings process is not running elevated otherwise the WebView control will fail to start
2019-10-04 11:50:27 +02:00
Enrico Giordani
25510b23e1 remove mutex
the mutex is not necessary since the global window handler is set after the WM_CREATE event is fired.
2019-10-04 11:50:27 +02:00
Enrico Giordani
1fc351b088 code refactoring
fix casting warning
disable automatic window content refresh on resize, this is required by the upcoming support for WebView2
2019-10-04 11:50:27 +02:00
Enrico Giordani
7db627df1b global variable name 2019-10-04 11:50:27 +02:00
Enrico Giordani
c00733ea11 error handling and error checking 2019-10-04 11:50:27 +02:00
Enrico Giordani
7a94ee04c8 global variables name 2019-10-04 11:50:27 +02:00
Enrico Giordani
799ac545a2 supress warning C26451 arithmetic overflow 2019-10-04 11:50:27 +02:00
Enrico Giordani
11396015fb WinMain annotation and argument name 2019-10-04 11:50:27 +02:00
Enrico Giordani
6839b4773a NULL -> nullptr 2019-10-04 11:50:27 +02:00