Commit graph

4715 commits

Author SHA1 Message Date
DB p
ba2853b5c1 Fix Edge Private arg 2021-12-07 19:40:01 +09:00
DB p
40d7baac86 Add Chrome, Edge, Firefox Browser Profile 2021-12-07 19:33:11 +09:00
DB p
d2e689a51a Merge branch 'GlobalBrowserSetting' of https://github.com/onesounds/Flow.Launcher into GlobalBrowserSetting 2021-12-07 19:22:29 +09:00
DB p
5c4cb7c5c7 Fix Done Button (remove wrong disable state) 2021-12-07 19:22:20 +09:00
Jeremy
e84e5b1d9f remove obsolete new tab/window methods 2021-12-07 20:44:19 +11:00
Jeremy
00f514fad5 version bump plugins 2021-12-07 20:40:12 +11:00
Jeremy
6468b14d11 Merge remote-tracking branch 'origin/dev' into GlobalBrowserSetting 2021-12-07 08:17:15 +11:00
Jeremy Wu
4a3f134840
Merge pull request #864 from onesounds/PluginInfo
remove subtitle ContextMenuPluginInfo
2021-12-07 07:57:27 +11:00
Kevin Zhang
4affa2ed4a
Add Crowdin Integration (#826)
* Create crowdin.yml
* New translations en.xaml (German)
* New translations en.xaml (Korean)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (German)
* New translations en.xaml (Turkish)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Traditional)
* New translations en.xaml (German)
* New translations en.xaml (Korean)
* New translations en.xaml (Polish)
* New translations en.xaml (Slovak)
* New translations en.xaml (Turkish)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Traditional)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Korean)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Slovak)
* New translations en.xaml (Korean)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* Add Portuguese (Portugal) Language
* Update Crowdin configuration file
* Update Crowdin configuration file
* Apply suggestions from code review

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
Co-authored-by: Vladimír Kubala <37414585+kubalav@users.noreply.github.com>
2021-12-06 22:21:43 +11:00
DB p
263e097678 Add "by author" in subtitle 2021-12-06 19:10:34 +09:00
DB p
f2e284e601 Merge Dev 2021-12-06 18:01:33 +09:00
DB p
1edcc85994 Adjust Window Layout and Color
Add Select Button
Fix Setting Item
2021-12-06 13:03:29 +09:00
Garulf
1ea5675603
Merge pull request #866 from Flow-Launcher/StringRevision
String revision
2021-12-05 18:51:10 -05:00
Kevin Zhang
003b93ddab Fix verb that should be plural 2021-12-05 17:36:46 -06:00
DB p
c82b9a9b53 remove subtitle ContextMenuPluginInfo 2021-12-06 07:20:41 +09:00
DB p
ef959d2539 Remove BrowserSetting item in bookmark / Url / Websearch
Remove Releated code (just for build)
Adjust Bookmark plugin popup layout and add string
2021-12-06 07:03:34 +09:00
Kevin Zhang
9c86af7c86 Align Bookmark plugin into global browser 2021-12-05 15:31:39 -06:00
Kevin Zhang
99a4a3cda8 Adjust arg position 2021-12-05 15:06:10 -06:00
Kevin Zhang
d8eef69e21 Use Global Browser Setting around flow 2021-12-05 13:34:23 -06:00
Kevin Zhang
47562eabf3 Edit default browser behavior 2021-12-05 13:22:39 -06:00
Kevin Zhang
7a303677c1 Make private arg editable for default profile 2021-12-05 13:21:35 -06:00
Garulf
1e18e2684f
Merge pull request #860 from Garulf/Fix-misaligned-suggestion-text
Fix misaligned suggestion text
2021-12-05 14:20:26 -05:00
Garulf
3282f8531a Add checks after suggestion is calculated 2021-12-05 14:13:53 -05:00
Kevin Zhang
892a4919a0 Merge branch 'GlobalBrowserSetting' of github.com:onesounds/Flow.Launcher into GlobalBrowserSetting 2021-12-05 13:06:37 -06:00
Garulf
ef76b96dc5 Check for offset 2021-12-05 11:16:32 -05:00
Garulf
1dd9e2c3d2 Calculate if text font is larger then area 2021-12-05 10:42:58 -05:00
Garulf
8892ad2d2e Merge branch 'dev' into Fix-misaligned-suggestion-text 2021-12-05 08:45:59 -05:00
Garulf
06a76f53dc
Merge pull request #850 from Garulf/global-tab-complete
Global TAB complete
2021-12-05 08:23:33 -05:00
DB p
e79f80514b Fix dev Merge / Adjust Button Size 2021-12-05 21:44:41 +09:00
DB p
a5e0d23e0a Merge Dev 2021-12-05 21:28:16 +09:00
Jeremy
78dbc0c53d simplify suggestion's autocomplete logic 2021-12-05 19:40:56 +11:00
Jeremy
e3aa648e88 rename function to AutocompleteQueryCommand 2021-12-05 19:28:04 +11:00
Jeremy
2ba6ce9e87 use ResultViewModel to hold constructed suggestion text instead 2021-12-05 19:15:32 +11:00
Jeremy Wu
0fe8c93636
simplify code 2021-12-05 18:42:38 +11:00
Jeremy
02b92c0a2a change variable name to AutoCompleteText 2021-12-05 18:40:43 +11:00
Jeremy Wu
4f7e839948
Merge pull request #862 from onesounds/ScrollBarWindowSetting
Fix overlapping of scrollbar and resize area
2021-12-05 18:23:34 +11:00
Kevin Zhang
f97344c994 Add NewTab option in viewmodel and partially implement the public api 2021-12-05 01:19:16 -06:00
Jeremy
74cf92bc48 change to resize without grip 2021-12-05 18:17:55 +11:00
Garulf
8b33ca9a41 Use text path 2021-12-04 20:34:40 -05:00
Garulf
f24c14183c Change mode to OneWay 2021-12-04 20:16:23 -05:00
Garulf
a1789d7bf8 Push Text path 2021-12-04 18:19:09 -05:00
DB p
5559feab1e Change Padding to Margin 2021-12-05 07:09:11 +09:00
DB p
40b1a289c6 Add Padding in plugin list in settingpanel 2021-12-05 06:57:21 +09:00
Garulf
64b3a62dd9 When QueryTextBox scrolls hide Suggestion 2021-12-04 13:31:54 -05:00
Garulf
1d9bc990b2
Remove unused variable
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-04 10:20:00 -05:00
Jeremy Wu
132100512f
Merge pull request #849 from onesounds/WelcomeWindow
Welcome window
2021-12-04 21:12:45 +11:00
Jeremy
178776f200 fix popup empty when same key press, add reset pop msg when lost focus 2021-12-04 20:36:04 +11:00
Garulf
984f2a137f Remove unused function 2021-12-04 04:04:55 -05:00
Garulf
e9102f3193 Revert accidental change 2021-12-04 04:03:38 -05:00
Garulf
ab2fe8fdc3 Move suggestion caret 2021-12-04 04:03:26 -05:00