fix qtclient label for Numpad-5 key
by Peter Hercek 9 years 8 months
30e892ee
Update default ergodox layout to put special keys ...
by Chris Andreae 9 years 7 months
Update default ergodox layout to put special keys on all layers.
482df1d2
Update Ergodox layout descriptor
by Chris Andreae 9 years 7 months
fd0479c9
Reset fully button in advanced
by Andrew Childs 10 years 1 month
f5c3a0ce
Abstract out keyboard interface
by Andrew Childs 10 years 1 month
fcc8934d
LayoutWidget: handle empty names
by Andrew Childs 11 years 6 months
82ba70ba
qtclient: Add LICENSE
by Andrew Childs 11 years 6 months
ef29e4f8
minor: use pointer for shared data
by Andrew Childs 11 years 6 months
ab989950
Merge branch 'master' into layer-ui
by Chris Andreae 9 years 7 months
187d2d7e
make it compile with GHC 7.10.3 and fix almost all...
by Peter Hercek 9 years 7 months
make it compile with GHC 7.10.3 and fix almost all warnings

* Monads must be Applicative now!
(this is the only change which is actually really required)
* move from deprecated Control.Monad.Error to Control.Monad.Except
* remove unsafe extractValue, extractError, and unused errorToMaybe
* drop MonadPlus on ThrowsState et st a; orTry is used instead
(mplus was not used like real Monoid (error container))
* line length at most 116 for easy comparison on 1920x1080 LCD
* get rid of identifier shadowing (especially the evil ones
which redefine prelude functions like id or init)

The goal was not to do any significant functionality change :-/
a9fd2534
Report a bug