Heitor Neiva
3bd7041426
Fix sample config
...
- Fixed spelling
- Fixed indentation
2019-08-28 08:48:31 -07:00
Chris Cummer
c930aaf0b2
Update CHANGELOG.md
2019-08-28 07:52:21 -07:00
Chris Cummer
f43285e0bb
Add @hxw as a contributor
2019-08-28 07:51:02 -07:00
Chris Cummer
7e022fe132
Merge pull request #541 from hxw/master
...
use xdg-open as default open method for http/https
2019-08-28 07:50:04 -07:00
Chris Cummer
da2f21c0f6
Merge pull request #545 from wtfutil/WTF-539-vendored-deps-back-2
...
WTF-539 Add missing vendored dependencies back
2019-08-28 07:34:06 -07:00
Chris Cummer
8df08c4b1f
WTF-539 Add missing vendored dependencies back
2019-08-28 07:17:07 -07:00
Christopher Hall
e8bb4070d9
use xdg-open as default open method for http/https
...
This should be available on all BSD and similar OSs
Signed-off-by: Christopher Hall <hsw@ms2.hinet.net>
2019-08-28 11:33:28 +08:00
Chris Cummer
67658e172c
Merge pull request #538 from Seanstoppable/fixhighlightrace
...
Fix a bunch of race conditions
2019-08-27 09:19:57 -07:00
Sean Smith
3a716bcf9a
Convert the bulk of modules over to RedrawFunc
2019-08-26 23:07:02 -04:00
Sean Smith
51e4325f0b
Handle all the widgets that use GetRect
2019-08-24 23:20:38 -04:00
Sean Smith
264f49fd2c
Fix race with HighlightableHelper
...
GetRect can lead to a race condition
Add a RenderFunc method so that we can call try to
wrap even more of our rendering in the thread safe
`QueueUpdateDraw` method
2019-08-24 22:15:35 -04:00
Chris Cummer
3f5fe6f3e5
Update CHANGELOG.md
2019-08-24 10:03:26 -07:00
Chris Cummer
250eff740e
Merge pull request #537 from wtfutil/20190823-universal-info-modal
...
20190823 universal info modal
2019-08-23 21:25:13 -07:00
Chris Cummer
523a0bec2c
Remove the need for every module to define a widget.Refresh keyboard control
2019-08-23 21:18:51 -07:00
Chris Cummer
5337656c58
Remove the need for every module to define a widget.ShowHelp keyboard control
...
This common functionality is moved up to KeyboardWidget. Modules now
include widget.InitializeCommonControls() instead.
2019-08-23 21:18:51 -07:00
Chris Cummer
5270501fac
Update CHANGELOG.md
2019-08-23 20:11:52 -07:00
Chris Cummer
f05c36c29e
Merge pull request #536 from Seanstoppable/linuxtransparency
...
Attempt to offer linux transparency
2019-08-23 20:10:59 -07:00
Chris Cummer
44b5e36905
Update CHANGELOG.md
2019-08-21 15:56:05 -07:00
Chris Cummer
c6caffcdf8
Merge branch 'Seanstoppable-fixfullycharged'
2019-08-21 15:52:52 -07:00
Sean Smith
81a7fc52a8
Fix fully charged indicator
...
pmset shows `0:00` when charged. Nothing when charging/discharging
Handle this edge case
2019-08-20 22:33:49 -04:00
Sean Smith
146cbb598a
Attempt to offer linux transparency
...
Add 'transparent' as a color option
Default to 'transparent'
Make sure to set color to appropriate things, so transparency is achieved
2019-08-20 22:28:14 -04:00
Chris Cummer
c832db9ddb
Add utils.Includes() helper function
2019-08-20 16:39:15 -07:00
Chris Cummer
faf365baa1
Update CHANGELOG.md
2019-08-20 07:48:17 -07:00
Chris Cummer
8a274f8409
Update CHANGELOG.md
v0.20.0
2019-08-20 07:25:12 -07:00
Chris Cummer
e68dbe4e67
Remove Gitter.im from the readme
...
No one is paying attention to that channel
2019-08-19 14:02:03 -07:00
Chris Cummer
3a5759e2b5
Remove the version warning from the build and install make commands
2019-08-19 14:00:29 -07:00
Chris Cummer
f21e9cc0ae
Update README.md
...
Removed the name-change warning
2019-08-19 10:06:36 -07:00
Chris Cummer
1efb97733d
Update README.md
...
`homebrew-core` installation instructions added
2019-08-19 10:05:33 -07:00
Sean Smith
28f9b55e4f
Move jenkins filter to the data retrieval portion ( #533 )
...
Per #532 , we are keeping track of all items regardless of filter,
meaning that selection does not work as expected
2019-08-17 15:58:59 -04:00
Sean Smith
2efa6eed7c
Merge pull request #530 from Seanstoppable/fixhelp
...
Fix help for modules
2019-08-12 12:51:12 -04:00
Sean Smith
f28605cdf8
Fix help for modules
...
This does 2 things:
1. Forces a module to be 'enabled' on the help route, so that it works
2. Better handling when no module is actually found
2019-08-11 21:49:01 -04:00
Chris Cummer
9b6947dc98
Add @rwhogg as a contributor
2019-08-06 16:19:46 -07:00
Chris Cummer
34ac1a7002
Add @sudermanjr as a contributor
2019-08-06 16:14:02 -07:00
Chris Cummer
33207b158a
Update CHANGELOG.md
2019-08-06 16:13:24 -07:00
Chris Cummer
9229dd07d4
Merge pull request #526 from FairwindsOps/sudermanjr/kubernetes
...
Kubernetes Addon
2019-08-06 16:11:08 -07:00
Andrew Suderman
491e08ff91
Updating help text on objects to include nodes
2019-08-05 22:36:36 -06:00
Andrew Suderman
3464abbde3
Adding tests
2019-08-05 22:04:57 -06:00
Andrew Suderman
da0e1dbd5b
Adding a Kubernetes module for displaying Kubernetes cluster resources and info
...
Signed-off-by: Andrew Suderman <andrew@sudermanjr.com>
2019-08-05 21:43:52 -06:00
Chris Cummer
0db7e7c533
Catch intermittent failure with HIBP module
2019-08-05 17:57:29 -07:00
Chris Cummer
97ca61ac97
Merge pull request #525 from wtfutil/20190805-utils-into-utils
...
20190805 utils into utils
2019-08-05 15:15:01 -07:00
Chris Cummer
3e2d6eb5fa
Fix the naming and specs for some utility functions
2019-08-05 11:40:42 -07:00
Chris Cummer
ecd95ba2d2
Move a bunch of code out of utils.go and into dedicated files
2019-08-05 11:16:26 -07:00
Chris Cummer
4e46fff145
Move the utils.go file into the /utils directory
2019-08-05 10:50:12 -07:00
Chris Cummer
0bd2d176d8
Merge pull request #524 from wtfutil/20190804-reorganization
...
20190804 Reorganization
2019-08-05 10:26:26 -07:00
Chris Cummer
06a785d770
Rename
2019-08-05 08:01:21 -07:00
Chris Cummer
d372e1029f
Rename addView() to createView()
2019-08-04 23:21:46 -07:00
Chris Cummer
787d1a3ba9
BarGraph supports customizable titles in config
2019-08-04 23:14:44 -07:00
Chris Cummer
b6b695290c
Extract common funcitons from BarGraph and TextWidget into Base
2019-08-04 23:00:09 -07:00
Chris Cummer
275ea37a01
Extract common attributes from BarGraph and TextWidget into Base
2019-08-04 22:10:00 -07:00
Chris Cummer
98eb3c9013
Bring BarGraph constructor up to parity with TextWidget
2019-08-04 22:02:14 -07:00