aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* added cancellation code to our program; people can cancel meetings,Jesse Pavel2000-11-172-21/+125
* #!/usr/bin/perl -pi.bakMichael Meeks2000-11-169-14/+14
* Fixed REPLY code.Jesse Pavel2000-11-151-0/+1
* I created this file to store some commonly used enumeration to stringJesse Pavel2000-11-145-48/+220
* OK, bugzilla bug #829 is fixed and that does not redeem me from extremeFederico Mena Quintero2000-11-132-2/+2
* Misspelled "occurrences". (fill_recurrence_widgets): Sensitize the "CustomFederico Mena Quintero2000-11-132-84/+136
* New function; re-tag the calendar when its date range changes.Federico Mena Quintero2000-11-131-13/+89
* Block the signals as appropriate. (fill_ending_date): Ditto.Federico Mena Quintero2000-11-131-3/+69
* Add the stupid files, yo - FedericoFederico Mena Quintero2000-11-132-0/+188
* Clear the rdate and exrule lists from the component if we are setting aFederico Mena Quintero2000-11-1310-249/+278
* Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync upMatt Bissiri2000-11-115-10/+10
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-114-320/+303
* I wrote the code so that recipients of meeting requests can replyJesse Pavel2000-11-101-8/+180
* fixed a bug that would make the calendar segfault if the meeting editorJesse Pavel2000-11-101-6/+8
* updated the GUI to allow the user to add PUBLISHed events to his calendar,Jesse Pavel2000-11-092-27/+119
* These changes fix bugzilla bugs #874 and #875.Federico Mena Quintero2000-11-096-64/+124
* Adjust the valid range of the month index spin button depending on theFederico Mena Quintero2000-11-091-0/+70
* *gui/e-itip-control.c, gui/e-itip-control.glade: changed the GUI,Jesse Pavel2000-11-082-108/+138
* Added a "changed" signal to notify of changes to the set of selected days.Federico Mena Quintero2000-11-082-1/+24
* *gui/e-itip-control.c, gui/e-itip-control.glade: changed to GUI toJesse Pavel2000-11-074-57/+247
* Removed the old recurrence page. Wheeeeeeeeee!Federico Mena Quintero2000-11-075-473/+312
* added some checks for the type of an incoming iCal component beforeJesse Pavel2000-11-072-6/+32
* Block signals from the toggle button. (date_changed_cb): MergedFederico Mena Quintero2000-11-051-86/+45
* Clean the idl-generated sources properly. Likewise.Federico Mena Quintero2000-11-043-20/+23
* The big api rename ...Michael Meeks2000-11-024-9/+378
* Makefile.am: renamed GNOMELOCALEDIR to EVOLUTION_LOCALEDIRGediminas Paulauskas2000-11-021-1/+1
* modified or added a bunch of .cvsignore to ignore generated files, whichGediminas Paulauskas2000-11-012-1/+4
* calendar: made all gui show localizedGediminas Paulauskas2000-11-011-0/+3
* Hmmm. SHRT_MAX changed to ICAL_RECURRENCE_ARRAY_MAX in libical. Deal withFederico Mena Quintero2000-11-011-6/+8
* this is a generated file. remove itDan Winship2000-11-011-369/+0
* New function. We split it from the radio callback so that we can call itFederico Mena Quintero2000-11-011-7/+20
* Removed the geometry and hidden arguments. This code is ancient.Federico Mena Quintero2000-10-313-54/+12
* Do not take in an extra data pointer. (summary_changed_cb): Use a singleFederico Mena Quintero2000-10-311-25/+36
* New function. (general_summary_changed_cb): Sync the general summary toFederico Mena Quintero2000-10-283-1331/+505
* Connect to the recurrence ending menu. (recur_ending_selection_done_cb):Federico Mena Quintero2000-10-283-330/+239
* fixed problems in which I allocated CORBAJesse Pavel2000-10-281-0/+2
* SHUT THE FUCK UP, DONNIE. DUDE, THEY PEED YOUR FUCKING RUG.Federico Mena Quintero2000-10-271-11/+3
* This is the new recurrence page, partially finished. I just want it on CVSFederico Mena Quintero2000-10-276-249/+1452
* unsigned chars to isalphaMichael Meeks2000-10-271-1/+0
* Small fixes.Jesse Pavel2000-10-272-25/+54
* User bonobo_control_get_remote_uid_container, not the old version52000-10-261-0/+1
* removed the Evolution-Composer generated files, due to a tip on how we doJesse Pavel2000-10-263-98/+4
* Removed generated files.Jesse Pavel2000-10-264-1868/+4
* added this from the composer IDL sourcesJesse Pavel2000-10-267-6/+2425
* I've added code to interact with the mailer's CORBA interfaces, thoughJesse Pavel2000-10-251-15/+116
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-242-2/+2
* removed debug message.Damon Chaplin2000-10-216-12/+94
* added more (working) integration with theJesse Pavel2000-10-211-31/+14
* added more (unworking) integration with theJesse Pavel2000-10-213-3/+67
* s/BonoboUIHandler/BonoboUIComponent/Michael Meeks2000-10-212-17/+17
* use cal_component_has_alarms().Damon Chaplin2000-10-201-15/+1
* added _click-to-add-message, though I'm not sure if i18n will work.Damon Chaplin2000-10-208-31/+21
* *** empty log message ***Jesse Pavel2000-10-203-5/+90
* *** empty log message ***Jesse Pavel2000-10-203-1/+22
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-201-0/+2
* remove; redundant.Michael Meeks2000-10-192-268/+42
* die. (debug_xml_cb): add debugging hook.Michael Meeks2000-10-183-295/+43
* Added focus to the general_summary text entry.Anna Marie Dirks2000-10-171-0/+8
* Minor update to the icon /tigertTuomas Kuosmanen2000-10-171-25/+25
* *** empty log message ***Jesse Pavel2000-10-172-7/+186
* new versions of the calendar view icons - comments welcome.Tuomas Kuosmanen2000-10-165-187/+150
* Move a bunch of CPPFLAGS defs into INCLUDES so they doesn't overrideDan Winship2000-10-161-3/+0
* Icon property for the calendar component.Ettore Perazzoli2000-10-155-0/+10
* *** empty log message ***Jesse Pavel2000-10-141-2/+2
* *** empty log message ***Jesse Pavel2000-10-142-13/+435
* set the 2 icon columns to a min width of 18 and resizable to FALSE.Damon Chaplin2000-10-131-2/+2
* set the pixmaps of the toolbar buttons for the views, and removed a lot ofDamon Chaplin2000-10-122-59/+54
* got 12/24 hour format the wrong way round.Damon Chaplin2000-10-121-2/+2
* Disable stuffIain Holmes2000-10-122-2/+4
* Disable executive-summaryIain Holmes2000-10-124-8/+21
* *** empty log message ***Jesse Pavel2000-10-121-9/+23
* New versions of the task icons /tigertTuomas Kuosmanen2000-10-125-473/+106
* don't free evolution_dir as we need it to save the config settings.Damon Chaplin2000-10-122-2/+0
* call calendar_config_write_on_exit() to write out some special configDamon Chaplin2000-10-1222-100/+2730
* Fixed the column elements here.Christopher James Lahey2000-10-111-3/+3
* Updated to use the new ETable specification stuff.Christopher James Lahey2000-10-111-51/+30
* *** empty log message ***Jesse Pavel2000-10-1111-54/+480
* new round-and-around-and-around-and-arou..duh. New icon. For repeatingTuomas Kuosmanen2000-10-101-78/+16
* Added the executive-summary library and cflagsIain Holmes2000-10-1010-3/+341
* New widget to pick weekdays.Federico Mena Quintero2000-10-072-0/+604
* Disable summary stuff, it appears to be badly broken.Michael Meeks2000-10-051-38/+25
* when the user types in a new event, don't create it until the user hitsDamon Chaplin2000-10-054-73/+10
* As a temporary solution to the to-do printing, just print the summaries.Federico Mena Quintero2000-10-051-34/+40
* Use g_list_append() correctly. (print_todo_details_cb): Likewise.Federico Mena Quintero2000-10-051-20/+26
* Fix strftime() %a versus %b confusion. Fixes bugzilla #644.Federico Mena Quintero2000-10-051-38/+14
* *** empty log message ***Jesse Pavel2000-10-042-135/+500
* *** empty log message ***Jesse Pavel2000-10-034-140/+403
* updated to support RDATE end times or durations. Note that if you have twoDamon Chaplin2000-09-306-108/+352
* *** empty log message ***Jesse Pavel2000-09-285-7/+616
* set the height of the scrolled window for the description field, since theDamon Chaplin2000-09-254-17/+18
* Updates for the Bonobo changes from Michael who is having someEttore Perazzoli2000-09-231-14/+6
* Removed the "about calendar" command, since we don't want to have bothFederico Mena Quintero2000-09-221-23/+0
* Dear native speakers,Federico Mena Quintero2000-09-221-1/+1
* s/Bonobo_UIHandler/Bonobo_UIContainer/Michael Meeks2000-09-211-1/+1
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-1813-24/+44
* Everywhere add a -DEVOLUTION_DATADIR=${datadir} in the Makefile.amMichael Meeks2000-09-172-1/+3
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-143-123/+96
* Removed an unused variable.Federico Mena Quintero2000-09-141-3/+0
* See if the new object matches the type of objects we were told to dealFederico Mena Quintero2000-09-141-0/+31
* Get rid of the `ui.xml' stuff that Michael committed, as it's breakingEttore Perazzoli2000-09-131-5/+0
* Tidy some xml.Michael Meeks2000-09-131-87/+0
* Connect to the "cal_loaded" signal of the client here. (connect_load):Federico Mena Quintero2000-09-121-75/+38
* Fixed a warning (removed unused variable gfloat width fromChristopher James Lahey2000-09-111-1/+0
* Relying on the status field is somewhat faulty since it is related toJP Rosevear2000-09-111-8/+1
* changed to use EDateEdit.Damon Chaplin2000-09-117-352/+454
* Fix the calendar Makefiles so that they #include the `icalversion.h'Ettore Perazzoli2000-09-092-0/+2
* New function with the loading/creation state machine. It is carefullyFederico Mena Quintero2000-09-093-96/+195
* Fixed some warnings.Christopher James Lahey2000-09-097-4/+27
* Fall equinox cleanup!Federico Mena Quintero2000-09-0812-484/+705
* Preliminaries for new UI handler.Michael Meeks2000-09-082-0/+92
* Bunch of unicode related changesLauris Kaplinski2000-09-081-0/+3
* Use new cal_component_has_recurrences convenience functionJP Rosevear2000-09-066-39/+22
* Kill all exdates if there are no dates in the boxJP Rosevear2000-09-061-9/+14
* uses the new TaskEditor dialog.Damon Chaplin2000-09-0612-594/+1268
* The exdate and rdate lists are a list of icaltimetypes, notJP Rosevear2000-09-061-5/+4
* Append the exdate to the list AFTER we create the date value.JP Rosevear2000-09-061-3/+3
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-022-5/+7
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-022-1/+3
* Use gnome_calendar_construct() so that we can check for proper creation ofFederico Mena Quintero2000-09-023-97/+119
* We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOLJP Rosevear2000-09-011-9/+27
* No need to spit a warning if removal fails. (event_editor_destroy): FreeFederico Mena Quintero2000-09-014-75/+76
* Implement delete option (recurrence_toggled): Make an ugly hack to get theJP Rosevear2000-09-011-19/+51
* Event editor destroyed callback to do hash cleanupJP Rosevear2000-08-313-138/+193
* Made it compilable both with gnome-print 0.20 and 0.21+Lauris Kaplinski2000-08-311-21/+21
* Ensure that the child's allocation height is >= 1.Federico Mena Quintero2000-08-311-1/+2
* switched to using new ECalendar widget, and a few other fixes.Damon Chaplin2000-08-319-517/+1315
* Oops, set the dtstart/dtend on the component before adding it.Federico Mena Quintero2000-08-301-15/+21
* Make sure the is_utc flag is always FALSE for icaltime_from_timetJP Rosevear2000-08-301-21/+19
* Make sure the is_utc flag is always FALSE for icaltime_from_timetJP Rosevear2000-08-301-34/+39
* Now the views monitor the client by themselves; it does not make sense toFederico Mena Quintero2000-08-3010-1053/+359
* Use event_editor_set_event_objectJP Rosevear2000-08-304-8/+10
* These are not UTC timesJP Rosevear2000-08-291-2/+2
* New function. We need this from code that dynamically updates from aFederico Mena Quintero2000-08-292-4/+12
* We no longer need time_from_icaltimetype as libical has the API for thisJP Rosevear2000-08-293-10/+10
* Initiliaze tzid to null, only set recurrence rules and exception dates ifJP Rosevear2000-08-281-35/+38
* Remove gnorba stuffJP Rosevear2000-08-268-72/+2
* Uncomment debug code.JP Rosevear2000-08-262-5/+27
* Don't attempt to free this if its null (calendar_model_duplicate_value):JP Rosevear2000-08-263-17/+17
* Properly append to listJP Rosevear2000-08-255-18/+18
* Update for libical 0.19JP Rosevear2000-08-256-34/+34
* Fixed some warnings.Christopher James Lahey2000-08-257-1/+28
* Do not alloc the struct icaltimetype but point to one on the stack. MoreJP Rosevear2000-08-251-4/+4
* Make signal names saner (released_event_object_cb): dittoJP Rosevear2000-08-254-41/+41
* Do not alloc the struct icaltimetype but point to one on the stack. MoreFederico Mena Quintero2000-08-241-2/+5
* Remove owner fieldJP Rosevear2000-08-243-82/+17
* Handle summary field (calendar_model_value_is_empty): dittoJP Rosevear2000-08-241-0/+5
* Remove status barJP Rosevear2000-08-242-13/+2
* #include <e-util/e-cursors.h>Federico Mena Quintero2000-08-246-16/+18
* Set vtype of new CalComponent (e_week_view_on_new_appointment): dittoJP Rosevear2000-08-242-1/+4
* Include gnome.h for gettext purposesJP Rosevear2000-08-243-2/+7
* Updated function. (e_calendar_table_open_task): Updated function.Federico Mena Quintero2000-08-242-95/+45
* Updated function. (calendar_model_free_value): Updated function.Federico Mena Quintero2000-08-221-343/+217
* New function. (parse_time): Moved over from the old set_time_t(). ThisFederico Mena Quintero2000-08-221-196/+284
* Use CalObjTypeJP Rosevear2000-08-222-2/+2
* Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-221-3/+6
* Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-221-3/+6
* Update prototypesJP Rosevear2000-08-222-5/+8
* Use CalComponent instead of iCalObject. Work around not having a compareJP Rosevear2000-08-223-164/+285
* Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-212-3/+8
* Use CalComponent instead of iCalObject. Work around not having a compareJP Rosevear2000-08-212-104/+176
* Update prototypes.JP Rosevear2000-08-192-275/+285
* Use CalComponent instead of iCalObject (cancel_button): dittoJP Rosevear2000-08-183-83/+127
* Rework gnome-cal.c - alarms are a tad broken ATM so this will need moreJP Rosevear2000-08-172-69/+97
* Callback used to mark every event in a month. (mark_month_item): UseJP Rosevear2000-08-162-23/+31
* Use cal_client_get_objects_in_range (print_day_details_cb): Callback usedJP Rosevear2000-08-164-475/+166
* Sync - FedericoFederico Mena Quintero2000-08-131-11/+8
* Sync - FedericoFederico Mena Quintero2000-08-121-1/+28
* Generate a prettier string for the geographical position.Federico Mena Quintero2000-08-121-75/+332
* Handle the PERCENT-COMPLETE property. (free_icalcomponent): Likewise.Federico Mena Quintero2000-08-125-22/+13
* Update prototype.Dan Winship2000-08-112-2/+4
* New function. Mostly moved over fromFederico Mena Quintero2000-08-113-77/+77
* Removed. Wheee!Federico Mena Quintero2000-08-113-84/+19
* Made the toolbars conform to the user's gnomecc settings for detachableCody Russell2000-08-101-1/+6
* Oops, subtract the new alarm's trigger time from the current time.Federico Mena Quintero2000-08-102-2/+2
* Fixed some warnings.Christopher James Lahey2000-08-091-0/+1
* Removing old cruft - FedericoFederico Mena Quintero2000-08-093-170/+0
* New function. (cal_component_get_icalcomponent): Ensure that the SEQUENCEFederico Mena Quintero2000-08-0812-849/+55
* Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-041-0/+1
* updated to match the new ETableModel append_row. This meant we could alsoDamon Chaplin2000-08-031-62/+16
* Emit "model_pre_change" signals as appropriate.Christopher James Lahey2000-08-031-0/+3
* Solaris compile fix. OK on Linux too.Matthew Loper2000-07-271-0/+3
* gui/Makefile.am: Fixed a typo.Jeffrey Stedfast2000-07-271-1/+1
* Added a few xpm files to the EXTRA DIST sectionJeffrey Stedfast2000-07-271-4/+8
* new ECalendarTable to show an ETable view for Todo/Event items.Damon Chaplin2000-07-2623-549/+4691
* Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-07-211-1/+1
* Update the components to match the changes in the libeshell API.Ettore Perazzoli2000-07-212-2/+2
* conduit based on the calendar conduit. this conduit syncs a pilot's ToDoDBSeth Alves2000-07-141-0/+1
* Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versionsFederico Mena Quintero2000-07-131-40/+30
* GnomeFont update.Michael Meeks2000-07-131-30/+40
* Disable Pilot conduit stuff for now. It's not quite ready yet and itEttore Perazzoli2000-07-111-28/+1
* remove gnomecal.conduitDan Winship2000-07-111-2/+1
* Moved these files to calendar/conduits/{calendar/todo} - FedericoFederico Mena Quintero2000-07-118-2524/+0
* added makefiles for calendar conduitsSeth Alves2000-07-112-31/+29
* As a quasi-hack, do a gdk_flush() when the shell view is unrealized soFederico Mena Quintero2000-07-101-0/+1
* Remove unused file - FedericoFederico Mena Quintero2000-07-101-200/+0
* Remove "Close calendar" command, which does not make much sense.Ettore Perazzoli2000-07-091-8/+0
* Add mouse wheel scrolling support to the calendar day and week viewsAnders Carlsson2000-07-082-1/+61
* Use &obj instead of &ico in the call to cal_client_get_object(). The ToDoDamon Chaplin2000-07-042-1/+3
* Again, disable compilation of the Pilot stuff until it links - FedericoFederico Mena Quintero2000-07-021-18/+19
* uncomment out the pilot stuff, i think it links now. hehSeth Alves2000-07-011-19/+19
* One of these days, I need somebody to teach me how to program.Ettore Perazzoli2000-06-302-6/+6
* Make calendar die when evolution quits.Christopher James Lahey2000-06-302-2/+30
* EvolutionShellClient.Ettore Perazzoli2000-06-302-2/+4
* Do not link and include the pilot stuff for the calendar component, justFederico Mena Quintero2000-06-301-34/+23
* Make the pilot stuff in calendar/gui optional.Peter Williams2000-06-291-2/+13
* server code to service these:Seth Alves2000-06-292-183/+365
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+4
* Sync again - FedericoFederico Mena Quintero2000-06-273-25/+302
* Sync - FedericoFederico Mena Quintero2000-06-236-58/+259
* set event before using it! (e_day_view_init): used new colors from tigert.Damon Chaplin2000-06-211-8/+9
* Remove the usage of the "x" and "y" arguments.Christopher James Lahey2000-06-212-10/+14
* got rid of some debug messagesDamon Chaplin2000-06-211-18/+0
* changed so it keeps the selection range. It just moves it on one day/weekDamon Chaplin2000-06-214-38/+378
* tidied up dialog a bit, adding space etc.Damon Chaplin2000-06-203-216/+272
* fixed a DnD bug.Damon Chaplin2000-06-191-3/+5
* added little buttons which are shown when there are more events than willDamon Chaplin2000-06-175-3/+120
* new icon for the EWeekView to jump to the day.Damon Chaplin2000-06-172-0/+15
* Squeek - FedericoFederico Mena Quintero2000-06-161-2/+0
* #ifdef'ed out references to functions which don't exist yet, so evolutionDamon Chaplin2000-06-161-0/+2
* Doh, sync - FedericoFederico Mena Quintero2000-06-163-27/+124
* Took out some debugging code.Damon Chaplin2000-06-161-1/+1
* updated.Damon Chaplin2000-06-161-4/+23
* Added the array of objects and the hash table of UID->array index.Federico Mena Quintero2000-06-132-0/+546
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-131-8/+1
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-102-6/+20
* Added a get_n_objects() method.Federico Mena Quintero2000-06-092-0/+5