-
Notifications
You must be signed in to change notification settings - Fork 172
Comparing changes
Open a pull request
base repository: Skycoder42/QHotkey
base: 1.5.0
head repository: Skycoder42/QHotkey
compare: master
- 11 commits
- 15 files changed
- 8 contributors
Commits on Feb 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 308c96c - Browse repository at this point
Copy the full SHA 308c96cView commit details
Commits on Feb 21, 2022
-
Fix bug for get natice keycode failed in mac (#66)
TISCopyCurrentKeyboardInputSource will return null when using Chinese input method. Use TISCopyCurrentASCIICapableKeyboardLayoutInputSource instead.
Configuration menu - View commit details
-
Copy full SHA for 52e25ac - Browse repository at this point
Copy the full SHA 52e25acView commit details
Commits on Jun 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c501fbb - Browse repository at this point
Copy the full SHA c501fbbView commit details
Commits on Jul 1, 2022
-
Made Windows BYTE typedef uppercase in attempt to get QHotkey to comp…
…ile with MSVC 2019.
Configuration menu - View commit details
-
Copy full SHA for 6b1c6f1 - Browse repository at this point
Copy the full SHA 6b1c6f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94efd5f - Browse repository at this point
Copy the full SHA 94efd5fView commit details
Commits on Jul 7, 2022
-
CPack instructions to build Debian package
Co-authored-by: Hennadii Chernyshchyk <genaloner@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 34777f2 - Browse repository at this point
Copy the full SHA 34777f2View commit details
Commits on Apr 18, 2023
-
Properly emit
released
signal when pressing multiple hotkeys at the…… same time on Windows (#86) Co-authored-by: Hennadii Chernyshchyk <genaloner@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cd72a01 - Browse repository at this point
Copy the full SHA cd72a01View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b519155 - Browse repository at this point
Copy the full SHA b519155View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb63025 - Browse repository at this point
Copy the full SHA bb63025View commit details
Commits on Jul 6, 2025
-
Add compatibility with CMake 4.0 (#103)
Starting at CMake 4.0, the minimum required policy version is 3.5.0[1], either specified by 'cmake_minimum_required()' or by 'cmake_policy()'. This also applies to individual policies when they are set, which must match 3.5.0 or later policies. [1] https://cmake.org/cmake/help/v4.0/command/cmake_minimum_required.html
Configuration menu - View commit details
-
Copy full SHA for 8f90bdf - Browse repository at this point
Copy the full SHA 8f90bdfView commit details -
Add compatibility with QT_NO_KEYWORDS macro (#104)
The Qt documentation recommends[1] not using Qt keywords in the public API of Qt libraries, specially the 'signals' and 'slots' Qt keywords. Without this, client applications that are compiled with the 'QT_NO_KEYWORDS'[2] macro (or that are compiled in conjunction with other libraries that also defines the same Qt keywords) will fail to build. The 'QT_NO_SIGNALS_SLOTS_KEYWORDS'[1] macro assures that the library is not using 'signals' and 'slots' Qt keywords, since it will fail to build when they are used. Useful for code sanity and for avoiding future pull requests that may try to use these Qt keywords. [1] https://doc.qt.io/qt-6/signalsandslots.html#signals-and-slots-in-qt-based-libraries [2] https://doc.qt.io/qt-6/qtglobal.html#QT_NO_KEYWORDS
Configuration menu - View commit details
-
Copy full SHA for 6c0e984 - Browse repository at this point
Copy the full SHA 6c0e984View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.5.0...master