aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Collapse)AuthorAgeFilesLines
* Fix alignment of extra widgets in EAlertDialogs.Matthew Barnes2011-06-301-1/+1
| | | | | | | Add e_alert_dialog_get_content_area(), which returns the GtkVBox containing the primary and secondary labels. Use this instead of gtk_dialog_get_content_area() to maintain the dialog's left margin beneath the image.
* Port AlarmNotify to GtkApplication.Matthew Barnes2011-06-303-79/+52
|
* Bug #637641 - Crash on audio alarms with invalid file URI setMilan Crha2011-06-301-13/+16
|
* Bug 644166 - Add style class to primary toolbarsMatthew Barnes2011-06-301-0/+4
| | | | | Requires GTK+ >= 3.0.2 since GTK_STYLE_CLASS_PRIMARY_TOOLBAR is a very recent addition.
* Coding style and whitespace cleanup.Matthew Barnes2011-06-3035-48/+117
|
* Remove unused cal_comp_process_source_list_drop().Matthew Barnes2011-06-302-191/+0
|
* Fix Gtk-Doc comment notation.Matthew Barnes2011-06-3011-66/+87
| | | | Seeing lots of what I assume to be doxygen syntax in comment blocks.
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-3034-232/+105
|
* Bug #642954 - Doesn't commit/abort sequence on modification errorMilan Crha2011-06-301-4/+3
|
* Bug #550867 - Showing location in meetingsMilan Crha2011-06-302-20/+54
|
* Coding style and whitespace cleanup.Matthew Barnes2011-06-302-4/+9
|
* Bug #639043 - Alarm notify snooze time not properly adjustableChris Hemsing2011-06-302-16/+65
|
* Order matters, process master object first, then detached instancesMilan Crha2011-06-301-2/+40
|
* Fix few memory leaksMilan Crha2011-06-303-0/+17
|
* Remove NULL checks for GObject methods.Matthew Barnes2011-06-3025-67/+50
| | | | | 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-305-25/+2
| | | | GCC learned how to find dead assignments.
* Bug #641011 - Ugly appointment editing windowsMilan Crha2011-06-301-2/+6
|
* Bug #635144 - Using external editor duplicates signatureMilan Crha2011-06-301-2/+2
|
* More whitespace cleanup.Matthew Barnes2011-06-3032-409/+410
|
* Coding style and whitespace cleanup.Matthew Barnes2011-06-3012-137/+301
|
* Adapt EWeekView + widgets to latest gtk+-3.0 API.Matthew Barnes2011-06-304-62/+25
|
* Adapt EDayView + widgets to latest gtk+-3.0 API.Matthew Barnes2011-06-304-137/+46
|
* Adapt EMeetingTimeSel to latest gtk+-3.0 API.Vibha Yadav2011-06-302-58/+36
|
* Bug #640522 - Set minimal height on Description fields in event editorsMilan Crha2011-06-303-0/+3
|
* Fix minor compiler warningsMatthew Barnes2011-06-301-1/+1
|
* Various critical warnings about comp-editor-pages and date editMilan Crha2011-06-305-13/+43
|
* Adapt size_request vfuncs to latest gtk+-3.0 API.Rodrigo Moya2011-06-301-5/+19
|
* Adapt to GtkComboBox class reorg.Matthew Barnes2011-06-306-6/+11
|
* gdk_cursor_unref() -> g_object_unref()Matthew Barnes2011-06-304-12/+12
|
* Dialogs no longer have separators.Matthew Barnes2011-06-306-6/+0
|
* Drop backward-compatibility cruft.Matthew Barnes2011-06-3017-70/+25
|
* libetable cleanups.Matthew Barnes2011-06-303-3/+3
|
* Fudge GtkScrollable for gtk2.Matthew Barnes2011-06-302-41/+41
| | | | | | Yes, the GtkScrollable interface is implemented by more than just GtkLayout, but it turns out GtkLayout is the only thing Evolution uses the GtkScrollable API for on the gtk3 branch.
* Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-06-302-3/+6
| | | | | Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using gtk_widget_size_request(). Reduces diff noise with gtk3 branch.
* Make sure ECalModelComponent::client is reffed as it should beMilan Crha2011-06-301-0/+2
|
* Bug #638245 - Crash when printing Work Week viewMilan Crha2011-06-301-4/+6
|
* Enable debugging of alarm-notify with ALARMS_DEBUG=1 environment variableMilan Crha2011-06-306-105/+152
|
* Bug #593587 - Fails to retrieve free/busy info if auth requiredMilan Crha2011-06-301-2/+179
|
* Bug #627536 - Open meeting as meeting, not as appointment, in week viewMilan Crha2011-06-306-29/+16
|
* Bug #620234 - Invalid writes during free/busyMilan Crha2011-06-302-6/+38
|
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2011-06-307-2/+31
|
* Show calendar backend errors in an alert sinkMilan Crha2011-06-301-0/+8
|
* Bug #602183 (bnc) - Crash in Mini Calendar ViewVibha Yadav2011-06-301-5/+6
| | | | | | | | Calendar view crashes on updating the scroll bar of newly created layout for events. Hence tries to access the event's canvas which is not yet drawn. Hence calling scroll bar update after drawing long events.
* Default to beginning of the day for the last alarm notificationMilan Crha2011-06-302-2/+2
|
* Bug #635828 - Do not send meeting mails with no recipientMilan Crha2011-06-301-1/+32
|
* Bug #635673 - Stack overflow when opening slow calendarMilan Crha2011-06-302-4/+18
|
* Bug #633779 - GtkComboBoxText issuesMilan Crha2011-06-302-5/+18
|
* Coding style and whitespace cleanup.Matthew Barnes2010-11-105-26/+24
|
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-1055-8353/+2334
| | | | | Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties.
* Rename CalUnits to EDurationType.Matthew Barnes2010-11-106-71/+66
| | | | And move the definition to e-util-enums.h so we get a GType for it.
* Remove unused calendar-config API.Matthew Barnes2010-11-103-45/+0
|
* Bug #612181 - Show recurring events in italic in date navigatorMilan Crha2010-11-107-5/+61
|
* Add forgotten cairo_destroy() callsMilan Crha2010-11-102-6/+10
|
* Bug #632941 - Calendar ignores preference "show/hide end times"Milan Crha2010-11-101-1/+4
|
* Utilize the new ESourceSelector:primary-selection property.Matthew Barnes2010-11-102-5/+14
|
* Bug #484554 - Day names can overlap in calendar printoutsMilan Crha2010-11-101-62/+114
|
* stock_appontment-reminder icons renamed (reverts previous commit)Milan Crha2010-11-101-5/+5
|
* Pass an EAlertSink to e_alert_sink_submit_alert().Matthew Barnes2010-11-101-2/+2
| | | | | | | Passing a random GtkWidget and then searching its ancestors for an EAlertSink turned out to be not as useful as I thought. Most of the time we know about and have access to the widget that implements EAlertSink, so just pass it directly as an EAlertSink.
* calendar: Don't draw a shadow outside of the widgetBenjamin Otte2010-10-301-49/+0
|
* calendar: Remove now unused gcs and colormap handling from EWeekViewBenjamin Otte2010-10-302-18/+0
|
* calendar: Draw EWeekViewTitlesItem with cairoBenjamin Otte2010-10-301-40/+35
|
* calendar: draw EWeekViewEventItem with cairoBenjamin Otte2010-10-301-47/+42
|
* calendar: Remove unused variableBenjamin Otte2010-10-301-4/+0
|
* calendar: Draw meeting time selector with cairoBenjamin Otte2010-10-302-121/+74
|
* calendar: Draw day view with cairoBenjamin Otte2010-10-304-57/+33
|
* calendar: Use G_PIBenjamin Otte2010-10-301-3/+3
| | | | | | M_PI requires math.h. It's currently implicitly included, but might not be forever. (In fact, it'll go in the next commit, guess why I noticed it...)
* gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-307-25/+19
| | | | | Also update the GnomeCanvasItem.update vfunc to take a cairo_matrix_t and no longer pass the clip_path (what was it used for anyway?).
* gnome-canvas: Change line-width handling of GnomeCanvasShapeBenjamin Otte2010-10-302-4/+4
| | | | | | | | Remove "width-pixels" property and replace the "width-units" property name with "line-width". Also adapt the code to use "line-width". It didn't really matter which property was used, because the views weren't scaled.
* calendar: Only include libgnomecanvas.hBenjamin Otte2010-10-3011-12/+11
|
* gnome-canvas: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-307-71/+27
| | | | | | | | Previously the function returned the distance to the nearest item. Now it only returns an item that is hit. This slightly changes semantics (button events are no longer dispatched to the nearest item, but only to the item actually clicked on), but makes the code way simpler and actually does what one would expect.
* xxx: meeting time stippleBenjamin Otte2010-10-304-4/+2
|
* calendar: Port meeting time selector to CairoBenjamin Otte2010-10-303-52/+74
|
* Cast GtkAdjustment constructor calls to GtkAdjustmentBenjamin Otte2010-10-301-1/+1
| | | | | Otherwise gcc will complain about wrong type when comiling against GTK2. This patch can be reverted when compiling against GTK3.
* Remove unused functionsBenjamin Otte2010-10-301-114/+0
| | | | Stop gcc warning about them.
* Bug #632769 - EMeetingTimeSelector can be unrealized in express modeMilan Crha2010-10-292-2/+4
|
* Workaround GtkComboBoxText/GtkComboBoxEntry in .ui filesMilan Crha2010-10-281-1/+1
|
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-273-6/+0
| | | | gtk+-3.0 removed it for being "unused".
* Bug 632903 - Support libnotify-0.7Flo Gravo2010-10-231-0/+4
|
* Memory leaks around g_value_set_stringMilan Crha2010-10-221-2/+3
|
* Add missing gtk-compat.h include to various filesMilan Crha2010-10-211-0/+3
|
* Deal with GtkComboBoxEntry removal in gtk+-3.0.Matthew Barnes2010-10-213-3/+3
|
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-214-11/+14
|
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-4/+0
| | | | | | This marks the end of unintrusive error dialogs, which were too unintrusive. We now show errors directly in the main window using the EAlert / EAlertSink framework.
* Bug #630506 - "You have %d alarms" needs ngettextMilan Crha2010-10-181-1/+1
|
* Replace EBinding with GBinding.Matthew Barnes2010-10-1415-95/+154
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* Bug #630490 - Not visible calendar color change immediatelyMilan Crha2010-10-141-0/+6
|
* Bug #617611 - redo_queries calls gtk+ functions in non-main threadMilan Crha2010-10-131-12/+55
|
* Day view print: Put day name in its boxCarlos Martín Nieto2010-10-091-2/+3
|
* Add a missing week number offsetCarlos Martín Nieto2010-10-091-1/+1
|
* Bug #240302 - Print the work week viewCarlos Martín Nieto2010-10-081-0/+419
|
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-0713-72/+68
|
* Bug #618102 - Single event print doesn't show timeMilan Crha2010-10-061-13/+33
|
* Bug #211593 - Show week numbers on calendar printoutMilan Crha2010-10-061-17/+61
|
* Bug #629825 - Hide Free/Busy tab if not needed in express modeMilan Crha2010-10-051-1/+2
|
* Bug #615835 - Alarm not working for authenticated calendarsMilan Crha2010-10-053-4/+19
|
* Messin around with EAlerts.Matthew Barnes2010-09-301-7/+8
| | | | | | | | | | | | | | | | | | | Trying out a new interface called EAlertSink. The idea is to centralize how errors are shown to the user. A GtkWindow subclass would implement the EAlertSink interface, which consists of a single method: void (*submit_alert) (EAlertSink *alert_sink, EAlert *alert); The subclass has complete control over what to do with the EAlert, although I imagine we'll wind up implementing various alert-handling policies as standalone widgets such as EAlertDialog. I'd like to try an EAlertInfoBar. Code that would otherwise display an error dialog itself would instead pass the EAlert to an appropriate EAlertSink and be done with it. Nothing is final yet. Still hacking on EAlert trying to find an API that feels right for these use cases.
* Bug #629462 - Tasks 'Due' filters don't work properlyMilan Crha2010-09-292-2/+15
|
* Bug #629934 - Month view defaults to Monday as start of weekMilan Crha2010-09-291-0/+3
|
* Bug #629636 - Doesn't recognize local ESource-sMilan Crha2010-09-291-1/+1
|
* Bug #629480 - calendar-gui-WARNING: Couldn't find event windowMilan Crha2010-09-291-3/+0
|
* Bug #629150 - Empty calendar viewMilan Crha2010-09-295-23/+106
|
* Adapt to Camel API changes.Matthew Barnes2010-09-281-2/+4
|
* Use new GDK keysym names if available.Matthew Barnes2010-09-1814-72/+100
| | | | | | | In GTK+ 2.21.8, the keysym names were renamed from GDK_* to GDK_KEY_*. I've added backward-compatibility macors to gtk-compat.h, which can be dumped as soon as we require GTK+ >= 2.22.0.
* Increase safety on WindowsFridrich Štrba2010-09-151-1/+33
| | | | Call SetDllDirectory() to reduce risk of DLL hijacking, and call SetProcessDEPPolicy() to reduce risk of rogue code execution.
* Fix a crapload of run-time warnings.Matthew Barnes2010-09-152-20/+12
| | | | EConfig and EMAccountEditor are very, very brittle.
* Bug #563471 - Printing tasks fails when grouped by category.Vibha Yadav2010-09-141-1/+2
| | | | | This works if Tasks/ Memos/ Contacts are grouped till level 1. If grouping level is increased then some text would be missing.
* Coding style cleanups.Matthew Barnes2010-09-1361-316/+316
|
* Coding style and whitespace cleanups.Matthew Barnes2010-09-1220-84/+91
|
* GnomeCalendar: Sink the floating ECalendarView references.Matthew Barnes2010-09-111-0/+5
| | | | | | GnomeCalendar should sink the initially-floating ECalendarView references since it keeps them in an internal array and unreferences them in its dispose() method.
* Bug #629089 - Accepting a meeting request sends a Tentative replyMilan Crha2010-09-091-0/+32
|
* Use the and operator only if there are two conditionsChenthill Palanisamy2010-09-082-10/+24
|
* Bug 629054 - Memory leak in memo_table_constructed()Matthew Barnes2010-09-081-0/+2
|
* Bug 629052 - Memory leak in task_table_constructed()Matthew Barnes2010-09-081-0/+2
|
* Bug 629051 - Memory leak in gnome_calendar_constructed()Matthew Barnes2010-09-081-0/+8
|
* Bug 629050 - Memory leak in e_day_view_recalc_cell_sizes()Matthew Barnes2010-09-081-2/+3
|
* Bug 628654 - e_calendar_view_get_tooltips memory leakMatthew Barnes2010-09-034-7/+14
|
* Bug 628635 - Crash in alarm-queue.c:display_notification()Matthew Barnes2010-09-031-1/+3
|
* Bug #624021 - Honour weeks shown in a multi week view on printMilan Crha2010-09-012-4/+28
|
* Bug #627101 - Not able to attach files in calendarMilan Crha2010-08-301-4/+4
|
* ECellText cleanups.Matthew Barnes2010-08-291-1/+1
|
* Remove the last traces of dbus-glib.Matthew Barnes2010-08-291-1/+0
|
* Bug 628136 - update_query_async() should not free the message structMatthew Barnes2010-08-281-3/+7
|
* Bug #627333 - Cannot cancel password dialog for a calendarMilan Crha2010-08-271-0/+3
|
* GObject boilerplate cleanup.Matthew Barnes2010-08-258-21/+21
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* Bug 627601 - Memory leak in itip_get_comp_attendee()David Woodhouse2010-08-241-0/+1
|
* Add e_load_cal_source_async().Matthew Barnes2010-08-242-5/+286
| | | | | | | | | | | | | | | | | 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);
* Remove unused e_auth_new_cal_from_uri().Matthew Barnes2010-08-202-66/+0
|
* Bug 627124 - Crash while opening task-page.uiMatthew Barnes2010-08-191-0/+1
|
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-141-2/+10
| | | | Reduce the composer's dependency on e_shell_get_default().
* Bug 605737 - Appointment reminder shows icons on buttonsMatthew Barnes2010-08-131-318/+181
|
* Refresh alarm-notify.ui.Matthew Barnes2010-08-131-347/+123
|
* Ensure widgets are registered, without relying on config dialog setup at ↵Michael Meeks2010-08-112-0/+10
| | | | startup.
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-112-3/+6
| | | | | | | | | 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.
* We are not using dbus-glib anymore, don't call dbus_g_thread_initFridrich Štrba2010-08-051-1/+0
|
* Bug 625204 - Typo in e_day_view_finish_long_event_resize()Thomas Mittelstaedt2010-07-291-1/+1
|
* Report error to user when fails to open calendar/task/memo listMilan Crha2010-07-161-0/+18
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-1213-132/+312
|
* Fix some compiler warnings.Matthew Barnes2010-07-111-0/+3
|
* Bug 624011 - EMeetingTimeSelector tries to change mouse cursor before it's ↵Matthew Barnes2010-07-101-9/+15
| | | | realized
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-0911-56/+92
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-1/+1
|
* Fix transience problems with ENameSelectorDialogs ...Michael Meeks2010-07-084-21/+8
|
* Work around sudden disappearance of GdkRegion in GTK+ 2.90.5.Matthew Barnes2010-06-302-0/+4
| | | | API was deprecated and removed in less than two hours! Sheesh!
* Bug #623029 - Work week days not restored on startMilan Crha2010-06-281-0/+3
|
* Bug #553104 - Ambiguous "for" in calendar translationsMilan Crha2010-06-252-12/+12
|
* Bug #621770 - Bottom-left calendar too bigMilan Crha2010-06-251-1/+1
|
* Bug #617854 - Critical warnings in calendar viewMilan Crha2010-06-251-2/+0
|
* Bug #611165 - Use memo start date from a calendar view, if activeMilan Crha2010-06-242-0/+57
|
* Bug #620246 - Increase size of 'group' combo box in taskMilan Crha2010-06-241-1/+2
|
* Bug 620951 - A11y support still thinks GnomeCalendar is a widgetMatthew Barnes2010-06-212-4/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2010-06-202-8/+21
|
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-163-15/+27
| | | | | | | | | | | | Work around the issue of GnomeCanvasItem amending its own flags to GtkObject::flags (which is sealed) by giving it its own flags field. This breaks libgnomecanvas ABI and API, but I see no other way. This commit didn't work the first time because gnome-pilot libraries were still pulling in the system-wide libgnomecanvas, and that was interfereing with our bundled version which has a different ABI. But gnome-pilot integration was dropped in the previous commit, so everything is now using the bundled libgnomecanvas.
* Remove gnome-pilot integration.Matthew Barnes2010-06-1614-5846/+1
| | | | | | | | | | | | | | | | It just doesn't belong in Evolution anymore. We don't support syncing with more modern devices -- see Conduits or SyncEvolution for that -- so it does not make sense for older model Palm Pilot PDAs to be the lone exception. I have repackaged the Evolution-Data-Server conduit modules to be provided by gnome-pilot itself in bug #619315. This should provide eqivalent Palm Pilot syncing functionality; it's just being moved to gnome-pilot. This completely severs our dependency on deprecated GNOME 2.x libraries which were still being dragged in by way of gnome-pilot dependencies. It was also interfereing with our bundling of libgnomecanvas.
* Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-153-27/+15
| | | | | | | This reverts commit fd8b55edaa88906b588aa07d9eadcacd34a7a774. Something in this commit seriously hosed ETable, making Evolution pretty much unusable. Reverting this until I can track down the problem.
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-153-15/+27
| | | | | | Work around the issue of GnomeCanvasItem amending its own flags to GtkObject::flags (which is sealed) by giving it its own flags field. This breaks libgnomecanvas ABI and API, but I see no other way.
* Bug #573228 - Make the "This event has alarms" icon clickableMilan Crha2010-06-071-9/+28
|
* Coding style and whitespace cleanups.Matthew Barnes2010-06-075-310/+375
|
* Bug 620150 - EventEditor: Disconnect signal handlers before disposing modelMatthew Barnes2010-06-061-0/+2
|
* Fix orientations in task-page.ui.Matthew Barnes2010-06-061-295/+108
|
* More GTK3 preparation.Matthew Barnes2010-06-045-24/+59
| | | | | This uses the new gtk_assistant_commit() I had added to GTK+ for our EImportAssistant progress page.
* Bug 257776 - Import assistant shows wrong extension for vCalendar filesMatthew Barnes2010-06-031-1/+1
|
* Bug 617094 - System timezone label not initialized in preferencesMatthew Barnes2010-05-302-9/+15
| | | | | Gert Kulyk gets credit for solving the bug, I just refactored the code a bit more heavily.
* Bug 619417 - system_tz_label is not translated in cal-prefs-dialogGert Michael Kulyk2010-05-291-1/+1
| | | | | Translate system_tz_label too, as every occurence of timezone names is getting translated in this dialog.
* Bug 619637 - Inconsistent buttons in delete confirmation dialogsMatthew Barnes2010-05-291-14/+14
|
* Bug 619903 - Event editor is too small in express modeMatthew Barnes2010-05-291-2/+2
|
* CompEditor cleanup.Matthew Barnes2010-05-291-41/+24
|
* Fix a runtime warning on calendar startup.Matthew Barnes2010-05-282-6/+7
|
* Bug 619904 - Mnemonic issues in express modeMatthew Barnes2010-05-282-6/+6
|
* Install evolution-alarm-notify into bindir for windowsFridrich Štrba2010-05-281-0/+4
|
* [win32] Set a path in evolution-alarm-notify binary,Fridrich Štrba2010-05-281-0/+10
| | | | | so it finds its dependencies even if it is started by a link in StartUp submenu of Program menu.
* Bug #313791 - Delegator can be repeated when delegating a meetingMilan Crha2010-05-283-55/+46
|
* Bug #248105 - No warning if you create an appointment in the pastMilan Crha2010-05-275-15/+161
|
* Refix bug #613798 - Marcus Bains line is greyMatthew Barnes2010-05-271-2/+0
| | | | Regression introduced by the express2 merge.
* Coding style and whitespace cleanup.Matthew Barnes2010-05-275-21/+43
|
* Merge branch 'express2'Matthew Barnes2010-05-2723-229/+407
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-258-22/+27
| |
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-257-14/+58
| |\
| | * Bug #616889 - Force 24h format for locales not supporting 12h formatGert Michael Kulyk2010-05-211-0/+5
| | |
| | * Bug 594153 (3/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By tying the attachment view "editable" action group to comp-editor "individual" group, these add/remove actions are marked sensitive / insensitive in sync with the existing "Insert" menu items which are already in the "individual" group. Though not introduced with the other symptoms of this bug (0597b877c5bf4d21ac4048742ddf6b11e24877ba), the descreptency fixed here is integrally related.
| | * Bug 594153 (2/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "view-time-zone" and "view-categories" actions should not have been grouped with the "individual" action group but rather the "core" action group, as they should always be available regardless of whether or not the element being edited is read-only/owned, as they simply affect visibility of various widgets. This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba where these two actions were accidentally grouped with other actions that should legitimately be in the "individual" group.
| | * Bug 594153 (1/3) - Allow setting alarms on any meetingJim Ramsay2010-05-195-13/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a new action_group called "editable" in the comp-editor that can be used by other components to assign actions that should be sensitized separately from the existing "individual" group, such as the "Alarms" and "Show Time as Busy" event actions. This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba where these two actions were accidentally grouped with other actions that should legitimately be in the "individual" group.
| | * Bug 617865 - Various data file cleanupsMatthew Barnes2010-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Install evolution-alarm-notify in $(privlibexecdir) instead of $(bindir). - Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to @BASE_VERSION@.x (patch was missing the .x suffix). - Killed data/evolution.keys.in.in since it's full of CORBA cruft. The MimeType field in evolution.desktop fills this role now. - Copied the AS_AC_EXPAND macro from gnome-settings-daemon. The macro sets up path-related substitutions for use in automake input files. So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files. - Simplified .desktop rules using gnome-settings-daemon as a guide.
| * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-172-0/+5
| |\|
| | * Bug 618113 - Missing icon in alarm dialogMatthew Barnes2010-05-092-0/+5
| | |
| | * Bug #615384 - Use contact's free/busy URL only when not emptyHolger Mickler2010-04-271-0/+5
| | |
| | * include missing headerMichael Meeks2010-04-231-0/+1
| | |
| | * Initialize dbus threading to avoid loosing alarmsMichael Meeks2010-04-231-0/+1
| | |
| | * Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-231-4/+0
| | |
| * | don't setup the watch cursor if we have no attendees.Michael Meeks2010-05-101-0/+4
| | |
| * | Bug #615384 - Use contact's free/busy URL only when not emptyHolger Mickler2010-04-301-0/+5
| | |
| * | Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-301-4/+0
| | |
| * | Handle the side pane's date navigator size. Set a minimum size of 150pxSrinivasa Ragavan2010-04-271-1/+1
| | | | | | | | | | | | | | | and make sure it doesn't get smaller than that. Also pick the pane position from the right place.
| * | Have (Work)Week view as default.Srinivasa Ragavan2010-04-271-1/+1
| | |
| * | Don't use gconf to store the names of widgets to hideFederico Mena Quintero2010-04-272-21/+10
| | | | | | | | | | | | | | | | | | That was just for development. Now we hardcode the lists of widgets. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | improve alarm debugging outputMichael Meeks2010-04-231-1/+2
| | |
| * | include missing headerMichael Meeks2010-04-231-0/+1
| | |
| * | Initialize dbus threading to avoid loosing alarmsMichael Meeks2010-04-231-0/+1
| | |
| * | fix dumb buffer overrunMichael Meeks2010-04-231-2/+5
| | |
| * | de-confuse debugging, two back-to-back ctime calls would overwriteMichael Meeks2010-04-231-10/+27
| | | | | | | | | | | | each other during a printf otherwise.
| * | Merge commit 'origin/gnome-2-30' into express2Michael Meeks2010-04-227-14/+45
| |\|
| | * Don't bundle 256x256 icon since it does not work anywayFridrich Štrba2010-04-201-0/+0
| | |
| | * Give the windows version of evolution-alarm-notify a nice win32 iconFridrich Štrba2010-04-203-2/+14
| | |
| | * Bug 596601 (bnc) - monitor system timezone changes in evolutionChenthill Palanisamy2010-04-164-12/+31
| | |
| | * Remove duplicate use_system_timezone pref, set default to trueSandy Armstrong2010-04-161-14/+2
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=615878
| * | get window transience right for source copying error dialogs.Michael Meeks2010-04-201-6/+8
| | |
| * | Hide attendees boxSrinivasa Ragavan2010-04-191-1/+1
| | |
| * | Remove duplicate use_system_timezone pref, set default to trueSandy Armstrong2010-04-191-14/+2
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=615878
| * | Re-work the over-complicated event editor as a tabbed notebook.Michael Meeks2010-04-195-54/+172
| | | | | | | | | | | | Thanks to Sashwaat.
| * | Hide the 'Show appointment end times' option when in Express modeFederico Mena Quintero2010-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | The default is True, and it is perfectly fine - otherwise you cannot see when appointments are supposed to end. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Hide the options for Time Divisions when in Express modeFederico Mena Quintero2010-04-182-2/+2
| | | | | | | | | | | | | | | | | | 30 minutes is the default and you'll learn to like it. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Hide the 'Scroll month view by a week' option when in Express modeFederico Mena Quintero2010-04-181-2/+2
| | | | | | | | | | | | | | | | | | | | | And make it default to True. Time is continuous, and month view is much better if it behaves continuously. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Combine the preferences widgets for week numbersFederico Mena Quintero2010-04-183-22/+5
| | | | | | | | | | | | | | | | | | | | | | | | We had "Show week number in Day and Work Week View" and "Show week numbers in date navigator"; now we only have "Show week numbers". Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Remove /apps/evolution/calendar/date_navigator/show_week_numbersFederico Mena Quintero2010-04-183-22/+0
| | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Use a single /apps/evolution/calendar/display/show_week_numbersFederico Mena Quintero2010-04-183-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | Hack the row spacing of a single-row tableFederico Mena Quintero2010-04-181-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The table for the Time preferences in the calendar's General preferences page, when Evo runs in Express mode, has only a single row of visible widgets; all the other rows are hidden in Express mode. However, GTK+ 2.20 and earlier will include row spacings even for empty rows in GtkTable (or those that only have invisible widgets). Since that table has only a single visible row in Express mode, we hack its row spacing to be 0 so that we don't get any extra spacing in that case. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Hook up the calendar's preferences in a sensible placeFederico Mena Quintero2010-04-181-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | The code evolved so that the toplevel preferences were inserted at a random point in the "make the preferences" function; we now move them to a standalone section for clarity. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Move the 12/24 hour widgets to the top of their sectionFederico Mena Quintero2010-04-171-43/+44
| | | | | | | | | | | | | | | | | | | | | It doesn't make sense for them to be between the options for the first and second timezones. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Hide some calendar preferences in Express modeFederico Mena Quintero2010-04-161-0/+4
| | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Schema with calendar widgets to hide in Express modeFederico Mena Quintero2010-04-161-0/+20
| | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Give meaningful names to widgets in the calendar's General preferencesFederico Mena Quintero2010-04-161-5/+5
| | | | | | | | | | | | | | | | | | We'll hide some of those widgets when in Express mode. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | cleanup for non-express modeMichael Meeks2010-04-152-5/+9
| | |
| * | Adapt the event editor for MeeGo / small-screen.Michael Meeks2010-04-152-13/+24
| | | | | | | | | | | | Bin the menu bar, disable the print icon, add a close button at top right.
| * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-04-131-0/+2
| |\|
| | * Bug #611646 - Calendar shows recurring birthdays incorrectlyMilan Crha2010-04-131-0/+2
| | |
| * | Put the for-today/overdue tasks preferences in the same line, to save spaceFederico Mena Quintero2010-04-101-32/+31
| | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Fix mismatched quotes.Matthew Barnes2010-04-071-1/+1
| | |
| * | Move the day start / day end widgets to the same lineFederico Mena Quintero2010-04-071-45/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | This saves us one whole row of widgets. We put both labels in a size group so that they attain the same amount of space between the label and their date-edit widget, hopefully. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Remove a superfluous row in a GtkTableFederico Mena Quintero2010-04-071-172/+95
| | | | | | | | | | | | | | | | | | | | | This was causing the General page of the calendar's preferences notebook tab to have an extra 12 pixels of vertical space Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | Add extensions to configure calender widgets.Matthew Barnes2010-04-0725-389/+51
| |/ | | | | | | | | | | | | | | | | | | | | 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
| * Bug #592117 - Calendar compressed weekend print improvementpepp2010-04-021-5/+5
| |
| * Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-013-27/+172
| |
| * Bug #612821 - Uses freed memory when changing task's sourceMilan Crha2010-04-011-4/+13
| |
| * Bug #569945 - Recurrence icon not removed after changing to single eventMilan Crha2010-04-011-0/+1
| |
* | Add tooltips for print button on CompEditor toolbar.Matthew Barnes2010-05-243-0/+11
| |
* | Bug #616889 - Force 24h format for locales not supporting 12h formatGert Michael Kulyk2010-05-211-0/+5
| |
* | Bug 594153 (3/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-0/+9
| | | | | | | | | | | | | | | | | | | | | | By tying the attachment view "editable" action group to comp-editor "individual" group, these add/remove actions are marked sensitive / insensitive in sync with the existing "Insert" menu items which are already in the "individual" group. Though not introduced with the other symptoms of this bug (0597b877c5bf4d21ac4048742ddf6b11e24877ba), the descreptency fixed here is integrally related.
* | Bug 594153 (2/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | The "view-time-zone" and "view-categories" actions should not have been grouped with the "individual" action group but rather the "core" action group, as they should always be available regardless of whether or not the element being edited is read-only/owned, as they simply affect visibility of various widgets. This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba where these two actions were accidentally grouped with other actions that should legitimately be in the "individual" group.
* | Bug 594153 (1/3) - Allow setting alarms on any meetingJim Ramsay2010-05-195-13/+43
| | | | | | | | | | | | | | | | | | | | | | This introduces a new action_group called "editable" in the comp-editor that can be used by other components to assign actions that should be sensitized separately from the existing "individual" group, such as the "Alarms" and "Show Time as Busy" event actions. This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba where these two actions were accidentally grouped with other actions that should legitimately be in the "individual" group.
* | Bug #499320 - Preview before import from command lineMilan Crha2010-05-192-4/+514
| |
* | Bug 617865 - Various data file cleanupsMatthew Barnes2010-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Install evolution-alarm-notify in $(privlibexecdir) instead of $(bindir). - Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to @BASE_VERSION@.x (patch was missing the .x suffix). - Killed data/evolution.keys.in.in since it's full of CORBA cruft. The MimeType field in evolution.desktop fills this role now. - Copied the AS_AC_EXPAND macro from gnome-settings-daemon. The macro sets up path-related substitutions for use in automake input files. So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files. - Simplified .desktop rules using gnome-settings-daemon as a guide.
* | Bug #607257 - Add checks for event->comp_data != NULLMilan Crha2010-05-1410-34/+571
| |
* | Bug #617496 - Critical warnings when open a taskMilan Crha2010-05-101-1/+1
| |
* | Bug 618113 - Missing icon in alarm dialogMatthew Barnes2010-05-092-0/+5
| |
* | Adapt to Camel API changes.Matthew Barnes2010-05-081-0/+1
| | | | | | | | | | This also removes the boxed CamelObject GType, since CamelObject is an honest-to-goodness GObject now.
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-022-7/+12
| |
* | Bug #609052 - Proper warning should be shown.Punit Jain2010-04-282-9/+9
| | | | | | | | when saving calendar items without summary.
* | Bug #614900 - Description field in calendar list view.Punit Jain2010-04-281-0/+1
| |
* | Bug #615384 - Use contact's free/busy URL only when not emptyHolger Mickler2010-04-271-0/+5
| |
* | include missing headerMichael Meeks2010-04-251-1/+2
| |
* | Camel is now GObject-based.Matthew Barnes2010-04-242-3/+3
| |