aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
...
* added new e-sexp operator. We don't currently use it though.Damon Chaplin2001-08-2210-26/+205
* use Delete icon in menu, and change to bigger Save icon in toolbar.Damon Chaplin2001-08-201-1/+3
* used new_task-16.png and goto-16.png.Damon Chaplin2001-08-202-3/+4
* added delete icons for menu and toolbar.Damon Chaplin2001-08-201-0/+2
* added Cut/Copy/Paste icons for toolbar.Damon Chaplin2001-08-201-1/+3
* uses new delete icons in menu & toolbar.Damon Chaplin2001-08-201-0/+2
* Added display_name and description to the type.Ettore Perazzoli2001-08-202-4/+4
* use new delete icon for toolbar.Damon Chaplin2001-08-201-0/+1
* fixed typo, 'send' -> 'sent'. Bug #7621.Damon Chaplin2001-08-201-2/+2
* added option to hide completed tasks after a given number ofDamon Chaplin2001-08-193-2/+79
* used new Save/Save As icons.Damon Chaplin2001-08-193-3/+14
* Use e_dialog_editable_get instead of gtk_editable_get_chars (we need UTF-8Zbigniew Chyla2001-08-191-1/+1
* New. (config_read): Use locale's setting as default forZbigniew Chyla2001-08-181-1/+11
* new function to open the task editor to add a new task.Damon Chaplin2001-08-183-0/+53
* destroy the addresses (clean_up): don't free the addresses, we need themJP Rosevear2001-08-181-3/+3
* Startup assistant stuffIain Holmes2001-08-177-1006/+3
* hide the timezone fields for all-day events. We will use DATE values forDamon Chaplin2001-08-1711-20/+182
* If the component has no alarms remember to set the priv->updating flag toFederico Mena Quintero2001-08-171-1/+3
* get the destinations property, not the text propertyJP Rosevear2001-08-171-1/+1
* Set the default-to-add notification to be display a message 15 minutesFederico Mena Quintero2001-08-171-41/+48
* New function to strip surrounding whitespace from a string of categoriesFederico Mena Quintero2001-08-174-4/+84
* Do not set the time popup range. We also want to be able to createFederico Mena Quintero2001-08-172-12/+4
* Boost scoring on an exact nickname match. Manually addressify match.Jon Trowbridge2001-08-161-10/+10
* only fill the component and save it if something has changedJP Rosevear2001-08-151-2/+8
* OK, re-added the default alarm options. Way too many people are asking forFederico Mena Quintero2001-08-151-0/+101
* Add the user creatable items. The callback is not actually implementedFederico Mena Quintero2001-08-153-23/+124
* added support for the Contacts field. Note that I'm not sure what weDamon Chaplin2001-08-1511-69/+642
* *** empty log message ***Federico Mena Quintero2001-08-152-2/+2
* Added Tigert's new icons for Prev and Next.Federico Mena Quintero2001-08-151-0/+2
* Make the "Any Category" item consistent with the one in the addressbook.Federico Mena Quintero2001-08-151-6/+9
* Handle an array of categories in the CalSearchBar instead of our own menuFederico Mena Quintero2001-08-153-141/+144
* add dialog for feedback (remove_item): ditto (send_item): dittoJP Rosevear2001-08-141-15/+30
* rewrite the gui to use gtkhtmlJP Rosevear2001-08-142-348/+376
* Remove #include <config.h> from here. Same here.Kjartan Maraas2001-08-122-5/+0
* Update the paths of the Tools menu according to the changes in the XMLEttore Perazzoli2001-08-122-18/+18
* turn on word-wrap for the description fields. Fixes bug #6821.Damon Chaplin2001-08-122-1/+8
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-111-6/+6
* added new backend method to get the component given a UID.Damon Chaplin2001-08-107-27/+142
* unref the GdkPixmap and GdkBitmap returned by the functionRodrigo Moya2001-08-103-1/+12
* Remove progress frameJP Rosevear2001-08-107-939/+560
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-093-0/+39
* removed underlined accelerator key from "_Go To Today" button. GnomeDialogDamon Chaplin2001-08-091-1/+1
* Stop editing any event. Fixes bug #5949.Federico Mena Quintero2001-08-091-0/+2
* Duuuh, set the alarm_copy on the component, not the original alarm. FixesFederico Mena Quintero2001-08-091-1/+1
* set the attendees of a component (meeting_page_fill_component): use aboveJP Rosevear2001-08-095-42/+149
* don't use a NULL mask in the call to gdk_gc_set_clip_maskRodrigo Moya2001-08-093-3/+6
* Only unref the FIELD_COMPONENT if it is non-NULL. We return a NULL forFederico Mena Quintero2001-08-082-5/+9
* Make calendar.ics the suggested name when attaching the ical objectJP Rosevear2001-08-081-1/+1
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-0721-188/+497
* In process of fixing bug #6005. The "Calendar" page is now "Display", andFederico Mena Quintero2001-08-071-236/+161
* added check for NULL pointers. Maybe fixes #5203 (I can't reproduce it, soRodrigo Moya2001-08-071-19/+13
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-0413-165/+531
* Fixes bug #1407.Federico Mena Quintero2001-08-041-120/+0
* I18n fixes.Chyla Zbigniew2001-08-042-1/+5
* Add camel dependency.Jon Trowbridge2001-08-031-0/+2
* If the default category is the same as the value passed in to thisFederico Mena Quintero2001-08-023-3/+20
* The calendar search bar widget now includes a drop-down menu of availableFederico Mena Quintero2001-08-028-339/+412
* Sync from OLS - FedericoFederico Mena Quintero2001-08-015-12/+63
* yes, set the end date, but correctly calculated, not by using theRodrigo Moya2001-07-312-1/+25
* don't set the end date for the pasted components, since it will beRodrigo Moya2001-07-312-18/+1
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-3114-113/+275
* added Help button. Though of course it doesn't do anything yet.Damon Chaplin2001-07-312-0/+11
* Mark strings for translationJP Rosevear2001-07-311-67/+64
* initialize to NULL some pointersRodrigo Moya2001-07-284-20/+66
* Constify and set the query sexp on the task pad's model as well.Federico Mena Quintero2001-07-282-2/+10
* Shut up CVS - FedericoFederico Mena Quintero2001-07-281-0/+4
* New files with a derivative of ESearchBar that generates sexps forFederico Mena Quintero2001-07-2814-635/+944
* when an entry has changed, iterate over the elements of the entry and addJP Rosevear2001-07-271-175/+248
* send the empty string as subject if there is no summaryJP Rosevear2001-07-271-1/+4
* free a list of attendees (meeting_page_fill_widgets): clean up attendeeJP Rosevear2001-07-277-68/+131
* check that the row passed in is valid. Sometimes we get the "row-selected"Damon Chaplin2001-07-271-0/+6
* gracefully handle the lack of a methodJP Rosevear2001-07-261-0/+2
* check type of component before actually pasting. Deal with VCALENDARRodrigo Moya2001-07-263-13/+133
* used the new print preview icon.Damon Chaplin2001-07-262-5/+5
* see if the address is already in the list of attendees (duplicate_error):JP Rosevear2001-07-261-16/+57
* calculate tmp_tm.tm_wday ourselves. strftime has a habit of crashing ifDamon Chaplin2001-07-251-0/+5
* stip the delto and delfrom (popup_delegate_cb): show a delegate dialog andJP Rosevear2001-07-256-39/+646
* fixed the test to see whether we should draw the icons.Damon Chaplin2001-07-241-3/+3
* Add an extra @type arg to the xferFolder and removeFolder methods inEttore Perazzoli2001-07-232-2/+74
* Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-222-4/+4
* Removed unused prototype.Federico Mena Quintero2001-07-202-2/+0
* free various data related settings (destroy): use cleanup and unref theJP Rosevear2001-07-201-4/+60
* updated to use new print icon.Damon Chaplin2001-07-202-1/+2
* don't show the time in the EDateEdit widget for adding EXDATEs.Damon Chaplin2001-07-181-0/+1
* do not discard drawing icon if mask is NULLRodrigo Moya2001-07-182-2/+2
* find the next displayable component (get_prev): find the previousJP Rosevear2001-07-181-3/+43
* Remove leftover ifdefs - FedericoFederico Mena Quintero2001-07-182-12/+1
* Really fixes #4380. The previous fix was necessary but not sufficient; itFederico Mena Quintero2001-07-183-5/+15
* Print a g_message when the list of invited people changes in theJon Trowbridge2001-07-171-2/+11
* destroy the dialog widget here. Fixes bug #4198.Damon Chaplin2001-07-171-0/+5
* try to use builtin timezones before getting them from the server. WhenDamon Chaplin2001-07-175-26/+59
* Removed unused headers - FedericoFederico Mena Quintero2001-07-171-8/+0
* Added missing underlined shortcuts.Taylor Hayward2001-07-136-15/+21
* new protoJP Rosevear2001-07-132-12/+2
* fix typo breaking compilationJP Rosevear2001-07-136-15/+30
* guard against infinite loops with the updating boolean, fixes 4270JP Rosevear2001-07-131-0/+7
* added support for multiple selections in cut/copy/paste. Also, it's nowRodrigo Moya2001-07-132-21/+39
* renamed updateObject to updateObjects and removed the UID argument, sinceDamon Chaplin2001-07-124-1/+26
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-129-34/+9
* fix the calendar not exiting with a gross hack because i don't have timeJP Rosevear2001-07-122-0/+36
* be careful about adding and stripping MAILTO:'s properlyJP Rosevear2001-07-1210-77/+93
* Added a hack to get the last string translated since xml-i18n-toolsKjartan Maraas2001-07-111-0/+9
* Move this higher so that Makefile properly depends on us. Fixes distcheck.Peter Williams2001-07-111-1/+2
* [Fix bug #4389: ETableSpecification still in .c file]Jason Leach2001-07-115-93/+36
* [Fix bug #4388: ETableSpecification still in .c file]Jason Leach2001-07-113-46/+27
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-1112-309/+285
* Add popup support so you can delete users from the listJP Rosevear2001-07-112-8/+133
* Handle the different alarm actions. (display_notification): Do the alarmFederico Mena Quintero2001-07-114-95/+131
* Pass the parent vCalendar component as the timezone closure ofFederico Mena Quintero2001-07-112-5/+14
* Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly.Federico Mena Quintero2001-07-103-13/+19
* connect to the entry not the comboJP Rosevear2001-07-074-9/+58
* actually clear some widgets and hide/show widgets in the default setupJP Rosevear2001-07-076-119/+484
* Fixes bug #4018 and what would be the analogous bugs for the otherFederico Mena Quintero2001-07-059-1/+128
* New function. (calendar_control_activate): Clear the folder bar label; weFederico Mena Quintero2001-07-051-0/+51
* Add new columns for information specification (meeting_page_destroy): saveJP Rosevear2001-07-045-16/+64
* use bonobo-conf everywhereDietmar Maurer2001-07-041-100/+143
* fix warning, and added some debug messages.Damon Chaplin2001-07-033-2/+14
* added virtual method to get a VTIMEZONE component given a TZID. We needDamon Chaplin2001-07-032-4/+7
* New files with the alarm options dialog; this configures theFederico Mena Quintero2001-07-036-4/+1051
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-0334-494/+1422
* publish free/busy information for the currently viewed time rangeJP Rosevear2001-07-032-8/+113
* Made evolution depend on bonobo-conf 0.2.Christopher James Lahey2001-07-031-0/+2
* Support for repeat/duration properties in alarm components.Federico Mena Quintero2001-07-031-1/+1
* fill in delegated from fieldJP Rosevear2001-07-032-5/+6
* use the new self-contained e_categories_config_open_dialog_for_entry()Rodrigo Moya2001-07-036-47/+16
* implementJP Rosevear2001-07-038-33/+373
* Fixes bug #1406.Federico Mena Quintero2001-07-016-444/+290
* draw icons per categoryRodrigo Moya2001-07-015-0/+117
* fixed clibpoard command activation from the menu entries. CTRL-C andRodrigo Moya2001-07-012-9/+84
* Only set the pressed_event_num and pressed_span_num if button 1 wasFederico Mena Quintero2001-07-011-4/+8
* Doh, the call for the day view was supposed to beFederico Mena Quintero2001-07-012-10/+14
* call e_calendar_table_cut_clipboard with the correct objectRodrigo Moya2001-06-301-2/+8
* new functions for allowing the execution of clipboard-related commandsRodrigo Moya2001-06-285-49/+147
* Re-added removed paramter in call to evolution_shell_component_newRodrigo Moya2001-06-282-0/+2
* removed not-uses-anymore parameter in call toRodrigo Moya2001-06-289-2/+163
* Add method `ShellComponent::handleExternalURI' and anEttore Perazzoli2001-06-282-0/+2
* fixed (e_calendar_table_on_copy): fixedRodrigo Moya2001-06-271-38/+18
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-2710-27/+128
* Shut the fuck up, Donnie. Dude, they peed your fucking rug. - FedericoFederico Mena Quintero2001-06-251-0/+4
* Initialize libglade.Federico Mena Quintero2001-06-251-0/+3
* Converted to use BonoboXObject.Federico Mena Quintero2001-06-2518-1692/+172
* New function to compare tasks like the Pilot task list.Federico Mena Quintero2001-06-243-14/+109
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2378-102/+102
* Added itip-control-factory.* to the build.Jeffrey Stedfast2001-06-231-0/+2
* update to new callJP Rosevear2001-06-228-769/+1442
* add include pathJP Rosevear2001-06-221-0/+2
* remove buttons and use evolution's standard ui configJP Rosevear2001-06-221-21/+15
* print description textJP Rosevear2001-06-221-41/+25
* create a WombatClient when creating a CalClient object, so that we canRodrigo Moya2001-06-222-0/+2
* Changed attachData to accept a sequence of chars rather than a string.Dave Camp2001-06-211-2/+6
* print menu command (print_preview_cmd): ditto for print previewJP Rosevear2001-06-217-6/+502
* added getFreeBusy methodRodrigo Moya2001-06-202-0/+219
* moved the function to check for a default timezone to calendar-config.c,Damon Chaplin2001-06-207-66/+87
* added code to show the timezone dialog if the user hasn't set a defaultDamon Chaplin2001-06-205-2/+68
* if the timezones of the start and end of the event are the same, then ifDamon Chaplin2001-06-201-0/+56
* added a 'Time zone' setting. Also rearranged a little, adding a newDamon Chaplin2001-06-2013-346/+327
* add ui (forward_cmd): implement forward commandJP Rosevear2001-06-202-10/+30
* add auto exit unrefJP Rosevear2001-06-203-24/+33
* don't compile or install the old meeting edit stuffJP Rosevear2001-06-206-1590/+1
* add some needed commas (itip_send_comp): if publishing, don't set the toJP Rosevear2001-06-201-8/+27
* remove typoJP Rosevear2001-06-201-1/+1
* ShushJP Rosevear2001-06-201-0/+4
* itip/imip send dialogJP Rosevear2001-06-2017-651/+1862
* Sync - FedericoFederico Mena Quintero2001-06-2012-275/+1207
* added timezone fields. Also moved the 'All Day' flag into an alignment soDamon Chaplin2001-06-1912-45/+418
* generate a new UID when pastingRodrigo Moya2001-06-152-0/+10
* Small typoRodrigo Moya2001-06-151-2/+2
* Small typoRodrigo Moya2001-06-151-2/+2
* finished implementation of Paste stuffRodrigo Moya2001-06-152-9/+74
* added popup menu items for cut/copy/pasteRodrigo Moya2001-06-142-9/+125
* new widget to enter a timezone.Damon Chaplin2001-06-143-2/+360
* new dialog for setting the time zone.Damon Chaplin2001-06-144-0/+865
* remove unnecessary spaceJP Rosevear2001-06-142-1/+3
* set the completed time in the date editor if appropriateJP Rosevear2001-06-142-5/+17
* added cut&paste support, by using a GtkInvisible widget to manage theRodrigo Moya2001-06-134-1/+204
* Committing the new My Evolution.Iain Holmes2001-06-093-21/+6
* Sync from laptop.JP Rosevear2001-06-073-0/+735
* update the blocked/selected days if the starting day of the appointmentJP Rosevear2001-06-052-1/+15
* Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-033-5/+5
* no longer build widget-util.*, the code has been movedJP Rosevear2001-06-021-3/+1
* use new funcJP Rosevear2001-06-028-97/+33
* ShushJP Rosevear2001-06-021-1/+0
* UpdateJP Rosevear2001-06-023-468/+0
* oops, didn't mean to make that changeJP Rosevear2001-06-021-1/+2
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-0235-7753/+3532
* dittoJP Rosevear2001-06-022-1/+6
* Add a bunch of missing `$(DB3_LDADD)'s.Ettore Perazzoli2001-06-021-1/+2
* For JPR - FedericoFederico Mena Quintero2001-05-312-0/+256
* New function.Federico Mena Quintero2001-05-304-36/+75
* new files to contain layout code split off from EDayView an EWeekView, soDamon Chaplin2001-05-2913-1137/+2452
* implemented the 'remove_folder' function for the calendar shell componentRodrigo Moya2001-05-282-4/+348
* #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-282-2/+2
* Reference libeshell.la instead of libeshell.a.Peter Williams2001-05-261-1/+1
* Finished porting from the old event-editor.c. Made it store a clone of theFederico Mena Quintero2001-05-247-29/+1213
* Fix bug #2831; the tasks toolbar and menu now have a button to delete theFederico Mena Quintero2001-05-225-59/+195
* Fix bug #2829.Federico Mena Quintero2001-05-195-141/+275
* *** empty log message ***Duncan Mak2001-05-171-2/+0
* Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-1718-554/+5101
* switch on the correct widget and mapJP Rosevear2001-05-101-1/+1
* free the alarm component if it doesn't have a parent, rather than if itJP Rosevear2001-05-091-4/+5
* unref the property bag when we finish with itJP Rosevear2001-05-094-2/+6
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-083-60/+48
* unref the calcomponent when we're done with itJP Rosevear2001-05-041-0/+2
* remove hardcoded values (edit_attendee): ditto, and there are only 4 rolesJP Rosevear2001-04-283-27/+28
* use enums not hard code valuesJP Rosevear2001-04-272-2/+1
* icalparameter_new_rsvp now takes an enumJP Rosevear2001-04-271-1/+1
* Replace "<" by "<=" in the comparison for due dates against the currentFederico Mena Quintero2001-04-272-3/+5
* Merge build fix from the branch:Ettore Perazzoli2001-04-271-0/+1
* Fixed Strftime so it uses the locale prefered way to display date/time.Duncan Mak2001-04-251-1/+1
* translate "Things to do" etc. and convert them to utf8. Changed some linkGediminas Paulauskas2001-04-221-13/+19
* Hot builddir != srcdir loving action.Ettore Perazzoli2001-04-192-0/+4
* Connect to the "changed" signal of the categories entry so that they willFederico Mena Quintero2001-04-182-7/+31
* Pull up fix from the branch:Ettore Perazzoli2001-04-181-0/+2
* Create the ESearchBar thingy. (search_bar_query_changed_cb): Build theFederico Mena Quintero2001-04-163-11/+188
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-141-0/+3
* New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-135-265/+340
* Fix this to just send the data to the wombat instead of inserting itChristopher James Lahey2001-04-111-44/+20
* Display fixes, thanks to Kjartan for finding these.Gediminas Paulauskas2001-04-112-21/+16
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-057-48/+46
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-0514-0/+61
* Plug leak.Federico Mena Quintero2001-04-033-2/+21
* Plug leak.Federico Mena Quintero2001-04-031-1/+1
* Blessed by Ettore.Gediminas Paulauskas2001-04-022-39/+35
* A mockup of how meeting scheduling and editting should work. This design is b...Anna Dirks2001-03-291-0/+488
* fixed button placement to comply with gnome standards.Anna Marie Dirks2001-03-281-6/+6
* fixed spacing and label alignment to comply with gnome standards. AlsoAnna Marie Dirks2001-03-281-129/+97
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-2620-27/+51
* The model_rows_{inserted,deleted} signals changed names; deal with it.Federico Mena Quintero2001-03-257-58/+50
* Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-185-95/+85
* Moved functionality here from e_day_view_on_new_appointment. AllowsMiguel de Icaza2001-03-174-17/+119
* New function: inits the BonoboPersistFile server.Miguel de Icaza2001-03-172-1/+35
* Update arguments to e_canvas_item_grab_focus.Dan Winship2001-03-162-2/+2
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-1512-309/+11
* Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-083-9/+11
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-0516-384/+661
* When when when when when when oh WHEN will I remember to add the files - Fede...Federico Mena Quintero2001-03-021-0/+180
* New function to set the EDateEdit's value when a row is selected in theFederico Mena Quintero2001-03-013-13/+61
* Create a little stand-alone library for the low-level alarm triggerFederico Mena Quintero2001-02-276-413/+13
* Switched to using our own refcounted structure for loaded clients.Federico Mena Quintero2001-02-2412-230/+157
* IMAP subscriptions stuff.Aaron Weber2001-02-231-0/+1
* Added a `registered' field. (cal_factory_oaf_register): New function; nowFederico Mena Quintero2001-02-212-2/+59
* Ignore generated .oaf filesDan Winship2001-02-151-1/+4
* Added libmenus.la.Christopher James Lahey2001-02-146-9/+69
* call task_editor_focusJP Rosevear2001-02-141-1/+2
* Set toolbar new appointment icon (set_pixmap): load files rather thanJP Rosevear2001-02-146-222/+35
* override value to string virtual method (calendar_model_value_to_string):JP Rosevear2001-02-142-6/+46
* Hook up the xml-i18n-tools + .oaf.in stuff. Marked strings forKjartan Maraas2001-02-134-13/+20
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-1118-270/+1
* Oops, remove old widgetJP Rosevear2001-02-093-80/+4
* fill in new classification stuff properly (get_widgets): load new class.JP Rosevear2001-02-097-1602/+1688