bit more readable compile errors
by Peter Hercek 9 years 7 months
d06ac060
Merged public into master
by Chris Andreae 9 years 7 months
fff38e0f
Merged in lorne/fix-compiler (pull request #1)
by Chris Andreae 9 years 7 months
Merged in lorne/fix-compiler (pull request #1)

Lorne/fix compiler
2347e17e
compiler: Fix empty method bug and add tests
by Andrew Childs 9 years 9 months
compiler: Fix empty method bug and add tests

The compiler assumed that method ids started at 1. Now they start at
0. A better approach would be to record the id of the first block, but
this is a smaller fix. Added minimal tests that try to cover this
change.
89bd82be
compiler: Decrease warnings and support modern GHC
by Andrew Childs 9 years 11 months
compiler: Decrease warnings and support modern GHC

- Replace deprecated Control.Monad.Error
- Removed unused imports
- Removed tabs
5c365cbd
Clarify documentation of backup layouts
by Chris Andreae 9 years 11 months
c8935f22
Merge pull request #8 from hollobon/qt5
by Chris Andreae 10 years 3 weeks
Merge pull request #8 from hollobon/qt5

Work with Qt5
7398c3ab
Work with Qt5
by Pete Hollobon 10 years 4 weeks
f645a042
Remove remnants of keypad toggle button.
by Chris Andreae 10 years 1 month
b7e2e03b
[WIP] qtclient: Only allow one layer in triggers
by Andrew Childs 10 years 1 month
df60e6e6
Report a bug