~midori/midori/+git/trunk:app

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

Branch merges

Branch information

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

Recent commits

ba3c495... by Cris Dywan

Implement web app mode

Fixes: #48

1245e9c... by Cris Dywan

Mirror app menu in the window always (#53)

App menus are going to go away:
https://wiki.gnome.org/Design/Whiteboards/AppMenuMigration

2443a32... by Cris Dywan

Add View Source item to page menu (#54)

Fixes: #34

498ec50... by Cris Dywan

Employ timeout with focussing/ loading tab (#26)

When switching tabs, the new tab gets focus which causes it to load if it'd been delayed before. A timeout of 500ms prevents switching from triggering all tabs in-between.

cc50b96... by Cris Dywan

Implement private browsing intro as URI scheme (#52)

![screenshot from 2018-09-10 21-15-25](https://user-images.githubusercontent.com/1204189/45319206-7678de80-b53f-11e8-9982-dbd66c8d635b.png)

Note: This isn't actually surfacing `about:private` but just the functionality.

Fixes: #36

c7ef924... by Cris Dywan

Add tooltips to toolbar buttons (#50)

2e94e98... by Cris Dywan

More fine-grained Activatable interfaces (#42)

* `Plugins.plug` now takes a type and property, consumer connects signals.
* Generation of a GIR file.
* Preparation for built-in extensions in `extensions` folder.
* Tweaks to `Database` to avoid exposing `Sqlite` namespace in public API.

Note: Avoiding `owned get; construct;` with `Activatable` interfaces as
used in the definition of `Peas.Activatable` because it triggers a lot
of internal compiler assertions at build time.

Fixes: #35

adeb99a... by Cris Dywan

Add Circle CI configuration (#47)

A CI system should be configured to

- Build the code
- Run the test cases
- Try installing

7ef77d8... by Cris Dywan

Metadata updates for Flatpak-compatibility (#46)

Changing DBus name because - is not allowed by Flatpak.

73eaedf... by Cris Dywan

Don't reset Urlbar.secure on uri change (#45)

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