aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed.Damon Chaplin2000-05-062-163/+0
* removed old calendar view files.Damon Chaplin2000-05-0612-4075/+0
* added guint ref_count to iCalObject struct, and ical_object_ref/unref()Damon Chaplin2000-05-069-90/+230
* ignore the .pure directoryChris Toshok2000-05-051-0/+1
* for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV.Damon Chaplin2000-05-057-90/+230
* set the active radio button here. Oops - it wasn't a Bonobo problem afterDamon Chaplin2000-05-035-35/+103
* new function to get the currently seleted time range form the currentDamon Chaplin2000-05-017-46/+160
* new function to see if the event dates have changed (including anyDamon Chaplin2000-05-0110-172/+812
* updated Danish stringsPablo Saratxaga2000-04-301-1/+1
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-287-16/+163
* compare iCalObjects by their UIDs instead of by their pointers.Seth Alves2000-04-261-1/+4
* hook for widget destroy -- used to unref the CalClient so wombat knows weSeth Alves2000-04-262-11/+33
* allow for null icoSeth Alves2000-04-263-3/+3
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-2424-290/+5332
* moved "About Calendar" into the View menu so it shows up.Seth Alves2000-04-211-1/+1
* new function: callback for listener's object updated signal.Seth Alves2000-04-211-10/+18
* callback for obj_updated or obj_removed. (gnome_calendar_new): hook upSeth Alves2000-04-211-13/+27
* create fullday's gcs even if pixmap_bell has already been created. thisSeth Alves2000-04-211-0/+38
* changed the order around a bit to avoid a Gtk-CRITICAL crashSeth Alves2000-04-201-5/+9
* fixed code to populate the todo clistSeth Alves2000-04-202-39/+25
* calls gnome_calendar_open instead of checking on disk and calling load orSeth Alves2000-04-203-52/+80
* fixed to use cal_client_update_object -- editing and dragging events worksSeth Alves2000-04-191-6/+5
* set calendar's uri with a property bagSeth Alves2000-04-195-47/+145
* Added Danish strings to desktop/menu filePablo Saratxaga2000-04-192-0/+4
* Renamed library from libcalutil to libcal-util, to be consistent withFederico Mena Quintero2000-04-1717-70/+27
* moved srcdir directories to the top so we search headers in the evolutionDamon Chaplin2000-04-111-3/+3
* nat told me to do itSeth Alves2000-04-101-2/+2
* catch cal_loaded signal on the cal client. (gnome_calendar_load_cb):Seth Alves2000-04-103-20/+24
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-091-2/+0
* new function: friendly wrapper for cal_client_create_calendarSeth Alves2000-04-096-72/+91
* calendar is a frame instead of a window, now.Seth Alves2000-04-083-7/+15
* removed uih from the argument list, added cal. use cal as user_data inSeth Alves2000-04-074-163/+92
* removed (setup_appbar): removed (calendar_control_activate): new functionSeth Alves2000-04-063-9/+111
* build test-calendar-widget and evolution-calendar, common stuff is in aSeth Alves2000-04-0624-887/+1195
* cal_client_get_events_in_range returns a list of CalObjInstance *, not aSeth Alves2000-03-311-3/+4
* readded the gui directorySeth Alves2000-03-301-1/+8
* added libeutil.la and libetext.aSeth Alves2000-03-282-16/+58
* Fix includes. (e_day_view_on_delete_occurance): Do not callFederico Mena Quintero2000-03-233-13/+17
* Fix for srcdir != builddir.Elliot Lee2000-03-181-4/+4
* New widget for Day/Work-Week views. Unfinished.Damon Chaplin2000-03-148-0/+6745