geary:wip/message-quoting

Last commit made on 2019-07-06
Get this branch:
git clone -b wip/message-quoting https://git.launchpad.net/geary

Branch merges

Branch information

Name:
wip/message-quoting
Repository:
lp:geary

Recent commits

d2054f2... by Michael Gratton

ClientWebView: Use HTML element's height to determine preferred

Return the scroll height of the HTML element since the BODY
may have margin/border/padding and we want to know
precisely how high the widget needs to be to avoid
scrolling.

38053ea... by Michael Gratton

ClientWebView: Don't update preferred height on height change

Only send an updated height change when the width has changed on
receiving a JavaScript resize event to avoid getting into a feedback
loop, as was happening with email from Mastodon instances.

ef23dd9... by Michael Gratton

ConversationWebView: Clean up message body quote handler a bit

Simplify the main quoting method to make easier to debug and handle
finding alternative quote blocks in the future.

936c4aa... by Michael Gratton

Merge branch 'wip/problem-report-logs' into 'mainline'

Include log records in the Problem Report dialog and saved information

See merge request GNOME/geary!250

4d215ba... by Michael Gratton

Improve formatting of Inspector/problem report data for GitLab

Format Inspector and problem report data copied to the clipboard as
Markdown so that people who copy and paste into bug reports have it
automatically formatted properly.

ab27f3f... by Michael Gratton

Update problem report dialog error details text

Ask people to save and attach the data now we are saving logs as they
might get quite large.

eb58628... by Michael Gratton

Use text label for problem dialog Save As button

6456e94... by Michael Gratton

Fix Inspector tooltip typo

4df0bb7... by Michael Gratton

Capture log records in Geary.ProblemReport

Allow getting both the earliest and latest log records from
Geary.Logging and record these when constructing new ProblemReport
instances. Update InspectorLogView.load to have starting and end log
record parameters, and specify these when displaying a problem report.

This ensures that only those log records up to the point of the problem
report being generated are included in the report, and not any later
records.

2537126... by Michael Gratton

Update MainWindowInfoBars UI

Ensure non-retryable problems are always dismissable. Use same title for
both account and service problems, one that matches custom info bars for
auth and cert problems.