aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-6/+6
|
* Use SoupURI instead of EUri.Matthew Barnes2012-06-193-12/+24
| | | | EUri is now deprecated.
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-184-1/+16
|
* Disable 'Rename' if source is a collection member.Matthew Barnes2012-06-159-45/+99
| | | | | | For consistency with the Preferences window. We assume the display names are server-assigned and not user-assigned, at least not assigned through Evolution.
* Remove the last remaining usage of GConfMilan Crha2012-06-153-889/+17
|
* Move ECalSourceConfig to /widgets/misc.Matthew Barnes2012-06-156-6/+6
| | | | | | ECalSourceConfig drags in no additional dependencies, and although we do publish a libevolution-calendar.so, this keeps all the ESource config UI in one place so it can more easily be moved to Evolution-Data-Server.
* Bug #676179 - Memos/Tasks - Update preview when it's shownDan Vrátil2012-06-142-0/+12
|
* Adapt to evolution-data-server's port from GConf to GSettingsMilan Crha2012-06-141-6/+7
|
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-0422-58/+31
|
* Adapt modules/calendar to the new ESource API.Matthew Barnes2012-06-0338-2194/+717
|
* Reduce diff noise with 'account-mgmt' branch.Matthew Barnes2012-06-0311-21/+48
| | | | One last time.
* Bug #675863 - Cannot load webview.css from Tasks/MemosDan Vrátil2012-05-172-24/+32
|
* Bug #671585 - Add support for smooth scrolling devicesMilan Crha2012-05-151-4/+27
|
* Whitespace cleanups.Matthew Barnes2012-05-133-16/+16
|
* Rename Evolution module libraries.Matthew Barnes2012-05-111-6/+5
| | | | | | | Drop the "libevolution" prefix so it's not so verbose and also consistent with upcoming evolution-data-server module libraries. libevolution-module-foo.so --> module-foo.so
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-2215-107/+180
|
* Show calendar Find Next/Prev/Stop buttons beside Search text entryMilan Crha2012-04-161-0/+56
|
* Bug #600860 - Opening IMAP message with large attachment blocks UIMilan Crha2012-04-131-0/+4
|
* Bug #584143 - Global Search Function withing CalendarMilan Crha2012-04-116-1/+552
|
* Bug #670967 - Moving event in offline doesn't delete event from original ↵Vibha Yadav2012-04-041-0/+20
| | | | | | | calendar check for online state and if not verify source isn't a local calendar and operation is move or destination isn't a local calendar.
* Whitespace cleanup.Matthew Barnes2012-04-021-1/+1
| | | | | Replace 8-space indentation with tab characters, and various other automated cleanups.
* Add missing linker flags.Matthew Barnes2012-03-041-0/+1
|
* Move EAlert* and e-xml-utils references from other part of the code to ↵Srinivasa Ragavan2012-03-036-6/+6
| | | | libevolution-utils.
* Coding style and whitespace cleanup.Matthew Barnes2012-02-207-15/+38
|
* Bug #320976 - Remember last New button choice in Calendar viewMilan Crha2012-02-172-2/+17
|
* Be able to define help target for Preferences pagesMilan Crha2012-02-151-0/+1
| | | | A follow-up for bug #670073
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-193-28/+34
| | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service.
* Bug #561696 - Invitation's "Open Calendar" button jumps to current dayMilan Crha2011-12-151-3/+3
|
* Bug #582649 - Toggle for coloring today and overdue tasksMilan Crha2011-12-144-8/+52
|
* Miscellaneous EShellView-related cleanups.Matthew Barnes2011-12-0828-430/+385
|
* Bug #577322 - Rename of a system ESource doesn't persistMilan Crha2011-12-073-4/+4
|
* Bug #664708 - Composer's headers preference is reset on From changeMilan Crha2011-11-291-1/+1
|
* Use e_restore_window() and "org.gnome.evolution.window".Matthew Barnes2011-11-282-2/+0
| | | | Apply it to all windows with persistent size and/or position.
* Bug #664634 - Deadlock when processing completed tasks filterMilan Crha2011-11-242-5/+26
|
* Miscellaneous cleanups.Matthew Barnes2011-11-233-5/+4
|
* Miscellaneous cleanups.Matthew Barnes2011-11-233-21/+21
|
* Fix compiler warnings.Matthew Barnes2011-11-233-3/+0
|
* Migrate EShellSettings to GSettingsRodrigo Moya2011-11-151-36/+72
|
* Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-261-2/+0
|\
| * Bug #662742 - Double free when expunging completed tasksMilan Crha2011-10-261-2/+0
| |
* | Port EComposerHeaderTable to GSettingsRodrigo Moya2011-10-131-7/+1
| |
* | NULL-terminate arrays that we pass to g_settings_set_strvRodrigo Moya2011-10-133-3/+6
| |
* | Migrate ECalShellContent to GSettingsRodrigo Moya2011-10-111-18/+18
| |
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-103-17/+20
|\|
| * GtkApplication has some new EShell-like features.Matthew Barnes2011-10-063-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I pushed a few EShell features up to GtkApplication for GTK+ 3.2, so we can now trim off the redundancies in EShell. 1) GtkApplication has a new "window-added" signal which replaces EShell's own "window-created" signal. 2) GtkApplication has a new "window-removed" signal which replaces EShell's own "window-destroyed" signal. 3) gtk_application_get_windows() now returns a list of windows sorted by most recently focused, replacing e_shell_get_watched_windows(). 4) GtkApplication now provides enough hooks to subclasses that we can remove e_shell_watch_window() and call gtk_application_add_window() directly.
* | First successful buildRodrigo Moya2011-10-061-2/+1
| |
* | Merge from masterRodrigo Moya2011-10-0512-17/+40
|\|
| * Simplify library dependency flags.Matthew Barnes2011-10-051-5/+5
| | | | | | | | | | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed.
| * Bug #632619 - Recurring events can clutter month viewMilan Crha2011-09-294-5/+21
| |
| * The EExtension framework is now in libebackend.Matthew Barnes2011-09-267-7/+14
| | | | | | | | | | | | | | | | The EModule, EExtensible and EExtension classes as well as the e_type_traverse() function have been moved to Evolution-Data-Server's libebackend library to replace e-data-server-module.c. Now Evolution-Data-Server modules use the same framework as Evolution.
| * Bug #659568 - One day delay in calendar viewMilan Crha2011-09-261-6/+10
| |
| * Bug #659932 - 'Use system time zone' in not honored immediatelyMilan Crha2011-09-261-3/+28
| |
| * Bug #659125 - Reference counting issues in calendarMilan Crha2011-09-157-6/+8
| |
| * Make sure GConf schemas have defined default valuesMilan Crha2011-09-141-0/+5
| |
| * Coding style and whitespace cleanup.Matthew Barnes2011-09-048-36/+63
| |
| * Bug #657396 - Rename Alarms tab to Reminders in preferencesMilan Crha2011-08-261-1/+1
| |
| * Bug #655419 - "Save as iCalendar" misses mnemonicMilan Crha2011-08-262-2/+2
| |
| * Bug #655666 - Split task preferences into its own tabMilan Crha2011-08-232-77/+115
| |
| * Drop some ancient GroupWise account migration.Matthew Barnes2011-08-151-91/+0
| | | | | | | | | | | | | | | | Not worth the pain of maintaining old cruft to make progress. Breaks GW account migration from versions prior to 2.8 (circa 2006), but you'd be better off starting from a clean slate anyway if you're jumping that many releases.
| * Coding style and whitespace cleanup.Matthew Barnes2011-08-1313-222/+544
| |
| * Bug #655843 - Copy to calendar doesn't add timezone informationJames Bottomley2011-08-111-0/+30
| |
| * EConfig: Broadcast abort/commit events by way of signals.Matthew Barnes2011-08-111-1/+1
| | | | | | | | | | Remove the clumsy abortfunc and commitfunc callback arguments from e_config_add_items().
| * Replace alarm by reminder for UI consistency. Fixes bug #340614Andre Klapper2011-08-023-13/+13
| |
| * Bug #655444 - Alarm/reminder settings split in two tabs in SettingsMilan Crha2011-07-281-130/+184
| |
| * Make "open_calendar" function as expected.Chenthill Palanisamy2011-07-151-2/+2
| |
| * Bug 652958 - Evolution Account Assistant jumps stepsMatthew Barnes2011-07-011-0/+1
| | | | | | | | | | | | | | The GTK+ patch in bug 653705 is also required for the Account Assistant to work properly under the new GtkAssistant design in GTK+ 3.1. This commit only deals with sidebar ordering issues.
| * Add a bit more error checking and do not leak icalcomponent-sMilan Crha2011-06-304-9/+20
| |
| * Check for cancelled GIO operation error code tooMilan Crha2011-06-283-6/+6
| |
| * Keep opening EClient-s till they report busy errorMilan Crha2011-06-274-37/+250
| |
| * Bug #653154 - Crash when constructing calendar viewMilan Crha2011-06-273-15/+60
| |
| * Do not use deprecated EBook/ECal APIMilan Crha2011-06-1424-615/+606
| |
| * Coding style and whitespace cleanups.Matthew Barnes2011-06-094-13/+16
| |
| * Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-283-3/+0
| |
| * Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-2736-1/+144
| |
| * Coding style and whitespace cleanup.Matthew Barnes2011-05-221-10/+14
| |
| * Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogsDan Vrátil2011-05-161-1/+1
| |
| * Bug #243938 - Clicking on week numbers changes work week to week viewMilan Crha2011-05-131-2/+8
| |
| * Coding style cleanups.Matthew Barnes2011-05-095-7/+7
| |
| * Whitespace and coding style cleanups.Matthew Barnes2011-05-081-2/+4
| |
| * Fix compiler warnings.Matthew Barnes2011-05-032-6/+0
| | | | | | | | Mostly dead assignments.
| * Remove redundant EAccountList utilities.Matthew Barnes2011-04-263-5/+7
| | | | | | | | | | Kill itip_addresses_get() and itip_addresses_get_default(), and use e_get_account_list() and e_get_default_account() instead.
| * Miscellaneous GtkAction-related cleanups.Matthew Barnes2011-03-283-9/+9
| | | | | | | | Prefer the newer GtkAction "set" functions over g_object_set().
| * Restore lockdown integration.Matthew Barnes2011-03-285-27/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | With lockdown settings available through GSettings, widgets can handle lockdown integration themselves without having to use EShellSettings. Also fixed a few places where printing or save-to-disk actions were either not properly wired up or not responding to lockdown settings, but much more work needs done. Attachments, for example, are not honoring the disable-save-to-disk setting at all. This too requires the recently-added gsettings-desktop-schemas dependency.
| * Coding style and whitespace cleanup.Matthew Barnes2011-03-0613-13/+38
| |
| * Bug 637091 - Crash in g_str_hash, task_shell_sidebar_client_removedMatthew Barnes2011-03-033-0/+3
| | | | | | | | | | | | I don't know how in the world an ESource can wind up not having a UID string, but we saw a case of this in 2.32. Emit a runtime warning and avoid crashing.
| * Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-2517-111/+47
| |
| * Bug #608804 - Some attachments make evolution crash in libicalMilan Crha2011-02-221-1/+13
| |
| * Bug #639483 - Category list includes weather informationMilan Crha2011-02-186-6/+6
| |
| * Remove NULL checks for GObject methods.Matthew Barnes2011-02-1310-20/+20
| | | | | | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks.
| * Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-093-17/+1
| | | | | | | | GCC learned how to find dead assignments.
| * More whitespace cleanup.Matthew Barnes2011-01-312-3/+3
| |
| * Coding style and whitespace cleanup.Matthew Barnes2011-01-306-47/+72
| |
| * Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
| |
| * Use e_source_selector_get_source_by_path().Matthew Barnes2011-01-193-24/+3
| | | | | | | | | | Allows Evolution to not have to know the ESource column number in ESourceSelector tree models. Backported from "account-mgmt" branch.
| * Show common addressbook and calendar errors in an alert sinkMilan Crha2010-12-153-30/+9
| |
| * Bug #627536 - Open meeting as meeting, not as appointment, in week viewMilan Crha2010-12-071-2/+1
| |
| * Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-0610-0/+58
| |
| * Show calendar backend errors in an alert sinkMilan Crha2010-12-043-80/+45
| |
| * Bug #632962 - Duplicate "On this computer" sources after updateMilan Crha2010-11-243-39/+37
| |
| * Coding style and whitespace cleanup.Matthew Barnes2010-11-081-1/+1
| |
| * Move calendar preferences to the calendar module.Matthew Barnes2010-11-0533-169/+3962
| | | | | | | | | | Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties.
| * Bug #612181 - Show recurring events in italic in date navigatorMilan Crha2010-11-031-0/+4
| |
| * Utilize the new ESourceSelector:primary-selection property.Matthew Barnes2010-11-027-112/+55
| |
| * Bug 628139 - Thread-safety issues in libical time zone loadingMatthew Barnes2010-10-311-0/+26
| |
* | Port some calendar plugins to use GSettingsRodrigo Moya2011-09-261-1/+0
| |
* | Bug #659568 - One day delay in calendar viewMilan Crha2011-09-261-6/+10
| |
* | Bug #659932 - 'Use system time zone' in not honored immediatelyMilan Crha2011-09-261-3/+28
| |
* | Port ETask/MemoShellContent to GSettingsRodrigo Moya2011-09-222-17/+12
| |
* | Add missing argument to g_settings_bindRodrigo Moya2011-09-223-5/+5
| |
* | Port ETaskShellBackend to GSettingsRodrigo Moya2011-09-212-19/+29
| |
* | Port e-task-shell-view-actions to GSettingsRodrigo Moya2011-09-211-7/+7
| |
* | Port EMemoShellBackend to GSettingsRodrigo Moya2011-09-212-17/+28
| |
* | Port ECalShellBackend to GSettingsRodrigo Moya2011-09-211-15/+25
| |
* | Port calendar preferences to GSettingsRodrigo Moya2011-09-211-8/+8
| |
* | Port calendar sidebar to use GSettingsRodrigo Moya2011-09-211-6/+6
| |
* | Port e-memo-shell-view-actions.c to use GSettingsRodrigo Moya2011-09-211-7/+7
| |
* | Bug #659125 - Reference counting issues in calendarMilan Crha2011-09-217-6/+8
| |
* | Make sure GConf schemas have defined default valuesMilan Crha2011-09-141-0/+5
| |
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-148-36/+63
| |
* | Bug #657396 - Rename Alarms tab to Reminders in preferencesMilan Crha2011-09-141-1/+1
| |
* | Bug #655419 - "Save as iCalendar" misses mnemonicMilan Crha2011-09-142-2/+2
| |
* | Bug #655666 - Split task preferences into its own tabMilan Crha2011-09-142-77/+115
| |
* | Drop some ancient GroupWise account migration.Matthew Barnes2011-09-141-91/+0
| | | | | | | | | | | | | | | | Not worth the pain of maintaining old cruft to make progress. Breaks GW account migration from versions prior to 2.8 (circa 2006), but you'd be better off starting from a clean slate anyway if you're jumping that many releases.
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-1413-222/+544
| |
* | Bug #655843 - Copy to calendar doesn't add timezone informationJames Bottomley2011-09-141-0/+30
| |
* | EConfig: Broadcast abort/commit events by way of signals.Matthew Barnes2011-09-141-1/+1
| | | | | | | | | | Remove the clumsy abortfunc and commitfunc callback arguments from e_config_add_items().
* | Replace alarm by reminder for UI consistency. Fixes bug #340614Andre Klapper2011-09-143-13/+13
| |
* | Bug #655444 - Alarm/reminder settings split in two tabs in SettingsMilan Crha2011-09-141-130/+184
| |
* | Make "open_calendar" function as expected.Chenthill Palanisamy2011-09-141-2/+2
| |
* | Bug 652958 - Evolution Account Assistant jumps stepsMatthew Barnes2011-09-141-0/+1
| | | | | | | | | | | | | | The GTK+ patch in bug 653705 is also required for the Account Assistant to work properly under the new GtkAssistant design in GTK+ 3.1. This commit only deals with sidebar ordering issues.
* | Add a bit more error checking and do not leak icalcomponent-sMilan Crha2011-09-144-9/+20
| |
* | Check for cancelled GIO operation error code tooMilan Crha2011-06-303-6/+6
| |
* | Keep opening EClient-s till they report busy errorMilan Crha2011-06-304-37/+250
| |
* | Bug #653154 - Crash when constructing calendar viewMilan Crha2011-06-303-15/+60
| |
* | Do not use deprecated EBook/ECal APIMilan Crha2011-06-3024-615/+606
| |
* | Coding style and whitespace cleanups.Matthew Barnes2011-06-304-13/+16
| |
* | Including <glib.h> directly is rarely needed.Matthew Barnes2011-06-303-3/+0
| |
* | Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-3036-1/+144
| |
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-10/+14
| |
* | Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogsDan Vrátil2011-06-301-1/+1
| |
* | Bug #243938 - Clicking on week numbers changes work week to week viewMilan Crha2011-06-301-2/+8
| |
* | Coding style cleanups.Matthew Barnes2011-06-305-7/+7
| |
* | Whitespace and coding style cleanups.Matthew Barnes2011-06-301-2/+4
| |
* | Fix compiler warnings.Matthew Barnes2011-06-302-6/+0
| | | | | | | | Mostly dead assignments.
* | Remove redundant EAccountList utilities.Matthew Barnes2011-06-303-5/+7
| | | | | | | | | | Kill itip_addresses_get() and itip_addresses_get_default(), and use e_get_account_list() and e_get_default_account() instead.
* | Miscellaneous GtkAction-related cleanups.Matthew Barnes2011-06-303-9/+9
| | | | | | | | Prefer the newer GtkAction "set" functions over g_object_set().
* | Restore lockdown integration.Matthew Barnes2011-06-305-27/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | With lockdown settings available through GSettings, widgets can handle lockdown integration themselves without having to use EShellSettings. Also fixed a few places where printing or save-to-disk actions were either not properly wired up or not responding to lockdown settings, but much more work needs done. Attachments, for example, are not honoring the disable-save-to-disk setting at all. This too requires the recently-added gsettings-desktop-schemas dependency.
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-3013-13/+38
| |
* | Bug 637091 - Crash in g_str_hash, task_shell_sidebar_client_removedMatthew Barnes2011-06-303-0/+3
| | | | | | | | | | | | I don't know how in the world an ESource can wind up not having a UID string, but we saw a case of this in 2.32. Emit a runtime warning and avoid crashing.
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-3017-111/+47
| |
* | Bug #608804 - Some attachments make evolution crash in libicalMilan Crha2011-06-301-1/+13
| |
* | Bug #639483 - Category list includes weather informationMilan Crha2011-06-306-6/+6
| |
* | Remove NULL checks for GObject methods.Matthew Barnes2011-06-3010-20/+20
| | | | | | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks.
* | Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-06-303-17/+1
| | | | | | | | GCC learned how to find dead assignments.
* | More whitespace cleanup.Matthew Barnes2011-06-302-3/+3
| |
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-306-47/+72
| |
* | Drop backward-compatibility cruft.Matthew Barnes2011-06-301-3/+0
| |
* | Use e_source_selector_get_source_by_path().Matthew Barnes2011-06-303-24/+3
| | | | | | | | | | Allows Evolution to not have to know the ESource column number in ESourceSelector tree models. Backported from "account-mgmt" branch.
* | Show common addressbook and calendar errors in an alert sinkMilan Crha2011-06-303-30/+9
| |
* | Bug #627536 - Open meeting as meeting, not as appointment, in week viewMilan Crha2011-06-301-2/+1
| |
* | Free/busy meeting view doesn't work due to non-working extensionMilan Crha2011-06-3010-0/+58
| |
* | Show calendar backend errors in an alert sinkMilan Crha2011-06-303-80/+45
| |
* | Bug #632962 - Duplicate "On this computer" sources after updateMilan Crha2011-06-303-39/+37
| |
* | Coding style and whitespace cleanup.Matthew Barnes2010-11-101-1/+1
| |
* | Move calendar preferences to the calendar module.Matthew Barnes2010-11-1033-169/+3962
| | | | | | | | | | Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties.
* | Bug #612181 - Show recurring events in italic in date navigatorMilan Crha2010-11-101-0/+4
| |
* | Utilize the new ESourceSelector:primary-selection property.Matthew Barnes2010-11-107-112/+55
| |
* | Bug 628139 - Thread-safety issues in libical time zone loadingMatthew Barnes2010-11-101-0/+26
|/
* Remove unused functionBenjamin Otte2010-10-301-16/+0
| | | | gcc warning fix
* Bug #632199 - Opening calendar from panel clock goes to previous dayMilan Crha2010-10-291-2/+14
|
* Simplify EActivity.Matthew Barnes2010-10-235-20/+27
| | | | | | | | | | | | | | | | | | | | | | With unintrusive error dialogs gone, we can cut some unnecessary bits out of EActivity. I'm also adding a new enum property called "state", which is one of: E_ACTIVITY_RUNNING E_ACTIVITY_WAITING E_ACTIVITY_CANCELLED E_ACTIVITY_COMPLETED The state of an activity must be explicitly changed. In particular, when the user cancels an activity the state should be set only after confirming the operation has been cancelled and not when cancellation is requested (e.g. after receiving a G_IO_ERROR_CANCELLED, not when the GCancellable emits "cancelled"). EActivityBar and EActivityProxy widgets have been updated to make this distinction clearer in the UI. E_ACTIVITY_WAITING will be used when activities have to be queued and dispatched in sequence, which I haven't written yet.
* Replace EBinding with GBinding.Matthew Barnes2010-10-1419-199/+278
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* Calendar's "Open Web Page" actions doesn't workMilan Crha2010-10-064-4/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2010-10-043-7/+18
|
* Bug #629462 - Tasks 'Due' filters don't work properlyMilan Crha2010-09-292-13/+19
|
* Adapt to Camel API changes.Matthew Barnes2010-09-281-1/+1
|
* Add a GCancellable to EActivity.Matthew Barnes2010-09-195-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EActivity now uses a GCancellable to manage cancellations, instead of having its own redundant cancellation API. API changes are as follows: + e_activity_get_cancellable() + e_activity_set_cancellable() - e_activity_cancel() - e_activity_is_cancelled() - e_activity_get_allow_cancel() - e_activity_set_allow_cancel() EActivity's "cancelled" signal remains, but only as a repeater for GCancellable::cancelled signals. It should not be emitted directly. The presence of a GCancellable implies that cancellation is allowed. EActivity does not create its own default GCancellable, it has to be given one. If a CamelOperation (cast as a GCancellable) is given, EActivity will configure itself to listen for status updates from the CamelOperation and propagate the information to its own "primary-text" and "percent" properties. These changes allowed me to start cleaning up some of the incredibly convoluted logic in mail-mt.c -- in particular, mail_operation_status() is completely gone now. mail-mt.c is still in a transitional state -- much more significant changes coming soon.
* Bug #346438 - Error dialog too wide.Vibha Yadav2010-09-141-10/+10
| | | | | The patch suggests displaying the calendar name and group instead of uri for the source of error.
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-1/+1
|
* Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-111-2/+2
| | | | | | | If we're using GTK+ 2.21.8 (where gtk_dialog_set_has_separator() is deprecated but the property is still present and defaults to TRUE), we still need to set the property to FALSE. So instead use g_object_set() up through GTK+ 2.90.6, after which the property itself is gone.
* Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-111-0/+2
| | | | | | Unfortunately the default value for this property is TRUE (bzzt, WRONG!) so we can't just remove the function outright until we require GTK+ 2.22. It was deprecated in GTK+ 2.21.8.
* Coding style and whitespace cleanup.Matthew Barnes2010-08-297-14/+23
|
* Add e_load_cal_source_async().Matthew Barnes2010-08-246-331/+376
| | | | | | | | | | | | | | | | | Similar to e_load_book_source_async() in libedataserverui (and may wind up there eventually). This replaces e_auth_new_cal_from_source(). void e_load_cal_source_async (ESource *source, ECalSourceType source_type, icaltimezone *default_zone, GtkWindow *parent, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); ECal * e_load_cal_source_finish (ESource *source, GAsyncResult *result, GError **error);
* Fix more non-removal of signals on user_data object distruction byMichael Meeks2010-08-211-36/+36
| | | | using g_signal_connect_object in many places; fixes bgo#627525#
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-111-23/+11
| | | | | | | | | e_preferences_window to take factory callbacks and store a reference to the shell. - This makes start-up substantially faster, particularly on Atom (eg.). Remove a number of idle handlers used to create these UIs in the first instance, cleaning the code.
* use g_signal_connect_object to improve reliabilityMichael Meeks2010-08-051-40/+40
|
* Bug 625624 - Customizations of contacts views forgottenMatthew Barnes2010-07-302-2/+8
| | | | Found similar bugs in EShellMemoContent and EShellTaskContent.
* 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.
* 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-163-205/+55
| | | | | | | | | 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.
* Coding style and whitespace cleanup.Matthew Barnes2010-07-123-12/+24
|
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-097-64/+64
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-1/+1
|
* Bug #621770 - Bottom-left calendar too bigMilan Crha2010-06-251-1/+0
|
* EShellContent: Add a focus_search_results() method.Matthew Barnes2010-06-253-0/+43
| | | | | 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-201-2/+4
|
* Bug 613038 - Preview pane size not rememberedMatthew Barnes2010-05-292-26/+64
| | | | | | | 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
|
* Coding style and whitespace cleanup.Matthew Barnes2010-05-273-5/+14
|
* Some post-merge cleanup.Matthew Barnes2010-05-271-22/+5
|
* Merge branch 'express2'Matthew Barnes2010-05-279-96/+240
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-255-27/+26
| |
| * Fix compiler warnings.Matthew Barnes2010-05-252-72/+77
| |
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-251-0/+7
| |\
| | * Create the source groups required to ensure local adresssbooks and calendars ↵Chenthill Palanisamy2010-05-201-0/+7
| | | | | | | | | | | | are created
| * | Merge commit 'origin/express2' into express2Michael Meeks2010-05-192-10/+28
| |\ \
| | * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-172-10/+28
| | |\|
| | | * Bug 615745 - New task pop up in calendar day view doesn't workMatthew Barnes2010-05-142-10/+28
| | | |
| * | | hide meeting creation if we have no accounts configured, for EvoMichael Meeks2010-05-192-0/+7
| |/ / | | | | | | | | | calendar in standalone mode
| * | 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.
| * | 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.
| * | 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-222-1/+88
| |\|
| | * 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>
| * | 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
| | |
| * | Hide searchbar in calendar view in express mode.Srinivasa Ragavan2010-04-071-1/+5
| | |
| * | Fix mismatched quotes.Matthew Barnes2010-04-075-5/+5
| | |
| * | Simplify the search UI for express mode.Matthew Barnes2010-04-073-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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
| * | 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
| |
* | Fix compiler warnings.Matthew Barnes2010-05-221-0/+2
| |
* | Create the source groups required to ensure local adresssbooks and calendars ↵Chenthill Palanisamy2010-05-201-0/+7
| | | | | | | | are created
* | 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
| |
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-027-35/+137
| |
* | Camel is now GObject-based.Matthew Barnes2010-04-241-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
| |
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-2/+3
| |
* | Bug 614926 - Memos and Tasks accelerators switched since 2.28Matt McCutchen 22010-04-072-2/+2
| |
* | Adapt to Camel API changes.Matthew Barnes2010-04-041-1/+1
| |
* | Only #include Camel's top-level header.Matthew Barnes2010-04-033-2/+3
| |