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

2067 Commits

Author SHA1 Message Date
Chris Cummer
cfd5dfe09c
Merge pull request #462 from Seanstoppable/gitlabmultisource
Migrate gitlab to multisource widget
2019-05-24 17:39:40 -07:00
Chris Cummer
ba9ed05013
Merge branch 'master' into gitlabmultisource 2019-05-24 17:37:33 -07:00
Chris Cummer
f183a854c8 Improve keyboard handling in main.go 2019-05-24 16:56:44 -07:00
Chris Cummer
ce7234179c Merge branch 'master' of github.com:wtfutil/wtf 2019-05-24 14:27:35 -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
dd4d85e337
Update CHANGELOG.md 2019-05-24 14:26:38 -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
Chris Cummer
9a877b5e04 Improve the look of the help modal a little bit 2019-05-23 15:09:35 -07:00
Chris Cummer
5db30c0e8d Add help screen to main app 2019-05-23 14:24:15 -07:00
Chris Cummer
ed4fbf01d0 Merge branch 'Seanstoppable-todoistsimplify' 2019-05-22 21:02:16 -07: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
Chris Cummer
44a2634a85 Update .all-contributors 2019-05-21 17:52:11 -07:00
Chris Cummer
a86bd4c3f6 Merge branch 'master' of github.com:wtfutil/wtf 2019-05-21 17:51:52 -07:00
Chris Cummer
523b75e211 Add @sosiska as a contributor 2019-05-21 17:50:29 -07:00
Chris Cummer
0c0c6e94e0
Merge pull request #460 from sosiska/patch-1
Some code improvements
2019-05-21 17:50:04 -07: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
Chris Cummer
c050292a8d
Merge pull request #459 from Seanstoppable/keyboardharmonize
Harmonize keyboard controls
2019-05-21 04:14:59 -07: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
Chris Cummer
3eb3183249 Add @bosr as a contributor v0.10.3 2019-05-19 20:21:06 -07:00
Chris Cummer
f8dae61804 Merge branch 'master' of github.com:wtfutil/wtf 2019-05-19 20:20:35 -07:00
Chris Cummer
b6d09d66d4
Update CHANGELOG.md 2019-05-19 20:14:26 -07:00
Chris Cummer
9a167ba29b
Merge pull request #458 from bosr/fix/glog
remove glog mod dep
2019-05-19 20:11:57 -07:00
Chris Cummer
5bd6b26a60 Merge branch 'bosr-fix/glog' 2019-05-19 20:11:48 -07:00
Romain Bossart
7d080bb01a remove glog mod dep 2019-05-19 20:17:17 +02:00
Chris Cummer
bc31e25547
Merge pull request #457 from Seanstoppable/multisourcefuncrename
Rename Prev/Next in MultiSourceWidget
2019-05-18 11:44:49 -07:00
Sean Smith
34bf319c2e Rename Prev/Next in MultiSourceWidget
This will open the possibility of a MultiSourceScrollableWidget with no collisions
2019-05-18 11:23:12 -04:00
Chris Cummer
bca6772a07
Update CHANGELOG.md 2019-05-16 14:45:40 -07:00
Chris Cummer
18cc6c34ad WTF-455 Pass nil options for Gitlab project. Closes #455 v0.10.2 2019-05-16 14:42:34 -07:00
Chris Cummer
387cf3d142
Update CHANGELOG.md 2019-05-15 18:34:44 -07:00
Chris Cummer
29f3d90232
Update CHANGELOG.md 2019-05-15 18:34:03 -07:00
Chris Cummer
accfa70ba5 Don't panic when there's no city data for Weather 2019-05-15 18:32:25 -07:00
Chris Cummer
405beea6d3
Update CHANGELOG.md 2019-05-15 10:45:06 -07:00
Chris Cummer
3cc19dc27c Improve the look of Trello widget a bit v0.10.1 2019-05-15 10:43:13 -07:00
Chris Cummer
b2cef43355
Merge pull request #456 from wtfutil/WTF-454-trello-multiple
WTF-454 Fixes multi-list issue with Trello. Closes #454
2019-05-15 10:38:52 -07:00
Chris Cummer
6879695e89 WTF-454 Fixes multi-list issue with Trello. Closes #454 2019-05-15 10:35:22 -07:00
Chris Cummer
7c1152ac1d
Merge pull request #450 from Seanstoppable/githubmultisource
Make github a multisource widget
2019-05-15 06:53:36 -07:00
Sean Smith
2f7a294ac8 Merge remote-tracking branch 'origin/master' into githubmultisource 2019-05-14 20:48:36 -04:00
Sean Smith
cb64f7df22 Handle historical config
Parse repositories both ways
Have github manually set sources, since historical config may not handle
2019-05-14 20:46:40 -04:00
Chris Cummer
313ad4c935 Remove 'system' widget from the widget initialization 2019-05-13 20:29:59 -07:00
Chris Cummer
85014a4ded
Merge branch 'master' into githubmultisource 2019-05-13 20:15:27 -07:00
Chris Cummer
4863901859 Improve the comments in utils.go 2019-05-13 17:15:09 -07:00
Chris Cummer
0a2addb532 Add some comments to the functions in utils.go 2019-05-13 17:03:59 -07:00
Chris Cummer
f62f9a0926 Merge branch 'Seanstoppable-todoistmulti' 2019-05-13 16:57:51 -07:00
Chris Cummer
f7b69fac7c Extend ToStrs() to support ints or strings 2019-05-13 16:57:34 -07:00
Chris Cummer
5620db2046
Merge branch 'master' into todoistmulti 2019-05-13 16:50:10 -07:00
Chris Cummer
6bdb0cee38 Merge branch 'master' of github.com:wtfutil/wtf 2019-05-13 14:07:06 -07:00