Commit Graph

54 Commits

Author SHA1 Message Date
Yuhang Zhao d3afd8504d Minor tweaks
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2021-07-21 08:57:31 +08:00
Yuhang Zhao e1c9023ead Add two important notes
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2021-07-20 17:33:04 +08:00
Yuhang Zhao 15ad3be106 Fix wrong path
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2021-06-01 14:17:16 +08:00
Yuhang Zhao 2e6750e0b4 Update README
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2021-06-01 14:06:51 +08:00
Yuhang Zhao 6f98dd8930 Update README.md
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2021-05-12 08:55:44 +08:00
Yuhang Zhao cdb7b87eb4 Remove acrylic related things
They'll be moved to a separate repo instead

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2021-04-02 12:02:46 +08:00
Yuhang Zhao 0ad045ea74 Update README.md
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2021-03-19 10:20:58 +08:00
Yuhang Zhao 54798e2f73 Update README
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2021-03-10 14:32:45 +08:00
Yuhang Zhao b51c6ce564 Use new screenshot
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2021-03-09 14:06:36 +08:00
Yuhang Zhao f70158a276 Add cross-platform Acrylic Effect
Currently still lacking Linux and macOS support,
but will be added sooner.

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2021-03-08 14:10:55 +08:00
Yuhang Zhao 6c76dda4f0 Update README.md
Adapt to the latest changes in code.

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-12-04 11:52:59 +08:00
Yuhang Zhao 137019f7e6 Refactor
Use QWindow pointer on all platforms.

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-11-17 15:08:39 +08:00
Yuhang Zhao b672851f51 Win32: Remove the dependency of the widgets and quick module
This commit totally removed the dependency of the widgets
and quick modules for the Windows platform. Now the library
itself only depends on the core and gui modules. Currently
no bug can be found. But there are some side effects: one is
we can't set a palette for a widget due to we can't access
QWidget specific functions so if you want to enable blur
effect, you will have to do this by yourself. Another one is
you now have to pass the window handle to WinNativeEventFilter
instead of the pointer of a QObject. Before this patch, I'm
using QWidget::winId() to get the window handle, now we have
get rid of the widgets dependency so I can't get the window
handle now, you have to pass it explicitly. And it leads to
huge refactoring of the whole repository. But I think it's
worth doing. If anyone knows how to get the window handle
without introducing new dependencies, please tell me. It will
help me a lot.

To remove the quick dependency, the FramelessQuickHelper class
is moved out of the library now. If your project needs it,
please copy the files to your project and include them directly.

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-11-16 23:01:00 +08:00
Yuhang Zhao c82f2aa0f5 Update README
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-10-22 11:55:07 +08:00
Yuhang Zhao d671fd703d Minor improvements.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-10-22 11:49:30 +08:00
Yuhang Zhao a0eeab1ff7 Fix typos in README files.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-10-15 11:31:07 +08:00
Yuhang Zhao 0a616b566c Update documentation.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-10-15 11:20:58 +08:00
Yuhang Zhao 6c6aada2ba Fix typo in README.md
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-10-14 18:50:15 +08:00
Yuhang Zhao 54f9a1ed4b Update.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-10-12 15:27:45 +08:00
Yuhang Zhao 18af58c2e6 Update README.md
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-06-02 09:33:02 +08:00
Yuhang Zhao a0d354a8f9 Add a example project.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-21 17:43:55 +08:00
Yuhang Zhao 5f77fe6fad Minor tweaks of README.md
The English words may be less broken now? Not sure. Sorry for the poor English.

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-18 17:53:26 +08:00
Yuhang Zhao f8cc0a2e3c Add link to BUGS.md
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-15 20:14:05 +08:00
Yuhang Zhao 33af58ac1c Add Chinese comments.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-14 17:36:12 +08:00
Yuhang Zhao aa146d1893 Fix 5.12 build error.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-13 20:01:44 +08:00
Yuhang Zhao 3697992a31 Add one more screenshot.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-13 17:40:01 +08:00
Yuhang Zhao d85e929800 Update README.md
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-13 17:12:29 +08:00
Yuhang Zhao 2a0a627b36 Add README_unix.md
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-11 09:05:13 +08:00
Yuhang Zhao 8762fd64da Fix wrong link in README.md
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-11 08:26:13 +08:00
Yuhang Zhao e01d8a0183 README: Add requirements.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-08 16:59:05 +08:00
Yuhang Zhao 09a2165e1a Update README.md
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-08 14:56:38 +08:00
Yuhang Zhao ac0e229312 Update screenshot pictures.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-08 14:39:46 +08:00
Yuhang Zhao 7753161f9f Add Qt Quick example.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-08 14:19:41 +08:00
Yuhang Zhao f7d9e361f4 Add screenshot.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-04 21:21:56 +08:00
Yuhang Zhao 91b4b676d1 Update README.md
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-04 13:04:28 +08:00
Yuhang Zhao 123c36c374 Add a new way to set ignore areas.
Fixes: #6

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-03 19:24:40 +08:00
Yuhang Zhao 60526b7be1 Update README.md
Add instructions about how to set ignore areas and etc.

Fixes: #5

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-05-02 19:00:07 +08:00
Yuhang Zhao 21a563a460 Minor tweaks.
Amends commit f0ef569b08

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-04-27 08:52:07 +08:00
Yuhang Zhao 94cb8729aa Update.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-04-22 11:19:23 +08:00
Yuhang Zhao f6a4a52ec4 Update.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-04-11 13:28:29 +08:00
Yuhang Zhao 729f63faff Update.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-04-11 13:24:33 +08:00
Yuhang Zhao bc4d034a26 Update.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-04-10 20:40:28 +08:00
Yuhang Zhao c1fddf0028 Update.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-04-06 12:12:32 +08:00
Yuhang Zhao 9566b820b3 Update.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-04-05 17:41:24 +08:00
Yuhang Zhao 38c4d465b2 Update README
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-04-05 16:22:33 +08:00
Yuhang Zhao 270c8e3bac Update.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-04-02 23:02:50 +08:00
Yuhang Zhao b3e835a284 Update.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-04-02 14:01:00 +08:00
Yuhang Zhao 53c4c394f7 Update.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-04-02 13:12:26 +08:00
Yuhang Zhao 6e597de4e9 Update.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-03-31 21:48:26 +08:00
Yuhang Zhao f7968b0aac Update.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
2020-03-30 20:35:33 +08:00