aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* Update with bug numbers.JP Rosevear2002-10-261-1/+7
* initialize new values (clean_up): free new values (find_my_address): if weJP Rosevear2002-10-244-10/+211
* Fixes #32613Rodrigo Moya2002-10-233-20/+58
* fix warningJP Rosevear2002-10-232-2/+7
* Fixes #32371Rodrigo Moya2002-10-232-3/+12
* use NULL for pointer instead of FALSE.Rodrigo Moya2002-10-232-1/+6
* use e_config_listener_* to get values (itip_addresses_get): dittoJP Rosevear2002-10-233-37/+29
* fix c/p typeJP Rosevear2002-10-182-1/+5
* if the value is a datetime, convert it to a dateJP Rosevear2002-10-185-2/+259
* changed to have a gboolean return type, which is what it's supposed to do.Rodrigo Moya2002-10-183-7/+16
* try to preserve the work week view setting if it makes sense (set_view):JP Rosevear2002-10-162-3/+22
* Fixes #11434Rodrigo Moya2002-10-098-0/+102
* set the 24 hour format initiallyJP Rosevear2002-10-094-55/+15
* Fixes #31774Rodrigo Moya2002-10-082-2/+9
* cast the correct itemJP Rosevear2002-10-082-1/+6
* Fixes crash in #19159Rodrigo Moya2002-10-072-7/+23
* Fixes #15892Rodrigo Moya2002-10-0711-26/+222
* removed unneeded g_assert which was preventing the alarm daemon to startRodrigo Moya2002-10-032-2/+6
* Fixes #30057Rodrigo Moya2002-10-039-42/+106
* added isReadOnly method to Cal interface.Rodrigo Moya2002-10-028-1/+103
* Fixes #15710Rodrigo Moya2002-10-013-1/+60
* Fixes #30290Rodrigo Moya2002-10-012-3/+9
* load multi_day_split (calconduit_save_configuration): save itJP Rosevear2002-10-012-4/+95
* It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-013-3/+10
* Remove "/Toolbar/New" and "/Toolbar/NewTask" since they're not there anyDan Winship2002-09-282-2/+6
* Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-2819-45/+274
* only change the attendee value if it isn't emptyJP Rosevear2002-09-272-1/+7
* Should fix once for all #24210Rodrigo Moya2002-09-266-29/+80
* Add "calendar/public" and "tasks/public". (type_is_calendar,Dan Winship2002-09-265-38/+110
* if the item being sent is not a meeting, send it as a mixed item with aJP Rosevear2002-09-262-7/+105
* Fixes #27961Rodrigo Moya2002-09-252-0/+12
* return a builtin timezone if we don't find the timezone in our component.Rodrigo Moya2002-09-252-7/+22
* make sure the start/end for no time palm events are DATE values, tidy codeJP Rosevear2002-09-242-13/+24
* convert to date values if the original start and end were both datesJP Rosevear2002-09-242-2/+12
* unref the query since now the query object on the server keeps a copy ofRodrigo Moya2002-09-242-1/+6
* unref the QueryListener object. (query_construct): create anRodrigo Moya2002-09-242-1/+24
* add libeutil to the linkJP Rosevear2002-09-243-0/+10
* fix non-ANSI switch statements.Dan Winship2002-09-234-0/+16
* install an idle callback that will start the alarm daemon.Rodrigo Moya2002-09-232-4/+25
* remove timeout function always and re-add it if the query is in progress.Rodrigo Moya2002-09-232-14/+15
* move success notification code to its own code block, since it was beingRodrigo Moya2002-09-232-27/+41
* Fixes #28310Rodrigo Moya2002-09-231-0/+2
* only save the new notification time if it is bigger than the already savedRodrigo Moya2002-09-232-1/+13
* check to see if the component is already on the server or notJP Rosevear2002-09-215-107/+49
* set the deleted attendees array to size 0 after we clean it upJP Rosevear2002-09-202-1/+9
* remove the query from the cache if it failed. (start_cached_query_cb):Rodrigo Moya2002-09-202-0/+23
* added a list of EComponentListener's to control the lifetime of theRodrigo Moya2002-09-202-1/+45
* More fixes for #24210Rodrigo Moya2002-09-202-64/+248
* bump the month_num by 1 because it indexs at 0JP Rosevear2002-09-192-2/+12
* Fixes #26362Rodrigo Moya2002-09-172-1/+47
* keep the selection if we right click in it (but not on an appointment)JP Rosevear2002-09-123-14/+31
* create a new appointment based on the selectionJP Rosevear2002-09-122-47/+40
* duh, don't blindly increment the hour without adjusting for the dayJP Rosevear2002-09-112-4/+10
* Fixes #24032Rodrigo Moya2002-09-102-9/+26
* display status messages for all operations we make, so that when usingRodrigo Moya2002-09-102-8/+25
* kill warningJP Rosevear2002-09-076-34/+143
* don't try to send via the server if we are publishing; don't bail out on aJP Rosevear2002-09-062-5/+18
* Changed the description of the calendar/tasks page of the settings dialog,Anna Marie Dirks2002-09-062-1/+8
* added support for text/x-calendar targets, in which case a VCALENDARRodrigo Moya2002-09-052-8/+32
* don't listen to client signals after we get destroyedJP Rosevear2002-09-052-0/+9
* bail out if we couldn't send the cancelJP Rosevear2002-09-057-31/+75
* provide error message param, give a dialog with the message if we get aJP Rosevear2002-09-059-22/+67
* Pass NULL as @unpopulate_folder_context_menu_fn toEttore Perazzoli2002-09-053-0/+8
* don't make the reply component minimalJP Rosevear2002-09-042-5/+14
* use bonobo_object_release_unref to release the remote SelectNamesMike Kestner2002-08-313-2/+8
* make the sure to list is 0 length before sending via imipJP Rosevear2002-08-311-1/+1
* select the top canvas if the user right-clicks on itJP Rosevear2002-08-304-1/+106
* added missing header file.Rodrigo Moya2002-08-293-0/+7
* Add an evolution:shell_component_launch_order and renameDan Winship2002-08-292-1/+9
* use EConfigListener instead of direct access to the bonobo-conf database.Rodrigo Moya2002-08-275-426/+176
* Fixes #12326Rodrigo Moya2002-08-265-157/+107
* if its a non-participant, add it as a resource to match dialog labelJP Rosevear2002-08-232-2/+17
* if the value given is a date, convert to a time in the current zoneJP Rosevear2002-08-222-4/+17
* don't set the tasks ui component until the container is set, remove unusedJP Rosevear2002-08-212-5/+8
* disconnect destroy signal callbacks on tablesJP Rosevear2002-08-202-3/+13
* clone the ical component before adding itJP Rosevear2002-08-202-1/+13
* make sure to get the date in the current zone, not at UTCJP Rosevear2002-08-202-1/+6
* stop adding redundant information for start/end/due/complete timesJP Rosevear2002-08-192-42/+33
* added internal EComponentListener object, to listen for the activated Cal.Rodrigo Moya2002-08-165-0/+89
* listen for the time editors to changeJP Rosevear2002-08-154-7/+89
* Remove a bunch of old #if 0 code. (update_item): SetDan Winship2002-08-144-180/+28
* set status message on ECalendarTable when opening the tasks.Rodrigo Moya2002-08-132-1/+31
* set status message to NULL if there is an error opening the calendar.Rodrigo Moya2002-08-132-2/+9
* set the editor to changed so the item actually gets savedJP Rosevear2002-08-102-0/+7
* check for an attendee in the list (comp_to_list): only add the user ifJP Rosevear2002-08-094-60/+57
* Initialize loaded_backends before using it. (Just kills off a harmlessDan Winship2002-08-092-9/+17
* Fixes #15710Rodrigo Moya2002-08-085-1/+63
* just return the object untouched since we don't send anythingJP Rosevear2002-08-0810-87/+343
* new function. (query_backend_get_uids): new function. (query_backend_new):Rodrigo Moya2002-08-064-15/+139
* Fixes the crash in #19159Rodrigo Moya2002-08-052-0/+9
* don't warn if we can't use the small font, just set use_small_font toJP Rosevear2002-08-022-1/+6
* new util function to add information to an itip message that might notJP Rosevear2002-08-022-36/+49
* initialize value to corba nilJP Rosevear2002-08-022-0/+6
* Use meeting-request-16.png instead of meeting-request.png.Ettore Perazzoli2002-08-024-5/+10
* use get_due_status (get_color): ditto (get_due_status): utility functionJP Rosevear2002-08-022-66/+75
* new class for implementing a backend cache for the calendar queries.Rodrigo Moya2002-08-014-0/+331
* Change the order so that "New Contact" is first and "New Contact List" isEttore Perazzoli2002-08-013-10/+16
* Pass "contacts" as the @folder_type toEttore Perazzoli2002-08-013-8/+20
* we no longer need to manually save the state (e_tasks_open): we no longerJP Rosevear2002-08-012-38/+10
* Add bug fix numbers.JP Rosevear2002-07-311-0/+6
* make sure that the work week view goes to the current work week if the dayJP Rosevear2002-07-312-4/+15
* fixed mapping of popdown menu to ICAL_STATUS_ values.Rodrigo Moya2002-07-293-10/+28
* remove useless debug statementJP Rosevear2002-07-272-1/+7
* new function for adding VTIMEZONE components to a VCALENDAR component.Rodrigo Moya2002-07-276-8/+133
* focus the editor if it does exist, create a new one if it doesn't (notJP Rosevear2002-07-272-2/+8
* set large_font to NULL (e_day_view_style_set): calculate large font, fallJP Rosevear2002-07-262-6/+17
* display the location in the itip informationJP Rosevear2002-07-252-0/+12
* Touch up changelog.JP Rosevear2002-07-251-0/+2
* set status to in progress if the percent is between 0 and 100JP Rosevear2002-07-252-4/+17
* add a day for the leap year only if we are currently counting Feb., not if42002-07-252-1/+7
* use proper meeting icon32002-07-242-1/+6
* Replace a bunch of old gnomecal functions with the functionally identicalDan Winship2002-07-232-34/+14
* Split pcs-backend-file out of libpcs and build it as a separate (noinst)Dan Winship2002-07-232-2/+13
* if there's an exception, continue with the next item.Rodrigo Moya2002-07-193-2/+10
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-189-25/+52
* use util function to see if the user is the organizer72002-07-1811-55/+199
* Fixes #8001Rodrigo Moya2002-07-164-37/+107
* Sigh, fix for the wombat.idl -> Evolution-Wombat.idl rename here too. AtPeter Williams2002-07-132-1/+7
* Add include lines to get ebook headers relative to <ebook/foo.h>, notPeter Williams2002-07-116-12/+28
* Fixes #16034Rodrigo Moya2002-07-035-12/+62
* New arg @tooltip; pass it toEttore Perazzoli2002-07-023-0/+19
* listen for timezone config change (property_change_cb): set the timezoneJP Rosevear2002-07-013-2/+31
* Fixes #25410Rodrigo Moya2002-06-262-0/+16
* plug leak and actually use the minimal comp we createJP Rosevear2002-06-252-1/+10
* add back protoJP Rosevear2002-06-2516-235/+625
* update for new zonesJP Rosevear2002-06-192-77/+4
* Reverse unintended changeJP Rosevear2002-06-191-0/+6
* update for new zonesJP Rosevear2002-06-191-0/+75
* Fixes wombat crash (for JP and myself)Rodrigo Moya2002-06-182-5/+14
* added timeout_id to LoadedClient structure, to keep track of the timeoutRodrigo Moya2002-06-132-26/+33
* Free the uri_string once we're done with it.Jeffrey Stedfast2002-06-132-1/+8
* Fix a typo.Kjartan Maraas2002-06-132-1/+5
* removed already loaded client when asked to be opened again, and *really*Rodrigo Moya2002-06-122-11/+13
* gal_view_menus_set_show_define_views (..., FALSE);Christopher James Lahey2002-06-052-0/+6
* Set the title of our GalViewCollection.Christopher James Lahey2002-06-043-0/+10
* In an attempt to clean up the config dialog (and to reduce its overallAnna Marie Dirks2002-06-042-179/+288
* keep a reference to the Query object, to avoid crashes when the queriesRodrigo Moya2002-06-042-4/+12
* update protoJP Rosevear2002-05-274-11/+39
* if there are remaining items, return false (foreach_close_cb): don'tJP Rosevear2002-05-277-15/+37
* a registry of comp editors so we can close them all centrallyJP Rosevear2002-05-2713-205/+451
* check the value returned by gnome_vfs_uri_to_string before using it.Rodrigo Moya2002-05-252-1/+10
* Pass the @component_pixmaps in so we give the new "Meeting" button anEttore Perazzoli2002-05-215-4/+25
* ported changes from evolution-1-0 to make it work with reminders on remoteRodrigo Moya2002-05-213-9/+66
* check the string returned by gnome_vfs_uri_to_string, which can be empty.Rodrigo Moya2002-05-202-0/+10
* set the view to the current viewJP Rosevear2002-05-172-0/+7
* added support for CAL_CLIENT_OPEN_PERMISSION_DENIED error code.Rodrigo Moya2002-05-177-1/+72
* added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-1717-116/+249
* Check with e_shell_prepare_for_quit() before quitting.Ettore Perazzoli2002-05-163-0/+7
* set the working hours for the meeting time selectorJP Rosevear2002-05-152-0/+11
* make the range datetime member a struct not a pointerJP Rosevear2002-05-155-9/+22
* Rename NotPrepared to notPrepared and NotSyncing to notSyncing.Ettore Perazzoli2002-05-092-1/+8
* start a server a uri (start_default_server): start a default serverJP Rosevear2002-05-087-42/+399
* show progress messages on the status bar.Rodrigo Moya2002-05-032-0/+11
* #include <gtk/gtkmain.h> to avoid warnings.Rodrigo Moya2002-05-032-0/+5
* only discard the popup if we created oneJP Rosevear2002-05-022-0/+9
* refactored a bit, to not do things in idle loops.Rodrigo Moya2002-05-022-83/+80
* modify the start and end hours to accomodate all the events in the dayJP Rosevear2002-05-023-0/+35
* remove setup_widgets from here (gnome_calendar_init): move setup_widgetsJP Rosevear2002-05-012-2/+7
* can't even spell my own name right!!Jeffrey Stedfast2002-04-271-1/+1
* Don't link to libibex anymore!!Jeffrey Stefdast2002-04-272-1/+4
* launch pilot settings cappletJP Rosevear2002-04-243-0/+65
* free the view popup (e_week_view_show_popup_menu): add the view popup toJP Rosevear2002-04-247-30/+112
* raise an exception if the backend's method returns NULL, since we can'tRodrigo Moya2002-04-222-0/+11
* Collapsed notebook into two pages and added accelerators for everything,Anna Marie Dirks2002-04-202-354/+332
* properly handle -ve recurrence valuesJP Rosevear2002-04-192-67/+273
* show the settingsJP Rosevear2002-04-196-6/+90
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-185-119/+77
* new method.Rodrigo Moya2002-04-127-2/+69
* Fix this: Rodrigo's patch used one of the functions I just removed. :)Dan Winship2002-04-112-12/+11
* use the default uri for tasks (as stored in the configuration) when theRodrigo Moya2002-04-112-22/+14
* Use new-and-improved default folder URI config paths.Dan Winship2002-04-116-103/+31
* Add view_info arg. If the view_info is non-empty and this is a calendarDan Winship2002-04-095-9/+76
* Oops.JP Rosevear2002-04-071-0/+4
* Remove dead files.JP Rosevear2002-04-072-1250/+0
* add config_item:typeJP Rosevear2002-04-072-0/+9
* ignore .pureChris Toshok2002-04-022-0/+2
* Fix a string.Kjartan Maraas2002-04-022-1/+5
* simple fix for DB3 header inclusion in Mac OS X, by Max HornRodrigo Moya2002-04-022-0/+9
* free the my_address member (find_my_address): fall back on a CN match ifJP Rosevear2002-04-012-97/+158
* Set a priority for the config item. Rename to "Calendar and Tasks".Ettore Perazzoli2002-03-302-2/+9
* s/libversit.la/libversit.a/JP Rosevear2002-03-303-2/+8
* implement new pop up menu items for "Save as", "Print", "Assign Task",JP Rosevear2002-03-307-116/+664
* Remove old fileJP Rosevear2002-03-302-490/+0
* more fixes for libversit.la -> libversit.aDan Winship2002-03-204-4/+11
* [Search bar re-design implementation, Take 2.]Ettore Perazzoli2002-03-192-31/+8
* Updated to use new EPopupMenu API.Jeffrey Stedfast2002-03-165-61/+72
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-168-8/+66
* use bonobo exception macros to tidyJP Rosevear2002-03-157-41/+43
* add all day event editor modeJP Rosevear2002-03-156-117/+119
* Add an "evolution:config_item:icon_path" attribute so we get an icon forEttore Perazzoli2002-03-142-0/+9
* Add <visible>False</visible> to cal-prefs-dialog so it doesn't get shownEttore Perazzoli2002-03-1312-395/+447
* Should fix #21240Rodrigo Moya2002-03-072-22/+38
* reverted my last change of adding the METHOD property to the incomingRodrigo Moya2002-03-063-2/+37
* [pullup from evolution-1-0-branch]Dan Winship2002-03-062-0/+11
* remove unneeded parameter from print_text_size everywhereJP Rosevear2002-03-066-69/+131
* added support for printing the Tasks table. I hacked it a bit so the userDamon Chaplin2002-03-052-0/+220
* [pullup from evolution-1-0-branch]Dan Winship2002-03-042-80/+93
* added the METHOD property to the top level component we create.Rodrigo Moya2002-03-012-0/+7
* display an error message if the call to gnome_calendar_open orRodrigo Moya2002-02-273-2/+29
* [pullup from evolution-1-0-branch]Dan Winship2002-02-262-33/+17
* change query_changed to search_activated.Chris Toshok2002-02-252-4/+11
* New helper function. (create_object): Add icons for the various userEttore Perazzoli2002-02-223-32/+88
* pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb):JP Rosevear2002-02-2010-63/+177
* use new column enums (set_value_at): emit pre-change/cell change signalsJP Rosevear2002-02-167-318/+570
* don't append 'calendar.ics' to the URI. (get_prop): finished.Rodrigo Moya2002-02-145-32/+57
* check if the CalComponentDateTime values are set before trying to useDamon Chaplin2002-02-092-15/+28
* added vCalendar importer and intelligent GnomeCalendar importer code here,Damon Chaplin2002-02-097-102/+627
* change custom widget creator to e_url_entry_newJP Rosevear2002-02-093-41/+20
* add a custom widget created with e_url_button_newJP Rosevear2002-02-094-10/+56
* pass meeting boolean for gnome_calendar_edit_object andJP Rosevear2002-02-0815-100/+212
* Bumped the required version of gal.Christopher James Lahey2002-02-073-67/+85
* convert months from 1-12 to 0-11. Fixes bug #19235.Damon Chaplin2002-02-072-0/+11
* new gui routines for conduit settings (e_todo_gui_fill_config): dittoJP Rosevear2002-02-052-6/+88
* if this is a reply, print the attendee statusJP Rosevear2002-01-312-0/+39
* Use 1 instead of zero as the minimum value for the repetitions spin buttonFederico Mena Quintero2002-01-262-1/+8
* Ooops. Forgot to use EVOLUTION_CALENDAR_LIBS here.Ettore Perazzoli2002-01-252-1/+6
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-2510-68/+45
* Pass a NULL @icon toEttore Perazzoli2002-01-243-8/+13
* Buffers Files Tools Edit Search Mule HelpJP Rosevear2002-01-223-11/+31
* save the alarm string in the correct variable (str), so it actually getsDamon Chaplin2002-01-182-2/+7
* default component classification to PUBLIC. Fixes internal bug #1066Rodrigo Moya2002-01-172-3/+10
* move all functions here, get rid of header files, use e-pilot-settings toJP Rosevear2002-01-1511-568/+509
* use icaltimetype_to_tmJP Rosevear2002-01-152-7/+5
* figure out when today is and highlight if it is not selectedJP Rosevear2002-01-154-3/+30
* add protosJP Rosevear2002-01-144-21/+164
* translate timezone names when displayed. Fixes bug #6544.Damon Chaplin2002-01-124-15/+59
* new verb callback (sensitize_commands): set sensitivity of mark completeJP Rosevear2002-01-046-3/+79
* only need one warning message nowJP Rosevear2002-01-043-46/+14
* confirm expunging of the tasks (tasks_control_expunge_cmd): verb callbackJP Rosevear2002-01-0311-822/+302
* remove needs send signal related cruft (save_comp_with_send): withJP Rosevear2001-12-228-59/+58
* inherit from bonobo window12001-12-213-34/+58
* -- Merge fix for #17377 from the evolution-1-0-branch.Ettore Perazzoli2001-12-202-0/+9
* go slow and clear the map if the last uri and the current uri do not matchJP Rosevear2001-12-1910-77/+243
* use get_real_item (get_refresh_options): uncomment out (get_real_item):JP Rosevear2001-12-184-41/+151
* new file to contain all timezone names for translation. We won't be usingDamon Chaplin2001-12-143-0/+393
* ungrab the pointer before calling e_day_view_finish_long_event_resizeJP Rosevear2001-12-133-9/+50
* properly convert the dtstart and dtend times if they are UTC (cursor_cb):JP Rosevear2001-12-124-38/+97
* removed code that connects to GnomeCalendar's "dates_shown_changed"Damon Chaplin2001-12-113-10/+24
* fixed executable name. Fixes bug #16880.Damon Chaplin2001-12-112-1/+6
* if we have an alarm that can be represented on the pilot, set theJP Rosevear2001-12-093-14/+137
* s/%/%sRodrigo Moya2001-12-082-2/+7
* (committed by Damon)Federico Mena Quintero2001-12-082-25/+72
* if the key in the config database does not exist, just return the localRodrigo Moya2001-12-072-2/+27
* default component classification to PUBLICRodrigo Moya2001-12-072-3/+10
* Explicitly destroy the EMeetingModel. This is a hack to work aroundJon Trowbridge2001-12-074-0/+28
* added entry for the LOCATION fieldRodrigo Moya2001-12-063-2/+82
* Marked strings for translation.Zbigniew Chyla2001-12-062-13/+21
* make sure we call e_table_model_pre_change() before changing the model.Damon Chaplin2001-12-044-8/+34
* disabled 'Alarms', 'End Date' and 'Show Time As' fields, as these are notDamon Chaplin2001-12-042-3/+9
* connect to "cal_set_mode" signal before calling cal_client_set_mode. Also,Rodrigo Moya2001-12-032-7/+13