Age | Commit message (Expand) | Author | Files | Lines |
2018-08-09 | WIP: Put the icon on a circle (it looks terrible)wip/round-icon | Will Thompson | 6 | -44/+44 |
2018-08-09 | Makefile: install non-symbolic scalable icon | Will Thompson | 1 | -3/+5 |
2018-08-09 | CI: disable Flatpak build | Will Thompson | 1 | -1/+1 |
2018-08-01 | README.md: add Flathub button | Will Thompson | 1 | -0/+2 |
2018-07-25 | Bump version to 0.7.2.1 | Will Thompson | 1 | -1/+1 |
2018-07-24 | Release notes for 0.7.2bustle-0.7.2 | Will Thompson | 3 | -1/+28 |
2018-07-24 | Tweak maintainer-make-release | Will Thompson | 1 | -2/+1 |
2018-07-24 | bustle.cabal: fix warnings from sdist | Will Thompson | 1 | -6/+11 |
2018-07-24 | Update messages.pot | Will Thompson | 1 | -46/+71 |
2018-07-24 | Invoke hgettext via stack exec | Will Thompson | 1 | -1/+1 |
2018-07-24 | Unmark placeholder strings for translation | Will Thompson | 1 | -2/+2 |
2018-07-22 | Merge branch 'staging/flatpak-ci' into 'master' | Will Thompson | 1 | -0/+5 |
2018-07-21 | Run flatpak-build only on master, staging/* and flatpak/* | Daniel Firth | 1 | -0/+5 |
2018-07-18 | Merge branch 'gitlab-ci-flatpak' into 'master' | Will Thompson | 2 | -41/+65 |
2018-07-18 | CI: run flatpak-builder build, publish result | Will Thompson | 1 | -17/+37 |
2018-07-18 | flatpak: update to Haskell platform 8.4.2, and other new stuff | Will Thompson | 1 | -22/+26 |
2018-07-18 | flatpak: build flatpak/flatpak-xdg-utils, not my fork | Will Thompson | 1 | -2/+2 |
2018-07-16 | Merge branch 'lc/deriveapplicative' into 'master' | Will Thompson | 1 | -4/+1 |
2018-07-16 | Auto-derive Applicative in Bustle/Renderer.hs | Daniel Firth | 1 | -4/+1 |
2018-07-13 | Merge branch 'lc/constraints' into 'master' | Will Thompson | 1 | -14/+15 |
2018-07-13 | Tidy up typeclass constraints in Bustle/Loader/Pcap.hs | Daniel Firth | 1 | -14/+15 |
2018-07-10 | Merge branch 'lc/stack' into 'master' | Will Thompson | 2 | -4/+2 |
2018-07-10 | Merge branch 'master' into 'master' | Will Thompson | 7 | -44/+29 |
2018-07-10 | Bump to nightly-2018-07-09 | Daniel Firth | 2 | -4/+2 |
2018-07-10 | Use maybe instead of case statement in DetailsView.hs | Daniel Firth | 1 | -3/+1 |
2018-07-09 | Avoid using return (), use void and forM_ | Daniel Firth | 6 | -41/+28 |
2018-07-05 | CONTRIBUTING: fix funky line wrapping | Will Thompson | 1 | -2/+2 |
2018-07-05 | Encourage contributors to use 'stack' | Will Thompson | 2 | -4/+21 |
2018-07-05 | Renderer: don't shadow 'first' | Will Thompson | 1 | -3/+3 |
2018-07-05 | Setup: don't use deprecated rewriteFile | Will Thompson | 1 | -1/+1 |
2018-07-05 | Drop Tested-With: GHC == 8.2.2 | Will Thompson | 1 | -1/+1 |
2018-07-04 | Merge branch 'master' into 'master' | Will Thompson | 3 | -21/+5 |
2018-07-04 | Use NonEmpty instance in base | Daniel Firth | 3 | -21/+5 |
2018-07-04 | README: link to wiki with https: | Will Thompson | 1 | -1/+1 |
2018-07-04 | README: add CI pipeline badge | Will Thompson | 1 | -0/+2 |
2018-07-04 | AboutDialog: credit @locallycompact | Will Thompson | 1 | -0/+1 |
2018-07-04 | Merge branch 'master' into 'master' | Will Thompson | 25 | -167/+189 |
2018-07-04 | Update versions in bustle.cabal | Daniel Firth | 1 | -4/+4 |
2018-07-04 | Turn off use camelCase and reduceDuplication for now, we'll get these later | Daniel Firth | 1 | -0/+2 |
2018-07-04 | Fix hlint errors in Diagram.hs, Loader.hs, StatisticPane.hs, Stats.hs, UI.hs and | Daniel Firth | 7 | -14/+13 |
2018-07-04 | eta reduce in Bustle/Application/Monad.hs | Daniel Firth | 1 | -1/+1 |
2018-07-04 | Fix hlint errors in Monitor.hs, Noninteractive.hs and Regions.hs | Daniel Firth | 3 | -7/+7 |
2018-07-04 | Fix hlint errors in Stats.hs | Daniel Firth | 1 | -11/+7 |
2018-07-04 | Fix hlint errors in Diagram.hs | Daniel Firth | 1 | -3/+3 |
2018-07-04 | Fix hlint errors in Pcap.hs | Daniel Firth | 1 | -14/+13 |
2018-07-04 | Remove unnecessary Control.Monad.Except import | Daniel Firth | 1 | -1/+0 |
2018-07-04 | Fix hlint errors in Renderer.hs | Daniel Firth | 1 | -10/+9 |
2018-07-04 | Remove unnecessary Control.Applicative imports | Daniel Firth | 4 | -4/+0 |
2018-07-04 | Fix hlint errors in UI.hs | Daniel Firth | 1 | -25/+25 |
2018-07-04 | Fix hlint errors in Canvas.hs | Daniel Firth | 1 | -2/+1 |