midori:update_readme_metadata

Last commit made on 2019-08-12
Get this branch:
git clone -b update_readme_metadata https://git.launchpad.net/midori

Branch merges

Branch information

Name:
update_readme_metadata
Repository:
lp:midori

Recent commits

9956a66... by Cris Dywan

Update README.md

c22ee23... by Cris Dywan

Show source in a tab if no editor is available (#350)

7ac8cba... by Cris Dywan

Use project domain for icon in about dialog (#349)

f6b3b1e... by Cris Dywan

Release Midori 9.0 (#347)

10021f7... by Cris Dywan

Retrieve og:image for better shortcut icons (#346)

- og:image is looked up in the DOM
- The history database stores the "image" of an item
- An image is preferred over a favicon in the speed dial
- Shortcuts with images cover(stretch) the whole element
- Add background color to the title

f636c8a... by Klaus von der Heyde <email address hidden>

Layout changes for Speed Dial (#345)

* Use a background image for speed dials

This allows easier positioning without stretching.

Also move the box-shadow to the shortcut container to make sure
the hover effect applies to the whole area consistently.

Fixes: #206

* Changed CSS property to "white-space: nowrap;" to avoid multi-line shortcut titles.

* Added CSS margin to shortcut title, to avoid collision with round corner.

* Repositioned shortcut title to the bottom of each box.

6ba5a1c... by Cris Dywan

Bind search container visibility to search mode (#337)

Otherwise a remnant of it can remain visible.

2cffa55... by Cris Dywan

Use project domain for appdata and icon (#343)

As per the [AppStream spec](https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html) the ID should be the reverse domain name. Midori already uses it for resource namespaces and the `.desktop` file.
The `appdata.xml` and icon name should follow suit.

b411a64... by Cris Dywan

Explicitly allow script windows and dialogs (#331)

- Allow scripts to "automatically" open windows and modal dialogs
- Open windows with no urlbar like apps (locked and pinned)
- Don't save size of locked windows
- Override size of popups as per request or with a default
- Ensure other windows which open as tabs open in the foreground

The "dialogs" are skipped by session management since the browser
is locked in this case. Transiency ensures the window is placed
approprietely.

Fixes: #318

c933252... by "Maurizio Galli (MauG)" <email address hidden>

Change license to CC0-1.0 in appdata.xml (#342)