Skip to content
  • Niels De Graef's avatar
    Use GLib.Actions in the composer. Bug 770356. · ebd78896
    Niels De Graef authored and Michael Gratton's avatar Michael Gratton committed
    
    
    Now using these instead of the old composer's actions. This led to quite
    some changes:
    
    * Use GLib.ActionEntry instead of Gtk.ActionEntry in
      composer-widget.vala
    * Action names can now be specified in the UI files.
    * Use templates for the ComposerHeaderBar. Remove
      Pillbar as superclass, since that was no longer necessary.
    * Merge ComposerToolbar into ComposerWidget.
    * Since actions can now be parameterized, some methods could be
      merged (e.g. font size methods).
    * The menu button in the composer now automatically uses a popover.
    * Some methods and classes really deserved more comments.
    * necessary POTFILES.in changes
    
    Signed-off-by: Niels De Graef's avatarNiels De Graef <nielsdegraef@gmail.com>
    ebd78896