summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-09WIP: Put the icon on a circle (it looks terrible)wip/round-iconWill Thompson6-44/+44
2018-08-09Makefile: install non-symbolic scalable iconWill Thompson1-3/+5
2018-08-09CI: disable Flatpak buildWill Thompson1-1/+1
2018-08-01README.md: add Flathub buttonWill Thompson1-0/+2
2018-07-25Bump version to 0.7.2.1Will Thompson1-1/+1
2018-07-24Release notes for 0.7.2bustle-0.7.2Will Thompson3-1/+28
2018-07-24Tweak maintainer-make-releaseWill Thompson1-2/+1
2018-07-24bustle.cabal: fix warnings from sdistWill Thompson1-6/+11
2018-07-24Update messages.potWill Thompson1-46/+71
2018-07-24Invoke hgettext via stack execWill Thompson1-1/+1
2018-07-24Unmark placeholder strings for translationWill Thompson1-2/+2
2018-07-22Merge branch 'staging/flatpak-ci' into 'master'Will Thompson1-0/+5
2018-07-21Run flatpak-build only on master, staging/* and flatpak/*Daniel Firth1-0/+5
2018-07-18Merge branch 'gitlab-ci-flatpak' into 'master'Will Thompson2-41/+65
2018-07-18CI: run flatpak-builder build, publish resultWill Thompson1-17/+37
2018-07-18flatpak: update to Haskell platform 8.4.2, and other new stuffWill Thompson1-22/+26
2018-07-18flatpak: build flatpak/flatpak-xdg-utils, not my forkWill Thompson1-2/+2
2018-07-16Merge branch 'lc/deriveapplicative' into 'master'Will Thompson1-4/+1
2018-07-16Auto-derive Applicative in Bustle/Renderer.hsDaniel Firth1-4/+1
2018-07-13Merge branch 'lc/constraints' into 'master'Will Thompson1-14/+15
2018-07-13Tidy up typeclass constraints in Bustle/Loader/Pcap.hsDaniel Firth1-14/+15
2018-07-10Merge branch 'lc/stack' into 'master'Will Thompson2-4/+2
2018-07-10Merge branch 'master' into 'master'Will Thompson7-44/+29
2018-07-10Bump to nightly-2018-07-09Daniel Firth2-4/+2
2018-07-10Use maybe instead of case statement in DetailsView.hsDaniel Firth1-3/+1
2018-07-09Avoid using return (), use void and forM_Daniel Firth6-41/+28
2018-07-05CONTRIBUTING: fix funky line wrappingWill Thompson1-2/+2
2018-07-05Encourage contributors to use 'stack'Will Thompson2-4/+21
2018-07-05Renderer: don't shadow 'first'Will Thompson1-3/+3
2018-07-05Setup: don't use deprecated rewriteFileWill Thompson1-1/+1
2018-07-05Drop Tested-With: GHC == 8.2.2Will Thompson1-1/+1
2018-07-04Merge branch 'master' into 'master'Will Thompson3-21/+5
2018-07-04Use NonEmpty instance in baseDaniel Firth3-21/+5
2018-07-04README: link to wiki with https:Will Thompson1-1/+1
2018-07-04README: add CI pipeline badgeWill Thompson1-0/+2
2018-07-04AboutDialog: credit @locallycompactWill Thompson1-0/+1
2018-07-04Merge branch 'master' into 'master'Will Thompson25-167/+189
2018-07-04Update versions in bustle.cabalDaniel Firth1-4/+4
2018-07-04Turn off use camelCase and reduceDuplication for now, we'll get these laterDaniel Firth1-0/+2
2018-07-04Fix hlint errors in Diagram.hs, Loader.hs, StatisticPane.hs, Stats.hs, UI.hs andDaniel Firth7-14/+13
2018-07-04eta reduce in Bustle/Application/Monad.hsDaniel Firth1-1/+1
2018-07-04Fix hlint errors in Monitor.hs, Noninteractive.hs and Regions.hsDaniel Firth3-7/+7
2018-07-04Fix hlint errors in Stats.hsDaniel Firth1-11/+7
2018-07-04Fix hlint errors in Diagram.hsDaniel Firth1-3/+3
2018-07-04Fix hlint errors in Pcap.hsDaniel Firth1-14/+13
2018-07-04Remove unnecessary Control.Monad.Except importDaniel Firth1-1/+0
2018-07-04Fix hlint errors in Renderer.hsDaniel Firth1-10/+9
2018-07-04Remove unnecessary Control.Applicative importsDaniel Firth4-4/+0
2018-07-04Fix hlint errors in UI.hsDaniel Firth1-25/+25
2018-07-04Fix hlint errors in Canvas.hsDaniel Firth1-2/+1