aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added missing tooltips. We still need icons, though.Federico Mena Quintero2000-06-081-9/+17
* instead of returning a text representation, decode the text and return anSeth Alves2000-06-086-117/+51
* fixed a bunch of problems use libical instead of libversitSeth Alves2000-06-071-1/+1
* Removed from the public header; made static. Now everyone should useFederico Mena Quintero2000-06-072-6/+6
* allow the right button to popup the menu, even when the event is beingDamon Chaplin2000-06-063-4/+22
* New function to call the print engine. (calendar_toolbar): Added the PrintFederico Mena Quintero2000-06-036-131/+152
* Implemented. (toolbar): Added an icon for the Save and Close command.Federico Mena Quintero2000-06-021-18/+65
* Implemented. (gnome_calendar_add_object): Removed function, since it wasFederico Mena Quintero2000-06-027-284/+284
* Fixed EXTRA_DIST.Christopher James Lahey2000-06-021-1/+5
* Handler for the "editor_closed" signal of the event editor; we justFederico Mena Quintero2000-06-023-25/+63
* Change of plans. The toplevel GnomeApp is now generated with Glade insteadFederico Mena Quintero2000-06-025-1539/+1552
* Make the toolbar look like a standard GNOME toolbar my putting it intoEttore Perazzoli2000-06-011-3/+10
* Added a hash table to map calendar objects to their respective eventFederico Mena Quintero2000-06-0113-1830/+455
* Create the UI handler after we have constructed the parent GnomeApp.Federico Mena Quintero2000-05-311-12/+208
* Flush - FedericoFederico Mena Quintero2000-05-3013-853/+851
* Fix 'make dist' errors.Ross Golder2000-05-281-2/+4
* Put the main notebook directly under a simple GtkWindow. We are going toFederico Mena Quintero2000-05-264-1538/+1918
* Do not initialize libglade twice.Federico Mena Quintero2000-05-266-26/+202
* From shell/ChangeLog:Christopher James Lahey2000-05-261-0/+2
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-2515-16/+750
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-252-8/+9
* Commit for if my laptop dies - FedericoFederico Mena Quintero2000-05-2425-4208/+1634
* Added Norwegian translationKjartan Maraas2000-05-222-0/+4
* new files to implement iCalendar recurrence rules. These are only partDamon Chaplin2000-05-207-125/+351
* Fixed warning message. (time_add_day): Likewise. (time_add_month):Federico Mena Quintero2000-05-191-2/+2
* hooked up more widget signals to callbacks to the gladified dialog actsSeth Alves2000-05-184-32/+291
* hook the radio buttons to the pages of the notebook. (append_exception):Seth Alves2000-05-172-59/+211
* Forgot include file - FedericoFederico Mena Quintero2000-05-161-0/+1
* Speak no evil - FedericoFederico Mena Quintero2000-05-161-0/+3
* Alarm stuff I had not cvs added, sigh - FedericoFederico Mena Quintero2000-05-1612-4/+1132
* gladeified replacement for eventedit.cSeth Alves2000-05-1610-8/+2709
* Added version and availability of required libunicode library.Matt Loper2000-05-131-57/+38
* New function to add today's alarms for a single object.Federico Mena Quintero2000-05-121-8/+33
* make the toolbars detachable now that we require a new enough versionDan Winship2000-05-121-1/+0
* Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-1211-468/+900
* Move "about" menuitem to the help menu.Matthew Loper2000-05-111-1/+1
* Removed dist-hook section.Christopher James Lahey2000-05-101-5/+4
* call e_day_view_stop_editing_event here to avoid a divide by zero a bitSeth Alves2000-05-091-0/+6
* CalBackendClass now is just an interface for calendar backends; this is anFederico Mena Quintero2000-05-091-11/+23
* don't set the ico->uid to NULL or we won't find any other occurrences ofDamon Chaplin2000-05-093-10/+11
* show the EText item, just in case it hasn't moved, otherwise it won'tDamon Chaplin2000-05-082-3/+14
* + * gui/evolution-calendar-control.c (PROPERTY_CALENDAR_URI):Matthew Loper2000-05-071-2/+6
* ignore evolution-calendar.pureChris Toshok2000-05-072-0/+13
* finish editing event when user hits Return key.Damon Chaplin2000-05-074-79/+63