midori:app_menu_page_menu_merge

Last commit made on 2019-03-06
Get this branch:
git clone -b app_menu_page_menu_merge https://git.launchpad.net/midori

Branch merges

Branch information

Name:
app_menu_page_menu_merge
Repository:
lp:midori

Recent commits

7b8e704... by Cris Dywan

Merge app and page menu buttons into one

Tooltip and keyboard shortcut are on the house.

Fixes: #204
Fixes: #193

a90a955... by Cris Dywan

Don't set empty tab title from history (#292)

Even though a tab was looked up in the history to re-use its
title without loading it, the title may be empty.

In that case don't set the empty saved title which would override
the URL being shown as a fallback.

e515d2c... by Cris Dywan

Don't show overlay statusbar if it wasn't visible (#289)

This fixes an empty "stub" being visible.

cebfef0... by Cris Dywan

Ensure menu models are updated when creating the browser (#288)

Fixes: #286

1829945... by Cris Dywan

Removed focus timeout in the callback (#290)

(midori:24581): GLib-CRITICAL **: 15:48:51.069: Source ID 58 was not found when attempting to remove it

8315919... by Cris Dywan

Show a volume icon in tabs that are playing music (#285)

The icon appears in addition to the favicon (and close button).

0c5820f... by Cris Dywan

Release Midori 8.0 (#283)

- Bump to 8.0
- Updated `ChangeLog`
- Updated release steps in `README.md` to specify release cycle
- Updated `README.md` to include links to BountySource and Patreon

Fixes: #222

b6241c3... by Cris Dywan

Use a dialog to handle script confirm/ prompt (#279)

The WebKit API can't cope with asynchronously updating the result.

Fixes: #276

72e39ee... by Cris Dywan

Explicitly check for leading or trailing space in urlbar (#280)

Otherwise eg. javascript: URLs with spaces don't work as expected

525f76c... by Cris Dywan

Don't override Del if row can't be deleted (#278)

Handling of the Delete key with the suggestions popover visible
needs to fallback to the key press event (of the entry) if the
selected row can't be deleted.

The item should also be checked to be backed by a database.

Fixes: #269