Commit graph

463 commits

Author SHA1 Message Date
ClementTsang
bbd475cfdb Scroll bar fix v2, electric boogaloo 2020-02-18 23:33:15 -05:00
ClementTsang
e4597730bd Revert scroll fix. 2020-02-18 23:04:50 -05:00
ClementTsang
fd32de2774 Add default windows path. 2020-02-18 23:03:01 -05:00
ClementTsang
5131859ab8 Fix scroll problem with resizing/maximizing. 2020-02-18 23:02:52 -05:00
ClementTsang
47b78d22f8 Sanity checks as we approach release... bug patching:
* Fix for freeze not working (due to change with how we eat data)
* Fix for typos with newlines
* Made help box larger
* Made dd box larger
2020-02-17 23:48:27 -05:00
ClementTsang
48d2afc54a Tweak dot generation again... it was too sparse in some cases. 2020-02-17 23:22:03 -05:00
ClementTsang
0724a40efb Strip btm in travis. It's not dirty I swear. 2020-02-17 23:17:06 -05:00
ClementTsang
40900d91ba Fix issue with missing CPU... 2020-02-17 23:15:14 -05:00
ClementTsang
e7ed8088b5 Dropping nightly tests. They fail too often and take up useless time. Re-adding clippy too. 2020-02-17 23:01:58 -05:00
ClementTsang
2f59af412d Tons of refactoring and fixes.
* Fixed a bunch of previously introduced bugs.  Oops.
* Some minor refactoring/efficiency changes that *should* help.  Should.
2020-02-17 22:59:35 -05:00
ClementTsang
d9364410e8 Removing clippy again for now... 2020-02-17 21:44:47 -05:00
ClementTsang
6e5e172008 Travis nightly... man... 2020-02-17 21:30:16 -05:00
ClementTsang
bd3e9b9b87 Add nightly clippy fix. 2020-02-17 20:47:59 -05:00
ClementTsang
dbfe5467f1 Add nightly clippy fix. 2020-02-17 20:42:14 -05:00
ClementTsang
8b57f53edc Trying out travis releases... 2020-02-17 20:29:41 -05:00
ClementTsang
6dc78a0c0c Update how cpu disabling field looks. 2020-02-17 19:25:59 -05:00
ClementTsang
9b13ac1158 Skip 2 points to reduce CPU load. 2020-02-17 18:48:20 -05:00
ClementTsang
8e1c525e2a Fix issue introduced with searching and ctrl-u 2020-02-17 18:13:31 -05:00
ClementTsang
b69eca0fc6 Change to focus on speed. 2020-02-17 18:13:13 -05:00
ClementTsang
b3eafe711e Fix issue introduced with last commit on searching. 2020-02-17 17:53:49 -05:00
ClementTsang
4485d1b380 Some clippy and refactoring. 2020-02-17 17:42:51 -05:00
ClementTsang
c669b5337c Add ability to still show data entries in the legend even if line is disabled. 2020-02-17 12:07:43 -05:00
ClementTsang
531e6ed76e [skip travis] Really redundant rustfmt update. 2020-02-17 00:55:24 -05:00
ClementTsang
cbafbfc699 Minor rearrangement of CPU toggle location. 2020-02-17 00:40:39 -05:00
ClementTsang
0de4b65e1a [skip travis] Forgot a period, oops. 2020-02-17 00:21:42 -05:00
ClementTsang
3ae5248874 Update docs, update gif again. 2020-02-17 00:20:31 -05:00
ClementTsang
b80259d4d2 Add ctrl-u, update in-program docs 2020-02-17 00:20:22 -05:00
ClementTsang
9fcbff99a3 Update GIF, add DELETE key to search options. 2020-02-16 21:54:29 -05:00
ClementTsang
f7ab907b74 [skip travis] Update documentation with widget specifics; prepare for release soon... 2020-02-16 21:12:31 -05:00
ClementTsang
e2039722eb Reversed CPU drawing order; this promotes average (if enabled) to draw on top. 2020-02-16 20:37:34 -05:00
ClementTsang
c09c4a37c4 Update some documentation to reflect filter feature in CPU 2020-02-16 20:21:42 -05:00
Clement Tsang
683a3d3a25
Merge pull request #9 from ClementTsang/add_graph_filtering
Add graph filtering
2020-02-16 19:50:34 -05:00
ClementTsang
65634f23d4 Not implementing mem and network for now... sorry. 2020-02-16 19:50:10 -05:00
ClementTsang
01b1ec8380 Disabled for now... 2020-02-16 19:45:31 -05:00
ClementTsang
32e8be93b7 CPU title bar and esc sequencing. 2020-02-16 19:32:21 -05:00
ClementTsang
8856ea152e De-selected cpu lines are hidden from normal chart. 2020-02-16 18:40:13 -05:00
ClementTsang
8a718080a5 CPU specific line filtering added. 2020-02-16 17:48:24 -05:00
ClementTsang
74df90010d Some basic setup for adding graph filtering; added delete key to allow dd-ing, some refactoring. 2020-02-16 15:25:52 -05:00
ClementTsang
882e5d9289 More minor refactoring to generalize the app search state struct. 2020-02-15 20:25:32 -05:00
ClementTsang
4dc5a3f6d4 Minor refactoring again. 2020-02-15 20:16:05 -05:00
ClementTsang
51761400ce Some minor refactoring; added a quick skip for invalid or blank searches 2020-02-15 20:01:59 -05:00
ClementTsang
3224adf047 [skip travis] Add new documentation file; this is not filled out yet. 2020-02-15 18:16:52 -05:00
ClementTsang
ccf58bace9 [skip travis] Some notes and readme changes... and an additional commit before starting next feature. 2020-02-15 18:15:25 -05:00
ClementTsang
0c48c5973f More refactoring of some code to make it cleaner. 2020-02-15 18:06:17 -05:00
ClementTsang
59c0b3df62 [skip travis] Update documentation a bit. 2020-02-15 17:41:26 -05:00
ClementTsang
05acba2f47 Fixed issue with HJKL keys interfering with search widget. Oops! 2020-02-15 17:34:59 -05:00
ClementTsang
470e431e55 Fixed network chart bug, changed search widget option positioning to always place at bottom. 2020-02-15 17:19:49 -05:00
ClementTsang
a18537040d Updated README to reflect removal of debug flag for now. 2020-02-15 17:18:50 -05:00
ClementTsang
50dd079b9e Updated heim version. 2020-02-15 17:18:37 -05:00
ClementTsang
3b588f1ba9 Removed extra debug statements. 2020-02-15 16:45:09 -05:00