summaryrefslogtreecommitdiff
path: root/Bustle
AgeCommit message (Expand)AuthorFilesLines
2015-06-27Tweak bustle-0.5.0 for ghc-7.10Sergei Trofimovich1-0/+1
2015-06-04ErrorT -> ExceptTWill Thompson4-12/+10
2015-06-04Handle message bodies with Unix FDsWill Thompson1-0/+2
2015-06-04Applicative all the thingsWill Thompson2-11/+4
2015-05-25Non-pinned, non-modal open dialogWill Thompson1-6/+5
2015-05-17FilterDialog: marginally less awful for services with 100s of namesWill Thompson1-2/+17
2015-04-22Don't crash when saving logs to a FS other than $HOMEWill Thompson1-3/+17
2015-04-22Readd About item in the hamburger menuWill Thompson1-2/+6
2015-04-22Marginally less ugly recorder dialogWill Thompson1-6/+11
2015-04-21GtkHeaderBarWill Thompson2-39/+94
2015-04-21One Glade Per WindowWill Thompson2-4/+7
2015-04-21Give the filter dialog sensible dimensionsWill Thompson1-1/+3
2015-04-21Port rendering to Gtk+ 3Will Thompson1-19/+16
2015-04-21Uninteresting Gtk 3 API migrationWill Thompson6-30/+37
2015-02-13Rename Markup → MarqueeWill Thompson6-58/+62
2015-02-11Cope with gtk2hs's migration from String to TextWill Thompson6-12/+21
2015-02-11Don't import x/y/width/height from CairoWill Thompson1-1/+1
2014-07-17Merge branch 'icons'Will Thompson2-14/+5
2014-07-15UI: remove some redundant stuffWill Thompson1-2/+1
2014-04-27build: Add multi-size icons to the buildPhilip Withnall2-14/+6
2014-02-27Implement 'local' for app monadWill Thompson1-13/+10
2014-01-30wow many newWill Thompson1-1/+2
2014-01-30Mark a couple more strings as translatable.Will Thompson1-4/+6
2014-01-15Restore setLocale call.Will Thompson1-2/+2
2014-01-12Remove non-ASCII from source strings; add en translationWill Thompson2-5/+5
2014-01-12bustle: Mark UI strings for translationPhilip Withnall9-42/+51
2014-01-12Work around haskell-src-exts limitation which breaks hgettext's scannerWill Thompson2-4/+4
2014-01-12Add hgettext infrastructureWill Thompson1-0/+25
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