Commit Graph

195 Commits

Author SHA1 Message Date
Patrick Simpson f2523242de Added EASAccount code. 2017-11-23 10:16:30 +02:00
Patrick Simpson 57fda204e4 Added empty EASAccount project 2017-11-22 08:58:26 +02:00
Patrick Simpson b82e2ef839 [KOE-139] SharedFolderDialog now sets read-only flag on statically configured shared folders. 2017-11-08 14:39:52 +02:00
Patrick Simpson 7404b15d7a [KOE-149] Setting displayName later in GAB syncing, to prevent Outlook from constructing its own version. 2017-11-08 13:26:01 +02:00
Patrick Simpson be5d698654 [KOE-139] Added tooltips and support for disabling tree nodes in shared folders dialog, to support configured folders 2017-11-08 12:53:57 +02:00
Patrick Simpson 4b868456b0 [KOE-98] Added exclusions for configured and GAB folders to reminders query 2017-11-08 11:49:23 +02:00
Patrick Simpson 05d6d715a0 Comment update 2017-11-08 11:44:11 +02:00
Patrick Simpson d585da1c97 [KOE-148] Added send/receive at start-up 2017-11-01 14:36:41 +02:00
Patrick Simpson 9c10ac93dd [KOE-147] Iteration of stores now handles exceptions to prevent single broken store from affecting correct stores. 2017-10-25 11:22:50 +02:00
Patrick Simpson c2b0dc6e26 [KOE-146] Free/Busy server now tries another port if the standard port is in use. 2017-10-25 11:00:44 +02:00
Patrick Simpson f8f4c4aaa5 Fixed exception on default folder name if GAB user lookup fails 2017-10-07 10:17:14 +03:00
Patrick Simpson 99a8e1f0bd [KOE-49] Cleaned up margins for settings dialogs 2017-09-26 17:34:03 +02:00
Patrick Simpson a8fe76cf12 [KOE-116] Fix for cases when GAB is not available 2017-09-26 17:33:26 +02:00
Patrick Simpson 1febd7030e Added constructor to backendid with int64, as that seems to occur in Z-Push for 0. 2017-09-26 17:07:41 +02:00
Patrick Simpson a76c2f06e5 Fixed undisposed wrapper in secondary contacts 2017-09-26 16:51:36 +02:00
Patrick Simpson 06e90bed30 [KOE-142] Added exception to checking of shared folder renaming for secondary contacts, as that renames the folder. 2017-09-26 16:34:23 +02:00
Patrick Simpson 04a73157b5 Made ribbon caption upper case for Outlook 2013 to match other captions 2017-09-26 16:10:45 +02:00
Patrick Simpson 20ebda3e8c [KOE-116] Added configuration of display names for shared folders 2017-09-26 16:01:53 +02:00
Patrick Simpson f1937cd3d6 [KOE-142] Now suppressing moving of any shared folder or into a shared folder. This prevents deletion of folders moved into shared folders. Also added the SuppressHierarchyChanges property to enable/disable it. 2017-09-20 14:56:54 +03:00
Patrick Simpson c57c995b82 [KOE-142] Added suppression and undo of local hierarchy changes to shared folders 2017-09-18 15:47:20 +03:00
Patrick Simpson 036257eeaa Fix for restarting if there's a space in the profile name 2017-09-14 15:21:32 +03:00
Patrick Simpson 6afaa7aeba [KOE-132] Added test to prevent crash when sending email through other applications. 2017-09-06 15:17:45 +03:00
Patrick Simpson d9cd9e4521 [KOE-107] Added GAB lookup for send-as sender in case Outlook fails to resolve it, with option GABLookup to disable it. 2017-09-06 13:01:42 +03:00
Patrick Simpson b6a9d36282 Fixed bug in restarter command line that cause restarting to fail 2017-09-06 12:18:42 +03:00
Patrick Simpson 4ea8432f0f [KOE-123] Added basic code to register an account on startup. Not working fully yet, just creates a store. 2017-09-06 09:32:09 +03:00
Patrick Simpson d00fcffcf8 [KOE-133] Added checks for null accounts and explorers, which happens when an email is sent through another application. 2017-08-02 12:16:01 +03:00
Patrick Simpson 4d21e18641 [KOE-103] Added full logging of wrapper/item events using the TraceExtra log level 2017-07-31 15:11:18 +03:00
Patrick Simpson e05768a399 [KOE-103] Improvements to tracing: added property logging and explicit gc to item events log. 2017-07-31 11:27:08 +03:00
Patrick Simpson d8b09c1d9d [KOE-23] Fixed for multiple BCC recipients 2017-07-31 10:13:55 +03:00
Patrick Simpson 0d42105f93 [KOE-130] Cleanup and fixes for disabling wrapper tracing 2017-07-05 17:33:17 +02:00
Patrick Simpson 4ba62b1e1d [KOE-130] Removed cached property accessor, as that seems to keep the wrapper alive when it's no longer used. 2017-07-05 16:21:23 +02:00
Patrick Simpson 59ad301b03 [KOE-130] Added wrapper tracing feature 2017-07-05 12:12:43 +02:00
Patrick Simpson ac0634c2d3 [KOE-125] Fixed initial focus handling for shared folders dialog. Also no longer automatically opening when user tabs away from dialog. 2017-06-30 15:26:45 +02:00
Patrick Simpson 008c27026d [KOE-125] Added focused border to tree control 2017-06-30 14:55:51 +02:00
Patrick Simpson b17ebb2ec4 [KOE-125] Fixed selection of separator borders in drop list 2017-06-30 12:35:52 +02:00
Patrick Simpson 02410c65ef [KOE-115] Enabled sync stall detection by default 2017-06-30 11:56:14 +02:00
Patrick Simpson 334aeabc9d [KOE-125] Fixed mouse wheel handling for combo box 2017-06-29 18:57:13 +02:00
Patrick Simpson 1b509495c8 Implemented selection of GAB users. Added fallback item if no users are found. 2017-06-29 18:46:37 +02:00
Patrick Simpson d7c7c94a7e Implemented GABLookupControl using new combo box 2017-06-29 18:27:48 +02:00
Patrick Simpson a27f65e3d1 Added owner drawing of combo box items 2017-06-29 15:50:21 +02:00
Patrick Simpson 27f1eb7b8a Implemented basic filtering for combo box items 2017-06-29 15:01:35 +02:00
Patrick Simpson acfc47f018 Fixed keyboard handling in combo box 2017-06-29 13:37:55 +02:00
Patrick Simpson fdf8350afb Clean ups to combobox 2017-06-29 13:07:14 +02:00
Patrick Simpson af97aae748 Clean ups to combo box code 2017-06-29 12:36:56 +02:00
Patrick Simpson a0640739e8 Finalised mouse handling for combo box 2017-06-29 11:35:44 +02:00
Patrick Simpson 5371e0ee43 Fixed dimensions of combo box dropdown 2017-06-28 14:47:12 +02:00
Patrick Simpson 2490952c0b Simplified event handling for combo box, without message filter 2017-06-28 11:58:25 +02:00
Patrick Simpson ddec4f5bfc Added highlight of dropdown items on mouse move 2017-06-28 10:10:34 +02:00
Patrick Simpson 500499a67e Implemented key forwarding from combo box edit to list 2017-06-28 08:54:51 +02:00
Patrick Simpson 72fa30189e Exposed list properties on KComboBox 2017-06-21 16:08:38 +02:00