aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Bug #703194 - Custom alarm message is REMINDERFabiano Fidêncio2013-07-021-0/+9
* Fix typo: appointmenet -> appointmentFabiano Fidêncio2013-06-291-1/+1
* Bug #703053 - Error on setting reminder 'after start of appointment'Fabiano Fidêncio2013-06-282-71/+90
* EUrlEntry: Replace button with clickable inline icon.Matthew Barnes2013-06-241-9/+6
* Bug #555130 - Redesign task editorMilan Crha2013-06-067-1428/+884
* Make EAttachment a little more thread-safe.Matthew Barnes2013-05-241-2/+5
* Attachment-related cleanups.Matthew Barnes2013-05-241-9/+11
* Use an user-friendlier message when update comp-editor failsFabiano Fidêncio2013-05-221-26/+17
* Coding style and whitespace cleanup.Matthew Barnes2013-05-081-12/+12
* Add e_cal_model_ref_default_client().Matthew Barnes2013-04-131-2/+5
* Bug #696663 - Save without close should update comp-editorFabiano Fidêncio2013-04-101-2/+95
* Bug 697268 - Incorrect mnemonic widget in 'Add Reminder' dialogMatthew Barnes2013-04-091-1/+1
* Remove EUIManager.Matthew Barnes2013-04-012-5/+3
* Remove conditionals from GtkUIManager definitions.Matthew Barnes2013-04-012-12/+0
* EShell: Remove "meego-mode" property.Matthew Barnes2013-04-011-25/+4
* Remove e_shell_adapt_window_size().Matthew Barnes2013-04-011-1/+0
* Convert all "week-start-day" properties to GDateWeekday.Matthew Barnes2013-03-173-31/+118
* Add ESettingsSpellEntry.Matthew Barnes2013-03-123-41/+0
* simple_recur_to_comp: Obtain the week start day from CompEditor.Matthew Barnes2013-03-091-2/+5
* CompEditor: Add a "week-start-day" property.Matthew Barnes2013-03-092-0/+54
* Add ESettingsWeekdayChooser.Matthew Barnes2013-03-091-3/+0
* Rename WeekdayPicker to EWeekdayChooser.Matthew Barnes2013-03-091-19/+19
* goto-dialog: ECalendarItem sets its own week start day.Matthew Barnes2013-03-071-5/+0
* Use EClientComboBox where appropriate.Matthew Barnes2013-03-0212-135/+121
* Added mnemonic widget for 'Time zone' field in event editorVadim Rutkovsky2013-02-281-2/+3
* Add mnemonic widgets for Status and Priority comboboxesVadim Rutkovsky2013-02-221-0/+2
* TaskPage: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-3/+12
* MemoPage: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-3/+12
* EventPage: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-3/+12
* Add mnemonic widget for Start date field in memo editorVadim Rutkovsky2013-02-141-0/+1
* Fix up error handling around e_book/cal_client_connect_finish().Matthew Barnes2013-01-313-27/+3
* Use e_cal_client_connect().Matthew Barnes2013-01-304-105/+130
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-203-6/+6
* Fix compiler warnings.Matthew Barnes2012-12-153-9/+9
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-131-2/+0
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-1325-94/+33
* Address couple issues found by a Coverity scanMilan Crha2012-11-304-2/+7
* Bug #687997 - No email sent for shared memosMilan Crha2012-11-122-3/+30
* Coding style and whitespace cleanup.Matthew Barnes2012-11-1117-461/+637
* Bug #682678 - Entering the end date for a recurring event is very difficultMilan Crha2012-08-312-8/+15
* Fix all 'may be used uninitialized' compiler warningsDan Vrátil2012-08-201-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-08-204-12/+12
* Bug #559815 - Empty Reminders editor when opened second timeMilan Crha2012-08-081-1/+15
* Disable CompEditor when saving changesMilan Crha2012-07-171-2/+6
* Adapt to EContact API change.Matthew Barnes2012-06-251-1/+1
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-3/+1
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-182-0/+33
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-0428-74/+36
* Adapt calendar/gui to the new ESource API.Matthew Barnes2012-06-0324-1145/+428
* Refactor CompEditor pages to isolate EAccount usage.Matthew Barnes2012-06-031-0/+7
* Reduce diff noise with 'account-mgmt' branch.Matthew Barnes2012-06-031-1/+2
* Whitespace cleanups.Matthew Barnes2012-05-133-5/+4
* Bug #559710 - Do not close Event/Task/Memo editor on saveMilan Crha2012-05-111-4/+58
* Spell checking for 'Summary' in Event/Task/Memo editorsMilan Crha2012-05-107-32/+84
* Bug #668988 - Handle a "minutes" entry greater than 59 intelligentlyMilan Crha2012-04-261-0/+29
* Bug #668769 - Recurrence editor weekday items slightly croppedMilan Crha2012-04-241-6/+6
* Fix possible memory leaks of GError structuresMilan Crha2012-04-234-6/+12
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-226-26/+44
* Whitespace cleanup.Matthew Barnes2012-04-021-2/+2
* Bug #664326 - Buttons to handle exceptions in event is always disabledMilan Crha2012-03-091-1/+1
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-035-6/+6
* Bug #670934 - Was saving ESourceList first, rather than lastMilan Crha2012-03-011-3/+3
* Bug #661265 - Move to Calendar breaks google:// URIMilan Crha2012-02-221-9/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-2015-181/+224
* Use same mnemonic for 'Categories' button in Task editor as in all other dial...Andre Klapper2012-02-181-1/+1
* Bug 670280 - Remove "Recent Documents" attachment featureMatthew Barnes2012-02-171-37/+0
* Bug #663110 - Crash on copy events between calendarsMilan Crha2012-02-171-4/+0
* Bug #655955 - Harmonize mnemonic for New > Shared Memo > OrganizerMilan Crha2012-02-161-1/+2
* Fix broken Help menu entry in Task Editor after Mallard transition.Andre Klapper2012-02-151-1/+1
* Fix broken Help menu entry in Memo Editor after Mallard transition.Andre Klapper2012-02-151-1/+1
* Fix broken Help menu entry in Appointment Editor after Mallard transition.Andre Klapper2012-02-151-1/+1
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-193-34/+45
* Remove unnecessary #include <e-util/e-dialog-widgets.h>Matthew Barnes2011-12-244-4/+0
* Remove e_dialog_append_list_store_text().Matthew Barnes2011-12-243-33/+84
* Remove e_dialog_editable_get().Matthew Barnes2011-12-245-77/+59
* Remove e_dialog_editable_set().Matthew Barnes2011-12-245-20/+43
* Bug #577322 - Rename of a system ESource doesn't persistMilan Crha2011-12-071-1/+15
* Miscellaneous cleanups.Matthew Barnes2011-11-239-9/+0
* Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-101-6/+4
|\
| * EAttachmentPaned: Add "resize-toplevel" property.Matthew Barnes2011-10-061-5/+2
| * GtkApplication has some new EShell-like features.Matthew Barnes2011-10-061-1/+2
* | First successful buildRodrigo Moya2011-10-061-7/+12
* | Merge from masterRodrigo Moya2011-10-0523-88/+98
|\|
| * Simplify library dependency flags.Matthew Barnes2011-10-051-5/+4
| * Fix few 'may be used uninitialized' compiler warningsMilan Crha2011-09-301-2/+2
| * Bug #656378 attachment name corruptionPunit Jain2011-09-301-2/+4
| * Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-3012-17/+0
| * Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-2712-64/+89
| * The EExtension framework is now in libebackend.Matthew Barnes2011-09-261-1/+1
| * Bug #657170 - Disallow creating assigned tasks when not supportedMilan Crha2011-09-262-0/+30
| * Bug #655252 - Need to escape the comp_uid part of a pathMilan Crha2011-09-261-7/+14
| * Bug #659125 - Reference counting issues in calendarMilan Crha2011-09-151-0/+2
| * Coding style and whitespace cleanup.Matthew Barnes2011-09-0428-384/+605
| * Changing source in CompEditor blocks UIMilan Crha2011-08-264-114/+275
| * Bug #650839 - Add option for alarms into calendar preferencesMilan Crha2011-08-251-0/+42
| * Bug #656258 - Critical runtime warning on comp-editor closeMilan Crha2011-08-161-0/+7
| * Coding style and whitespace cleanup.Matthew Barnes2011-08-136-46/+93
| * EConfig: Broadcast abort/commit events by way of signals.Matthew Barnes2011-08-111-5/+14
| * Bug #656136 - Remove time field in task editorMilan Crha2011-08-082-90/+21
| * Bug #655702 - Do not call Lists Groups when they are Lists anywhere elseAndre Klapper2011-08-043-3/+3
| * Remove unneeded semicolonMilan Crha2011-08-031-1/+1
| * Bug #655190 - Sluggish performance interacting with calendar/tasksMilan Crha2011-08-022-2/+16
| * Replace alarm by reminder for UI consistency. Fixes bug #340614Andre Klapper2011-08-027-21/+21
| * Bug #655255 - Make comp-editor toolbar buttons' tooltips sanerMilan Crha2011-07-272-5/+5
| * Bug 652958 - Evolution Account Assistant jumps stepsMatthew Barnes2011-07-011-4/+24
| * Check for cancelled GIO operation error code tooMilan Crha2011-06-281-1/+2
| * Postpone ENameSelector loading as much as possibleMilan Crha2011-06-243-0/+13
| * Bug #646442 - [mail-to-task] Edit event details before adding to calendarDan Vrátil2011-06-232-0/+18
| * Bug #653008 - Preference window for imap accounts is too largeMilan Crha2011-06-236-55/+0
| * Do not use deprecated EBook/ECal APIMilan Crha2011-06-1434-446/+561
| * Coding style and whitespace cleanups.Matthew Barnes2011-06-095-25/+59
| * 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-271-0/+5
| * Bug #643819 - Autocomplete the Location fieldDan Vrátil2011-05-231-4/+157
| * Coding style and whitespace cleanup.Matthew Barnes2011-05-224-25/+44
| * Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogsDan Vrátil2011-05-164-0/+503
| * Coding style cleanups.Matthew Barnes2011-05-099-25/+25
| * Whitespace and coding style cleanups.Matthew Barnes2011-05-082-8/+16
| * Add itip_get_fallback_identity().Matthew Barnes2011-04-283-38/+20
| * Add itip_get_user_identities().Matthew Barnes2011-04-273-124/+60
| * Refactor CompEditor pages to isolate EAccount usage.Matthew Barnes2011-04-273-236/+354
| * Add e_meeting_store_find_self().Matthew Barnes2011-04-262-36/+11
| * Remove redundant EAccountList utilities.Matthew Barnes2011-04-265-8/+13
| * CompEditor cleanups.Matthew Barnes2011-04-268-746/+768
| * Fix alignment of extra widgets in EAlertDialogs.Matthew Barnes2011-03-251-1/+1
| * Bug 644166 - Add style class to primary toolbarsMatthew Barnes2011-03-081-0/+4
| * Coding style and whitespace cleanup.Matthew Barnes2011-03-0611-11/+22
| * Fix Gtk-Doc comment notation.Matthew Barnes2011-03-024-19/+30
| * Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-2511-102/+58
| * Bug #642954 - Doesn't commit/abort sequence on modification errorMilan Crha2011-02-241-4/+3
| * Coding style and whitespace cleanup.Matthew Barnes2011-02-191-3/+8
| * Remove NULL checks for GObject methods.Matthew Barnes2011-02-135-10/+9
| * Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-092-19/+2
| * Bug #641011 - Ugly appointment editing windowsMilan Crha2011-02-031-2/+6
| * More whitespace cleanup.Matthew Barnes2011-01-316-68/+69
| * Coding style and whitespace cleanup.Matthew Barnes2011-01-301-1/+0
| * Bug #640522 - Set minimal height on Description fields in event editorsMilan Crha2011-01-263-0/+3
| * Various critical warnings about comp-editor-pages and date editMilan Crha2011-01-255-13/+43
| * Adapt to GtkComboBox class reorg.Matthew Barnes2011-01-256-6/+11
| * Dialogs no longer have separators.Matthew Barnes2011-01-254-4/+0
| * Drop backward-compatibility cruft.Matthew Barnes2011-01-255-15/+0
| * Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-064-2/+22
| * Bug #635828 - Do not send meeting mails with no recipientMilan Crha2010-11-261-1/+32
| * Bug #633779 - GtkComboBoxText issuesMilan Crha2010-11-182-5/+18
| * Move calendar preferences to the calendar module.Matthew Barnes2010-11-0519-2674/+570
| * Rename CalUnits to EDurationType.Matthew Barnes2010-11-052-21/+21
| * Bug #612181 - Show recurring events in italic in date navigatorMilan Crha2010-11-033-2/+24
| * Pass an EAlertSink to e_alert_sink_submit_alert().Matthew Barnes2010-11-011-2/+2
* | Bug #657170 - Disallow creating assigned tasks when not supportedMilan Crha2011-09-262-0/+30
* | Bug #655252 - Need to escape the comp_uid part of a pathMilan Crha2011-09-261-7/+14
* | Add missing argument to g_settings_bindRodrigo Moya2011-09-221-6/+6
* | Bug #659125 - Reference counting issues in calendarMilan Crha2011-09-211-0/+2
* | Port event/task/meeting editor to GSettingsRodrigo Moya2011-09-151-19/+14
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-1428-384/+605
* | Changing source in CompEditor blocks UIMilan Crha2011-09-144-114/+275
* | Bug #650839 - Add option for alarms into calendar preferencesMilan Crha2011-09-141-0/+42
* | Bug #656258 - Critical runtime warning on comp-editor closeMilan Crha2011-09-141-0/+7
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-146-46/+93
* | EConfig: Broadcast abort/commit events by way of signals.Matthew Barnes2011-09-141-5/+14
* | Bug #656136 - Remove time field in task editorMilan Crha2011-09-142-90/+21
* | Bug #655702 - Do not call Lists Groups when they are Lists anywhere elseAndre Klapper2011-09-143-3/+3
* | Remove unneeded semicolonMilan Crha2011-09-141-1/+1
* | Bug #655190 - Sluggish performance interacting with calendar/tasksMilan Crha2011-09-142-2/+16
* | Replace alarm by reminder for UI consistency. Fixes bug #340614Andre Klapper2011-09-147-21/+21
* | Bug #655255 - Make comp-editor toolbar buttons' tooltips sanerMilan Crha2011-09-142-5/+5
* | Bug 652958 - Evolution Account Assistant jumps stepsMatthew Barnes2011-09-141-4/+24
* | Check for cancelled GIO operation error code tooMilan Crha2011-06-301-1/+2
* | Postpone ENameSelector loading as much as possibleMilan Crha2011-06-303-0/+13
* | Bug #646442 - [mail-to-task] Edit event details before adding to calendarDan Vrátil2011-06-302-0/+18
* | Bug #653008 - Preference window for imap accounts is too largeMilan Crha2011-06-306-55/+0
* | Do not use deprecated EBook/ECal APIMilan Crha2011-06-3034-446/+561
* | Coding style and whitespace cleanups.Matthew Barnes2011-06-305-25/+59
* | 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-301-0/+5
* | Bug #643819 - Autocomplete the Location fieldDan Vrátil2011-06-301-4/+157
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-304-25/+44
* | Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogsDan Vrátil2011-06-304-0/+503
* | Coding style cleanups.Matthew Barnes2011-06-309-25/+25
* | Whitespace and coding style cleanups.Matthew Barnes2011-06-302-8/+16
* | Add itip_get_fallback_identity().Matthew Barnes2011-06-303-38/+20
* | Add itip_get_user_identities().Matthew Barnes2011-06-303-124/+60
* | Refactor CompEditor pages to isolate EAccount usage.Matthew Barnes2011-06-303-236/+354
* | Add e_meeting_store_find_self().Matthew Barnes2011-06-302-36/+11
* | Remove redundant EAccountList utilities.Matthew Barnes2011-06-305-8/+13
* | CompEditor cleanups.Matthew Barnes2011-06-308-746/+768
* | Fix alignment of extra widgets in EAlertDialogs.Matthew Barnes2011-06-301-1/+1
* | Bug 644166 - Add style class to primary toolbarsMatthew Barnes2011-06-301-0/+4
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-3011-11/+22
* | Fix Gtk-Doc comment notation.Matthew Barnes2011-06-304-19/+30
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-3011-102/+58
* | Bug #642954 - Doesn't commit/abort sequence on modification errorMilan Crha2011-06-301-4/+3
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-3/+8
* | Remove NULL checks for GObject methods.Matthew Barnes2011-06-305-10/+9
* | Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-06-302-19/+2
* | Bug #641011 - Ugly appointment editing windowsMilan Crha2011-06-301-2/+6
* | More whitespace cleanup.Matthew Barnes2011-06-306-68/+69
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+0
* | Bug #640522 - Set minimal height on Description fields in event editorsMilan Crha2011-06-303-0/+3
* | Various critical warnings about comp-editor-pages and date editMilan Crha2011-06-305-13/+43
* | Adapt to GtkComboBox class reorg.Matthew Barnes2011-06-306-6/+11
* | Dialogs no longer have separators.Matthew Barnes2011-06-304-4/+0
* | Drop backward-compatibility cruft.Matthew Barnes2011-06-305-15/+0
* | Free/busy meeting view doesn't work due to non-working extensionMilan Crha2011-06-304-2/+22
* | Bug #635828 - Do not send meeting mails with no recipientMilan Crha2011-06-301-1/+32
* | Bug #633779 - GtkComboBoxText issuesMilan Crha2011-06-302-5/+18
* | Move calendar preferences to the calendar module.Matthew Barnes2010-11-1019-2674/+570
* | Rename CalUnits to EDurationType.Matthew Barnes2010-11-102-21/+21
* | Bug #612181 - Show recurring events in italic in date navigatorMilan Crha2010-11-103-2/+24
* | Pass an EAlertSink to e_alert_sink_submit_alert().Matthew Barnes2010-11-101-2/+2
|/
* Workaround GtkComboBoxText/GtkComboBoxEntry in .ui filesMilan Crha2010-10-281-1/+1
* 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
* Replace EBinding with GBinding.Matthew Barnes2010-10-147-57/+100
* Bug #630490 - Not visible calendar color change immediatelyMilan Crha2010-10-141-0/+6
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-074-5/+5
* Bug #629825 - Hide Free/Busy tab if not needed in express modeMilan Crha2010-10-051-1/+2
* Messin around with EAlerts.Matthew Barnes2010-09-301-7/+8
* Bug #629636 - Doesn't recognize local ESource-sMilan Crha2010-09-291-1/+1
* Adapt to Camel API changes.Matthew Barnes2010-09-281-2/+4
* Use new GDK keysym names if available.Matthew Barnes2010-09-183-5/+14
* Fix a crapload of run-time warnings.Matthew Barnes2010-09-152-20/+12
* Coding style cleanups.Matthew Barnes2010-09-1314-93/+93
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-2/+2
* Bug #627101 - Not able to attach files in calendarMilan Crha2010-08-301-4/+4
* GObject boilerplate cleanup.Matthew Barnes2010-08-258-21/+21
* Bug 627601 - Memory leak in itip_get_comp_attendee()David Woodhouse2010-08-241-0/+1
* Bug 627124 - Crash while opening task-page.uiMatthew Barnes2010-08-191-0/+1
* Ensure widgets are registered, without relying on config dialog setup at star...Michael Meeks2010-08-112-0/+10
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-112-3/+6
* Coding style and whitespace cleanup.Matthew Barnes2010-07-124-71/+172
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-092-12/+20
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-1/+1
* Fix transience problems with ENameSelectorDialogs ...Michael Meeks2010-07-083-17/+6
* Bug #553104 - Ambiguous "for" in calendar translationsMilan Crha2010-06-252-12/+12
* Bug #620246 - Increase size of 'group' combo box in taskMilan Crha2010-06-241-1/+2
* Bug #573228 - Make the "This event has alarms" icon clickableMilan Crha2010-06-071-9/+28
* Coding style and whitespace cleanups.Matthew Barnes2010-06-072-187/+172
* 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-041-1/+1
* Bug 617094 - System timezone label not initialized in preferencesMatthew Barnes2010-05-302-9/+15
* Bug 619417 - system_tz_label is not translated in cal-prefs-dialogGert Michael Kulyk2010-05-291-1/+1
* Bug 619903 - Event editor is too small in express modeMatthew Barnes2010-05-291-2/+2
* CompEditor cleanup.Matthew Barnes2010-05-291-41/+24
* Bug 619904 - Mnemonic issues in express modeMatthew Barnes2010-05-282-6/+6
* Bug #313791 - Delegator can be repeated when delegating a meetingMilan Crha2010-05-282-30/+30
* Bug #248105 - No warning if you create an appointment in the pastMilan Crha2010-05-275-15/+161
* Coding style and whitespace cleanup.Matthew Barnes2010-05-273-14/+24
* Merge branch 'express2'Matthew Barnes2010-05-2712-181/+330
|\