gnome-maps:wip/mlundblad/headerbar-notifications

Last commit made on 2018-02-08
Get this branch:
git clone -b wip/mlundblad/headerbar-notifications https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/headerbar-notifications
Repository:
lp:gnome-maps

Recent commits

d20afa7... by ml@update.uu.se

application: Show notifications in the headerbar

365e725... by ml@update.uu.se

mainWindow: Place the search entry in a GtkOverlay

To allow showing notifications there as a stop-gap
solution for notifications not working in the overlay
over the map view on Wayland.

1315c44... by ml@update.uu.se

gpxShapeLayer: Call the super contructor correcly too...

74b62fc... by ml@update.uu.se

gpxShapeLayer: Declare constructor correctly

This class is declared with GObject.registerClass()
so the constructor needs to be defined as _init().
Otherwise, the parent class instance isn't initialized
correctly.

b380782... by ml@update.uu.se

Release 3.27.90

342b236... by ml@update.uu.se

utils: Remove unused function

Remove the legacy addSignalMethods function, as all
classes now declares their signals via the
GObject.registerClass() property map.

https://bugzilla.gnome.org/show_bug.cgi?id=722758

acff05f... by ml@update.uu.se

Use ES6 classes

Replace the usage of legacy Lang.Class.
Register classes that needs GObject
functionallity using GObject.registerClass(),
use straight ES6 classes when GObject is not
nessesary.

https://bugzilla.gnome.org/show_bug.cgi?id=722758

173ae44... by ml@update.uu.se

Use ES6 arrow notation

Use the arrow notation to bind "this"
to anonymous functions.

https://bugzilla.gnome.org/show_bug.cgi?id=722758

f035483... by ml@update.uu.se

configure.ac: Bump GJS dependency

GJS 1.50 is needed for ES6 features.

https://bugzilla.gnome.org/show_bug.cgi?id=722758

8e02777... by Vibhanshu Vaibhav <email address hidden>

sidebar: Deselect text when focusing route entries

https://bugzilla.gnome.org/show_bug.cgi?id=783632