https://github.com/johnl28/qmanager-cefintegration
QManager is a windows application, which provides you the possibility to hide desktop icons automatically and, detect mouse activity.
https://github.com/johnl28/qmanager-cefintegration
cef cpp ipc javascript multiprocessing multithreading personalisation tool windows
Last synced: 2 months ago
JSON representation
QManager is a windows application, which provides you the possibility to hide desktop icons automatically and, detect mouse activity.
- Host: GitHub
- URL: https://github.com/johnl28/qmanager-cefintegration
- Owner: johnl28
- License: bsd-2-clause
- Created: 2021-06-13T22:48:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T16:06:41.000Z (over 4 years ago)
- Last Synced: 2025-12-21T22:12:54.461Z (6 months ago)
- Topics: cef, cpp, ipc, javascript, multiprocessing, multithreading, personalisation, tool, windows
- Language: JavaScript
- Homepage:
- Size: 123 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# QManager-CefIntegration
[]()
[]()
[](https://github.com/johnl28/QManager-CefIntegration/blob/main/LICENSE.txt)
QManager is a windows executable which provide a range of tools to personalise your desktop, such as:
* Auto-hide icons
* Tracking color changer
* Text highlight color changer
* Global text color changer
This software uses [CEF](https://bitbucket.org/chromiumembedded/cef/src/master/) for UI rendering and [JsonCPP](https://github.com/open-source-parsers/jsoncpp) for config files.

### Dependencies
* `Chromium Version` 91.0.4472.101 (not compatbile with newer versions)
* `JsonCPP` 1.8.0
* `Bootstrap` Latest version
* `jQuery` Latest version
### Build
The project can be builded with Visual Studio 2019 or a newer version.
**The project is linking the libraries using global environment variables:** `CEF_DIR` and `jsoncpp`.