1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

380 Commits

Author SHA1 Message Date
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
Chris Cummer
09ea4cd874 Todoist now properly updates list items when Refresh() is called 2019-05-24 14:26:03 -07:00
Sean Smith
d8f337884f Add more 'man page' like functionality 2019-05-24 00:06:10 -04:00
Sean Smith
a283dd8ed8 Migrate gitlab to multisource widget 2019-05-23 20:45:01 -04:00
Sean Smith
aeb76e9c57 Flip weather over to a multi-source widget 2019-05-23 20:41:14 -04:00
Sean Smith
d8bb0debd9 Remove unused import 2019-05-22 18:57:08 -04:00
Sean Smith
2fb1a06ca0 Add Scrollable to todoist widget
This is now a multi-source scrollable widget, trying to leverage as much of existing functionality as possible for
consistency
2019-05-22 00:22:17 -04:00
Kirill Motkov
f0771cd013 Some code improvements
* Some assignments simplified by using assignment operators
* Rewrite switch statement with only one case as if.
* Rewrite if-else chain as a switch statement.
* go fmt `modules/todoist/project.go` file.
2019-05-21 17:29:09 +03:00
Sean Smith
a2f5db7847 Harmonize keyboard controls
Make sure everyone has a refresh option
Have specific ordering:
 - Help
 - Refresh
 - Select next
 - Select prev
 - ...

Add unselect where applicable
2019-05-20 18:45:08 -04:00