[geary] (110 commits) Non-fast-forward update to branch mjog/imap-connection-fixes
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary] (110 commits) Non-fast-forward update to branch mjog/imap-connection-fixes
- Date: Sat, 21 Mar 2020 07:20:06 +0000 (UTC)
The branch 'mjog/imap-connection-fixes' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
136bb00... Add a simple mock server for testing network code
a781411... Add unit test for Geary.Imap.ClientConnection
ed5b92e... Add unit test for Geary.Imap.ClientSession
d426c0e... Remove last vestiges of TCP graceful disconnect from IMAP c
a50bd27... Minor doc comment update
2266350... Update Geary.Imap.Command API
30f7063... Rework Geary.Imap.ClientConnection signal and error handlin
a9e64e3... Update Geary.Imap.Deserializer
d3fcfb6... Update Geary.Imap.Deserialiser implementation
b494529... Fix Geary.Imap.Command never receiving a response timeout
048c32c... Clean up Geary.Imap.ClientSession disconnect handling
718816a... Fix Geary.Imap.ClientSession::disconnect_async not working
31bc323... Remove Geary.Imap.ClientSession lifecyle signals
a4c1fca... Add TestCase.assert_double
28602fc... Update Geary.Imap.ClientSession connect timeout handling
dc95e0c... Minor fixes
ec02c56... Update Geary.Imap.Capabilities handling
fdc3097... Update Geary.Imap.ClientSession namespace handling
b4c8ef4... Remove Geary.Imap.ClientSession::server-data-received signa
86f58b7... Simply Geary.Imap.ClientService selected mailbox handling
e57fffb... Fix Geary.Imap.ClientService sometimes not closing sessions
Commits added to the branch:
f8e3541... Add explicit valac version check (*)
13fdfa5... Enable valac ABI stability (*)
ecf723c... composer: Remove font colors in plaintext mode (*)
87e2255... Application.Controller: Fix deleting conversations from sea (*)
bb90707... Update files for 3.36.0 (*)
e8c48a9... org.gnome.Geary.yml: Rename to org.gnome.Geary.yaml (*)
c75e097... Merge branch 'mjog/fix-flatpak-manifest-filename' into 'mai (*)
3278d01... Remove optional Enchant 1.x optional dependency (*)
1ec4f4a... Merge branch 'fix-674' into 'mainline' (*)
46541b9... Merge branch 'mjog/build-updates' into 'mainline' (*)
2ba5781... Update Swedish translation (*)
58ffad8... conversation-viewer: Shorten recipients list (*)
b15d83b... desktop/org.gnome.Geary.appdata.xml.in.in: Update for 3.36. (*)
44edf05... Merge branch 'mjog/3-36-appinfo-updates' into 'mainline' (*)
abd6d2c... Merge branch 'mjog/search-delete-broken' into 'mainline' (*)
5dca4d0... Add Catalan help translation (*)
bc0c31d... Merge branch 'fix-395' into 'mainline' (*)
819f13f... Don't attempt to get the last initial if no other word (*)
e805ac5... Merge branch 'mjog/fix-ppc-test' into 'mainline' (*)
7ceedd0... INSTALL: libgmime3.0-dev is actually libgmime-3.0-dev (*)
3490cbc... Update Catalan translation (*)
0ddf290... Update Swedish translation (*)
57a592f... Merge branch 'fix_INSTALL_typo' into 'mainline' (*)
6da19c5... Util.Cache.Lru: Fix intermitted unit test failure (*)
ac8c176... Merge branch 'mjog/lru-cache-intermittent-test-failure' int (*)
dd053eb... Make g_mime_filter_filter implementations more robust (clos (*)
0e269a3... Merge branch 'fix-725' into 'mainline' (*)
f2be8ef... ConverationViewerMessage: Pull markup out of translatable s (*)
c394611... Application.Controller: Make plugin manager public (*)
655f1dc... Components.PreferencesWindow: Make application prop nullabl (*)
1143bb0... Application.PluginManager: Convert ctor to RAII (*)
f567777... Plugins: Use module name as plugin names (*)
627bfb7... Application.PluginManager: Only load builtins if in install (*)
0c526f6... Plugins: Support loading optional plugins (*)
c290787... Add UI to preferences window for managing optional plugins (*)
46e3ba7... Update releases notes to mention new plugin UI (*)
a88a67b... Application.NotificationContext: Make API docs more concise (*)
7ef6276... Plugin.Notification: Convert to an interface (*)
25b527f... Application.PluginManager: Add notion of trusted plugins (*)
45b519e... Geary.BaseObject: Use GObject ctor for ref'ing instances (*)
899c1aa... Minor translatable string update for consistency (*)
c50ab50... Application.ContactStore: Make ::close internal (*)
18df946... FolderList.Tree: Remove use of a NotificationContext object (*)
f72b135... Add stable public interfaces for plugins to use (*)
03331fd... Application.PluginManager: Add close method (*)
ee4bd11... Convert plugins to use isolated context model (*)
ff7c0f2... Application.Client: fix expected GVariant types for actions (*)
dbf9b75... Plugin.MessagingMenu: Rename plugin module name (*)
835eb04... Plugin.MessagingMenu: Remove trusted status (*)
154bb2d... Rework and clean up how plugin extensions work (*)
df7889d... Make plugin activation and deactivation async and throw err (*)
c72ce8d... Replace FolderList.Tree mail hooks with plugin (*)
1963438... Plugin.DesktopNotification: Update notifications (*)
4b53370... Plugin.NotificationBadge: Update plugin description (*)
902f161... Merge branch 'mjog/remove-markup-from-translatable-strings' (*)
3f81b7d... Merge branch 'mjog/user-plugins' into 'mainline' (*)
cfa414f... Util.Avatar::extract_initials_from_name: Don't strip diacri (*)
ad6b58c... Util.Avatar::extract_initials_from_name: Trivial optimisati (*)
904f08e... Merge branch 'mjog/735-unicode-avatar-initials' into 'mainl (*)
3ff81d7... Updated Danish translation (*)
a14553f... Update Finnish translation (*)
1ec772c... Update POTFILES.in (*)
190c446... Components.InfoBarStack: New class for stacking Gtk InfoBar (*)
8851637... Components.InfoBar: New subclass of Gtk InfoBars with label (*)
feece66... MainWindowInfobar: Rename and derive from common InfoBar wi (*)
058a314... Application.MainWindow: Construct infobars programatically (*)
19fcf79... Application.MainWindow: Convert to using InfoBarStack (*)
e0ac053... Application.Controller: Minor code cleanup for readability (*)
1f54f11... Merge branch 'mjog/info-bar-cleanup' into 'mainline' (*)
254d107... plugins: Add support for folder plugins (*)
c8dd0c9... Plugin.FolderContext: Add folder_selected signal (*)
0e7d30f... Plugins.FolderContext: Add support for showing folder info (*)
a872c70... Plugin.Application: Add support for registering GLib Action (*)
0c5c204... Plugin: Add new Button class to allow plugins to create but (*)
27943e2... Plugin.InfoBar: Allow plugins to add a button to info bars (*)
55a9bfa... Plugin.FolderStore: Allow plugins to get folders from varia (*)
6869491... Merge branch 'mjog/folder-plugins' into 'mainline' (*)
ef412fe... Geary.Imap.AccountSession: Prefer SPECIAL-USE over XLIST (*)
8172ad9... console: Support issuing SPECIAL-USE with LIST commands (*)
77823ae... Merge branch 'mjog/prefer-special-use' into 'mainline' (*)
3202a9c... Application.FolderStoreFactory: Fix critical on account rem (*)
f0c1dfe... Application: Make Plugin.EmailStore impl usable by other cx (*)
45d05dd... Plugin: Fix some bad API docs (*)
1beea00... Application: Minor API doc comment update (*)
2e623a5... Geary.Smtp.ClientService: Pass a Geary.Email to sent-mail s (*)
e7c7326... Plugin.EmailStore: Actually emit the email-sent signal (*)
a47e0fc... Plugin: Add new sent-sound plugin (*)
2f3f2ca... Merge branch 'mjog/598-sent-email-sound' into 'mainline' (*)
652f77f... FolderList.Tree: Fix search folder not appearing when selec (*)
1b01068... Add a simple mock server for testing network code
35d4be3... Add unit test for Geary.Imap.ClientConnection
798a10b... Add unit test for Geary.Imap.ClientSession
783776e... Remove last vestiges of TCP graceful disconnect from IMAP c
9d61331... Minor doc comment update
5e5ff82... Update Geary.Imap.Command API
2cbc1a1... Rework Geary.Imap.ClientConnection signal and error handlin
7a7cf25... Update Geary.Imap.Deserializer
d815273... Update Geary.Imap.Deserialiser implementation
8298bb4... Fix Geary.Imap.Command never receiving a response timeout
0d8b12c... Clean up Geary.Imap.ClientSession disconnect handling
37d3231... Fix Geary.Imap.ClientSession::disconnect_async not working
bf235fc... Remove Geary.Imap.ClientSession lifecyle signals
1425716... Add TestCase.assert_double
c85698b... Update Geary.Imap.ClientSession connect timeout handling
01f5307... Minor fixes
c0ad9ab... Update Geary.Imap.Capabilities handling
131e44c... Update Geary.Imap.ClientSession namespace handling
6c4be61... Remove Geary.Imap.ClientSession::server-data-received signa
039252a... Simply Geary.Imap.ClientService selected mailbox handling
63c8570... Fix Geary.Imap.ClientService sometimes not closing sessions
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]