Chris Cummer
375c296f56
Fix a date-sorting bug in FeedReader
2019-07-12 08:00:54 -07:00
Chris Cummer
f143efe4e2
Merge branch '20190709-rename-binary-to-wtfutil'
2019-07-10 08:09:19 -07:00
Chris Cummer
5f61a90eb7
Fix bug with FeedReader's sort order
2019-07-10 08:04:55 -07:00
Chris Cummer
5bbddcf2ee
Fix off-by-one error when deleting Transmission torrents
2019-07-10 08:04:01 -07:00
Chris Cummer
2e7f242056
HIBP module now wraps error text if an error occurrs
2019-07-09 13:00:41 -07:00
Chris Cummer
b07f3c5e67
Reimpliments the module configuration validation
...
Now supports displaying errors from multiple widgets.
2019-07-07 16:04:43 -07:00
Chris Cummer
2da3344612
Get --module=[modname] working again (broke when position config validation was added)
2019-07-06 01:55:54 -07:00
Chris Cummer
2b2cdf912b
Fix optional help text in NewRelic settings
2019-07-05 23:02:38 -07:00
Chris Cummer
15a88c2566
Merge pull request #491 from Seanstoppable/evenmoremoresettings
...
Add help strings from h-r
2019-07-05 23:01:29 -07:00
Chris Cummer
eff0d55c28
Fix spelling mistake in DefaultFocussedRowColor() name
2019-07-05 22:33:15 -07:00
Chris Cummer
d76f6807cc
Redraw when a Transmission torrent is removed
2019-07-05 21:45:59 -07:00
Chris Cummer
2a944b3f0a
Use 'timezone' instead of 'timeZone' for the gCal setting name. More colloquial
2019-07-05 21:39:38 -07:00
Sean Smith
f4f2901e58
Add help strings from h-r
2019-07-05 12:16:55 -04:00
Hossein Mehrabi
6ec608f539
remove default time zone
2019-07-05 15:33:09 +04:30
Hossein Mehrabi
404453cadd
added time zone configuration support to gcal module.
2019-07-05 11:24:35 +04:30
Chris Cummer
1f82d26ac2
Fix a Transmission bug in which seed ratios could be negative percentages
2019-07-04 20:17:32 -07:00
Chris Cummer
b5fd3de755
Merge pull request #488 from Seanstoppable/moresettings
...
Even more help settings
2019-07-04 12:39:14 -07:00
Sean Smith
5f57edb212
Even more help settings
...
Blitz through g
Clean up a setting that no longer exists for gcal
2019-07-04 11:40:53 -04:00
Sean Smith
ad3796f5a8
Fix cryptolive widget
...
Addresses #481
Inverts the item list return, to make sure we always trigger wg.Done and not hang the widget
Clean up config for toplist widget, as we were assigning to `currencies` rather than `top` erroneously
2019-07-04 11:12:20 -04:00
Chris Cummer
c82b6d8f94
Add 'clear sky' and 'clear' icons to weather module
2019-07-04 07:01:48 -07:00
Chris Cummer
743aa0992f
Add help text to the Transmission settings file
2019-07-04 06:24:13 -07:00
Chris Cummer
007c1773a8
Add help text to the Transmission settings file
2019-07-04 06:23:33 -07:00
Chris Cummer
71a5ad3fab
Merge pull request #486 from wtfutil/WTF-42-rss-reader
...
WTF-42 Add FeedReader, an RSS/Atom feed reader
2019-07-04 05:51:38 -07:00
Chris Cummer
34b7ef1a60
WTF-42 Add help tags to FeedReader settings
2019-07-04 05:46:13 -07:00
Chris Cummer
f19f1ee86d
WTF-42 WIP Add FeedReader, an RSS/Atom feed reader
2019-07-03 21:54:10 -07:00
Sean Smith
c1eb75de1a
Add more settings helpers to widgets
2019-07-03 19:24:17 -04:00
Sean Smith
cff4c061b2
Allow people to substitute a title for cmdrunner
...
This falls back to existing logic otherwise
2019-07-01 19:44:56 -04:00
Chris Cummer
e846fdeef8
Update go-github dependencies
2019-06-28 16:32:24 -07:00
Chris Cummer
eb11ec34f2
Simplify the Transmission display when there are no torrents
2019-06-26 18:14:14 -07:00
Chris Cummer
4f0b0fedb8
Add Transmission seed ratio to display
2019-06-26 17:34:55 -07:00
Chris Cummer
bf84bfe4b0
Add percentage sign to Transmission download indicator
2019-06-26 17:18:33 -07:00
Chris Cummer
3a65dad743
Add pause/unpause and delete functionality to Transmisson widget
2019-06-26 16:51:18 -07:00
Chris Cummer
5dbce09e4f
Make Transmission widget scrollable
2019-06-26 06:58:27 -07:00
Chris Cummer
9244d60abe
Add a rudimentary Transmission module ( https://transmissionbt.com )
2019-06-26 06:58:27 -07:00
Chris Cummer
ae13a3394d
WIP Transmission
2019-06-23 15:04:09 -07:00
Chris Cummer
70f9422a4e
Deafult the HIBP ok colour to white
2019-06-22 16:13:32 -07:00
Chris Cummer
c75f00cb12
Enforce a minimum refresh interval for the HIBP module
2019-06-22 15:45:07 -07:00
Chris Cummer
8ce2242b52
Display the since date in the HIBP widget title
2019-06-22 15:31:37 -07:00
Chris Cummer
6216076b74
Add a working Have I Been Pwned module
2019-06-22 15:21:22 -07:00
Chris Cummer
d9c362ee9f
Make the line wrap settings for the Textfile module configurable via the 'wrapText' setting
2019-06-14 21:27:09 -07:00
Sean DuBois
93d91c9313
Add new key 'customQueries' to github module
...
This key allows users to pass an arbitrary amount of queries
that contain custom filters. A simple query that shows all closed
PRs could be written like the following.
```
customQueries:
closedPullRequests:
title: "Closed Requests"
perPage: 10
filter:
- "is:closed"
- "is:pr"
```
Resolves #469
2019-06-06 16:30:16 -07:00
Chris Cummer
042f602ddb
Tabbing to widgets properly sets the IsFocused property. Closes #467
2019-05-25 15:19:18 -07:00
Chris Cummer
90362dea4b
Merge branch 'master' into configdocs
2019-05-25 10:17:18 -07:00
Chris Cummer
55bc078c47
Merge branch 'master' into moreappcleanup
2019-05-25 10:11:13 -07:00
Sean Smith
02e0666697
Remove more app usages which are unnecessary
2019-05-24 22:22:56 -04:00
Sean Smith
c4d58ece81
Add a helper function to do highlighting in a uniform way
2019-05-24 22:06:47 -04:00
Chris Cummer
d2385b962f
Merge branch 'master' into configdocs
2019-05-24 18:14:34 -07:00
Chris Cummer
5b183af93e
Merge branch 'master' into weathermultisource
2019-05-24 17:39:56 -07:00
Chris Cummer
ba9ed05013
Merge branch 'master' into gitlabmultisource
2019-05-24 17:37:33 -07:00
Chris Cummer
b9fc08e098
Todoist only refreshes if it is not disabled and there is a current project
2019-05-24 14:27:29 -07:00