aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-editor.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-2/+2
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-281-4/+4
* Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-281-2/+0
* ** Fix for bug #401346Milan Crha2009-03-061-2/+2
* Fixes #435455 (bnc)Chenthill Palanisamy2009-03-051-1/+1
* Fix for bug #450554 (bugzilla.novell.com) - Remove all attendees from the lis...Suman Manjunath2009-01-301-0/+2
* ** Fix for bug #225712Milan Crha2009-01-191-4/+4
* Patch from Ashish Shrivastava <shashish@novell.com> ** Fix for bug #458153 (...Suman Manjunath2009-01-051-4/+11
* ** Fixes part of bug #348299Matthew Barnes2008-12-031-3/+0
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-17/+19
* ** Fixes bug #546892Matthew Barnes2008-08-121-1/+0
* ** Fixes bug #542125Matthew Barnes2008-07-191-581/+364
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-2/+2
* ** Fix for bug #380644Milan Crha2007-11-261-3/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-78/+78
* ** Fixes bug #477045Matthew Barnes2007-09-281-7/+8
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>Chenthill Palanisamy2007-07-091-2/+1
* ** Fix for bug #351729 from Milan CrhaSrinivasa Ragavan2007-05-281-2/+1
* Downstream fixes from OpenSUSESrinivasa Ragavan2007-05-041-1/+1
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-6/+3
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Query for freebusy information only when the window is clicked.Chenthill Palanisamy2007-03-061-23/+43
* Fixes shared memos for File system.Chenthill Palanisamy2006-08-101-1/+1
* Fixes #335276.Chenthill Palanisamy2006-07-311-2/+13
* Remove redundant files meeting-page.[ch], cal-attachment.glade andHarish Krishnaswamy2006-06-011-1/+0
* Fix crash: Should use a GdkColor struct as such here, not a pointer.Tor Lillqvist2006-04-271-2/+17
* Committing patch from PR Suman to add icons missing in menu items.Srinivasa Ragavan2006-04-261-1/+4
* Fixes #328808Chenthill Palanisamy2006-04-061-5/+10
* **Fixes #321832 Pickup the right-icon for f/b. Define EVOLUTION_ICONSDIRVeerapuram Varadhan2006-03-061-1/+1
* broken pipes are soo funKjartan Maraas2006-02-081-1/+1
* Committing Rajeev's patch.Srinivasa Ragavan2006-01-281-6/+12
* committing patch from pavithranSrinivasa Ragavan2006-01-231-0/+1
* fixes #327293Chenthill Palanisamy2006-01-191-0/+12
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-261-1/+7
* show the details page in task editor.Chenthill Palanisamy2005-11-161-31/+8
* UI changes for the event editor.Chenthill Palanisamy2005-11-151-91/+456
* fixes #313538.Chenthill Palanisamy2005-11-101-10/+1
* Several bug fixes under calendar. Use common shortcut for preview pane.Srinivasa Ragavan2005-10-071-9/+9
* Show the attachment bar menu items when needed.Chenthill Palanisamy2005-08-181-1/+6
* Set the new item flags while creating new meetings from other components.Chenthill Palanisamy2005-07-041-1/+1
* do not de-sensitize the attachment bar.Chenthill Palanisamy2005-06-281-6/+0
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Commiting the fix for free busy and sensitizing the attachment bar properly.Chenthill Palanisamy2005-06-221-12/+15
* Delegate support for personal calendarChenthill Palanisamy2005-06-211-18/+19
* Disable the meeting editor if the user is not an organizer whereverChenthill Palanisamy2005-06-081-4/+13
* Added support for groupwise meeting delegation.Chenthill Palanisamy2005-06-071-36/+48
* Fixes #73879 Added a function to sensitize/desensitize the attachment bar.Chenthill Palanisamy2005-04-011-0/+5
* Fixes #73031Chenthill Palanisamy2005-03-211-5/+23
* Fixes #72006Chenthill Palanisamy2005-02-231-1/+1
* added a boolean variable is_meeting. added a boolean variableChenthill Palanisamy2005-02-181-0/+1
* Always remove the meeting and scheduling pages when there are noHarish Krishnaswamy2005-02-091-1/+1
* Add a string to CompEditorPrivate to store the name of the help section weRodney Dawes2005-02-041-0/+2
* Added support for attachments support to calendar items.Harish Krishnaswamy2005-01-081-1/+2
* clear the attendees, somehow I remove this in an earlier commitJP Rosevear2005-01-081-0/+3
* Commiting send optionsChenthill Palanisamy2005-01-061-1/+4
* Check for the existence of the meet/sched pages before attempting toHarish Krishnaswamy2004-12-241-2/+4
* Add a boolean variable to denote assigned task and construct the meetingChenthill Palanisamy2004-12-021-0/+2
* removed the call for comp_editor_show_page, so that the event page showsChenthill Palanisamy2004-11-251-2/+0
* Use e_cal_component_has_attendees to test if it is a meeting. By default,Harish Krishnaswamy2004-10-201-14/+16
* gui/comp-editor-factory.c (edit_existing),Harish Krishnaswamy2004-10-191-7/+4
* conver to G_DEFINE_TYPEJP Rosevear2004-10-141-28/+12
* use Invitations not Meetings (event_editor_edit_comp): dittoJP Rosevear2004-08-011-2/+2
* use "Task" instead of "Basic"JP Rosevear2004-06-261-1/+1
* HIGify and newer design; alarm page is gone, Cancel/OK buttons for theJP Rosevear2004-06-231-68/+1
* Fixes #56875Rodrigo Moya2004-06-041-0/+8
* fixed leak and pass the correct icalcomponent to e_cal_modify_object.Rodrigo Moya2004-06-031-2/+2
* Same.Jeffrey Stedfast2004-05-181-1/+2
* Update the calendar to use the icon theme through the EIconFactory objectMichael Terry2004-04-191-1/+1
* Remove a bunch of gal includes that are no longer neededJP Rosevear2003-11-201-1/+0
* Cleanup some ref/unref callsJP Rosevear2003-11-181-6/+6
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-35/+35
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-2/+3
* new VOID:STRING,STRING,STRING build the new view/store/renderer/editableMike Kestner2003-10-011-33/+29
* added a GtkWindow argument for callers to specify the parent window.Rodrigo Moya2003-06-301-1/+2
* unref the model again (task_editor_edit_comp): don't allow editing if theJP Rosevear2003-05-021-5/+3
* dittoJP Rosevear2003-04-301-1/+5
* Fixes #34095Hans Petter Jansson2003-03-181-0/+2
* If only the pipe wouldn't break.JP Rosevear2003-03-051-16/+24
* gconf settings upgradesMichael Zucci2003-02-241-8/+10
* Appease the compiler. (gnome_calendar_update_paned_quanta): Don't actuallyHans Petter Jansson2003-02-241-0/+10
* Mainly making all views use PangoLayouts for text. When drawing aHans Petter Jansson2003-01-261-1/+0
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-191-30/+10
* run fix.sh over this.Not Zed2002-12-021-15/+15
* Fixes #30057Rodrigo Moya2002-10-031-5/+16
* Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-281-8/+23
* bail out if we couldn't send the cancelJP Rosevear2002-09-051-4/+10
* use util function to see if the user is the organizer72002-07-181-1/+1
* add back protoJP Rosevear2002-06-251-12/+47
* Pass the @component_pixmaps in so we give the new "Meeting" button anEttore Perazzoli2002-05-211-1/+6
* pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb):JP Rosevear2002-02-201-2/+5
* pass meeting boolean for gnome_calendar_edit_object andJP Rosevear2002-02-081-2/+19
* Explicitly destroy the EMeetingModel. This is a hack to work aroundJon Trowbridge2001-12-071-0/+1
* make sure to remove all attendees from the model when we edit a new comp,JP Rosevear2001-11-071-5/+15
* Fix bug #10016.Federico Mena Quintero2001-10-301-3/+1
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* return fill_component successJP Rosevear2001-10-131-9/+10
* fix logic checksJP Rosevear2001-10-101-3/+11
* refactor functionality into several function (comp_string): if we areJP Rosevear2001-10-041-2/+3
* listen for model changes (task_editor_edit_comp): add the attendees to theJP Rosevear2001-09-201-12/+67
* A page that shows the meeting time selector and free/busy data forJP Rosevear2001-09-191-3/+48
* set the attendees of a component (meeting_page_fill_component): use aboveJP Rosevear2001-08-091-1/+28
* connect to the entry not the comboJP Rosevear2001-07-071-5/+26
* Add new columns for information specification (meeting_page_destroy): saveJP Rosevear2001-07-041-0/+5
* implementJP Rosevear2001-07-031-0/+1
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* itip/imip send dialogJP Rosevear2001-06-201-4/+107
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-021-0/+155