geary:wip/721441-originator

Last commit made on 2014-01-07
Get this branch:
git clone -b wip/721441-originator https://git.launchpad.net/geary

Branch merges

Branch information

Name:
wip/721441-originator
Repository:
lp:geary

Recent commits

902fbfb... by Jim Nelson

Some debug and error-checking toward fixing problems

7c7c4fe... by Jim Nelson

Fix memory leaks due to GMime bindings

Includes regen'd VAPI.

7da189b... by Wolfgang Steitz <email address hidden>

Use Gtk.SearchEntry: Closes bgno#713544

1267830... by Wolfgang Steitz <email address hidden>

"Force" search when Enter pressed on search bar: Closes bgno#713068

b55b637... by William Jon McCann

Add a little more space to icon in PasswordDialog: Refs bgno#720779

8c82996... by William Jon McCann

Use correct symbolic icon for password dialog: Closes bgno#713524

229f4dc... by Jim Nelson

Bind to GSettings rather than read/write imperatively

This work is the result of the prior commit (updating the Preferences
box, specifically). Instead of initialzing Widgets with GSettings
values and writing values out as Widget state changes, bind GSettings
values directly to the Widgets. This logic is also moved out to the
rest of the application where monitoring changes is necessary.

This has the pleasant side-effect of allowing changes to come in from
GSettings backends (i.e. dconf) and having them updated in Geary
automatically.

b4d2591... by William Jon McCann

Make application dialogs transient and modal: Closes bgno#720794

This makes both the Preferences and Accounts dialogs modal and
transient for the parent window. Additional code changes are to
remove logic in place to deal with previouys modeless-ness of those
dialogs.

79d0ea5... by William Jon McCann

Add SIDEBAR style class to sidebar: Closes bgno#720785

2d61a71... by William Jon McCann

Unable to use scrollbar along screen edge: Closes bgno#720789

When maximized, can't roll the mouse cursor to the screen edge
and grab the scrollbar due to shadow frame widget.