/x11-clocks/washerdryer/

t.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-GD-SecurityImage
it/gsoc2013-evolution/commit/calendar/gui?h=R3_1&id=b5660966bdf769a48a01efb003a9958d62b23140'>don't call calendar_config_check_timezone_set() now, since the startup
Commit message (Expand)AuthorAgeFilesLines
Damon Chaplin2001-09-0417-163/+403
* changed 3 occurrences of 'Replyed' to 'replied'Damon Chaplin2001-09-011-3/+3
* Marked strings for translation (with U_).Chyla Zbigniew2001-09-012-6/+7
* fix debugging messages so they use "" rather than NULL. Fixes bug #8559.Damon Chaplin2001-09-011-2/+2
* Fixes bug #7879, a query may receive an update notification from theFederico Mena Quintero2001-08-292-11/+87
* Unset the priv->updating flag before returning in the case the componentFederico Mena Quintero2001-08-231-0/+2
* Added a snooze flag to differentiate snoozed alarms from real occurrences.Federico Mena Quintero2001-08-232-69/+144
* call back to add timezones to the top level (itip_send_comp): callJP Rosevear2001-08-231-1/+28
* #include <libgnomevfs/gnome-vfs-types.h> so this will compile againstDan Winship2001-08-221-0/+1
* open the tasks folder associated with the calendar being opened, and notRodrigo Moya2001-08-221-7/+41
* Handle the case where there is no attachment. Fixes bug #7257.Federico Mena Quintero2001-08-221-5/+16
* strip the mailto bit for the email address if we display itJP Rosevear2001-08-221-1/+1
* 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-30