summaryrefslogtreecommitdiffhomepage
path: root/qxt-mini
AgeCommit message (Collapse)Author
2017-05-10cmake: APPEND_STRING must have a space in frontStanislaw Halik
2017-03-27cmake: rename project's function prefixStanislaw Halik
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module".
2017-03-09qxt-mini: fix hotkeys for LinuxStanislaw Halik
Sadly the keys won't pass through the application anymore. Issue: #570 Closes: #570
2017-02-25qxt-mini: multiple Linux support fixesStanislaw 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-25qxt-mini: refcount identical shortcuts rather than dropping themStanislaw Halik
Only for Linux. The OSX code should stay intact however.
2017-02-25qxt: remove ifdefs for Qt4. We're not using it again.Stanislaw Halik
2017-02-25qxt/mac: reindentStanislaw Halik
2017-02-23add empty .ts files for qxt-mini, x-plane-pluginStanislaw Halik
2017-02-23fix build errors on LinuxStanislaw Halik
2017-02-18qxt: warn on x11 key grab failureStanislaw Halik
2016-08-23cmake: refactor boilerplate for projectsStanislaw 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-18cmake: adjust paths for main executable dependenciesStanislaw Halik
2016-05-17cmake/many: remove obsolete keywords from cmake macro invocationStanislaw Halik
2015-11-01qxt: guard against _WIN32Stanislaw Halik
2015-11-01cmake: export only needed symbolsStanislaw Halik
2015-11-01cmake: less linkage boilerplateStanislaw Halik
2015-11-01use newly-added preprocessor variableStanislaw Halik
2015-11-01qxt-mini: make own moduleStanislaw Halik
2015-10-31fix typoStanislaw Halik
2015-10-30qxt: fix unix buildStanislaw Halik
2015-10-20osx: nix warningStanislaw Halik
2014-10-19build issuesStanislaw Halik
2014-09-24CRLF -> LF conversion .git/index removalStanislaw Halik
Forgot to do it earlier, hence trash commits in recent days
2013-11-22revert qxt changesStanislaw Halik
2013-11-17Try to implement darwin modifier keysStanislaw Halik
2013-11-17Try to fix mac keybindingsStanislaw Halik
2013-11-03"fix" crapintosh buildStanislaw Halik
2013-10-15import cut out qxtgui/global-shortcuts :( sorry guys!Stanislaw Halik