gajim-plural/src
Markus Böhme d75ebd95e5 Rework message highlighting in the history window to not use timestamps
Search results in the history window to are scrolled to and highlighted
once the user clicks on one of them. Messages are searched by text in
the log database, but then looked up in the history text buffer via a
visible or invisible timestamp obtained from the database record.

Timestamps in the history text buffer, depending on user configuration,
may only have a coarse granularity. Philipp Hörist discovered that this
may lead to the highlighting of the wrong line in the history text view
and proposed an alternative solution that is implemented in this patch.

Timestamps are abolished as a means of searching messages. Instead, add
a mark with the unique message id (log line id) at the start of every
message in the history text buffer when the conversation is loaded.
After fetching the search results from the database this id can be used
to unambiguously find the corresponding message in the history text
buffer.
2017-03-02 23:55:18 +01:00
..
command_system Remove wrong usage of the list(range(…)) pattern. 2017-02-08 02:26:21 +00:00
common Rework message highlighting in the history window to not use timestamps 2017-03-02 23:55:18 +01:00
plugins Merge branch 'pylint' into 'master' 2017-02-11 17:54:19 +01:00
Makefile.am don't build non-existing folder. 2012-12-11 07:55:35 +01:00
adhoc_commands.py Copyright 2013>2014 2014-01-02 12:33:54 +04:00
advanced_configuration_window.py Use Enum or IntEnum instead of range() constants. 2017-02-11 02:40:07 +00:00
app_actions.py Port application menu to GMenu 2017-02-12 18:17:27 +01:00
atom_window.py Remove unused imports. 2017-02-08 02:26:20 +00:00
cell_renderer_image.py Fix a few deprecation warnings. 2016-04-02 12:59:42 +01:00
chat_control.py Use more gender neutral language 2017-02-11 20:05:30 +01:00
chat_control_base.py Remove every default argument using [] or {}. 2017-02-11 02:40:07 +00:00
config.py Merge branch 'appmenu' into 'master' 2017-02-13 00:52:53 +01:00
conversation_textview.py Remove every default argument using [] or {}. 2017-02-11 02:40:07 +00:00
dataforms_widget.py Remove wrong usage of the list(range(…)) pattern. 2017-02-08 02:26:21 +00:00
dialogs.py Close Privacy Lists Window with ESC 2017-02-06 23:19:07 +01:00
disco.py Port application menu to GMenu 2017-02-12 18:17:27 +01:00
features_window.py Merge branch 'pylint' into 'master' 2017-02-11 17:54:19 +01:00
filetransfers_window.py Use Enum or IntEnum instead of range() constants. 2017-02-11 02:40:07 +00:00
gajim-remote.py Update strings for better english. Thanks to Allan Nordhøy for the suggestions 2017-02-04 23:29:45 +01:00
gajim.py Port application menu to GMenu 2017-02-12 18:17:27 +01:00
gajim_themes_window.py Update strings for better english. Thanks to Allan Nordhøy for the suggestions 2017-02-04 23:29:45 +01:00
groupchat_control.py Fix endless loop in various CellRenderers 2017-02-19 18:07:06 +01:00
groups.py Convert basestring to str 2016-09-25 23:21:51 +02:00
gtkexcepthook.py Port ExceptionHook to GTK3 2017-01-07 21:07:53 +01:00
gtkgui_helpers.py Port application menu to GMenu 2017-02-12 18:17:27 +01:00
gtkspell.py remember which speller language was use for each contact. Fixes #8326 2016-05-22 23:09:49 +02:00
gui_interface.py Port application menu to GMenu 2017-02-12 18:17:27 +01:00
gui_menu_builder.py Port application menu to GMenu 2017-02-12 18:17:27 +01:00
history_manager.py Fix constants usage in history manager 2017-02-12 16:45:56 +01:00
history_window.py Rework message highlighting in the history window to not use timestamps 2017-03-02 23:55:18 +01:00
htmltextview.py Highlight all paragraphs of a search result in the history window 2017-02-22 12:56:31 +01:00
ipython_view.py Remove unnecessary semicolons. 2017-02-11 02:40:07 +00:00
logind_listener.py Remove unnecessary semicolons. 2017-02-11 02:40:07 +00:00
message_control.py Replace formatting button with declarative menu. 2016-12-24 02:51:55 +01:00
message_textview.py Replace formatting button with declarative menu. 2016-12-24 02:51:55 +01:00
message_window.py Port application menu to GMenu 2017-02-12 18:17:27 +01:00
music_track_listener.py Quodlibet publishes duration information as decimal with fractional part. 2017-01-23 15:14:28 +01:00
negotiation.py Copyright 2013>2014 2014-01-02 12:33:54 +04:00
network_manager_listener.py Remove unused imports 2016-12-22 18:19:24 +01:00
notify.py Update strings for better english. Thanks to Allan Nordhøy for the suggestions 2017-02-04 23:29:45 +01:00
profile_window.py Update strings for better english. Thanks to Allan Nordhøy for the suggestions 2017-02-04 23:29:45 +01:00
pylint.rc Added PyLint config file (for sync). 2009-04-10 17:03:11 +00:00
remote_control.py Replace long() in remaining python2 code with int(). 2017-02-11 02:40:07 +00:00
roster_window.py Fix endless loop in various CellRenderers 2017-02-19 18:07:06 +01:00
search_window.py [SamWhited] fix some missing import. Fixes #7932, #7949 2015-01-19 13:39:11 +01:00
secrets.py fix opening secrets file 2016-01-03 11:07:44 +01:00
session.py Remove every default argument using [] or {}. 2017-02-11 02:40:07 +00:00
shortcuts_window.py Backward compatible keyboard shortcuts information. 2017-01-24 17:22:08 +01:00
statusicon.py Remove unused imports. 2017-02-08 02:26:20 +00:00
tooltips.py Remove unused imports. 2017-02-08 02:26:20 +00:00
upower_listener.py Remove unused imports. 2017-02-08 02:26:20 +00:00
vcard.py Update strings for better english. Thanks to Allan Nordhøy for the suggestions 2017-02-04 23:29:45 +01:00