aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_9_1'.GAL_0_9_1nobody2001-07-16145-56409/+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
* More 0.9 stuffJP Rosevear2001-02-091-0/+28
* Pull up from 0.9 branchJP Rosevear2001-02-099-1372/+1161
* Fix the title and icon bug, and sort the UIDs into order beforeIain Holmes2001-02-081-1/+137
* Pulling stuff up from the branchJP Rosevear2001-02-078-36/+52
* Match new append_alarm signature (reminder_to_comp_object): only addJP Rosevear2001-02-071-22/+38
* get the new reminder widgets (sync_entries): different callback dataJP Rosevear2001-02-068-675/+737
* Fixed up these #includes.Christopher James Lahey2001-02-061-1/+3
* gnome_dialog_grab_focus() on the Yes button. Fixes bug #1242.Federico Mena Quintero2001-02-041-3/+5
* Mark a string for translation. Mark a bunch of strings for translation.Kjartan Maraas2001-01-302-20/+21
* Add a #include <sys/time.h> to work around libgnomeprint.h's lack ofEttore Perazzoli2001-01-301-0/+1
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-3021-24/+14
* <gnome.h> trimming to reduce compilation time. Ditto. Ditto. Ditto. Ditto.Federico Mena Quintero2001-01-297-8/+21
* Fixed a crash that could happen when destroying a control without anyEttore Perazzoli2001-01-271-2/+3
* don't tag the calendar if no dates are shown.Damon Chaplin2001-01-251-6/+14
* make sure the status is set to "Completed". Fixes bug #1253.Damon Chaplin2001-01-242-10/+20
* libical import cleanupJP Rosevear2001-01-246-35/+35
* compile new stuffJP Rosevear2001-01-235-22/+91
* Fix bug #1250; now we present a confirmation dialog before deleting theFederico Mena Quintero2001-01-221-7/+11
* Fix bug #1243. Turn on the Y expand/fill options for the date widgets inFederico Mena Quintero2001-01-212-29/+28
* Unset the GTK_CAN_FOCUS flag on the weekday picker. This will do until itFederico Mena Quintero2001-01-201-0/+2
* New files with a simple sequence to migrate the task components from theFederico Mena Quintero2001-01-1912-1424/+369
* gui/e-week-view*.c don't use the theme colors at all within the graphicalDamon Chaplin2001-01-188-97/+224
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-1764-559/+662
* changed the signature of the property_bag get/set functionsDietmar Maurer2001-01-154-4/+17
* changed the expansion values so that small text fields are 1.0, all theDamon Chaplin2001-01-151-6/+6
* moved #include <cal-client/cal-client.h> to the .h file.Damon Chaplin2001-01-1416-210/+799
* Add an ::asyncCopyFolder method to the ShellComponent interface. MoveEttore Perazzoli2001-01-132-2/+12
* Add translation strings.Miguel de Icaza2001-01-121-0/+17
* Add a PropertyControl interface so you can set the appointments on or offIain Holmes2001-01-101-91/+316
* Replaced e-meet-dialog.glade.h with e-meeting-dialog.glade inDave Camp2001-01-105-1/+61
* New interface for the alarm notification system.Federico Mena Quintero2001-01-108-55/+412
* Mark tasks completedIain Holmes2001-01-091-1/+9
* Tasks work properlyIain Holmes2001-01-091-8/+1
* added new source files for the Tasks folders.Damon Chaplin2001-01-0815-33/+1034
* Neaten the HTML, add Tasks, and make the day change when the day changes :)Iain Holmes2001-01-071-6/+79
* get categories button (init_widgets): listen for button clickJP Rosevear2001-01-065-41/+184
* get categories button (init_widgets): listen for button clickJP Rosevear2001-01-065-51/+76
* Handle the case where the calendar view cannot be created; present aFederico Mena Quintero2001-01-045-3/+22
* If the component has no alarms, do not try to queue them.Federico Mena Quintero2001-01-032-2/+94
* Do not compose strings so that they can be localized correctly. Also,Federico Mena Quintero2001-01-0310-112/+152
* Unconditionally remove the client from the alarm notification system.Federico Mena Quintero2001-01-0310-773/+832
* New BonoboPropertyEventless stuffIain Holmes2000-12-271-2/+6
* Set draw background to FALSE. (e_day_view_reshape_long_event): ditto.Miguel de Icaza2000-12-251-0/+4
* Clean up translatable strings for translators, fixes bug 993JP Rosevear2000-12-231-6/+5
* Make sure the current month is shown when the dialog pops up.JP Rosevear2000-12-232-2/+9
* New function to keep the ecal marked properly (create_ecal): move moreJP Rosevear2000-12-236-451/+26
* translationsJP Rosevear2000-12-237-270/+348
* Alarm trigger queueing for the GUI part.Federico Mena Quintero2000-12-2315-254/+1321
* removed conflict indicatorsIain Holmes2000-12-221-8/+0
* Working Calendar summary.Iain Holmes2000-12-228-146/+307
* Fix confusion in the way the range is expanded.Federico Mena Quintero2000-12-203-10/+11
* Removed prototype for setup_alarm to fix a warning.Christopher James Lahey2000-12-201-0/+2
* Alarm instance generation support for the Wombat.Federico Mena Quintero2000-12-191-2/+10
* Removed getdate.y. We no longer use it; it is a relic from Gnomecal.Federico Mena Quintero2000-12-162-1005/+0
* Fixes bug #955.Federico Mena Quintero2000-12-159-118/+141
* Reset the widths of the columns with pixbufs to the actual pixbufs' sizes;Federico Mena Quintero2000-12-151-2/+2
* #define this to 500, not nothing. Also, move this bit after the otherDan Winship2000-12-141-6/+6
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-146-35/+34
* #if 0ed cal_obj_date_only_compare_func. (cal_object_get_rdate_end):Christopher James Lahey2000-12-146-8/+23
* Use set_title_from_comp (save_todo_object): ditto (set_title_from_comp):JP Rosevear2000-12-131-10/+25
* Constify for new libical API. (set_text_list): Likewise.Federico Mena Quintero2000-12-133-35/+4
* More fixage - FedericoFederico Mena Quintero2000-12-121-11/+11
* This is to make things work with libical 0.21helix1 and later. WarningsFederico Mena Quintero2000-12-125-53/+8
* added changed flags and added calls to a new functionDamon Chaplin2000-12-116-87/+465
* Free the strings we get from the editables.Federico Mena Quintero2000-12-092-18/+47
* Free the dates we get from the component.Federico Mena Quintero2000-12-091-0/+3
* Attach signal handlers to the e_scrolled_table's etable rather than to theJP Rosevear2000-12-091-4/+11
* Got rid of code referencing the ETableScrolled proxy functions.Christopher James Lahey2000-12-081-3/+3
* Confirm before deleting the event.Federico Mena Quintero2000-12-071-7/+11
* unref the pixbuf when finished with it62000-12-071-1/+1
* Fixes bug #920.Federico Mena Quintero2000-12-0710-63/+176
* Initialize max_large_digit_width to 0 to prevent crazy sizing issues.JP Rosevear2000-12-051-1/+1
* Remove mysterious #include inserted by mmeeks to break the build.Dan Winship2000-12-051-1/+0
* return NULL if we can't create a view.Michael Meeks2000-12-0515-326/+55
* Fixes bug #918.Federico Mena Quintero2000-12-033-0/+102
* Removed debugging message. (control_factory_init): Ditto.Federico Mena Quintero2000-12-023-14/+3
* New function to generate a title and convert it from UTF8 before settingFederico Mena Quintero2000-12-021-10/+24
* fixed a bug that caused the calendar to segfault when the iTip control wasJesse Pavel2000-12-011-0/+3
* removed #ifdef ENABLE_NLS/#endif on Miguel's request.Gediminas Paulauskas2000-11-301-2/+0
* Reformatted the table spec to make it easier to read.Federico Mena Quintero2000-11-293-25/+59
* finished 12-hour support and tried to tidy up & comment the drawing codeDamon Chaplin2000-11-298-358/+712
* Removed debugging shizz.Jesse Pavel2000-11-291-12/+0
* *gui/calendar-model.c: added a preliminary change to have AssignedJesse Pavel2000-11-281-3/+13
* == instead of =.Damon Chaplin2000-11-271-1/+1
* added more support for config settings.Damon Chaplin2000-11-279-199/+864
* use config settings.Damon Chaplin2000-11-272-18/+11
* Unref the ETable extras.Federico Mena Quintero2000-11-251-0/+2
* Use the new libical external iterators (icalcomponent_begin_component()Federico Mena Quintero2000-11-252-5/+9
* Remove the check because it makes it look like the task is alreadyFederico Mena Quintero2000-11-225-55/+88
* The icon column is not editable!Federico Mena Quintero2000-11-229-1323/+0
* Fixed size allocation bug.Jesse Pavel2000-11-222-54/+13