Age | Commit message (Expand) | Author |
2012-09-14 | removed todo comments | Reto Habluetzel |
2012-09-04 | automatic detection of devices using /sys/class/net directory | Reto Habluetzel |
2012-08-29 | cleaned up imports, renamed variable | Reto Habluetzel |
2012-08-29 | added dynnetwork, which selects the busiest network of a list and displays it | Reto Habluetzel |
2012-08-27 | added PipeReader2 which accepts a default | Reto Habluetzel |
2012-08-22 | Make it possible to delay Hide, Reveal and Toggle signals | Jochen Keil |
2012-08-22 | Refactor MVar SignalType to TMVar SignalType | Jochen Keil |
2012-08-22 | Allow multiple signals over dbus at once | Jochen Keil |
2012-08-16 | Update src/Signal.hs | soul9 |
2012-08-16 | New configuration option 'hideOnStart' | Jochen Keil |
2012-08-14 | Bugfix: Replace the TMVar String with a TVar (Maybe String) | Jochen Keil |
2012-08-13 | Missing file headers and linting | Jose Antonio Ortega Ruiz |
2012-08-13 | Missing import for 'when' | Jose Antonio Ortega Ruiz |
2012-08-13 | Revert lowerOnStart to its original behaviour | Jochen Keil |
2012-08-12 | Run the DBus/IPC handler only once on program start | Jochen Keil |
2012-08-12 | Catch error when DBus connection fails | Jochen Keil |
2012-08-12 | Fix the MPRIS plugin to work with DBus >= 0.10 | Jochen Keil |
2012-08-10 | Run the DBus event handler in startCommand | Jochen Keil |
2012-08-10 | Move the IsVariant SignalType instance to Signal module | Jochen Keil |
2012-08-10 | Move safeHead to Plugins.Utils | Jochen Keil |
2012-08-10 | Add an initial (working) version of the DBus IPC module | Jochen Keil |
2012-08-10 | New SignalType TogglePersistent | Jochen Keil |
2012-08-10 | New configuration option "persistent" | Jochen Keil |
2012-08-09 | Bugfix: Do not hide the window when toggling is off for this pipe | Jochen Keil |
2012-08-09 | Bugfix: Replace TVar with TMVar for the old value | Jochen Keil |
2012-08-09 | Implement trigger method for BufferedPipeReader Plugin | Jochen Keil |
2012-08-09 | Cosmetic surgery | Jochen Keil |
2012-08-09 | Add functions for {reveal,hid,toggl}ing the window | Jochen Keil |
2012-08-09 | Create signal handler in main and pass it down to the start* functions | Jochen Keil |
2012-08-09 | Extend the interface so that plugins can send signals | Jochen Keil |
2012-08-09 | Add signals for {show,hid,toggl}ing | Jochen Keil |
2012-08-09 | Move signal handler and data types to own module | Jochen Keil |
2012-08-09 | Modularize Window handling functions | Jochen Keil |
2012-08-08 | BufferedPipeReader: A plugin for temporary data display | Jochen Keil |
2012-07-28 | Fixes for DiskU, which was exploding on recent Linux | Jose Antonio Ortega Ruiz |
2012-07-21 | Merge remote-tracking branch 'math/dev/mpd-idle' into mpd | Jose Antonio Ortega Ruiz |
2012-07-19 | Nit in StatFS | Jose Antonio Ortega Ruiz |
2012-07-17 | xmobar.cabal: port to libmpd-0.8. | Sergei Trofimovich |
2012-06-09 | Add the AutoMPD monitor | Ben Boeckel |
2012-06-09 | Add a blocking call for MPD based on events | Ben Boeckel |
2012-06-09 | Add runM variant which takes a blocking call | Ben Boeckel |
2012-06-04 | Added --with_threaded configuration flag | Jose Antonio Ortega Ruiz |
2012-06-04 | Mostly failed attempt to robustify disk usage monitor | Jose Antonio Ortega Ruiz |
2012-05-20 | Whitespace | Jose Antonio Ortega Ruiz |
2012-05-05 | Linting | Jose Antonio Ortega Ruiz |
2012-05-05 | Kbd: compilation warnings and whitespace | Jose Antonio Ortega Ruiz |
2012-05-05 | Redundant import Foreign removed | Jose Antonio Ortega Ruiz |
2012-05-05 | Duplicate instance definition (github issue #45) | Jose Antonio Ortega Ruiz |
2012-05-05 | Linting | Jose Antonio Ortega Ruiz |
2012-05-05 | Possible solution for coretemp files reading (github issue #38) | Jose Antonio Ortega Ruiz |