Timothy Stack
e0ee2c6706
Fixes #613
2019-02-14 06:15:58 -08:00
Timothy Stack
1e795c1e4a
[ui] move filter editor help to separate status bar
...
The help is unreadable when the terminal width is
small.
2019-02-13 21:54:40 -08:00
Timothy Stack
4a7d116f37
[docs] expand the collate format field a little more
2019-02-06 22:40:07 -08:00
Timothy Stack
d66303b75a
[status] fix display when there are no matches for a search
2019-02-06 22:25:35 -08:00
Timothy Stack
153b59ea8a
[status] some fixes for the bottom status bar
...
Fixes #603
Fixes #578
2019-02-05 07:30:57 -08:00
Timothy Stack
1a932f3a41
[cmds] :q! should quit lnav
...
Fixes #607
2019-02-03 22:10:27 -08:00
Timothy Stack
d1a556638b
[filters] save disabled filters in the session
2019-02-03 22:03:52 -08:00
Timothy Stack
104b8736e8
[vtab] fix for failed update to log_tags column and fix filtering with json logs
2019-02-01 13:31:28 -08:00
Timothy Stack
527150d6a0
[readline] fix highlighting of tab completion
2019-01-29 09:58:34 -08:00
Timothy Stack
3d77fb2acf
[cmds] change :write-raw-to to write all the lines in the view
...
Fixes #606
2019-01-29 07:30:37 -08:00
Timothy Stack
8a3bdbfb2f
[filter] fix some glitches
2019-01-28 21:59:05 -08:00
Timothy Stack
9936f1e814
bump some dependencies for release builds
2019-01-28 21:58:41 -08:00
Timothy Stack
31c440777f
[hotkeys] add ctrl+f to toggle filters
...
Fixes #604
2019-01-27 08:05:44 -08:00
Timothy Stack
69508e6467
[search] try to fix an issue with search progress bar never stopping
...
Possible fix for #588
2019-01-26 08:01:44 -08:00
Timothy Stack
0c2f84a3c0
[hotkeys] press 7/8 for previous/next minute
...
Fixes #382
2019-01-25 07:45:17 -08:00
Timothy Stack
85671755d3
[readline] fix alignment in SQL help
...
related to #598
2019-01-25 07:25:37 -08:00
Timothy Stack
5fff4d8784
[help] add some initial help text for search/SQL prompts
...
Also:
* You can now "scroll out" of the visual editor to
return to the main view. This should alleviate the
frustration of pressing up/down arrows thinking the
main view should move but, really, you're stuck in
the editor.
* The three-dot-ellipsis for hidden fields has been
replaced with a unicode vertical ellipsis so that
less space is taken up.
2019-01-24 22:05:15 -08:00
Timothy Stack
6853034cce
[cleanup] some minor cleanup and perf fixes
...
Files:
* filter_sub_source.cc: Fix some performance issues
* filter_sub_source.hh: The readline context should
be case-INsensitive for completions
* readline_curses.cc, session_data.cc: modernize
2019-01-21 14:15:00 -08:00
Timothy Stack
e451e10910
typo on zoom hotkey
...
Fixes #596
2019-01-14 20:50:18 -08:00
Timothy Stack
4381c23641
some build and cleanup
2019-01-13 19:14:26 -08:00
Timothy Stack
dcccebe797
[sql] add some help for regexp_capture()
...
Fixes #593
2019-01-13 19:02:50 -08:00
Timothy Stack
7dfa0e9dd4
[textview] highlights that start from the beginning of the line are not working in the log view
...
The log view prefixes lines with some extra characters and they
were mistakenly being included when performing the highlight
regex.
Fixes #590
2019-01-01 08:24:02 -08:00
Timothy Stack
66ef968529
[logfile] fix a performance bug in searching json logs
2018-12-16 21:45:10 -08:00
Timothy Stack
d65a8be9d1
[build] missed include
2018-12-14 07:54:31 -08:00
Timothy Stack
7c95941920
[build] add ring_span.hh to makefile
2018-12-14 07:33:01 -08:00
Timothy Stack
cdbf4dabda
[build] missed file
2018-12-14 07:12:55 -08:00
Timothy Stack
a63b6a199c
[filter] in the filter editor, use "t" to toggle the type of filter
...
Related to #423
2018-12-14 07:10:50 -08:00
Timothy Stack
814ad03ec9
[view] keep a history of view positions
...
Fixes #577
2018-12-14 06:18:56 -08:00
Tim Stack
7fe811da07
Update README.md
...
add link to angle-grinder
2018-12-13 06:16:40 -08:00
Timothy Stack
5769bcbb4a
whiff
...
missed refreshing patch
2018-12-02 09:34:36 -08:00
Timothy Stack
42be76c3ba
[readline] fix some broken shortcuts
...
Defect Number:
Reviewed By:
Testing Done:
2018-12-02 07:58:30 -08:00
Timothy Stack
d46cfa1a8c
[sql] timeslice() fails on 32-bit
...
Fixes #563
2018-12-01 07:54:29 -08:00
Timothy Stack
afef6b1827
[build] fix some warnings and a 32-bit compile error
2018-12-01 07:47:52 -08:00
Timothy Stack
f2b9988c95
[internal] capture stderr while in curses and log it
...
Fixes #582
2018-11-29 07:16:25 -08:00
Timothy Stack
e001b49e28
[format] hidden object/array fields add sub-lines when they should not
...
Fixes #576
2018-11-26 10:30:27 -08:00
Timothy Stack
b4e7bc9b0f
[cmds] fix a glitch when adding a comment on a small screen
2018-11-22 21:12:13 -08:00
Timothy Stack
1a08eb0d12
[cmds] allow commands to set the prompt
...
Fixes #574 and #573
2018-11-21 17:00:28 -08:00
Timothy Stack
49dce3cec2
[readline] fix escaping out of prompt
2018-11-20 08:15:58 -08:00
Timothy Stack
aae4650b95
[hotkeys] fix a crash when pressing 'I' that is due to a previous change
2018-11-19 11:07:22 -08:00
Timothy Stack
2c5bfc830e
xterm fix wasn't quite right...
2018-11-17 07:45:18 -08:00
Timothy Stack
8b5b8743b1
try make locale test optional
...
Fixes #562
2018-11-16 07:32:07 -08:00
Timothy Stack
64d4226a89
disable test_top_status for now
2018-11-15 09:47:54 -08:00
Timothy Stack
b53ac5e3a6
try to fix after_script
2018-11-15 09:16:23 -08:00
Timothy Stack
5c6cc5fe2a
[readline] pressing escape should exit the command prompt
...
Fixes #316
2018-11-15 06:43:28 -08:00
Timothy Stack
31a19ac753
[vtab] fix the SQL function adapter for vector refs
2018-11-15 05:25:02 -08:00
Timothy Stack
6336fa56e9
[cmds] :write-json-to should passthru JSON columns as JSON instead of strings
...
Fixes #565
2018-11-14 21:46:49 -08:00
Timothy Stack
f6a84ed081
[display] fix colors on a plain xterm display
2018-11-13 21:57:47 -08:00
Timothy Stack
aa0bfd6c62
[sql] add a spooky_hash() function
...
Fixes #567
2018-11-13 20:55:04 -08:00
Timothy Stack
ec82ecda62
[filter] display the number of filters
2018-11-10 22:55:08 -08:00
Timothy Stack
efe6ccf0d1
[filter] change from backquote to tab for activating filter panel
2018-11-09 13:59:27 -08:00