summaryrefslogtreecommitdiff
path: root/Bustle
AgeCommit message (Expand)AuthorFilesLines
2013-12-05Correctly handle errors when starting monitorWill Thompson2-11/+2
2013-12-04About: Update © notice and my email addressWill Thompson1-2/+2
2013-12-04Use checkMenuItemToggled, not connectGenericWill Thompson1-3/+1
2012-08-29Turn on unused-import warnings; squash 'em allWill Thompson16-71/+25
2012-08-29Remove unused dependency on binary.Will Thompson1-1/+0
2012-08-28Build against dbus 0.10.xWill Thompson13-94/+139
2012-04-25--count: print "method" and "signal", not TallyMethod/SignalWill Thompson1-1/+4
2012-04-25pcap: note where the memory pain supposedly startsWill Thompson1-0/+2
2012-04-23Make diagram font a global constantWill Thompson1-3/+7
2012-04-22Pluralize ClientLineWill Thompson3-14/+36
2012-04-22Represent bus names as TextWill Thompson8-40/+48
2012-04-22Segregate NOC events from messagesWill Thompson11-191/+234
2012-04-15Rename Bustle's tagged bus name type.Will Thompson5-29/+30
2012-04-15Use some dbus-core types rather than StringWill Thompson9-42/+125
2012-04-09Update About dialog for some recent contributorsWill Thompson1-0/+2
2012-03-02fix build failures against ghc-7.4.1Sergei Trofimovich2-2/+2
2012-01-27Replace instructions with buttons.Will Thompson1-4/+12
2012-01-23Depend on gtk2hs ≥ 0.12Will Thompson2-13/+0
2012-01-23OpenTwoDialog: make Open insensitive until two files selectedWill Thompson1-15/+19
2012-01-23OpenTwoDialog: port to GtkBuilderWill Thompson2-8/+6
2012-01-23uiMain: show uncaught GErrors more helpfullyWill Thompson1-2/+2
2012-01-23Convert main window to GtkBuilderWill Thompson3-16/+15
2012-01-19OpenTwoDialog: open Glade file directlyWill Thompson2-4/+6
2012-01-18Add huge ugly license blocks to source filesWill Thompson11-0/+198
2012-01-17Renderer: explicitly track columns in useWill Thompson1-18/+20
2012-01-17Pcap: correctly handle NameOwnerChanged for unique namesWill Thompson1-2/+2
2012-01-17Renderer: fix confused thinking about edgemost appsWill Thompson1-11/+4
2012-01-17Renderer: tell shapes en-mass where possibleWill Thompson1-3/+8
2012-01-17Format ASCII-printable arrays of bytes as StringsWill Thompson1-0/+11
2012-01-17UI: Reset the window if nothing is recordedWill Thompson2-22/+38
2012-01-17UI: show a “please hold” page until first message arrivesWill Thompson1-1/+3
2012-01-17UI: MonadIO-ify a couple of functionsWill Thompson1-6/+8
2012-01-17Recorder: process messages in 200ms batchesWill Thompson1-22/+43
2012-01-16Include timestamps in live logsWill Thompson2-6/+11
2012-01-16Show messages in the UI as they're received.Will Thompson3-5/+49
2012-01-16Renderer: allow combining RendererResultsWill Thompson2-3/+45
2012-01-16Make Participants a MonoidWill Thompson1-14/+30
2012-01-16Renderer: make Participants showableWill Thompson1-0/+2
2012-01-13Recorder: feed messages through the loader and rendererWill Thompson2-7/+37
2012-01-13Monitor: hand message data to UI.Will Thompson1-4/+7
2012-01-13Loader: expose isRelevantWill Thompson1-16/+19
2012-01-13Renderer: move warnings to writer's outputWill Thompson1-20/+27
2012-01-13canvas: don't crash if we try to invalidate while unrealizedWill Thompson1-4/+8
2012-01-13Add regionSelectionFlattenWill Thompson1-0/+6
2012-01-13Regions: add regionSelectionAppendWill Thompson1-0/+15
2012-01-13Add Test-suite section for regions testWill Thompson1-155/+0
2012-01-13Renderer: expose API to process logs incrementallyWill Thompson1-21/+46
2012-01-13Renderer: lazily initialize startTimeWill Thompson1-13/+17
2012-01-13Pcap: simplify message parsingWill Thompson1-17/+7
2012-01-13pcap-monitor: include details in message-logged signal.Will Thompson1-2/+11