aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-calendar.xml
blob: 7ded8a04797e639360aa857005ddeca538cac88b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<Root>
  <commands>
    <cmd name="CalendarNewAppointment" _tip="Create a new appointment"
     accel="*Control*n"/>
    <cmd name="CalendarNewEvent" _tip="Create an event for the whole day"/>

    <cmd name="CalendarPrint" _tip="Print this Calendar" pixtype="pixbuf" 
     accel="*Control*p"/>
    <cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="pixbuf"/>
    <cmd name="CalendarSettings" _tip="Configure the calendar's settings"/>

    <cmd name="CalendarPrev" _tip="Go back in time" pixtype="stock" pixname="Back"/>
    <cmd name="CalendarToday" _tip="Go to present time" pixtype="stock" pixname="Home"/>
    <cmd name="CalendarNext" _tip="Go forward in time" pixtype="stock" pixname="Forward"/>
    <cmd name="CalendarGoto" _tip="Go to a specific date" pixtype="stock" pixname="Jump To"/>

    <cmd name="ShowDayView" _tip="Show 1 day" pixtype="pixbuf"/>
    <cmd name="ShowWorkWeekView" _tip="Show the working week" pixtype="pixbuf"/>
    <cmd name="ShowWeekView" _tip="Show 1 week" pixtype="pixbuf"/>
    <cmd name="ShowMonthView" _tip="Show 1 month" pixtype="pixbuf"/>

    <cmd name="CutEvent" _tip="Cut the selection" pixtype="stock"
     pixname="Cut" accel="*Control*x"/>
    <cmd name="CopyEvent" _tip="Copy the selection" pixtype="stock" 
     pixname="Copy" accel="*Control*c"/>
    <cmd name="PasteEvent" _tip="Paste the clipboard" pixtype="stock" 
     pixname="Paste" accel="*Control*v"/>

    <cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/>
  </commands>

  <menu>
    <submenu name="File">

      <submenu name="New">

    <placeholder name="NewFirstItem">
      <menuitem name="NewAppointment" verb="CalendarNewAppointment"
            _label="_Appointment..." pixtype="pixbuf"/>
      <separator/>
    </placeholder>

      </submenu>

      <placeholder name="Print">
    <menuitem name="PrintPreview" verb="CalendarPrintPreview"
          _label="Print Preview" pixtype="pixbuf"/>

    <menuitem name="Print" verb="CalendarPrint"
          _label="_Print..." _tip="Print calendar" pixtype="pixbuf"/>
      </placeholder>

    </submenu>

    <submenu name="Edit">
      <menuitem name="CutEvent" verb="" _label="C_ut"/>
      <menuitem name="CopyEvent" verb="" _label="_Copy"/>
      <menuitem name="PasteEvent" verb="" _label="_Paste"/>
    </submenu>

    <submenu name="View">
      <placeholder name="ViewBegin">
    <menuitem name="Today" verb="CalendarToday" _label="Go to _Today"/>
    <menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date"/>
    <separator/>
      </placeholder>

      <placeholder name="ViewAfterControl">
    <separator/>
    <menuitem name="DayView" verb="ShowDayView" _label="_Day"/>
    <menuitem name="WorkWeekView" verb="ShowWorkWeekView" _label="W_ork Week"/>
    <menuitem name="WeekView" verb="ShowWeekView" _label="_Week"/>
    <menuitem name="MonthView" verb="ShowMonthView" _label="_Month"/>
      </placeholder>
    </submenu>

    <submenu name="Tools" _label="_Tools">
      <placeholder name="Component">
    <menuitem name="CalendarSettings" verb="" _label="_Calendar Settings..." pixtype="pixbuf"/>
      </placeholder>
    </submenu>

    <submenu name="Actions">
      <placeholder name="Component">
    <menuitem name="NewAppointment" verb="CalendarNewAppointment"
          _label="Create a _New Appointment" pixtype="pixbuf"/>
    <menuitem name="NewEvent" verb="CalendarNewEvent" _label="Create a New All-Day _Event"/>

    <separator/>

    <menuitem name="PublishFreeBusy" verb="" _label="Publish Free/Busy Information"/>
      </placeholder>
    </submenu>
  </menu>

  <dockitem name="Toolbar">
  
    <toolitem name="New" verb="CalendarNewAppointment" _label="New Appointment"
          priority="1" pixtype="pixbuf"/>

    <separator/>

    <toolitem name="Print" verb="CalendarPrint" pixtype = "pixbuf"/>

    <separator/>

    <toolitem name="Prev" verb="CalendarPrev"/>
    <toolitem name="Today" verb="CalendarToday"/>
    <toolitem name="Next" verb="CalendarNext"/>

    <separator/>

    <toolitem name="Goto" verb="CalendarGoto" _label="Go To" priority="1"/>

    <separator/>

    <toolitem name="DayView" verb="ShowDayView" pixtype="pixbuf"/>
    <toolitem name="WorkWeekView" verb="ShowWorkWeekView" pixtype="pixbuf"/>
    <toolitem name="WeekView" verb="ShowWeekView" pixtype="pixbuf"/>
    <toolitem name="MonthView" verb="ShowMonthView" pixtype="pixbuf"/>

  </dockitem>

</Root>
id=4e60b7d947fc081958acc7b4e17dfdf4e62ec08b'>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-23