URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ea60c8207063b9b81883ff8750bd98084497d6a2
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
ea60c82 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Make the syntax line edit less greedy.
In SyntaxLineEdit::event, only grab ShortcutOverride events that have
Ctrl+Alt modifiers. When the main window display filter edit has focus
this should let us use text editing shortcuts and most main window
shorcuts as appropriate. "Most" means everything except for time display
formats. We might want to use something other than Ctrl+Alt for their
modifiers.
Bug: 12533
Ping-Bug: 12270
Change-Id: I61eb86b80b4237e6907d5e50262b8f5c291b27a7
Reviewed-on: https://code.wireshark.org/review/16065
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
(cherry picked from commit e82d0aedec534606b53abf76a4c56781c5c1f83d)
Reviewed-on: https://code.wireshark.org/review/16077
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Actions performed:
from 2a5c4b6 NSIS: Pass /install to vcredist_xNN.exe.
adds ea60c82 Qt: Make the syntax line edit less greedy.
Summary of changes:
ui/qt/syntax_line_edit.cpp | 35 +++++++++++++++++++++++++++--------
1 file changed, 27 insertions(+), 8 deletions(-)