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

9 Commits

Author SHA1 Message Date
Anand Sudhir Prayaga
ebc8b00904 Don't die if Gerrit can't connect to the API
Don't crash, and handle connectivity issues to Gerrit server gracefully
2018-08-07 11:05:03 +02:00
Chris Cummer
ec7514e592 Replace Fprintf calls with SetText calls 2018-08-03 10:15:42 -07:00
Anand Sudhir Prayaga
568276343c Make the travisci module interactive
* Add ability to select and open builds
* Add commit message (oneline style) to text displayed in the widget
* Add documentation on the new keyboard shortcuts
* Cleanup some duplicate code
2018-08-03 15:42:24 +02:00
Anand Sudhir Prayaga
70eb603449 Make the gerrit module interactive
* Add ability to select and open reviews
* Add more keyboard shortcuts
* Fix issue - focus shortcut letter wasn't displayed on the title area
* Cleanup some code
2018-08-02 17:13:06 +02:00
Chris Cummer
9154441c32 Common help code into HelpfulWidget 2018-08-01 15:54:29 -07:00
Chris Cummer
00abe70309 Improves the speed of the help modal display 2018-08-01 15:12:05 -07:00
Chris Cummer
8fdaf52610 Clean up the Gerrit module's API credentials loading 2018-07-31 15:02:27 -07:00
Chris Cummer
beb0c43b07 Add character identifiers to focusable widgets
When no widget has focus, press the letter key to focus on the widget
assigned to that letter.

Example:

    GitHub (d)

    Press "d" to focus on the GitHub widget.
2018-07-30 15:51:19 -07:00
Anand Sudhir Prayaga
3a58b6ace3 Add gerrit widget 2018-06-27 15:59:50 +02:00