PandaDEV
3c54fa284a
feat: branch specific action runs
2024-11-15 18:19:22 +10:00
PandaDEV
fbd159c68b
Fix focus issue when opening Qopy
...
Fixes #10
Implement platform-specific focus management to prevent the underlying window from losing focus when the shortcut is pressed.
* **src-tauri/src/api/hotkeys.rs**
- Add platform-specific modules for Windows, macOS, and Linux to manage focus between windows.
- Modify the `setup` function to use platform-specific APIs to manage focus between windows.
- Replace `window.set_focus()` with `platform::manage_focus(&window)`.
* **src-tauri/src/api/tray.rs**
- Add platform-specific modules for Windows, macOS, and Linux to manage focus between windows when the tray menu is used.
- Modify the `setup` function to use platform-specific APIs to manage focus between windows.
- Replace `window_clone_for_tray.set_focus()` with `platform::manage_focus(&window_clone_for_tray)`.
* **app.vue**
- Add `manageFocus` function to handle platform-specific focus management.
- Call `manageFocus` function when the `change_keybind` event is triggered.
* **src-tauri/src/main.rs**
- Remove logic to hide the window when it loses focus.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/0PandaDEV/Qopy/issues/10?shareId=XXXX-XXXX-XXXX-XXXX ).
2024-11-15 12:29:36 +10:00
PandaDEV
fd0fdd2d51
Update bug_report.yml
2024-11-07 10:48:08 +10:00
PandaDEV
e919218214
Update README.md
2024-11-04 22:52:56 +10:00
PandaDEV
fc8efb3a1a
Update README.md
2024-10-14 11:00:19 +10:00
PandaDEV
fa2b31e9ff
Merge branch 'main' of github.com:0PandaDEV/Qopy
2024-10-07 00:34:21 +10:00
PandaDEV
b6c962d3f3
fix: new updater method changes
2024-10-07 00:33:35 +10:00
PandaDEV
f1813c8886
update: to tauri 2.0 stable
2024-10-07 00:33:21 +10:00
PandaDEV
41fa75d0bb
Update README.md
2024-10-06 16:22:56 +10:00
PandaDEV
9df2dd6a30
Update README.md
2024-10-06 16:18:23 +10:00
PandaDEV
5cdd5c5efd
Update README.md
2024-09-30 21:34:13 +10:00
PandaDEV
568153abd2
Update FUNDING.yml
2024-09-28 17:32:57 +10:00
PandaDEV
c053f60944
Update README.md
2024-09-16 13:47:27 +02:00
PandaDEV
92e87d818c
Update README.md
2024-09-12 08:39:37 +02:00
PandaDEV
cd9619e398
changed to gpl-3 which is really opensource
2024-09-09 12:58:06 +02:00
PandaDEV
9efd2e131e
Create FUNDING.yml
2024-09-08 00:55:06 +02:00
PandaDEV
006e582c6a
Merge pull request #11 from 0PandaDEV/dependabot/cargo/src-tauri/quinn-proto-0.11.8
2024-09-04 07:47:56 +10:00
dependabot[bot]
5b4faa144f
Bump quinn-proto from 0.11.6 to 0.11.8 in /src-tauri
...
Bumps [quinn-proto](https://github.com/quinn-rs/quinn ) from 0.11.6 to 0.11.8.
- [Release notes](https://github.com/quinn-rs/quinn/releases )
- [Commits](https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.6...quinn-proto-0.11.8 )
---
updated-dependencies:
- dependency-name: quinn-proto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 21:46:42 +00:00
PandaDEV
59d31ce5d9
fixed state/manage issues
2024-09-02 21:28:10 +10:00
PandaDEV
78235f0e3d
fixed types and icons
2024-09-02 17:53:53 +10:00
PandaDEV
eb9991bb56
added wakatime badge
2024-09-02 17:41:54 +10:00
PandaDEV
fab3e17034
package updates
2024-09-02 14:10:42 +10:00
PandaDEV
0f80ec7f98
Merge branch 'main' of github.com:0PandaDEV/Qopy
2024-09-02 10:38:04 +10:00
PandaDEV
5bb6f2249a
added ability to set custom hotkey
2024-09-02 10:37:58 +10:00
PandaDEV
23eb2700a1
Update feature_request.yml
2024-09-01 09:03:58 +02:00
PandaDEV
e0a16d25dd
Update bug_report.yml
2024-09-01 09:03:48 +02:00
PandaDEV
79dd783bf7
added ability to save hotkey into settings
2024-09-01 11:36:08 +10:00
PandaDEV
1370408129
Update README.md
2024-08-31 09:34:35 +02:00
PandaDEV
40f0410526
always on top
2024-08-30 10:58:46 +10:00
PandaDEV
d68d72ba01
Update README.md
2024-08-28 07:28:05 +10:00
0PandaDEV
a5c02c4aa2
Merge branch 'main' of https://github.com/0PandaDEV/Qopy
2024-08-27 20:47:43 +10:00
PandaDEV
ebf6e0311f
change keybind test
2024-08-27 17:15:37 +10:00
PandaDEV
0b077a9b2e
Update README.md
2024-08-27 07:43:58 +02:00
PandaDEV
fd4ce395f5
fixed display of images
2024-08-27 15:38:01 +10:00
PandaDEV
fb535a4521
pixel perfect design
2024-08-26 20:14:17 +10:00
PandaDEV
54d3487056
consitent spacing on previews
2024-08-26 18:12:04 +10:00
PandaDEV
2022b2feeb
changed icon system becasue of build error
2024-08-26 17:48:52 +10:00
PandaDEV
c682ebcdcc
changed monospace font to commitmono
2024-08-26 17:34:54 +10:00
PandaDEV
15424eee84
fixed space between icons and text preview
2024-08-26 17:22:23 +10:00
0PandaDEV
190203a98c
fixed icon spacing
2024-08-26 09:36:59 +10:00
0PandaDEV
fa2744069a
Merge branch 'main' of https://github.com/0PandaDEV/Qopy
2024-08-26 09:21:35 +10:00
PandaDEV
51d2243e73
added new icons
2024-08-26 16:32:38 +10:00
PandaDEV
14fb5c37a9
Merge branch 'main' of github.com:0PandaDEV/Qopy
2024-08-26 15:21:32 +10:00
PandaDEV
37e8297369
logo adjustments
2024-08-26 15:19:09 +10:00
0PandaDEV
7c75a95e88
fixed letter spacing and font size for content
2024-08-26 09:17:56 +10:00
0PandaDEV
a5102abe46
fixed favicon wrongly displaying for files
2024-08-26 09:17:36 +10:00
0PandaDEV
51828da0f1
added back paste functionality for text and files
2024-08-26 07:55:18 +10:00
PandaDEV
6fac8dbdbf
Update GET_STARTED.md
2024-08-25 14:59:16 +02:00
PandaDEV
f51efe672c
Update README.md
2024-08-25 14:56:38 +02:00
PandaDEV
654ca177a9
Merge branch 'main' of github.com:0PandaDEV/Qopy
2024-08-25 22:10:46 +10:00