/www/fcgi/

='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
* if the value given is a date, convert to a time in the current zoneJP Rosevear2002-08-221-4/+12
* don't set the tasks ui component until the container is set, remove unusedJP Rosevear2002-08-211-5/+2
* disconnect destroy signal callbacks on tablesJP Rosevear2002-08-201-1/+4
* clone the ical component before adding itJP Rosevear2002-08-201-1/+2
* make sure to get the date in the current zone, not at UTCJP Rosevear2002-08-201-1/+1
* stop adding redundant information for start/end/due/complete timesJP Rosevear2002-08-191-42/+24
* added internal EComponentListener object, to listen for the activated Cal.Rodrigo Moya2002-08-161-0/+32
* listen for the time editors to changeJP Rosevear2002-08-153-7/+70
* Remove a bunch of old #if 0 code. (update_item): SetDan Winship2002-08-142-176/+16
* set status message on ECalendarTable when opening the tasks.Rodrigo Moya2002-08-131-1/+23
* set status message to NULL if there is an error opening the calendar.Rodrigo Moya2002-08-131-2/+2
* set the editor to changed so the item actually gets savedJP Rosevear2002-08-101-0/+2
* check for an attendee in the list (comp_to_list): only add the user ifJP Rosevear2002-08-092-59/+42
* Fixes #15710Rodrigo Moya2002-08-082-1/+31
* just return the object untouched since we don't send anythingJP Rosevear2002-08-082-87/+157
* Fixes the crash in #19159Rodrigo Moya2002-08-051-0/+2
* don't warn if we can't use the small font, just set use_small_font toJP Rosevear2002-08-021-1/+1
* new util function to add information to an itip message that might notJP Rosevear2002-08-021-36/+41
* initialize value to corba nilJP Rosevear2002-08-021-0/+2
* Use meeting-request-16.png instead of meeting-request.png.Ettore Perazzoli2002-08-023-5/+2
* use get_due_status (get_color): ditto (get_due_status): utility functionJP Rosevear2002-08-021-66/+68
* Change the order so that "New Contact" is first and "New Contact List" isEttore Perazzoli2002-08-012-10/+10
* Pass "contacts" as the @folder_type toEttore Perazzoli2002-08-012-8/+12
* we no longer need to manually save the state (e_tasks_open): we no longerJP Rosevear2002-08-011-38/+1
* make sure that the work week view goes to the current work week if the dayJP Rosevear2002-07-311-4/+9
* fixed mapping of popdown menu to ICAL_STATUS_ values.Rodrigo Moya2002-07-292-10/+16
* new function for adding VTIMEZONE components to a VCALENDAR component.Rodrigo Moya2002-07-273-8/+59
* focus the editor if it does exist, create a new one if it doesn't (notJP Rosevear2002-07-271-2/+1
* set large_font to NULL (e_day_view_style_set): calculate large font, fallJP Rosevear2002-07-261-6/+11
* display the location in the itip informationJP Rosevear2002-07-251-0/+7
* set status to in progress if the percent is between 0 and 100JP Rosevear2002-07-251-2/+8
* use proper meeting icon32002-07-241-1/+2
* if there's an exception, continue with the next item.Rodrigo Moya2002-07-191-1/+0
* use util function to see if the user is the organizer72002-07-1810-55/+154
* Add include lines to get ebook headers relative to <ebook/foo.h>, notPeter Williams2002-07-115-12/+12
* Fixes #16034Rodrigo Moya2002-07-034-12/+50
* New arg @tooltip; pass it toEttore Perazzoli2002-07-022-0/+12
* listen for timezone config change (property_change_cb): set the timezoneJP Rosevear2002-07-012-0/+20
* Fixes #25410Rodrigo Moya2002-06-261-0/+8
* plug leak and actually use the minimal comp we createJP Rosevear2002-06-251-1/+5
* add back protoJP Rosevear2002-06-2513-235/+519
* Fixes wombat crash (for JP and myself)Rodrigo Moya2002-06-181-5/+5
* added timeout_id to LoadedClient structure, to keep track of the timeoutRodrigo Moya2002-06-131-26/+23
* Fix a typo.Kjartan Maraas2002-06-131-1/+1
* removed already loaded client when asked to be opened again, and *really*Rodrigo Moya2002-06-121-11/+7
* gal_view_menus_set_show_define_views (..., FALSE);Christopher James Lahey2002-06-051-0/+1
* Set the title of our GalViewCollection.Christopher James Lahey2002-06-042-0/+4
* In an attempt to clean up the config dialog (and to reduce its overallAnna Marie Dirks2002-06-041-179/+281
* update protoJP Rosevear2002-05-273-11/+24
* if there are remaining items, return false (foreach_close_cb): don'tJP Rosevear2002-05-276-15/+21
* a registry of comp editors so we can close them all centrallyJP Rosevear2002-05-2712-205/+411
* Pass the @component_pixmaps in so we give the new "Meeting" button anEttore Perazzoli2002-05-214-4/+17
* ported changes from evolution-1-0 to make it work with reminders on remoteRodrigo Moya2002-05-212-9/+62
* set the view to the current viewJP Rosevear2002-05-171-0/+2
* added support for CAL_CLIENT_OPEN_PERMISSION_DENIED error code.Rodrigo Moya2002-05-172-0/+30
* added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-176-25/+81
* Check with e_shell_prepare_for_quit() before quitting.Ettore Perazzoli2002-05-162-0/+2
* set the working hours for the meeting time selectorJP Rosevear2002-05-151-0/+6
* make the range datetime member a struct not a pointerJP Rosevear2002-05-152-4/+5
* Rename NotPrepared to notPrepared and NotSyncing to notSyncing.Ettore Perazzoli2002-05-091-1/+1
* start a server a uri (start_default_server): start a default serverJP Rosevear2002-05-083-34/+325
* show progress messages on the status bar.Rodrigo Moya2002-05-031-0/+5
* only discard the popup if we created oneJP Rosevear2002-05-021-0/+4
* modify the start and end hours to accomodate all the events in the dayJP Rosevear2002-05-02