Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-26 | qxt-mini: fix sign errors | Stanislaw Halik | |
2019-06-26 | qxt-mini: fix typo (code -> native_code) | Stanislaw Halik | |
Also, all mods need to be unbound in case of grabKey() failure | |||
2019-06-26 | qxt-mini: appease clang | Stanislaw Halik | |
2019-06-26 | qxt-mini: don't copy qt headers around | Stanislaw Halik | |
2019-02-10 | cmake: use target_{compile,link}_options | Stanislaw Halik | |
2019-01-16 | Revert "qxt-mini: try fix osx shortcut snafu" | Stanislaw Halik | |
I haven't even compile-tested it. This reverts commit 6eb44ec4831f58e7658efbb0b9f0813629b9cdea. | |||
2019-01-16 | qxt-mini: fix osx a bit | Stanislaw Halik | |
2019-01-16 | clang-tidy fixes only | Stanislaw Halik | |
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever. | |||
2018-11-03 | fix build on Linux | Stanislaw Halik | |
2018-10-05 | qxt-mini: try fix osx shortcut snafu | Stanislaw Halik | |
2018-10-05 | silly busywork | Stanislaw Halik | |
2018-10-05 | use attributes only at declaration, not definition | Stanislaw Halik | |
2018-06-26 | compat/macros: rename portability macros | Stanislaw Halik | |
use `cc_xx' rather than awkward synonyms. | |||
2018-05-27 | gui, qxt: use pkgconfig wrapper | Stanislaw Halik | |
2018-04-05 | fir Linux build | Stanislaw Halik | |
2018-02-21 | docs: add doxygen | Stanislaw Halik | |
2018-02-12 | cmake: remove otr_prop() | Stanislaw Halik | |
It's too complex to be understood when written in CMake. Replace with explicit calls to set_property(). This hasn't been tested on OSX. | |||
2018-01-18 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
2018-01-18 | compat: move powerset.hpp to qxt-mini/ | Stanislaw Halik | |
2017-11-14 | qxt-mini: add missing scrolllock keysym | Stanislaw Halik | |
2017-08-05 | fixed macos build | Dmitry Lukianov | |
2017-06-05 | qxt-mini: fix scary typoopentrack-2.3.7 | Stanislaw Halik | |
2017-05-31 | qxt-mini: xgrabkey expects keycode, not keysym | Stanislaw Halik | |
Reported-by: @miniskipper Issue: #577 | |||
2017-05-30 | qxt-mini: split powerset to compat/ | Stanislaw Halik | |
2017-05-30 | qxt-mini: fix numpad handling | Stanislaw Halik | |
2017-05-30 | qxt-mini: finish up X11 shortcuts | Stanislaw Halik | |
It didn't work without XLookupString. | |||
2017-05-30 | fix linux hotkeys | Stanislaw Halik | |
Requested-by: @miniskipper and many others | |||
2017-05-16 | Merge pull request #622 from miniskipper/unstable | Stanisław Halik | |
Linux/X11: Fix hotkeys | |||
2017-05-16 | add otr_prop for appending property strings | Stanislaw Halik | |
2017-05-15 | Add TODO regarding hotkeys/modifiers | Sven Kocksch | |
2017-05-15 | Linux/X11: Fix hotkeys | Sven Kocksch | |
2017-05-10 | cmake: APPEND_STRING must have a space in front | Stanislaw Halik | |
2017-03-27 | cmake: rename project's function prefix | Stanislaw Halik | |
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module". | |||
2017-03-09 | qxt-mini: fix hotkeys for Linux | Stanislaw Halik | |
Sadly the keys won't pass through the application anymore. Issue: #570 Closes: #570 | |||
2017-02-25 | qxt-mini: multiple Linux support fixes | Stanislaw Halik | |
- Register an event filter once and keep it there. The refcount goes out of whack. Will further investigate. - Use an iterator over all shortcuts registered for given key combination - Lessen logspam Keyboard shortcut support on Linux looks pretty good now. The issue that blocked keys from being further processed was running XGrabKey multiple times with various modifiers. XGrabKey will block unlisted modifiers from being passed to other apps. The solution was to register once with AnyModifier and care about modifiers only later. | |||
2017-02-25 | qxt-mini: refcount identical shortcuts rather than dropping them | Stanislaw Halik | |
Only for Linux. The OSX code should stay intact however. | |||
2017-02-25 | qxt: remove ifdefs for Qt4. We're not using it again. | Stanislaw Halik | |
2017-02-25 | qxt/mac: reindent | Stanislaw Halik | |
2017-02-23 | add empty .ts files for qxt-mini, x-plane-plugin | Stanislaw Halik | |
2017-02-23 | fix build errors on Linux | Stanislaw Halik | |
2017-02-18 | qxt: warn on x11 key grab failure | Stanislaw Halik | |
2016-08-23 | cmake: refactor boilerplate for projects | Stanislaw Halik | |
Don't rely on a macro that shouldn't be necessary. The information "opentrack_boilerplate" retrieves is now factored out to be easily available to projects themselves. opentrack_boilerplate can now also build executables. When appropriate, target properties are now concatenated rather than replaced. | |||
2016-07-18 | cmake: adjust paths for main executable dependencies | Stanislaw Halik | |
2016-05-17 | cmake/many: remove obsolete keywords from cmake macro invocation | Stanislaw Halik | |
2015-11-01 | qxt: guard against _WIN32 | Stanislaw Halik | |
2015-11-01 | cmake: export only needed symbols | Stanislaw Halik | |
2015-11-01 | cmake: less linkage boilerplate | Stanislaw Halik | |
2015-11-01 | use newly-added preprocessor variable | Stanislaw Halik | |
2015-11-01 | qxt-mini: make own module | Stanislaw Halik | |
2015-10-31 | fix typo | Stanislaw Halik | |