aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-page.c
Commit message (Expand)AuthorAgeFilesLines
* Add ESettingsSpellEntry.Matthew Barnes2013-03-121-11/+0
* Use EClientComboBox where appropriate.Matthew Barnes2013-03-021-38/+33
* EventPage: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-3/+12
* Fix up error handling around e_book/cal_client_connect_finish().Matthew Barnes2013-01-311-9/+1
* Use e_cal_client_connect().Matthew Barnes2013-01-301-25/+34
* Fix compiler warnings.Matthew Barnes2012-12-151-3/+3
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-13/+0
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-0/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-122/+167
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-8/+8
* Bug #559815 - Empty Reminders editor when opened second timeMilan Crha2012-08-081-1/+15
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-6/+1
* Adapt calendar/gui to the new ESource API.Matthew Barnes2012-06-031-79/+68
* Refactor CompEditor pages to isolate EAccount usage.Matthew Barnes2012-06-031-0/+7
* Whitespace cleanups.Matthew Barnes2012-05-131-2/+2
* Spell checking for 'Summary' in Event/Task/Memo editorsMilan Crha2012-05-101-0/+13
* Bug #668988 - Handle a "minutes" entry greater than 59 intelligentlyMilan Crha2012-04-261-0/+29
* Fix possible memory leaks of GError structuresMilan Crha2012-04-231-2/+2
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-8/+16
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-16/+35
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-16/+20
* Remove e_dialog_append_list_store_text().Matthew Barnes2011-12-241-13/+29
* Remove e_dialog_editable_get().Matthew Barnes2011-12-241-24/+18
* Remove e_dialog_editable_set().Matthew Barnes2011-12-241-6/+15
* Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-301-2/+0
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-6/+8
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-78/+127
* Changing source in CompEditor blocks UIMilan Crha2011-08-261-33/+61
* Replace alarm by reminder for UI consistency. Fixes bug #340614Andre Klapper2011-08-021-4/+4
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-46/+57
* Bug #643819 - Autocomplete the Location fieldDan Vrátil2011-05-231-4/+157
* Coding style cleanups.Matthew Barnes2011-05-091-5/+5
* Add itip_get_fallback_identity().Matthew Barnes2011-04-281-13/+7
* Add itip_get_user_identities().Matthew Barnes2011-04-271-41/+20
* Refactor CompEditor pages to isolate EAccount usage.Matthew Barnes2011-04-271-86/+130
* Remove redundant EAccountList utilities.Matthew Barnes2011-04-261-2/+3
* CompEditor cleanups.Matthew Barnes2011-04-261-399/+420
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Fix Gtk-Doc comment notation.Matthew Barnes2011-03-021-3/+5
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-9/+5
* More whitespace cleanup.Matthew Barnes2011-01-311-14/+14
* Various critical warnings about comp-editor-pages and date editMilan Crha2011-01-251-3/+6
* Adapt to GtkComboBox class reorg.Matthew Barnes2011-01-251-1/+1
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* Bug #633779 - GtkComboBoxText issuesMilan Crha2010-11-181-4/+17
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-051-45/+60
* Rename CalUnits to EDurationType.Matthew Barnes2010-11-051-16/+16
* Deal with GtkComboBoxEntry removal in gtk+-3.0.Matthew Barnes2010-10-211-1/+1
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-5/+5
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-2/+5
* Coding style cleanups.Matthew Barnes2010-09-131-24/+24
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-6/+6
* Ensure widgets are registered, without relying on config dialog setup at star...Michael Meeks2010-08-111-0/+5
* Bug #573228 - Make the "This event has alarms" icon clickableMilan Crha2010-06-071-9/+28
* Bug #313791 - Delegator can be repeated when delegating a meetingMilan Crha2010-05-281-15/+15
* Bug #248105 - No warning if you create an appointment in the pastMilan Crha2010-05-271-5/+41
* Coding style and whitespace cleanup.Matthew Barnes2010-05-271-2/+6
* Merge branch 'express2'Matthew Barnes2010-05-271-4/+42
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-6/+3
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-251-0/+3
| |\
| | * Bug 594153 (1/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-0/+3
| * | Hide attendees boxSrinivasa Ragavan2010-04-191-1/+1
| * | Re-work the over-complicated event editor as a tabbed notebook.Michael Meeks2010-04-191-3/+44
| * | Add extensions to configure calender widgets.Matthew Barnes2010-04-071-2/+0
| |/
* | Bug 594153 (1/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-0/+3
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-5/+3
* | Add extensions to configure calender widgets.Matthew Barnes2010-03-201-2/+0
|/
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
* Make authentication functionality availableGustavo Noronha Silva2010-01-271-1/+1
* Bug #390973 - Changing meeting organizer should also change default attendeeMilan Crha2010-01-181-1/+32
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-9/+7
* Bug #329693 - Add contexts to translated "None" wordsMilan Crha2009-12-241-1/+2
* Bug #602165 - Meeting window doesn't show status, role fieldsMilan Crha2009-11-181-1/+0
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-80/+20
* Bug #404227 - Over-aggressive appointment editor date checkMilan Crha2009-10-161-2/+25
* Bug #562512 - Make hyperlinks clickable in Memos, Tasks and CalendarMilan Crha2009-10-161-0/+8
* Coding style and whitespace cleanup.Matthew Barnes2009-08-301-1/+1
* Kill EPopup.Matthew Barnes2009-08-231-1/+0
* Remove the popup menu from EMeetingListView.Matthew Barnes2009-08-231-98/+0
* Changes for having a light version of calendar.Srinivasa Ragavan2009-08-121-0/+7
* Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-08-111-4/+11
* Bug #320071 - Unclear why you can't edit appointment in calendarMilan Crha2009-08-111-5/+25
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-1/+7
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-141-9/+0
* Whitespace cleanup.Matthew Barnes2009-05-291-10/+10
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-44/+44
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-11/+11
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-3/+3
| * Fix compiler warnings in calendar.Matthew Barnes2009-05-261-8/+8
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-2/+2
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-2/+2
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-061-32/+49
|\|
| * Be able to setup custom alarms and a runtime warning fixMilan Crha2009-05-051-32/+49
* | Begin migrating calendar settings to EShellSettings.Matthew Barnes2009-04-261-10/+45
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-73/+70
|\|
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-72/+69
| * Fixes #435455 (bnc)Chenthill Palanisamy2009-03-051-1/+1
| * Fix compiler warnings.Matthew Barnes2009-02-021-2/+2
| * Fix for bug #450554 (bugzilla.novell.com) - Remove all attendees from the lis...Suman Manjunath2009-01-301-0/+20
| * ** Fix for bug #442869Milan Crha2009-01-231-20/+21
| * ** Fixes part of bug #348299Matthew Barnes2008-12-031-0/+6
| * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-15/+19
| * Fixed some warnings.Chenthill Palanisamy2008-08-141-1/+1
| * ** Fixes bug #546892Matthew Barnes2008-08-121-2/+1
| * Forgot to add event_page_dispose() to the vtable.Matthew Barnes2008-07-191-0/+1
| * ** Fixes bug #542125Matthew Barnes2008-07-191-470/+340
* | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-2/+2
* | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-18/+39
* | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-111-0/+6
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-15/+19
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-3/+2
* | Migrate CompEditor, CompEditorPage, and the various subclasses fromMatthew Barnes2008-07-161-510/+359
|/
* ** Fix for bug #542889Paolo Borelli2008-07-141-3/+1
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-5/+2
* Fixes bug #270605 (Hide disabled accounts in memo-editor) + Show organizers o...Suman Manjunath2008-01-061-10/+10
* ** Fix for bug #440497Milan Crha2007-12-041-10/+9
* ** Fix for bug #380644Milan Crha2007-11-261-0/+20
* ** Fix for bug #492793Milan Crha2007-11-161-3/+3
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-259/+259
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-24/+12
* ** Fixes part of bug #417999Matthew Barnes2007-10-231-20/+22
* ** Fixes bug #437579Matthew Barnes2007-10-101-1/+1
* Fixes #270605Chenthill Palanisamy2007-09-101-11/+18
* code cleanup.Chenthill Palanisamy2007-09-101-59/+30
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-8/+14
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* 2007-08-23 mcrha Fix for bug #338803Milan Crha2007-08-231-0/+2
* 2007-08-20 mcrha Fix for bug #262226Milan Crha2007-08-201-4/+7
* Fixes #420492Chenthill Palanisamy2007-08-171-0/+2
* reviewed by: Chenthill Palanisamy <pchenthill@novell.com>Suman Manjunath2007-08-131-34/+188
* Plugged memory leaks.Hiroyuki Ikezoe2007-07-271-0/+1
* Fixes #329594Chenthill Palanisamy2007-07-091-0/+3
* Fix for bug #445526Chenthill Palanisamy2007-07-041-5/+13
* Fix compiler warnings in the calendar directory (#439122).Matthew Barnes2007-06-031-1/+3
* Downstream fixes from OpenSUSESrinivasa Ragavan2007-05-041-7/+11
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-10/+8
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-271-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Query for freebusy information only when the window is clicked.Chenthill Palanisamy2007-03-061-1/+3
* Fixes bug #357970Matthew Barnes2006-12-041-1/+1
* Fixes #332101Chenthill Palanisamy2006-10-171-1/+3
* Fixes bug #352546Matthew Barnes2006-10-141-1/+1
* Fixes #351263Chenthill Palanisamy2006-08-221-20/+14
* Fixes #344927Chenthill Palanisamy2006-07-311-1/+2
* Fix for bug #330633Srinivasa Ragavan2006-07-141-1/+8
* Add mnemonic widget to widget, and change calendar's shortcut key.Li Yuan2006-07-111-1/+2
* Partial fix for bug 303856Srinivasa Ragavan2006-06-151-0/+3
* ** Fixes bug #341961. Removed unnecessary e_cal_component_clone.Hiroyuki Ikezoe2006-06-091-3/+0
* Upstreaming Chen's patch. Fixes #333689Harish Krishnaswamy2006-05-041-3/+3
* Added the delfrom property to the delegatee. Fixes #165714Harish Krishnaswamy2006-04-221-3/+3
* Fixes #328808Chenthill Palanisamy2006-04-061-0/+13
* Fixes #331089Chenthill Palanisamy2006-03-041-2/+0
* Fixes #312423, #329749Chenthill Palanisamy2006-03-031-10/+16
* fixes #330465Chenthill Palanisamy2006-02-091-2/+2
* broken pipes are soo funKjartan Maraas2006-02-081-11/+6
* Committing Johnny's patch.Srinivasa Ragavan2006-02-081-1/+1
* Committing Johnny's patch.Srinivasa Ragavan2006-02-081-0/+2
* Committing Rajeev's patch.Srinivasa Ragavan2006-02-071-0/+1
* Fixed the page layouts as per HIG spacing.Johnny Jacob2006-01-301-4/+4
* Changed the layout of the alarm dialog.Srinivasa Ragavan2006-01-281-48/+80
* Implements the edit buttonChenthill Palanisamy2006-01-171-3/+31
* edit menu implementationChenthill Palanisamy2006-01-131-0/+37
* fixes #326735Chenthill Palanisamy2006-01-131-0/+9
* Reviewed/Committed by Harish <kharish@novell.com> : Fixed warnings.Johnny Jacob2006-01-061-15/+15
* make the alarm dialog modal.Chenthill Palanisamy2006-01-051-0/+1
* fixes #216535Chenthill Palanisamy2006-01-051-5/+19
* fixes #321739Chenthill Palanisamy2005-12-151-3/+3
* Committed Johnny's patch for adding the FOR time implementationSrinivasa Ragavan2005-12-141-12/+118
* fixes the tool tip crash.Chenthill Palanisamy2005-12-091-4/+52
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-261-2/+8
* UI changes for task editor.Chenthill Palanisamy2005-11-161-22/+8
* UI changes for the event editor.Chenthill Palanisamy2005-11-151-311/+1174
* fixes #308802.Chenthill Palanisamy2005-10-181-5/+7
* Show the attachment bar menu items when needed.Chenthill Palanisamy2005-08-181-16/+18
* Enable alarm even if we are not an organizer.Chenthill Palanisamy2005-07-061-1/+1
* Desensitize the source seletor while delegating a meeting.Chenthill Palanisamy2005-06-231-1/+3
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-2/+2
* Commiting the fix for free busy and sensitizing the attachment bar properly.Chenthill Palanisamy2005-06-221-3/+2
* Commiting the delegation support for recurrence eventsChenthill Palanisamy2005-06-221-2/+5
* Disable the meeting editor if the user is not an organizer whereverChenthill Palanisamy2005-06-081-17/+22
* removed GAL's e-categories.h include.Rodrigo Moya2005-05-051-1/+0
* Handling static capability for disabling general send options at theSushma Rai2005-03-111-5/+6
* added a boolean variable is_meeting. added a boolean variableChenthill Palanisamy2005-02-181-1/+10
* put a name to the 'Send options' frame.Rodrigo Moya2005-01-081-9/+7
* Commiting send optionsChenthill Palanisamy2005-01-061-2/+92
* Fixes #67403Rodrigo Moya2004-12-061-1/+1
* dittoJP Rosevear2004-10-141-22/+4
* When the start year and the end year are the same, the num should beLi Yuan2004-10-121-3/+1
* Fixes #62021JP Rosevear2004-08-081-0/+5
* busy should be opaque, not transparentJürg Billeter2004-07-121-1/+1
* init alarm interval to -1 (clear_widgets): give the alarm time option menuJP Rosevear2004-06-251-17/+127
* free old_summary (is_custom_alarm): take description into account whenJP Rosevear2004-06-251-15/+72
* store all the custom alarms (alarm_custom_clicked_cb): emit changed signalJP Rosevear2004-06-251-30/+80
* HIGify and newer design; alarm page is gone, Cancel/OK buttons for theJP Rosevear2004-06-231-85/+343
* new function for notifying all pages of the client change.Rodrigo Moya2004-06-091-1/+4
* do not set the private client here, it is set in comp-editor.c.Rodrigo Moya2004-06-081-0/+30
* guard against the text value being NULLJP Rosevear2004-06-041-3/+5
* Fixes #56316Rodrigo Moya2004-04-051-0/+30
* always add the page.Rodrigo Moya2004-03-041-12/+10
* Fixes #53137Rodrigo Moya2004-03-041-3/+14
* Convert the calendar_config_get_timezone andJP Rosevear2004-02-061-8/+3
* Revert William McCann's patch of 2003-12-19 until we can get consistentJP Rosevear2004-01-131-1/+0
* new files for managing interactive authentication with backends.Rodrigo Moya2003-12-221-1/+2
* rewrite for new ecal api, cache all ecal's by type and minimize loading.JP Rosevear2003-12-221-1/+1
* Remove separators from dialogs. Use frame style recommended by the HIG.William Jon McCann2003-12-201-0/+1
* Add the concept of a source client, where the object lives currently. TheHans Petter Jansson2003-12-181-0/+66
* Remove a bunch of gal includes that are no longer neededJP Rosevear2003-11-201-1/+0
* Cleanup some ref/unref callsJP Rosevear2003-11-181-2/+2
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-59/+59
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-13/+10
* added missing capabilities.Rodrigo Moya2003-04-111-1/+1
* unref the main widget since we ref it when we un-parent itJP Rosevear2003-04-111-0/+3
* Fixes #35926.Hans Petter Jansson2003-04-081-100/+0
* Partially Fixes #23606 (from Jack Jia <jack.jia@sun.com>)JP Rosevear2003-03-051-1/+7
* If only the pipe wouldn't break.JP Rosevear2003-03-051-4/+10
* gui/dialogs/alarm-page.c gui/dialogs/event-page.cHans Petter Jansson2003-03-041-1/+1
* show the widget before returning it.Dan Winship2003-02-071-1/+5
* Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir): RemoveDan Winship2003-02-061-0/+1
* The CVS server exited after applying everything from my last commit,Hans Petter2003-02-051-10/+22
* Skip setting the "font_gdk" arg for now.Hans Petter Jansson2003-02-021-0/+4
* GTK_OBJECT -> G_OBJECT cast.Hans Petter Jansson2003-01-241-1/+1
* Fixes some trivial, but distracting, warnings.Hans Petter Jansson2003-01-241-2/+2
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-191-39/+19
* run fix.sh over this.Not Zed2002-12-021-47/+47
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-2/+4
* Fixes #11434Rodrigo Moya2002-10-091-0/+18
* use bonobo_object_release_unref to release the remote SelectNamesMike Kestner2002-08-311-1/+1
* default component classification to PUBLICRodrigo Moya2001-12-071-3/+5
* added entry for the LOCATION fieldRodrigo Moya2001-12-061-1/+23
* add a changed signal (e_meeting_time_selector_construct): emit changedJP Rosevear2001-11-061-14/+16
* updated code to handle DATE values.Damon Chaplin2001-10-301-5/+16
* use libical-evolution.laDamon Chaplin2001-10-301-0/+5
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-1/+2
* subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-261-0/+12
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-204/+204
* listen for changes in the date editors (schedule_page_set_dates): updateJP Rosevear2001-10-221-71/+81
* return fill_component successJP Rosevear2001-10-131-2/+4
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-61/+127
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-9/+1
* added option to hide completed tasks after a given number ofDamon Chaplin2001-08-191-1/+7
* hide the timezone fields for all-day events. We will use DATE values forDamon Chaplin2001-08-171-8/+48
* New function to strip surrounding whitespace from a string of categoriesFederico Mena Quintero2001-08-171-2/+6
* added support for the Contacts field. Note that I'm not sure what weDamon Chaplin2001-08-151-9/+94
* turn on word-wrap for the description fields. Fixes bug #6821.Damon Chaplin2001-08-121-1/+4
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-0/+53
* I18n fixes.Chyla Zbigniew2001-08-041-1/+1
* try to use builtin timezones before getting them from the server. WhenDamon Chaplin2001-07-171-12/+25