~midori/midori/+git/trunk:potfiles_ignore_parts

Last commit made on 2018-09-02
Get this branch:
git clone -b potfiles_ignore_parts https://git.launchpad.net/~midori/midori/+git/trunk

Branch merges

Branch information

Name:
potfiles_ignore_parts
Repository:
lp:~midori/midori/+git/trunk

Recent commits

89e02da... by Cris Dywan

Make POTFILES.in check ignore parts folder

Otherwise building the snap fails the test.

1950a25... by Cris Dywan

Update/ markdownify README(.md) (#29)

This change consolidates README and HACKING into an updated README.md with GitHub-compatible Markdown. Tweaks to the description which is re-used in snap and appstream descriptions are also included as well as a link to the new Telegram group.

Note: The instructions for Windows with the latest sources are currently untested.

2d7b424... by Cris Dywan

Replace filler in Clear Private Data with actual text (#24)

The corresponding label was clearly overlooked before. Easy fix.

7c32f74... by Cris Dywan

Show delete button to remove suggestions from history (#27)

![screenshot from 2018-08-29 13-20-00](https://user-images.githubusercontent.com/1204189/44784820-25580a80-ab8f-11e8-8ca4-4f5664d16000.png)

Functionality is analoguous to pressing Delete.

10eca36... by Cris Dywan

Add GStreamer libav backend to snap packaging (#23)

Notably H.264 is implemented here.

e79a2eb... by Cris Dywan

Use full pathname for Icon in .desktop for snap (#25)

This change adds a `DESKTOP_ICON` variable in CMake to customize the value of `Icon` in the `.desktop` file, which in the case of the snap should be an absolute filename.

4061667... by Cris Dywan

Always show title of the only pinned tab (#19)

The only visible app should always show a title, even if it's pinned.

fc7ef0d... by Cris Dywan

Check for availability of xmllint (#17)

xmllint is used by the gresource compiler to reduce whitespace if `xml-stripblanks` is specified.

ce24c73... by Cris Dywan

Use ContextMenuItem with Gtk.Action as of 2.16 (#16)

By using WebKit.ContextMenuItem with Gtk.Action we can lower the minimum WebKit required from 2.18 to 2.16.

0c592f5... by Cris Dywan

Apply the unholy trinity of errors (#20)

The **unholy trinity** of errors concerns plugins, redirects and downloads. Most typically it surfaces like so:

- The address typed in the urlbar leads to a downloaded file, and the tab shows an error.
- A loading web page is cancelled via Esc or the toolbar button.