| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename libcomposer to libevolution-mail-composer. | Matthew Barnes | 2013-05-28 | 2 | -2/+2 |
* | Rename libeshell to libevolution-shell. | Matthew Barnes | 2013-05-28 | 2 | -2/+2 |
* | Rename libeutil to libevolution-util. | Matthew Barnes | 2013-05-28 | 3 | -3/+3 |
* | Make EAttachment a little more thread-safe. | Matthew Barnes | 2013-05-24 | 1 | -2/+5 |
* | Attachment-related cleanups. | Matthew Barnes | 2013-05-24 | 1 | -9/+11 |
* | Use an user-friendlier message when update comp-editor fails | Fabiano Fidêncio | 2013-05-22 | 1 | -26/+17 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-05-08 | 4 | -22/+23 |
* | Bug #699334 - Calendar: reply all doesn't quite work | Milan Crha | 2013-05-01 | 1 | -5/+28 |
* | Workaround broken Free/Busy fetching (Bug #692361) | Milan Crha | 2013-04-19 | 1 | -0/+5 |
* | alarm-queue: Remove the "mail notifications not supported" dialog | Matthew Barnes | 2013-04-18 | 1 | -24/+1 |
* | ECalModel: Make view handling thread-safe. | Matthew Barnes | 2013-04-13 | 1 | -221/+304 |
* | Add e_cal_model_ref_default_client(). | Matthew Barnes | 2013-04-13 | 8 | -56/+86 |
* | Remove e_cal_model_get_client_for_source(). | Matthew Barnes | 2013-04-13 | 2 | -39/+0 |
* | Add e_cal_model_list_clients(). | Matthew Barnes | 2013-04-13 | 4 | -18/+23 |
* | ECalModel: Make the ClientData queue thread-safe. | Matthew Barnes | 2013-04-13 | 1 | -56/+124 |
* | ECalModel: Give ClientData a reference count. | Matthew Barnes | 2013-04-13 | 1 | -103/+143 |
* | ECalModel: Rename ECalModelClient struct to ClientData. | Matthew Barnes | 2013-04-13 | 1 | -29/+31 |
* | ECalModel: Track ECalModelClient structs in a GQueue. | Matthew Barnes | 2013-04-13 | 1 | -55/+65 |
* | Bug #696663 - Save without close should update comp-editor | Fabiano Fidêncio | 2013-04-10 | 1 | -2/+95 |
* | Bug 697268 - Incorrect mnemonic widget in 'Add Reminder' dialog | Matthew Barnes | 2013-04-09 | 1 | -1/+1 |
* | Remove EUIManager. | Matthew Barnes | 2013-04-01 | 2 | -5/+3 |
* | Remove conditionals from GtkUIManager definitions. | Matthew Barnes | 2013-04-01 | 2 | -12/+0 |
* | EShell: Remove "meego-mode" property. | Matthew Barnes | 2013-04-01 | 1 | -25/+4 |
* | Remove e_shell_adapt_window_size(). | Matthew Barnes | 2013-04-01 | 1 | -1/+0 |
* | Bug 696715 - ESelectNamesEditable needs an EClientCache | Matthew Barnes | 2013-03-28 | 3 | -11/+10 |
* | ESelectNamesRenderer: Add a "client-cache" construct-only property. | Matthew Barnes | 2013-03-28 | 3 | -7/+67 |
* | ESelectNamesRenderer cleanups. | Matthew Barnes | 2013-03-28 | 2 | -98/+170 |
* | ESelectNamesEditable cleanups. | Matthew Barnes | 2013-03-28 | 3 | -97/+155 |
* | Remove ECalShellSettings. | Matthew Barnes | 2013-03-17 | 5 | -49/+46 |
* | Convert all "week-start-day" properties to GDateWeekday. | Matthew Barnes | 2013-03-17 | 16 | -366/+496 |
* | EWeekView: Hide data members which have accessor functions. | Matthew Barnes | 2013-03-17 | 8 | -249/+285 |
* | EDayView: Hide data members which have accessor functions. | Matthew Barnes | 2013-03-17 | 8 | -118/+197 |
* | Remove calendar_config_get_working_days(). | Matthew Barnes | 2013-03-17 | 2 | -26/+0 |
* | week_view_main_item_draw_day: Use e_cal_model_get_work_day(). | Matthew Barnes | 2013-03-17 | 1 | -23/+6 |
* | e_week_view_layout_get_day_position: Use new "work-day" settings. | Matthew Barnes | 2013-03-17 | 1 | -18/+30 |
* | EDayView: Move "work-day-*" properties to ECalModel. | Matthew Barnes | 2013-03-17 | 6 | -349/+437 |
* | EDayView: Split working days into separate boolean properties. | Matthew Barnes | 2013-03-17 | 4 | -141/+415 |
* | Use e_source_registry_list_enabled() where appropriate. | Matthew Barnes | 2013-03-17 | 1 | -8/+2 |
* | Add ESettingsSpellEntry. | Matthew Barnes | 2013-03-12 | 3 | -41/+0 |
* | EMeetingStore: Removed unused "week-start-day" property. | Matthew Barnes | 2013-03-09 | 2 | -56/+1 |
* | simple_recur_to_comp: Obtain the week start day from CompEditor. | Matthew Barnes | 2013-03-09 | 1 | -2/+5 |
* | CompEditor: Add a "week-start-day" property. | Matthew Barnes | 2013-03-09 | 2 | -0/+54 |
* | EWeekView cleanups. | Matthew Barnes | 2013-03-09 | 2 | -793/+796 |
* | EDayView cleanups. | Matthew Barnes | 2013-03-09 | 2 | -1234/+1233 |
* | Add ESettingsWeekdayChooser. | Matthew Barnes | 2013-03-09 | 1 | -3/+0 |
* | Rename WeekdayPicker to EWeekdayChooser. | Matthew Barnes | 2013-03-09 | 6 | -717/+793 |
* | EMeetingTimeSelector: Remove unused properties. | Matthew Barnes | 2013-03-09 | 2 | -108/+2 |
* | EMeetingTimeSelector: No need to configure EDateEdit widgets. | Matthew Barnes | 2013-03-09 | 1 | -30/+0 |
* | EWeekView: Remove unused 'week_start_day' member. | Matthew Barnes | 2013-03-07 | 1 | -3/+0 |
* | goto-dialog: ECalendarItem sets its own week start day. | Matthew Barnes | 2013-03-07 | 1 | -5/+0 |
* | cal_comp_event_new_with_current_time: Remove 'zone' parameter. | Matthew Barnes | 2013-03-06 | 2 | -2/+3 |
* | itip-utils.c: Fix an unused-but-set-variable warning. | Matthew Barnes | 2013-03-06 | 1 | -2/+0 |
* | reply_to_calendar_comp: Obtain the default timezone from the ECalClient. | Matthew Barnes | 2013-03-06 | 1 | -2/+1 |
* | itip_send_comp: Obtain the default timezone from the ECalClient. | Matthew Barnes | 2013-03-06 | 1 | -3/+2 |
* | Use EClientComboBox where appropriate. | Matthew Barnes | 2013-03-02 | 13 | -138/+124 |
* | Added mnemonic widget for 'Time zone' field in event editor | Vadim Rutkovsky | 2013-02-28 | 1 | -2/+3 |
* | Remove an unused calendar error message. | Matthew Barnes | 2013-02-23 | 1 | -7/+0 |
* | ETaskShellSidebar: Use e_source_registry_dup_unique_display_name(). | Matthew Barnes | 2013-02-23 | 1 | -7/+5 |
* | EMemoShellSidebar: Use e_source_registry_dup_unique_display_name(). | Matthew Barnes | 2013-02-23 | 1 | -7/+5 |
* | ECalShellSidebar: Use e_source_registry_dup_unique_display_name(). | Matthew Barnes | 2013-02-23 | 1 | -7/+5 |
* | Add mnemonic widgets for Status and Priority comboboxes | Vadim Rutkovsky | 2013-02-22 | 1 | -0/+2 |
* | Bug #693420 - Crash when adding contact list as attendee | Milan Crha | 2013-02-22 | 1 | -2/+3 |
* | ETaskListSelector: Inherit from EClientSelector. | Matthew Barnes | 2013-02-19 | 2 | -13/+25 |
* | EMemoListSelector: Inherit from EClientSelector. | Matthew Barnes | 2013-02-19 | 2 | -13/+25 |
* | ECalendarSelector: Inherit from EClientSelector. | Matthew Barnes | 2013-02-19 | 2 | -10/+21 |
* | TaskPage: Use EClientCache to obtain an EClient. | Matthew Barnes | 2013-02-18 | 1 | -3/+12 |
* | MemoPage: Use EClientCache to obtain an EClient. | Matthew Barnes | 2013-02-18 | 1 | -3/+12 |
* | EventPage: Use EClientCache to obtain an EClient. | Matthew Barnes | 2013-02-18 | 1 | -3/+12 |
* | Remove client list param from e_task_table_process_completed_tasks(). | Matthew Barnes | 2013-02-17 | 2 | -8/+10 |
* | Defer "backend-error" alerts to shell views. | Matthew Barnes | 2013-02-17 | 1 | -7/+0 |
* | Defer "backend-died" alerts to EShell. | Matthew Barnes | 2013-02-17 | 2 | -21/+1 |
* | Remove old GTK+ version checks. | Matthew Barnes | 2013-02-16 | 2 | -8/+0 |
* | Add mnemonic widget for Start date field in memo editor | Vadim Rutkovsky | 2013-02-14 | 1 | -0/+1 |
* | Replace deprecated static mutexes | Vadim Rutkovsky | 2013-02-14 | 1 | -3/+3 |
* | Fix up error handling around e_book/cal_client_connect_finish(). | Matthew Barnes | 2013-01-31 | 8 | -50/+13 |
* | Use e_cal_client_connect(). | Matthew Barnes | 2013-01-30 | 9 | -209/+240 |
* | Remove usage of deprecated e_client_is_opened(). | Matthew Barnes | 2013-01-26 | 3 | -93/+2 |
* | E_CLIENT_ERROR_BUSY is no longer used. | Matthew Barnes | 2013-01-25 | 2 | -69/+0 |
* | Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2. | Matthew Barnes | 2013-01-20 | 10 | -36/+42 |
* | Bug #691194 - Import .ics preview shows UTC time instead of local time | Milan Crha | 2013-01-15 | 1 | -0/+3 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-01-11 | 3 | -54/+52 |
* | Bug 691047 - Support notification filtering | Matthew Barnes | 2013-01-09 | 1 | -4/+12 |
* | e-config: Remove unused functions. | Matthew Barnes | 2012-12-17 | 2 | -5/+3 |
* | e-passwords: Remove unused function parameters. | Matthew Barnes | 2012-12-17 | 1 | -2/+2 |
* | Fix compiler warnings. | Matthew Barnes | 2012-12-15 | 3 | -9/+9 |
* | Move the contact map widgets to addressbook/gui/widgets. | Matthew Barnes | 2012-12-13 | 4 | -8/+0 |
* | Consolidate base utility libraries into libeutil. | Matthew Barnes | 2012-12-13 | 88 | -298/+132 |
* | Bug #449081 - Drop read-only calendar error message | Milan Crha | 2012-12-04 | 2 | -29/+1 |
* | Avoid gdk_display_get_pointer(). | Matthew Barnes | 2012-12-01 | 1 | -7/+11 |
* | Avoid GtkStyle-based "paint" functions. | Matthew Barnes | 2012-12-01 | 1 | -19/+20 |
* | Avoid gdk_keyboard_grab/ungrab() and gdk_pointer_grab/ungrab(). | Matthew Barnes | 2012-12-01 | 4 | -15/+132 |
* | Address couple issues found by a Coverity scan | Milan Crha | 2012-11-30 | 12 | -26/+35 |
* | Fix Copy&Paste error found by Coverity scan | Milan Crha | 2012-11-30 | 1 | -1/+1 |
* | Add a GdkDevice parameter to gnome_canvas_item_grab(). | Matthew Barnes | 2012-11-30 | 1 | -5/+16 |
* | EDayView: Fix a typo. | Matthew Barnes | 2012-11-30 | 1 | -1/+1 |
* | AlarmQueue: Forgot to add this to the previous commit. | Matthew Barnes | 2012-11-30 | 1 | -7/+7 |
* | Avoid using GdkEventButton directly in certain places. | Matthew Barnes | 2012-11-30 | 8 | -148/+295 |
* | EWeekView: Remove disabled debug output. | Matthew Barnes | 2012-11-30 | 1 | -28/+0 |
* | EDayView: Remove disabled debug output. | Matthew Barnes | 2012-11-30 | 1 | -80/+3 |
* | Avoid gtk_tree_view_get_vadjustment(). | Matthew Barnes | 2012-11-29 | 1 | -3/+3 |
* | Identify calendar/memo/task sources in error messages | Milan Crha | 2012-11-27 | 1 | -20/+34 |
* | Bug #687974 - No displaying of extended free/busy (XFB) information | Christian Hilberg | 2012-11-26 | 7 | -16/+385 |
* | Bug #674678 - Event notification uses wrong app name | Milan Crha | 2012-11-22 | 1 | -2/+3 |
* | Bug #687997 - No email sent for shared memos | Milan Crha | 2012-11-12 | 2 | -3/+30 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-11-11 | 70 | -2620/+3552 |
* | Bug #656143 - Stop using deprecated Gtk[HV]Box(Class) | Dominique Leuenberger | 2012-11-07 | 1 | -2/+2 |
* | Replace deprecated soup_message_headers_get() with soup_message_headers_get_l... | Milan Crha | 2012-11-06 | 1 | -1/+1 |
* | Replace deprecated GLib symbols (as of GLib 2.34.x) | Milan Crha | 2012-11-06 | 7 | -52/+56 |
* | Prefer e_source_registry_check_enabled(). | Matthew Barnes | 2012-10-26 | 1 | -3/+3 |
* | Bug #588959 - Expanding appointment crashes Evolution | Vibha Yadav | 2012-10-19 | 1 | -0/+5 |
* | Add format checker (in compile time) to e_notice() | Milan Crha | 2012-10-17 | 1 | -5/+2 |
* | Fails to import calendar events due to used incorrect enum values | Milan Crha | 2012-09-14 | 1 | -2/+2 |
* | Autocompletion in meeting editor doesn't work | Milan Crha | 2012-09-14 | 1 | -1/+11 |
* | Bug #680611 - Hibernation shifts alarm notification time | Milan Crha | 2012-09-12 | 3 | -2/+47 |
* | Calendar's Work Week view could left empty after start | Milan Crha | 2012-09-11 | 1 | -1/+2 |
* | Bug #683736 - Calendar work week view drops Monday's entries | Milan Crha | 2012-09-11 | 2 | -15/+21 |
* | evolution-alarm-notify: Save changes in LastNotified | Milan Crha | 2012-08-31 | 1 | -0/+15 |
* | Bug #682678 - Entering the end date for a recurring event is very difficult | Milan Crha | 2012-08-31 | 2 | -8/+15 |
* | Make sure evolution-alarm-notify is running on Evolution's start | Milan Crha | 2012-08-30 | 2 | -12/+29 |
* | Bug #586186 - Calendar print uses too small font | Conrad Steenberg | 2012-08-30 | 1 | -68/+135 |
* | Bug #681669 - 'Select today' in work week view goes to wrong week | Milan Crha | 2012-08-25 | 1 | -8/+8 |
* | Bug #678476 - Critical warnings on calendar factory console | Milan Crha | 2012-08-21 | 1 | -2/+8 |
* | Fix all 'may be used uninitialized' compiler warnings | Dan Vrátil | 2012-08-20 | 1 | -2/+2 |
* | Fix typo. Fixes bug #682214 | Andre Klapper | 2012-08-20 | 1 | -1/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 28 | -108/+107 |
* | EDayView: Hide tooltip on context menu popup | Milan Crha | 2012-08-10 | 1 | -14/+20 |
* | Bug #676785 - Enables wrong calendar after saving appointment | Milan Crha | 2012-08-10 | 4 | -9/+12 |
* | Bug #559815 - Empty Reminders editor when opened second time | Milan Crha | 2012-08-08 | 1 | -1/+15 |
* | Remove all GDK threads usage. | Matthew Barnes | 2012-08-06 | 2 | -13/+2 |
* | e-memo-shell-view-actions.c: Support deleting remote resources. | Matthew Barnes | 2012-08-03 | 1 | -0/+7 |
* | e-task-shell-view-actions.c: Support deleting remote resources. | Matthew Barnes | 2012-08-03 | 1 | -0/+7 |
* | e-cal-shell-view-actions.c: Support deleting remote resources. | Matthew Barnes | 2012-08-03 | 1 | -0/+7 |
* | calendar.error.xml: Remove GroupWise-specific errors. | Matthew Barnes | 2012-08-03 | 1 | -5/+0 |
* | calendar.error.xml: Fix indentation. | Matthew Barnes | 2012-08-03 | 1 | -301/+301 |
* | Remove "modal" attribute from error.xml files. | Matthew Barnes | 2012-08-03 | 1 | -3/+3 |
* | Bug #680666 - Contacts/Tasks/Memos preview pane does not follow theme colors | Dan Vrátil | 2012-08-02 | 1 | -18/+61 |
* | Disable CompEditor when saving changes | Milan Crha | 2012-07-17 | 1 | -2/+6 |
* | Bug #653529 - Alarm Notification window events list is too small | Milan Crha | 2012-07-13 | 2 | -288/+319 |
* | Make alarm notifications work again | Milan Crha | 2012-07-13 | 1 | -10/+21 |
* | Preset timeout on SoupSession-s to 90 seconds | Milan Crha | 2012-07-11 | 2 | -0/+2 |
* | Fix error XML definitions with one button. | Matthew Barnes | 2012-07-05 | 1 | -10/+0 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 2 | -2/+1 |
* | Adapt to EContact API change. | Matthew Barnes | 2012-06-25 | 2 | -2/+2 |
* | Reduce usage of g_type_class_peek_parent(). | Matthew Barnes | 2012-06-25 | 4 | -21/+9 |
* | all: don't set draw_background to FALSE on EText | Cosimo Cecchi | 2012-06-18 | 1 | -4/+0 |
* | Do not call g_object_notify() when property didn't change | Milan Crha | 2012-06-18 | 19 | -2/+158 |
* | Remove the last remaining usage of GConf | Milan Crha | 2012-06-15 | 3 | -8/+0 |
* | Move ECalSourceConfig to /widgets/misc. | Matthew Barnes | 2012-06-15 | 3 | -473/+0 |
* | Bump minimum libnotify version to 0.7. | Matthew Barnes | 2012-06-08 | 1 | -4/+0 |
* | Adapt to single-include E-D-S libraries. | Matthew Barnes | 2012-06-04 | 93 | -243/+106 |
* | Adapt calendar/gui to the new ESource API. | Matthew Barnes | 2012-06-03 | 51 | -1460/+1241 |
* | Adapt AlarmNotify to the new ESource API. | Matthew Barnes | 2012-06-03 | 5 | -518/+138 |
* | Adapt calendar/importers to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -38/+40 |
* | Add ESourceConfig widget. | Matthew Barnes | 2012-06-03 | 3 | -0/+473 |
* | Refactor CompEditor pages to isolate EAccount usage. | Matthew Barnes | 2012-06-03 | 1 | -0/+7 |
* | Reduce diff noise with 'account-mgmt' branch. | Matthew Barnes | 2012-06-03 | 8 | -17/+18 |
* | Fix memory leaks around gtk_tree_model_get() function | Milan Crha | 2012-05-31 | 1 | -0/+4 |
* | Bug #675863 - Cannot load webview.css from Tasks/Memos | Dan Vrátil | 2012-05-17 | 1 | -2/+2 |
* | Bug #671585 - e-week-view.c: Use page_increment for smooth scrolling | Volker Sobek | 2012-05-16 | 1 | -1/+1 |
* | Bug #671585 - Add support for smooth scrolling devices | Milan Crha | 2012-05-15 | 2 | -2/+38 |
* | Whitespace cleanups. | Matthew Barnes | 2012-05-13 | 3 | -5/+4 |
* | Bug #559710 - Do not close Event/Task/Memo editor on save | Milan Crha | 2012-05-11 | 1 | -4/+58 |
* | Spell checking for 'Summary' in Event/Task/Memo editors | Milan Crha | 2012-05-10 | 7 | -32/+84 |
* | Bug #668988 - Handle a "minutes" entry greater than 59 intelligently | Milan Crha | 2012-04-26 | 1 | -0/+29 |
* | Bug #668769 - Recurrence editor weekday items slightly cropped | Milan Crha | 2012-04-24 | 2 | -7/+7 |
* | Bug #668768 - Copy&paste of appointment occurrence creates two appointments | Milan Crha | 2012-04-24 | 1 | -8/+1 |
* | Fix possible memory leaks of GError structures | Milan Crha | 2012-04-23 | 5 | -6/+13 |
* | Adapt to libedataserver[ui] changes. | Matthew Barnes | 2012-04-22 | 13 | -44/+96 |
* | Bug #584143 - Global Search Function withing Calendar | Milan Crha | 2012-04-11 | 2 | -0/+7 |
* | Add more missing linker flags. | Matthew Barnes | 2012-04-10 | 1 | -0/+3 |
* | Bug #670967 - Moving event in offline mode | Vibha Yadav | 2012-04-04 | 1 | -0/+5 |
* | Whitespace cleanup. | Matthew Barnes | 2012-04-02 | 6 | -21/+21 |
* | WebKit port - port addressbook, calendar and update composer to keep working ... | Dan Vrátil | 2012-03-29 | 2 | -53/+39 |
* | Bug #659756 - Initialize dbus-glib threading for GConf | Milan Crha | 2012-03-16 | 2 | -0/+7 |
* | Fix possible use of uninitialized variable | Milan Crha | 2012-03-15 | 1 | -1/+1 |
* | Bug #664326 - Buttons to handle exceptions in event is always disabled | Milan Crha | 2012-03-09 | 1 | -1/+1 |
* | Bug #664323 - Too late initialization of Gnome/GailCanvas ATK support | Milan Crha | 2012-03-09 | 1 | -0/+6 |
* | Bug 671703 (bnc) - Handle cut-paste appointments better. Delete the appointme... | Chenthill Palanisamy | 2012-03-05 | 2 | -57/+112 |
* | Add missing linker flags. | Matthew Barnes | 2012-03-04 | 1 | -0/+1 |
* | Redo Filters/Search folder editors to use a shared non ui based library for | Srinivasa Ragavan | 2012-03-03 | 1 | -0/+1 |
* | Move EAlert* and e-xml-utils references from other part of the code to libevo... | Srinivasa Ragavan | 2012-03-03 | 7 | -8/+8 |
* | Bug #670934 - Was saving ESourceList first, rather than last | Milan Crha | 2012-03-01 | 1 | -3/+3 |
* | Bug #661265 - Move to Calendar breaks google:// URI | Milan Crha | 2012-02-22 | 1 | -9/+1 |
* | Bug #670512 - Crash in ecp_set_target at e-cal-config.c:93 | Milan Crha | 2012-02-21 | 1 | -4/+2 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 71 | -1492/+1261 |
* | Use same mnemonic for 'Categories' button in Task editor as in all other dial... | Andre Klapper | 2012-02-18 | 1 | -1/+1 |
* | Bug 670280 - Remove "Recent Documents" attachment feature | Matthew Barnes | 2012-02-17 | 1 | -37/+0 |
* | Bug #663110 - Crash on copy events between calendars | Milan Crha | 2012-02-17 | 1 | -4/+0 |
* | Bug #320976 - Remember last New button choice in Calendar view | Milan Crha | 2012-02-17 | 4 | -3/+27 |
* | Bug #332043 - Free/Busy Colors Causing User Confusion | Milan Crha | 2012-02-16 | 1 | -2/+2 |
* | Bug #655955 - Harmonize mnemonic for New > Shared Memo > Organizer | Milan Crha | 2012-02-16 | 1 | -1/+2 |
* | Fix broken Help menu entry in Task Editor after Mallard transition. | Andre Klapper | 2012-02-15 | 1 | -1/+1 |
* | Fix broken Help menu entry in Memo Editor after Mallard transition. | Andre Klapper | 2012-02-15 | 1 | -1/+1 |
* | Fix broken Help menu entry in Appointment Editor after Mallard transition. | Andre Klapper | 2012-02-15 | 1 | -1/+1 |
* | Bug #591436 - Add -avoid-version to LDFLAGS | H. Habighorst | 2012-02-15 | 2 | -2/+2 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-01-19 | 5 | -15/+15 |
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 6 | -46/+68 |
* | Bug #667119 - Hard to change Attendee role in meeting editor | Milan Crha | 2012-01-11 | 1 | -9/+35 |
* | Inherit smaller time division from preferences in day calendar printout | Milan Crha | 2012-01-04 | 1 | -21/+41 |
* | Bug #353743 - Add Print button to meeting notification dialog | Milan Crha | 2012-01-03 | 19 | -4/+62 |
* | Remove unnecessary #include <e-util/e-dialog-widgets.h> | Matthew Barnes | 2011-12-24 | 5 | -5/+0 |
* | Remove e_dialog_append_list_store_text(). | Matthew Barnes | 2011-12-24 | 3 | -33/+84 |
* | Remove e_dialog_editable_get(). | Matthew Barnes | 2011-12-24 | 5 | -77/+59 |
* | Remove e_dialog_editable_set(). | Matthew Barnes | 2011-12-24 | 5 | -20/+43 |
* | Bug #612257 - Sanitize widgets in alarm notification dialog | Milan Crha | 2011-12-23 | 1 | -11/+15 |
* | Bug #582649 - Toggle for coloring today and overdue tasks | Milan Crha | 2011-12-14 | 3 | -5/+151 |
* | Bug #666106 - libical 0.47 handles CATEGORIES as multiple parameters | Milan Crha | 2011-12-14 | 1 | -20/+49 |
* | Bug #577322 - Rename of a system ESource doesn't persist | Milan Crha | 2011-12-07 | 1 | -1/+15 |
* | Bug #664634 - Deadlock when processing completed tasks filter | Milan Crha | 2011-11-24 | 2 | -107/+139 |
* | Miscellaneous cleanups. | Matthew Barnes | 2011-11-23 | 18 | -22/+9 |
* | Miscellaneous cleanups. | Matthew Barnes | 2011-11-23 | 1 | -4/+5 |
* | Fix compiler warnings. | Matthew Barnes | 2011-11-23 | 2 | -2/+1 |
* | Migrate ECalConfig* code to use GSettings | Rodrigo Moya | 2011-11-17 | 2 | -4/+4 |
* | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-17 | 5 | -59/+133 |
|\ |
|
| * | Bug #661126 - Meeting Free/busy dialog dates don't follow locale | Milan Crha | 2011-11-16 | 3 | -48/+48 |
| * | Bug #664016 - [evolution-alarm-notify] Try reconnect offline calendars | Milan Crha | 2011-11-15 | 2 | -11/+85 |
* | | Remove unused config_data_get_conf_client | Rodrigo Moya | 2011-11-09 | 2 | -9/+0 |
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-08 | 1 | -0/+4 |
|\| |
|
| * | Call e_gdbus_templates_init_main_thread() in main() | Milan Crha | 2011-11-07 | 1 | -0/+4 |
| * | Trivial little cleanups. | Matthew Barnes | 2011-10-19 | 1 | -1/+1 |
| * | Bug #661549 - Avoid fetching from backend when calculating summary | Milan Crha | 2011-10-18 | 1 | -16/+24 |
* | | Bug #661549 - Avoid fetching from backend when calculating summary | Milan Crha | 2011-10-19 | 1 | -16/+24 |
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-14 | 1 | -1/+18 |
|\| |
|
| * | Downstream bug Bnc#688711 unable to book resource | Veerapuram Varadhan | 2011-10-14 | 1 | -1/+18 |
* | | Use a GPtrArray instead of GArray to build the array string to use for g_sett... | Rodrigo Moya | 2011-10-13 | 1 | -6/+6 |
* | | NULL-terminate arrays that we pass to g_settings_set_strv | Rodrigo Moya | 2011-10-13 | 2 | -0/+2 |
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-13 | 2 | -8/+11 |
|\| |
|
| * | Bug 661399 - Crash when hovering over calendar entry | Matthew Barnes | 2011-10-12 | 2 | -8/+11 |
* | | Last bits of calendar-config migrated to GSettings | Rodrigo Moya | 2011-10-10 | 6 | -65/+49 |
* | | Port calendar importer to GSettings | Rodrigo Moya | 2011-10-10 | 1 | -5/+5 |
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-10 | 1 | -6/+4 |
|\| |
|
| * | EAttachmentPaned: Add "resize-toplevel" property. | Matthew Barnes | 2011-10-06 | 1 | -5/+2 |
| * | GtkApplication has some new EShell-like features. | Matthew Barnes | 2011-10-06 | 1 | -1/+2 |
* | | First successful build | Rodrigo Moya | 2011-10-06 | 3 | -21/+26 |
* | | Merge from master | Rodrigo Moya | 2011-10-05 | 62 | -437/+488 |
|\| |
|
| * | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 4 | -24/+25 |
| * | Fix few 'may be used uninitialized' compiler warnings | Milan Crha | 2011-09-30 | 2 | -3/+3 |
| * | Bug #656378 attachment name corruption | Punit Jain | 2011-09-30 | 1 | -2/+4 |
| * | Remove Ctrl + l () character from source files | Paul Menzel | 2011-09-30 | 28 | -65/+0 |
| * | Bug #632619 - Recurring events can clutter month view | Milan Crha | 2011-09-29 | 1 | -0/+19 |
| * | Bug #659517 - Calendar reminds of old events following upgrade | Milan Crha | 2011-09-29 | 1 | -8/+17 |
| * | Miscellaneous cleanups from the account-mgmt branch. | Matthew Barnes | 2011-09-27 | 29 | -333/+419 |
| * | The EExtension framework is now in libebackend. | Matthew Barnes | 2011-09-26 | 5 | -7/+7 |
| * | Bug #659568 - One day delay in calendar view | Milan Crha | 2011-09-26 | 2 | -21/+37 |
| * | Bug #659932 - 'Use system time zone' in not honored immediately | Milan Crha | 2011-09-26 | 1 | -0/+2 |
| * | Bug #658835 - Color Scheme off in calendar | Milan Crha | 2011-09-26 | 1 | -17/+41 |
| * | Bug #657170 - Disallow creating assigned tasks when not supported | Milan Crha | 2011-09-26 | 3 | -0/+37 |
| * | Bug #655252 - Need to escape the comp_uid part of a path | Milan Crha | 2011-09-26 | 1 | -7/+14 |
| * | Bug #659125 - Reference counting issues in calendar | Milan Crha | 2011-09-15 | 2 | -5/+20 |
| * | Bug #655253 - Do not show detached instances twice in a calendar | Milan Crha | 2011-09-15 | 1 | -19/+33 |