~midori/midori/+git/trunk:dont-reset-secure-but-icon

Last commit made on 2018-09-05
Get this branch:
git clone -b dont-reset-secure-but-icon https://git.launchpad.net/~midori/midori/+git/trunk

Branch merges

Branch information

Name:
dont-reset-secure-but-icon
Repository:
lp:~midori/midori/+git/trunk

Recent commits

1b2cc6d... by Cris Dywan

Don't reset Urlbar.secure on uri change

Update the icon instead so the caller doesn't have to know
in what order state is updated.

76f9abf... by Cris Dywan

Make POTFILES.in check ignore parts folder (#37)

Otherwise building the snap fails the test.

ff2c842... by Cris Dywan

Implement fullscreen mode (#28)

![screenshot from 2018-08-30 18-03-16](https://user-images.githubusercontent.com/1204189/44864348-b9090400-ac7f-11e8-993d-f9b9c9c8c67c.png)

Fullscreen, entered via the fullscreen button (pictured above) or F11, hides the titlebar/tabbar, panel and navigationbar (as well as the page menu). The navigationbar will reveal itself when hovering the top of the screen or ^L until it loses focus.

I'm using the opportunity to move the navigationbar into its own class/ UI file.

Fixes: #30

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.