Commit Graph

42 Commits

Author SHA1 Message Date
blankie 2a1233d95b
Add LogcatEntries helper 2023-03-29 17:08:31 +07:00
blankie 39a7faa465
Use std::get_if 2023-03-28 19:55:44 +07:00
blankie a6572fb085
Add buttons to add test logcat entries 2023-03-07 18:02:18 +07:00
blankie 17f8016d3d
Move filters and exclusions to settings 2023-02-23 16:08:55 +07:00
blankie 1cd369e6c0
Make logcat command input box monospace 2023-02-23 14:46:28 +07:00
blankie c7fe85413a
Use full paths to imgui files in includes 2023-02-22 16:09:33 +07:00
blankie e852ead133
Add Ctrl+W 2023-02-04 14:31:50 +07:00
blankie 6b6dd58a0e
Add process control 2023-02-02 19:50:28 +07:00
blankie d62822640c
Add exclusions 2023-02-01 22:22:08 +07:00
blankie 49a74d552b
Use json for config and persist filters 2023-01-31 21:40:04 +07:00
blankie 75d62a0031
Table-ify logs 2023-01-29 15:21:22 +07:00
blankie f08282a5ed
Add filters 2023-01-28 21:11:46 +07:00
blankie c46c7778b6
Use OK/Canel/Apply buttons 2023-01-24 12:17:05 +07:00
blankie 49eca27204
Split windows up into different files 2023-01-23 15:44:16 +07:00
blankie 430ed098a6
Switch from make to cmake 2023-01-22 21:28:14 +07:00
blankie d1d096d3cb
Pad things out 2023-01-21 15:52:55 +07:00
blankie 5a31b38ef0
Add rudimentary logcat entry view 2023-01-21 15:41:30 +07:00
blankie ae0e97a27f
Add button to test user asserts 2023-01-21 11:42:59 +07:00
blankie 8a4eaea7f9
Optimize log window 2023-01-20 22:22:21 +07:00
blankie b6ad9c5d90
Parse logcat entries 2023-01-19 23:34:03 +07:00
blankie d9c7184b0e
Add debug button to request a log entry from the logcat thread 2023-01-18 23:43:30 +07:00
blankie be07a6b3aa
Add non-debug checks 2023-01-18 23:37:37 +07:00
blankie 0132b3ca1d
Add inter-thread communication 2023-01-18 23:34:17 +07:00
blankie d2006d5a4e
Get rid of a logging helper 2023-01-16 11:08:35 +07:00
blankie 4411f88904
Only replace newline with spaces for logging 2023-01-16 10:57:07 +07:00
blankie eba472e9b4
Add uid adverb for default logcat command 2023-01-15 21:18:35 +07:00
blankie ea18d1ca57
Do not create an exception for debug logging 2023-01-09 14:56:24 +07:00
blankie 3cc2c379e4
Add ability to change font sizes 2023-01-08 23:12:22 +07:00
blankie 680a1c93af
Use different fonts 2023-01-06 23:30:39 +07:00
blankie 672b39b172
Rename latest_log_entries_read to autoscrolling 2023-01-06 22:42:14 +07:00
blankie 21badd1db4
Make logs button red when there are unread log entries 2023-01-05 21:23:24 +07:00
blankie df3ee3366f
Remove unnecessary config pass 2023-01-05 21:02:50 +07:00
blankie 417addab36
Remove exit confirmation modal 2023-01-05 20:55:54 +07:00
blankie 8a0d2b428e
Add "Add log entry every second" 2023-01-05 20:53:34 +07:00
blankie 11eb08b08f
Add autoscroll 2023-01-05 20:53:23 +07:00
blankie 3bf47f3a5c
Add logging 2023-01-05 17:27:14 +07:00
blankie f1c2dc7f63
Move debug stuff into another window 2023-01-05 16:05:09 +07:00
blankie dfdb631b63
Refactor config handling and related stuff 2023-01-04 23:40:35 +07:00
blankie e7401a6bd1
Automatically size the settings window 2023-01-03 16:13:29 +07:00
blankie 3ec153aca2
Fix bug 2022-12-31 20:10:47 +07:00
blankie 2ae03e1ff1
Show info about logcat command 2022-12-31 20:06:49 +07:00
blankie 6632e58e61
Initial commit
- Basic main window
- Are you sure you want to exit modal
- Basic settings window
2022-12-31 15:35:58 +07:00