aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Migrate ~/.evolution to XDG base directories.Matthew Barnes2010-07-271-5/+10
| | | | | Migration runs just before the main loop starts. It's just a sequence of local directory and file renames.
* Use PVOID instead of gpointer when working with COM+ function pointersFridrich Štrba2010-07-271-6/+6
|
* More code cleanup.Matthew Barnes2010-07-273-21/+34
|
* Drop the "quote-from-selection" property.Matthew Barnes2010-07-261-6/+0
| | | | | David's solution is simpler: check if the HTML widget is mapped. Avoids having to propagate the property to Srini's new classes.
* Coding style and whitespace cleanup.Matthew Barnes2010-07-264-15/+13
|
* Fix right click issues.Srinivasa Ragavan2010-07-261-8/+63
|
* Add switch for tab & non-tab mode.Srinivasa Ragavan2010-07-261-1/+1
|
* Add folder pane for tabbed browser.Srinivasa Ragavan2010-07-261-3/+147
|
* Make the update-actions work across tabs.Srinivasa Ragavan2010-07-261-0/+18
|
* More bug fixes.Srinivasa Ragavan2010-07-261-1/+9
|
* Add EMailReader i/f recurrsive from tne Content.Srinivasa Ragavan2010-07-262-1/+86
|
* Rewrite the content piece of evolution.Srinivasa Ragavan2010-07-266-947/+47
|
* Report error to user when fails to open calendar/task/memo listMilan Crha2010-07-163-0/+36
|
* Clean up "ensure_sources" backend routines.Matthew Barnes2010-07-164-294/+70
| | | | | | | | | Remove redundant logic (we call e_source_list_ensure_group() and then proceed to do the same thing it just did), and use "local:" as the base URI for the "On This Computer" group. This requires commit 9e0845207b39f256f7e81d388741ed30a764ea7b in Evolution-Data-Server to work properly.
* Add nag popup when mailing list hijacks private reply with Reply-To: headerDavid Woodhouse2010-07-162-0/+9
|
* Change 'Reply to All' toolbar button into configurable 'Group Reply'David Woodhouse2010-07-152-0/+9
| | | | | ...with a dropdown menu like the Forward button, and configuration for whether it tries to do 'Reply to List' by default.
* Add support for ignoring mailing list Reply-To: headersDavid Woodhouse2010-07-152-0/+9
|
* Warn on reply-to-all with too many recipientsDavid Woodhouse2010-07-152-0/+9
|
* Bug 624204 - Warn when replying privately to a mailing list messageDavid Woodhouse2010-07-152-0/+9
|
* Bug 624285 - When replying, ignore text selection if preview is hiddenMatthew Barnes2010-07-142-0/+26
|
* Bug 624128 - Folder -> Subscriptions is always enabledMatthew Barnes2010-07-121-1/+11
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-124-21/+33
|
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-099-74/+74
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-093-24/+13
|
* Bug #621770 - Bottom-left calendar too bigMilan Crha2010-06-251-1/+0
|
* EShellContent: Add a focus_search_results() method.Matthew Barnes2010-06-255-0/+67
| | | | | This gives EShellSearchbar something concrete to call to direct focus away from itself instead of tabbing forward and hoping for the best.
* Bug 622633 - Can't launch Evolution from clock appletMatthew Barnes2010-06-252-1/+86
|
* Bug #611165 - Use memo start date from a calendar view, if activeMilan Crha2010-06-243-4/+8
|
* Coding style and whitespace cleanup.Matthew Barnes2010-06-204-5/+7
|
* Bug 616724 - Initialize message window with threaded state of main windowMatthew Barnes2010-06-193-56/+26
|
* Bug 619098 - mail_shell_backend_sync_store_cb() has wrong signatureJonathon Jongsma2010-06-181-0/+1
|
* Bug 621839 - Improve auto-selection of messagesMatthew Barnes2010-06-171-20/+7
|
* Bug 501534 - apply new customized view to all foldersChenthill Palanisamy2010-06-083-1/+21
|
* Coding style and whitespace cleanups.Matthew Barnes2010-06-071-2/+6
|
* Bug 620602 - Next/prev shortcuts should focus message listMatthew Barnes2010-06-061-5/+2
|
* Convert "startup-wizard" to an EExtension.Matthew Barnes2010-06-034-3/+664
| | | | | | | | | | | | | | Convert the "startup-wizard" EPlugin to an EExtension, and fix up the importing UI a bit (but it still needs a lot more love). Importing progress is now shown directly in the GtkAssistant window. Define a new EConfigItem type (E_CONFIG_PAGE_PROGRESS) for creating progress pages in a GtkAssistant. Also, change EMAccountEditor semantics slightly: you now have to call e_config_create_window() manually after creating a new EMAccountEditor instance. This allows extra EConfigItems (specifications for the window content) to be added manually before the window is created.
* Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-014-33/+38
| | | | | | | | | | EMFormatHTML now holds a sealed EWebView instead of a public GtkHTML, accessible through em_format_html_get_web_view(). Rename e_mail_reader_get_html_display() to e_mail_reader_get_formatter() and have it return an EMFormatHTML instead of an EMFormatHTMLDisplay, since that's usually the type you want (or else an EMFormat, but never an EMFormatHTMLDisplay).
* Use EWebView functions whenever possible.Matthew Barnes2010-05-311-1/+4
|
* Bug 613038 - Preview pane size not rememberedMatthew Barnes2010-05-294-53/+129
| | | | | | | Converted size restoration of all preview panes to be triggered by EShellWindow::shell-view-created signal. The signal is emitted when the view is fully initialized and visible. Shell views can use that as a trigger for restoring pane sizes from GConf.
* Fix critical warning in calendar express mode.Matthew Barnes2010-05-281-13/+9
|
* Bug 619904 - Mnemonic issues in express modeMatthew Barnes2010-05-281-1/+1
|
* Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-05-272-3/+3
| | | | | | | This reverts commit 43e2c871a418b560b391af00df2b10896055026c. Correct icon name is "mail-mark-notjunk". The previous fix got clobbered by the express2 merge.
* Coding style and whitespace cleanup.Matthew Barnes2010-05-275-7/+18
|
* Some post-merge cleanup.Matthew Barnes2010-05-271-22/+5
|
* Merge branch 'express2'Matthew Barnes2010-05-2717-116/+286
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-258-73/+74
| |
| * Fix compiler warnings.Matthew Barnes2010-05-252-72/+77
| |
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-254-22/+43
| |\
| | * Create the source groups required to ensure local adresssbooks and calendars ↵Chenthill Palanisamy2010-05-202-0/+8
| | | | | | | | | | | | are created
| | * Bug 619010 - Mailer's crash avoidance features are brokenMatthew Barnes2010-05-192-22/+35
| | |
| * | Merge commit 'origin/express2' into express2Michael Meeks2010-05-193-11/+29
| |\ \
| | * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-173-11/+29
| | |\|
| | | * Bug 615745 - New task pop up in calendar day view doesn't workMatthew Barnes2010-05-142-10/+28
| | | |
| | | * Bug 618400 - "Mark All Messages as Read" shortcut missingMatthew Barnes2010-05-121-1/+1
| | | |
| | | * Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-04-302-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit edf6286a38279e6db82dee4da50e94c587f06e02. gnome-icon-theme got it wrong, not us. See bug #616954.
| | | * Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-263-130/+13
| | | |
| | | * Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-231-4/+0
| | | |
| | | * Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-232-3/+3
| | | | | | | | | | | | | | | | mail-mark-notjunk -> mail-mark-not-junk
| * | | hide meeting creation if we have no accounts configured, for EvoMichael Meeks2010-05-192-0/+7
| |/ / | | | | | | | | | calendar in standalone mode
| * | Merge commit 'origin/express2' into express2Michael Meeks2010-05-111-0/+26
| |\ \
| | * | Handle adding 'X' close button on the menu bar. Restore adding the sameSrinivasa Ragavan2010-05-111-0/+26
| | | | | | | | | | | | | | | | for adding in calendar since it doesn't have a toolbar.
| * | | checking the sender: not a good ideaMichael Meeks2010-05-111-1/+0
| |/ /
| * | Turns out the filter function gets lots of messages, despite the bus-side ↵Michael Meeks2010-05-111-0/+6
| | | | | | | | | | | | filter.
| * | Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-303-130/+13
| | |
| * | Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-301-4/+0
| | |
| * | Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-302-3/+3
| | | | | | | | | | | | mail-mark-notjunk -> mail-mark-not-junk
| * | Add 'add new calendar' to the side pane like annum.Srinivasa Ragavan2010-04-271-1/+31
| | |
| * | Handle the side pane's date navigator size. Set a minimum size of 150pxSrinivasa Ragavan2010-04-271-2/+3
| | | | | | | | | | | | | | | and make sure it doesn't get smaller than that. Also pick the pane position from the right place.
| * | Don't use gconf to store the names of widgets to hideFederico Mena Quintero2010-04-272-2/+13
| | | | | | | | | | | | | | | | | | That was just for development. Now we hardcode the lists of widgets. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | fix build snafu (urk)MEEGO_1_0Michael Meeks2010-04-231-1/+1
| | |
| * | add defines to ease MeeGo buildingMichael Meeks2010-04-231-0/+10
| | |
| * | Merge commit 'origin/gnome-2-30' into express2Michael Meeks2010-04-223-1/+89
| |\|
| | * Bug #615331 - Message list/Folder tree focus policy has changedMilan Crha2010-04-191-0/+1
| | |
| | * Bug 596601 (bnc) - monitor system timezone changes in evolutionChenthill Palanisamy2010-04-162-1/+88
| | |
| * | Merge commit 'origin/express2' into express2Michael Meeks2010-04-201-27/+0
| |\ \
| | * | Get rid of custom quit for calendar and instead use the shellSrinivasa Ragavan2010-04-191-27/+0
| | | |
| * | | add proxy support to auto-configurationMichael Meeks2010-04-201-1/+2
| |/ /
| * | Just close the window and not the entire shellSrinivasa Ragavan2010-04-191-3/+8
| | |
| * | Remove /apps/evolution/calendar/date_navigator/show_week_numbersFederico Mena Quintero2010-04-182-5/+1
| | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Use a single /apps/evolution/calendar/display/show_week_numbersFederico Mena Quintero2010-04-182-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have two preferences for showing week numbers in various places. We will combine these to be a single preference. This change replaces /apps/evolution/calendar/display/day_view_show_week_number with a general /apps/evolution/calendar/display/show_week_numbers. We'll deal with the other preference in subsequent commits. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | turn threading on by default for mail; un-conditionally.Michael Meeks2010-04-151-1/+1
| | |
| * | Merge commit 'origin/express2' into express2Michael Meeks2010-04-153-0/+9
| |\ \
| | * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-04-133-0/+9
| | |\|
| | | * Bug #611646 - Calendar shows recurring birthdays incorrectlyMilan Crha2010-04-133-0/+9
| | | |
| * | | remove custom close / searchbar hiding hacks for express mode,Michael Meeks2010-04-151-4/+0
| |/ / | | | | | | | | | use the new / stock shell versions now.
| * | remove special case for calendarMichael Meeks2010-04-121-11/+0
| | |
| * | Merge branch 'express2' into express2-reduced-preferencesFederico Mena Quintero2010-04-104-1/+632
| |\ \
| | * | Merge gnome-2-30 into express2 to get bugfixesFederico Mena Quintero2010-04-104-1/+632
| | |\| | | | | | | | | | | | | | | | | | | | | Note that express2 got some documentation for EExtensible and friends, and that documentation is not in gnome-2-30 yet. We need to cherry-pick those commits into gnome-2-30 and elsewhere.
| | | * Add missing linker flag to NetworkManager extension.Matthew Barnes2010-04-091-0/+1
| | | |
| | | * [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-04-081-0/+4
| | | |
| | | * [win32] Implement network status detectionFridrich Strba2010-04-083-1/+628
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The implementation is done using System Event Notification Service by implementing ConnectionMade ConnectionMadeNoQOCInfo and ConnectionLost methods of ISensNetwork interface. Make the subscription to the network status notification receive the event only if the ownerof the subscription is logged on to the same computer as the publisher. This makes this module work on Windows Vista and Windows 7 with normal user account. Don't try to build Windows SENS when not building for Windows. Extract the relevant COM structs and typedefs from mingw-w64 headers to allow to build the module with mingw.org toolchain and fix build breakages with Microsoft compilers.
| | | * Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-083-1/+279
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration.
| * | | Hide widgets for the composer's preferences in Express modeFederico Mena Quintero2010-04-091-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | | Hide widgets for the mailer's preferences in Express modeFederico Mena Quintero2010-04-091-0/+4
| |/ / | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Express: Composer always defaults to HTML modeMatthew Barnes2010-04-072-6/+24
| | | | | | | | | | | | | | | | | | Composer and signature editor always default to HTML in Express mode. Hide the corresponding composer preference. This will not affect the user preference in normal mode.
| * | Hide searchbar in calendar view in express mode.Srinivasa Ragavan2010-04-071-1/+5
| | |
| * | Fix mismatched quotes.Matthew Barnes2010-04-076-11/+11
| | |
| * | Simplify the search UI for express mode.Matthew Barnes2010-04-075-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For express mode: - Move the search bar up to the toolbar. - Hide the "filter" combo box and lock down the first item. - Hide the "scope" combo box and lock down the first item. (This is the combo box with "Current Folder" only in the mailer.) - EShellView owns the search bar widget now instead of EShellContent. - Insert several nasty hacks that will likely come back to bite me. Conflicts: doc/reference/shell/eshell-sections.txt
| * | Add ConnMan support (words fail me ...)Michael Meeks2010-04-073-0/+231
| | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac modules/Makefile.am
| * | Add an extension to configure EWebView.Matthew Barnes2010-04-075-15/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | Make EWebView extensible and register an extension to automatically bind every EWebView instance to the appropriate EShellSettings. Conflicts: widgets/misc/e-web-view.c
| * | Fix build breakage.Matthew Barnes2010-04-071-0/+1
| | |
| * | Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-073-1/+279
| | | | | | | | | | | | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration.
| * | Add extensions to configure calender widgets.Matthew Barnes2010-04-0717-5/+760
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make ECalendarItem, ECalendarView, ECalModel, EDateEdit, EMeetingStore, and EMeetingTimeSelector extensible and register extensions to automatically bind every instance to the appropriate EShellSettings. Conflicts: calendar/gui/gnome-cal.c modules/calendar/e-cal-shell-content.c
| * | Add an extension to configure EMFormatHTML.Matthew Barnes2010-04-074-0/+129
| | | | | | | | | | | | | | | Make EMFormatHTML extensible and register an extension to automatically bind every EMFormatHTML instance to the appropriate EShellSettings.
| * | Redo Calendar for express mode. Just design/layout changes.Srinivasa Ragavan2010-04-074-76/+151
| |/
| * Bug 614926 - Memos and Tasks accelerators switched since 2.28Matt McCutchen 22010-04-072-2/+2
| |
| * Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-011-2/+4
| |
| * Bug #613356 - Calendar doesn't save Task/Memo table stateMilan Crha2010-04-013-12/+75
| |
| * Bug #613354 - Folder->Mark all messages as read does not workMilan Crha2010-04-011-1/+5
| |
| * Fix build break due to GTK+ deprecations.Matthew Barnes2010-03-301-0/+4
| |
| * Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-261-0/+84
| | | | | | | | | | | | | | We measure a sample string, and then clamp this to one fourth of the screen's width; we do some voodoo to guess the monitor we are in. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Bug 576165 - SIGSEGV in e_plugin_mono_register_type (bnc)Chenthill Palanisamy2010-05-261-3/+5
| |
* | Fix compiler warnings.Matthew Barnes2010-05-221-0/+2
| |
* | Bug #546551 - Dialog for mark-all-read always mentions subfoldersMilan Crha2010-05-211-1/+5
| |
* | Create the source groups required to ensure local adresssbooks and calendars ↵Chenthill Palanisamy2010-05-202-0/+8
| | | | | | | | are created
* | Bug 619010 - Mailer's crash avoidance features are brokenMatthew Barnes2010-05-192-22/+35
| |
* | Bug #499320 - Preview before import from command lineMilan Crha2010-05-191-0/+33
| |
* | Bug 615745 - New task pop up in calendar day view doesn't workMatthew Barnes2010-05-142-10/+28
| |
* | Bug #607257 - Add checks for event->comp_data != NULLMilan Crha2010-05-143-3/+38
| |
* | Convert "default-mailer" plugin to an extension.Matthew Barnes2010-05-134-0/+345
| |
* | Bug #603006 - Move All Contacts To enabled for read-only address booksMilan Crha2010-05-131-0/+4
| |
* | Bug 618400 - "Mark All Messages as Read" shortcut missingMatthew Barnes2010-05-121-1/+1
| |
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-0210-70/+172
| |
* | Adapt to Camel API changes.Matthew Barnes2010-04-303-25/+14
| |
* | Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-04-302-3/+3
| | | | | | | | | | | | This reverts commit edf6286a38279e6db82dee4da50e94c587f06e02. gnome-icon-theme got it wrong, not us. See bug #616954.
* | Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-263-130/+13
| |
* | Camel is now GObject-based.Matthew Barnes2010-04-246-21/+21
| |
* | Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-231-4/+0
| |
* | Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-232-3/+3
| | | | | | | | mail-mark-notjunk -> mail-mark-not-junk
* | Bug #615331 - Message list/Folder tree focus policy has changedMilan Crha2010-04-191-0/+1
| |
* | Bug #608766 - Replace pthread with GLib's GThreadMilan Crha2010-04-151-1/+1
| |
* | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-132-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still remaining: GtkAccessible::widget GtkAssistant::forward GtkAssistant::back GtkObject::flags GtkTreeStore::stamp The GtkAssistant fields are related to bug #596428. We don't need accessor functions so much as the enhancement described there implemented. https://bugzilla.gnome.org/show_bug.cgi?id=615613
* | Bug #611646 - Calendar shows recurring birthdays incorrectlyMilan Crha2010-04-133-0/+9
| |
* | Forgot to commit some bits.Matthew Barnes2010-04-081-4/+0
| |
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-084-16/+49
| |
* | Bug 614926 - Memos and Tasks accelerators switched since 2.28Matt McCutchen 22010-04-072-2/+2
| |
* | Bug #567304 - Review strings for translationMilan Crha2010-04-072-7/+11
| |
* | Adapt to Camel API changes.Matthew Barnes2010-04-042-7/+7
| |
* | Only #include Camel's top-level header.Matthew Barnes2010-04-0312-23/+3
| |
* | Miscellaneous cleanup bits from WebKit branch.Matthew Barnes2010-04-022-15/+11
| |
* | Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-0212-42/+42
| |
* | Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-011-2/+4
| |
* | Bug #613356 - Calendar doesn't save Task/Memo table stateMilan Crha2010-04-013-12/+75
| |
* | Bug #613354 - Folder->Mark all messages as read does not workMilan Crha2010-04-011-1/+5
| |
* | Bug #602801 - Duplicate mnemonicViswanath S2010-04-011-1/+1
| |
* | Stop relying on CamelObject meta-data.Matthew Barnes2010-04-011-62/+0
| |
* | [win32] Test for eventsys.h and sensevts.h properlyFridrich Štrba2010-04-011-13/+22
| |
* | Express: Composer always defaults to HTML modeMatthew Barnes2010-03-302-6/+24
| | | | | | | | | | | | Composer and signature editor always default to HTML in Express mode. Hide the corresponding composer preference. This will not affect the user preference in normal mode.
* | Hide searchbar in calendar view in express mode.Srinivasa Ragavan2010-03-301-1/+5
| |
* | Drop support for migrating from Evolution < 2.0.Matthew Barnes2010-03-303-2058/+3
| | | | | | | | | | | | | | There's too much ancient, crufty code there that we can't realistically support anymore. A workaround for those poor users still on 1.x is to upgrade to some 2.x release first, then upgrade again to 3.x. An error dialog explaining this will be shown at startup.
* | Reformat code so that it looks okFridrich Štrba2010-03-291-8/+8
| |
* | [win32] Don't brew your own macro if glib has one suitable availableFridrich Štrba2010-03-291-3/+1
| |
* | [win32] Windows SENS module cannot be built with C++ compilerFridrich Štrba2010-03-291-4/+1
| |
* | [win32] Some buildability tweaks for Windows SENS moduleFridrich Štrba2010-03-291-1/+161
| | | | | | | | | | | | | | Don't try to build Windows SENS when not building for Windows. Extract the relevant COM structs and typedefs from mingw-w64 headers to allow to build the module with mingw.org toolchain and fix build breakages with Microsoft compilers.
* | Fix mismatched quotes.Matthew Barnes2010-03-296-11/+11
| |
* | Bug 468448 - Kill "Hide Read Messages" and "Hide Selected Messages"Matthew Barnes2010-03-283-97/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the following menu items under View: Hide Selected Messages Hide Read Messages Show Hidden Messages These options are confusing and don't fit with the rest of the mailer design. Hidden messages were tracked by folder in: ~/.evolution/mail/config/hidestate-<<folder-uri>> So by simply not loading those files any more we reveal all previously hidden messages and avoid any risk of lost messages. Also inverted "Hide Deleted Messages" to "Show Deleted Messages".
* | Bug 611882 - Missing mnemonics in Date/Time format preferencesMatthew Barnes2010-03-281-1/+1
| |
* | Simplify the search UI for express mode.Matthew Barnes2010-03-275-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For express mode: - Move the search bar up to the toolbar. - Hide the "filter" combo box and lock down the first item. - Hide the "scope" combo box and lock down the first item. (This is the combo box with "Current Folder" only in the mailer.) - EShellView owns the search bar widget now instead of EShellContent. - Insert several nasty hacks that will likely come back to bite me.
* | [win32] Remove the C++ dependencyFridrich Štrba2010-03-272-133/+250
| | | | | | | | Implement the Windows SENS network monitoring in plain C
* | [win32] Converting the Windows SENS from C++ to plain CFridrich Štrba2010-03-272-11/+10
| |
* | Fix build break due to GTK+ deprecations.Matthew Barnes2010-03-261-0/+4
| |
* | Ensure that the width of the mail sidebar is not too wideFederico Mena Quintero2010-03-261-1/+48
| | | | | | | | | | | | | | We just clamp this to one fourth of the screen's width; we do some voodoo to guess the monitor we are in. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Add ConnMan support (words fail me ...)Michael Meeks2010-03-263-1/+232
| |
* | [win32] Fix on-the-fly UUID creation and change names of functionsFridrich Štrba2010-03-261-9/+24
| | | | | | | | and variables so that they look more like what we do in Evolution
* | [win32] Generate UUID on the fly in Windows SENS moduleFridrich Štrba2010-03-251-7/+14
| |
* | [win32] Miscellaneous fixes to Windows SENS moduleFridrich Štrba2010-03-251-99/+120
| | | | | | | | | | | | | | | | | | Check actually the return values and bail out if the registration to receive system events failed. Reformat the code to be consistent wrt tabs vs. space use. Extract frequently used patterns into an inline function.
* | [win32] Little modifications to Windows SENS moduleFridrich Strba2010-03-241-7/+30
| | | | | | | | | | | | | | | | | | | | | | Make the MySensNetwork class inherit from ISensNetwork interface instead of IDispatch (this assures, inter alia, that we use the right function signatures for the callbacks). Make the subscription to the network status notification receive the event only if the ownerof the subscription is logged on to the same computer as the publisher. This makes this module work on Windows Vista and Windows 7 with normal user account.
* | [win32] Implement network status detectionFridrich Strba2010-03-243-1/+282
| | | | | | | | | | | | | | | | The implementation is done using System Event Notification Service by implementing ConnectionMade ConnectionMadeNoQOCInfo and ConnectionLost methods of ISensNetwork interface. Introduces C++ dependency for Windows port only
* | Clear one more instance of lockdown settingsFridrich Strba2010-03-241-0/+2
| |
* | Oops, remove debug printfFederico Mena Quintero2010-03-231-9/+0
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Don't hardcode a width, but compute a suitable oneSrinivasa Ragavan2010-03-232-16/+10
| | | | | | | | | | | | | | | | | | | | | | | | We do this by measuring a template string, which contains a sample name for an email account. This is what normally gets displayed in the folder tree, so such a sample string should give a reasonable width. Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: modules/mail/e-mail-shell-sidebar.c
* | Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-231-1/+16
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Close only the current window than the entire shell.Srinivasa Ragavan2010-03-231-3/+8
| |
* | Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-231-0/+37
| | | | | | | | | | | | | | | | We do this by measuring a template string, which contains a sample name for an email account. This is what normally gets displayed in the folder tree, so such a sample string should give a reasonable width. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Add an extension to configure EWebView.Matthew Barnes2010-03-235-15/+134
| | | | | | | | | | Make EWebView extensible and register an extension to automatically bind every EWebView instance to the appropriate EShellSettings.
* | Fix build breakage.Matthew Barnes2010-03-221-0/+1
| |
* | [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-03-211-0/+2
| |
* | Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-03-203-1/+279
| | | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration.
* | Add extensions to configure calender widgets.Matthew Barnes2010-03-2017-5/+759
| | | | | | | | | | | | Make ECalendarItem, ECalendarView, ECalModel, EDateEdit, EMeetingStore, and EMeetingTimeSelector extensible and register extensions to automatically bind every instance to the appropriate EShellSettings.
* | Add an extension to configure EMFormatHTML.Matthew Barnes2010-03-204-0/+129
| | | | | | | | | | Make EMFormatHTML extensible and register an extension to automatically bind every EMFormatHTML instance to the appropriate EShellSettings.
* | Redo Calendar for express mode. Just design/layout changes.Srinivasa Ragavan2010-03-204-77/+152
|/
* Fix a couple compiler warnings.Matthew Barnes2010-03-161-1/+1
|
* Make the gconf schemas installation rules consistent in all Makefiles.amFridrich Strba2010-03-161-10/+12
|
* Bug 612792 - Crash when trying to delete WebDav addressbookMatthew Barnes2010-03-154-4/+4
|
* Actually respect the --disable-schemas-install configure optionFridrich Strba2010-03-151-0/+4
|
* Shell and UI manager cleanups.Matthew Barnes2010-03-142-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Replace the EVO_EXPRESS environment variable with an --express command line option. (Note, this adds a new translatable string for --help.) Add an EUIManager class with an "express-mode" property and custom load functions that use our new "express" preprocessor. This replaces the UI manager functions in e-utils.c. (Also going to see if I can get GTK+ to add an "add_ui_from_string" method to GtkUIManagerClass that we can override. Then we could just call gtk_ui_manager_add_ui_from_string() and the preprocessor would automatically do its thing and chain up.) Add an "express-mode" read-only GObject property to EShell. Add e_shell_configure_ui_manager() to e-shell-utils.c. For now this just creates a one-way property binding: EShell:express-mode -> EUIManager:express-mode Call this immediately after e_ui_manager_new(). (EUIManager can't do this itself because it lives too low in the dependency hierarchy and doesn't know about EShell.)
* clean up the 'express' mode hooks for UI Managers and start toMichael Meeks2010-03-141-5/+1
| | | | | extend them to plugins - use a simple one-off boolean on the UI Manager instead of exhaustively trying to propagate this information everywhere.
* Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-142-2/+2
|
* Switch to anjal style on express mode.Srinivasa Ragavan2010-03-141-15/+18
|
* Integrate into new account button.Srinivasa Ragavan2010-03-142-1/+5
|
* Add generic 'express mode' conditionals to the UI XMLMichael Meeks2010-03-141-1/+4
|
* Fix GnomeCalendar lifecycle; not being a widget meant we didn'tMichael Meeks2010-03-141-3/+1
| | | | | | | get a gtk_widget_destroy invocation, which meant we left some callbacks registered, long after our child 'views' were destroyed causing sudden death in update_marcus_bains_line_cb, manipulating views.
* Some more directories relocated on windowsFridrich Strba2010-03-116-0/+11
|
* Bug 611727 - Date navigator marks dates for inactive calendarsMatthew Barnes2010-03-101-0/+4
|
* Bug 611873 - Make triple-clicking a shortcut for "Show Only This ..."Matthew Barnes2010-03-063-45/+6
| | | | Requires e_source_selector_select_exclusive() from libedataserverui.
* Bug #529331 - Deletes appointments when moving to the same calendarMilan Crha2010-02-252-6/+21
|
* Bug 587014 - Magic space does not work as expectedMatthew Barnes2010-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Neither ETree::key-press nor ETableItem::key-press signal definitions specify a GSignalAccumulator that terminates the signal emission when a handler returns TRUE, and Evolution 2.29 connects multiple handlers to ETree::key-press. When the space key is pressed, the first handler implements the magic space bar behavior and returns TRUE, which should terminate signal emission but doesn't because there's no accumulator function on the signal. So the second handler runs and checks for other keys besides space. It returns FALSE since it didn't handle the key press. End result: emission site gets back FALSE (from the second handler) as the return value, so it thinks the key press was not handled at all and invokes the fallback handler -- e_selection_model_toggle_single_row() -- which -unselects- the newly selected row, making it appear the next unread message was never selected. Several other ETable-related signals that return "handled" flags also lack GSignalAccumulator functions. I've made a note to myself to fix those as well.
* Bug 609836 - Add translator comments to ambiguous stringsMatthew Barnes2010-02-174-0/+20
|
* Bug 604542 - Skip non-system rules when building quick search menuMatthew Barnes2010-02-111-0/+2
|
* Bug 609403 - Doesn't restore window size alwaysMatthew Barnes2010-02-103-257/+248
|
* Bug 609404 - Quick search filter should work on current message list viewMatthew Barnes2010-02-101-8/+18
|
* Add DnD support to e-selection.c.Matthew Barnes2010-02-093-23/+31
| | | | | | Avoid listing calendar and directory targets explicitly, so that e-selection.c contains the one and only master list. Still need to figure out how to centralize "text/x-source-vcard".
* Fix some dead assignments.Matthew Barnes2010-02-083-6/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2010-02-083-33/+31
|
* Implement account-wide search scope in mail.Matthew Barnes2010-02-078-169/+478
| | | | Also, let EShellSearchbar handle search state persistence.
* Bug 607520 - 'Add to Address Book' fails when address has spaceMatthew Barnes2010-02-031-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-312-132/+132
|
* Improve sidebar and ECalModel interaction.Matthew Barnes2010-01-309-120/+657
| | | | | Restores the "default client" behavior from 2.28, so that "Click to Add" task and memo fields work properly.
* Sidebar cleanups for Memos and Tasks.Matthew Barnes2010-01-302-45/+41
| | | | | | | Kill the EMemoTable::user-created signal and connect directly to ECalModel::row-appended in e_memo_shell_view_private.c. Same goes for tasks.
* Remove a bunch of dead code in GnomeCalendar.Matthew Barnes2010-01-301-24/+0
|
* Level the differences with the alternative runtime/header setFridrich Strba2010-01-281-0/+12
|
* Make authentication functionality availableGustavo Noronha Silva2010-01-278-18/+18
| | | | | | | This involves renaming the calendar auth-related functions to have a prefix, and shipping the headers. Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175
* Bug #606666 - Cannot move cursor with arrows in preview with caret modeMilan Crha2010-01-251-1/+1
|
* Coding style and whitespace cleanups.Matthew Barnes2010-01-231-1/+3
|
* Bug 549558 - "Download Messages for Offline Usage" still sensitive in ↵Viswanath Sivakumar2010-01-221-1/+7
| | | | offline mode
* Bug 607608 - Empty Trash does not work unless Trash is selectedMatthew Barnes2010-01-223-35/+45
|
* Bug #602827 - Disable broken plugins automaticallyMilan Crha2010-01-191-0/+2
|
* Bug 606940 - plugin_lib_loadmodule() always enables the pluginMatthew Barnes2010-01-191-0/+4
|
* Give all preview panes a search bar.Matthew Barnes2010-01-1818-163/+243
| | | | Use Shift+Ctrl+F as the accelerator for consistency with the mailer.
* Fix some potential null pointer dereferences.Matthew Barnes2010-01-163-6/+12
| | | | Caught by the Clang Static Analyzer.
* Fix a potential uninitialized argument in e-plugin-python.c.Matthew Barnes2010-01-161-4/+6
| | | | | | | | | | | if (PyCallable_Check (priv->pClass)) pInstance = PyObject_CallObject (priv->pClass, NULL); pValue = PyObject_CallMethod (pInstance, (gchar *) name, NULL); 'pInstance' may be uninitialzed in call to PyObject_CallMethod(). Found by the Clang Static Analyzer.
* Remove dead assignments found by clang.Matthew Barnes2010-01-1621-96/+4
|
* Cleanup delete actions in shell views.Matthew Barnes2010-01-1113-271/+41
|
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-083-8/+8
| | | | Several GtkWidget macros were recently deprecated.
* Bug #549988 - "Empty Trash" in Trash popup empties all Trash foldersMilan Crha2010-01-061-4/+4
|
* Bug #597816 - Read/save search folders with labels properlyMilan Crha2010-01-052-2/+17
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-052-44/+69
|
* Kill e_popup_menu().Matthew Barnes2010-01-051-2/+0
| | | | | The function is trivial and was only used from ETableHeaderItem. This also eliminates widgets/misc/e-gui-utils.[ch].
* Coding style and whitespace cleanup.Matthew Barnes2010-01-044-25/+48
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-283-24/+27
|
* Rename ECalendarTable to ETaskTable.Matthew Barnes2009-12-279-106/+105
| | | | | Since ECalendarTable was only used for tasks anyway, and ETaskTable pairs nicely with EMemoTable.
* Coding style and whitespace cleanup.Matthew Barnes2009-12-2613-38/+101
|
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-2625-767/+20
| | | | | | | | | | | | | | | | | | EFocusTracker tracks the input focus within a window and helps keep the sensitivity of "selectable" actions in the main menu up-to-date. Selectable actions include Cut, Copy, Paste, Select All and Delete. EFocusTracker has built-in support for widgets that implement the GtkEditable interface such as GtkEntry and GtkTextView. It also supports custom widgets that implement the ESelectable interface, which is a subset of GtkEditable and can apply to anything that displays selectable content (esp. tree views and ETables). This commit integrates EFocusTracker with EShellWindow, CompEditor, EMsgComposer, and ESignatureManager. It also bumps the GtkHTML requirement to 2.29.5 to utilize the new GtkhtmlEditor:html constructor property.
* Bug #329693 - Add contexts to translated "None" wordsMilan Crha2009-12-241-2/+4
|
* Bug #605192 - New memo window has start date as NoneMilan Crha2009-12-231-0/+16
|
* Bug 596947 - Calendar view forgets memo pane heightMatthew Barnes2009-12-201-3/+4
|
* Remove some obsolete GConf keys.Matthew Barnes2009-12-194-138/+144
| | | | | | | | | /apps/evolution/mail/display/show_preview /apps/evolution/mail/display/thread_list These keys are no longer needed since we're storing the settings by folder now in ~/.evolution/mail/config/state. To simplify things we use hard-coded defaults: TRUE for PreviewVisible, FALSE for GroupByThreads.
* Refactor the EShell search API.Matthew Barnes2009-12-1923-131/+322
| | | | | | | | | | | | | | | | | Move the search interface to a new widget: EShellSearchbar The current search rule is now stored in EShellView, and the search context in EShellViewClass similar to GalViewCollection (since it's class-specific, not instance-specific). Also add a couple new signals to EShellView: "clear-search" and "custom-search" ("custom" refers to an advanced search or a saved search -- something more complex than a quick search). Still working out a few kinks. The search entry is clearly trying to be too many things. We need a different way of indicating that you're looking at search results. Perhaps a search results banner similar to Nautilus.
* Bug #596967 - Per-folder setting for threading and preview panelMilan Crha2009-12-193-1/+111
|
* Bug #593700 - Restore folder's last selected message as expectedMilan Crha2009-12-181-136/+0
|
* Bug #603184 - Various problems with search box in foldersMilan Crha2009-12-181-0/+3
|
* Kill MailSession's interactive flag.Matthew Barnes2009-12-171-3/+0
| | | | | | | | | | | | After analyzing this again I'm confident we really don't need it. The only state change is from FALSE to TRUE at startup, and that one-time event happens while the mail shell backend is starting up (see: e_shell_backend_start()). If a need arises to query for this in the future I'll extend the EShellBackend API with an e_shell_backend_started() function, but for now there's no need.
* Move MailFolderCache signal handlers to EMailBackend.Matthew Barnes2009-12-171-77/+0
| | | | | Move the MailFolderCache signal handlers from EMailShellBackend down to EMailBackend (in libevolution-mail.so) to share with Anjal.
* Introduce EMailBackend into libevolution-mail.Matthew Barnes2009-12-162-361/+158
| | | | | | | EMailBackend is an abstract subclass of EShellBackend that handles online and offline modes and application shutdown. Placing this in the shared mail library allows Anjal to reuse it. Evolution's mail module further extends this class as EMailShellBackend.
* Add MailFolderCache::folder-changed signalJonathon Jongsma2009-12-161-0/+55
| | | | | | | | | Yes, this signal is kind of an ugly monster. I'm not sure how to improve this significantly. But this commit removes the last EMFolderTreeModel and EShell dependencies from MailFolderCache, which is a big step towards splitting off the backend. https://bugzilla.gnome.org/show_bug.cgi?id=604627
* Remove mail-config, vfolder, and filter deps from mail-folder-cacheJonathon Jongsma2009-12-161-0/+22
| | | | | | | | | | | | | | | | | | Instead of pushing the updates to the right places, the folder cache simply emits the appropriate signals and other objects are responsible for listening and handling them appropriately. This allows us to cut down the dependencies of MailFolderCache significantly, which is a huge step towards allowing us to split it off for the backend. Another nice thing about this is that it allows us to trim a lot of 'public' api from the filter, vfolder, and config classes that were only used by the cache. Now that stuff can all be internal since they're pulling changes rather than having the changes pushed. The last remaining problematic dependency in MailFolderCache is EmFolderTreeModel. That is next on the chopping block. https://bugzilla.gnome.org/show_bug.cgi?id=604627
* Move mail migration code to libevolution-mail.so.Matthew Barnes2009-12-164-3142/+2
| | | | So Anjal can reuse it.
* Bug #603342 - Memory leak fixesMilan Crha2009-12-151-4/+6
|
* Introduce EMailSidebar into libevolution-mail.Matthew Barnes2009-12-154-419/+23
| | | | | | EMailSidebar is a subclass of EMFolderTree that implements the state saving and restoration feature from EMailShellSidebar. Placing this in the shared mail library allows Anjal to reuse it.
* Bug #602998 - Contacts searches are supposed to be per address bookMilan Crha2009-12-115-9/+83
|