aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
Commit message (Expand)AuthorAgeFilesLines
...
* *gui/e-week-view.c: Fix a event/jump button tabbing bugBolian Yin2003-12-101-2/+3
* init a11y. emit signal "selected_time_changed".Andrew Wu2003-12-091-1/+4
* remove setting property of "handle_popup". remove setting property ofBolian Yin2003-12-091-2/+0
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-100/+100
* Add CAL_STATIC_CAPABILITY_NO_THISANDFUTURE andDan Winship2003-11-011-7/+9
* no need to update config settings everywhere explicitlyJP Rosevear2003-10-291-1/+0
* fixed typo in menu item label.Rodrigo Moya2003-10-291-32/+2
* store config objects as well (gnome_calendar_set_default_uri): returnJP Rosevear2003-10-281-1/+3
* guard against irrelevant args (ie if there was an error)JP Rosevear2003-10-231-0/+2
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-127/+46
* make jump button focusable (e_week_view_on_jump_button_event): key_pressBolian Yin2003-09-121-20/+106
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-201-260/+151
* Add a11y dependency. gui/calendar-commands.cBolian Yin2003-08-201-6/+11
* In the WeekView, Navigation through days with arrow keys.Andrew Wu2003-08-121-0/+195
* Merge new-calendar-branch into HEADRodrigo Moya2003-08-081-3/+11
* Fixes #46847Bolian Yin2003-07-291-3/+26
* new function. (e_cal_view_get_timezone, e_cal_view_set_timezone): newRodrigo Moya2003-07-251-111/+52
* define ECalViewEvent as the base struct for the other views.Rodrigo Moya2003-07-241-1/+1
* removed.Rodrigo Moya2003-07-241-18/+1
* moved the duplicated popup menu code here. (e_cal_view_create_popup_menu):Rodrigo Moya2003-07-231-560/+9
* removed unneeded prototypes.Rodrigo Moya2003-07-231-20/+21
* manage the case where the selected events are the popup menu ones.Rodrigo Moya2003-07-231-4/+8
* added "get_selected_events", and "update_query" virtual methods.Rodrigo Moya2003-07-231-512/+135
* removed e_day_view_set_calendar prototype.Rodrigo Moya2003-07-221-47/+7
* moved duplicated code to...Rodrigo Moya2003-07-181-57/+37
* new base class for calendar views.Rodrigo Moya2003-07-171-2/+2
* Fixes #45274Bolian Yin2003-07-011-3/+92
* added a GtkWindow argument for callers to specify the parent window.Rodrigo Moya2003-06-301-5/+11
* Fixes #45276Bolian Yin2003-06-301-0/+2
* Fixes #44682, Shift+F10 to active popup menu on day/week viewBolian Yin2003-06-191-5/+28
* Fixes #43763Rodrigo Moya2003-06-021-5/+5
* Fixes #43103JP Rosevear2003-05-191-4/+4
* Fixes #41935JP Rosevear2003-05-161-14/+30
* Fixes #43029JP Rosevear2003-05-161-18/+22
* guard against multiple destroysJP Rosevear2003-05-151-3/+2
* Fixes #37552JP Rosevear2003-04-251-9/+6
* Fixes #41641Hans Petter Jansson2003-04-241-3/+9
* Fixes #22444Rodrigo Moya2003-04-231-38/+70
* If we already have an evolution_dir, free the old one before setting itHans Petter Jansson2003-04-161-7/+11
* Week view part of fix for #39895.Hans Petter Jansson2003-04-071-0/+4
* Nuke GdkFont and use Pango's font measuring.Hans Petter Jansson2003-04-021-35/+53
* Hold weak references to the CalComponent instead of connecting to theHans Petter Jansson2003-03-291-5/+3
* Fixes #34095Hans Petter Jansson2003-03-181-0/+1
* If only the pipe wouldn't break.JP Rosevear2003-03-051-13/+46
* Fixes Ximian #37895.Hans Petter Jansson2003-02-271-1/+1
* GObject, not GtkObject. (calendar_model_destroy): ->Hans Petter Jansson2003-02-221-1/+1
* Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir,Dan Winship2003-02-061-3/+0
* Skip setting the "font_gdk" arg for now.Hans Petter Jansson2003-02-021-0/+2
* Make clicks, drags and resizes work, and pangoize remaining strings. FixHans Petter Jansson2003-01-271-4/+4
* Mainly making all views use PangoLayouts for text. When drawing aHans Petter Jansson2003-01-261-30/+69
* Don't insist appointment is updated if both old and new summary are blank.Hans Petter Jansson2003-01-251-1/+1
* Silence warnings caused by missing casts.Hans Petter Jansson2003-01-161-22/+22
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-191-4/+6
* Create a non-abstract enumeration type derived from GEnum.Hans Petter Jansson2002-12-071-26/+3
* Use g_object_set_data(..., NULL) instead of gtk_object_remove_data().Ettore Perazzoli2002-11-091-12/+4
* Use g_object_ref()/g_object_unref() instead ofEttore Perazzoli2002-11-091-22/+22
* Use g_signal_connect() instead of gtk_signal_connect(). Likewise.Ettore Perazzoli2002-11-091-50/+35
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-32/+13
* set the 24 hour format initiallyJP Rosevear2002-10-091-27/+1
* Fixes #30057Rodrigo Moya2002-10-031-10/+13
* check to see if the component is already on the server or notJP Rosevear2002-09-211-37/+10
* keep the selection if we right click in it (but not on an appointment)JP Rosevear2002-09-121-7/+9
* create a new appointment based on the selectionJP Rosevear2002-09-121-47/+32
* kill warningJP Rosevear2002-09-071-2/+39
* select the top canvas if the user right-clicks on itJP Rosevear2002-08-301-0/+10
* added missing header file.Rodrigo Moya2002-08-291-0/+1
* don't warn if we can't use the small font, just set use_small_font toJP Rosevear2002-08-021-1/+1
* new function for adding VTIMEZONE components to a VCALENDAR component.Rodrigo Moya2002-07-271-4/+28
* use util function to see if the user is the organizer72002-07-181-9/+41
* Fixes #16034Rodrigo Moya2002-07-031-2/+10
* added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-171-4/+4
* only discard the popup if we created oneJP Rosevear2002-05-021-0/+4
* launch pilot settings cappletJP Rosevear2002-04-241-0/+29
* free the view popup (e_week_view_show_popup_menu): add the view popup toJP Rosevear2002-04-241-5/+21
* show the settingsJP Rosevear2002-04-191-3/+15
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-45/+23
* implement new pop up menu items for "Save as", "Print", "Assign Task",JP Rosevear2002-03-301-11/+236
* Updated to use new EPopupMenu API.Jeffrey Stedfast2002-03-161-24/+24
* pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb):JP Rosevear2002-02-201-1/+2
* pass meeting boolean for gnome_calendar_edit_object andJP Rosevear2002-02-081-5/+6
* figure out when today is and highlight if it is not selectedJP Rosevear2002-01-151-0/+4
* remove needs send signal related cruft (save_comp_with_send): withJP Rosevear2001-12-221-1/+1
* ungrab the pointer before calling e_day_view_finish_long_event_resizeJP Rosevear2001-12-131-1/+7
* (committed to CVS by Damon) Fixes bug #15137.Federico Mena Quintero2001-11-151-3/+32
* only change the day, month and year for the start date, for not screwingRodrigo Moya2001-11-131-42/+63
* don't subtract a day from DTEND. For DATE values we don't include theDamon Chaplin2001-11-101-2/+0
* Fix bug #13723.Federico Mena Quintero2001-10-311-3/+3
* Use an EMessageBox instead of a gnome_dialog_question so that the labelFederico Mena Quintero2001-10-301-2/+2
* Cancel editing if the user presses Escape.Federico Mena Quintero2001-10-281-0/+32
* Delete appointments with empty summaries. Fixes Ximian bug #780.Federico Mena Quintero2001-10-281-8/+50
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-3/+1
* added status bar messagesRodrigo Moya2001-10-271-0/+7
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-4/+11
* keep a reference to the EvolutionShellClient componentRodrigo Moya2001-10-191-1/+48
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-2/+26
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-22/+80
* added support for the Contacts field. Note that I'm not sure what weDamon Chaplin2001-08-151-21/+55
* added new backend method to get the component given a UID.Damon Chaplin2001-08-101-8/+66
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-3/+26
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-041-5/+44
* yes, set the end date, but correctly calculated, not by using theRodrigo Moya2001-07-311-0/+12
* don't set the end date for the pasted components, since it will beRodrigo Moya2001-07-311-10/+1
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-17/+22
* check type of component before actually pasting. Deal with VCALENDARRodrigo Moya2001-07-261-7/+67
* Remove leftover ifdefs - FedericoFederico Mena Quintero2001-07-181-8/+1
* Really fixes #4380. The previous fix was necessary but not sufficient; itFederico Mena Quintero2001-07-181-1/+6
* renamed updateObject to updateObjects and removed the UID argument, sinceDamon Chaplin2001-07-121-0/+6
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-121-1/+0
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-4/+8
* Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly.Federico Mena Quintero2001-07-101-5/+8
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-24/+86
* draw icons per categoryRodrigo Moya2001-07-011-0/+7
* fixed clibpoard command activation from the menu entries. CTRL-C andRodrigo Moya2001-07-011-3/+34
* removed not-uses-anymore parameter in call toRodrigo Moya2001-06-281-0/+21
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* don't compile or install the old meeting edit stuffJP Rosevear2001-06-201-26/+1
* generate a new UID when pastingRodrigo Moya2001-06-151-0/+5
* Small typoRodrigo Moya2001-06-151-2/+2
* finished implementation of Paste stuffRodrigo Moya2001-06-151-4/+36
* added popup menu items for cut/copy/pasteRodrigo Moya2001-06-141-5/+66
* added cut&paste support, by using a GtkInvisible widget to manage theRodrigo Moya2001-06-131-0/+98
* new files to contain layout code split off from EDayView an EWeekView, soDamon Chaplin2001-05-291-342/+31
* Fix bug #2829.Federico Mena Quintero2001-05-191-1/+4
* Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-171-1/+0
* New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-131-122/+160
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-12/+11
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+6
* Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-181-42/+13
* Moved functionality here from e_day_view_on_new_appointment. AllowsMiguel de Icaza2001-03-171-4/+52
* Update arguments to e_canvas_item_grab_focus.Dan Winship2001-03-161-1/+1
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-151-3/+3
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-051-61/+78
* More 0.9 stuffJP Rosevear2001-02-091-0/+28
* Pulling stuff up from the branchJP Rosevear2001-02-071-4/+11
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-301-1/+0
* libical import cleanupJP Rosevear2001-01-241-8/+8
* gui/e-week-view*.c don't use the theme colors at all within the graphicalDamon Chaplin2001-01-181-14/+53
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-8/+10
* moved #include <cal-client/cal-client.h> to the .h file.Damon Chaplin2001-01-141-0/+1
* Do not compose strings so that they can be localized correctly. Also,Federico Mena Quintero2001-01-031-1/+1
* Alarm trigger queueing for the GUI part.Federico Mena Quintero2000-12-231-2/+4
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-141-8/+8
* #if 0ed cal_obj_date_only_compare_func. (cal_object_get_rdate_end):Christopher James Lahey2000-12-141-0/+2
* unref the pixbuf when finished with it62000-12-071-1/+1
* Fixes bug #920.Federico Mena Quintero2000-12-071-6/+10
* finished 12-hour support and tried to tidy up & comment the drawing codeDamon Chaplin2000-11-291-34/+155
* added more support for config settings.Damon Chaplin2000-11-271-77/+252
* These changes fix bugzilla bugs #874 and #875.Federico Mena Quintero2000-11-091-21/+6
* added _click-to-add-message, though I'm not sure if i18n will work.Damon Chaplin2000-10-201-5/+2
* call calendar_config_write_on_exit() to write out some special configDamon Chaplin2000-10-121-64/+68
* when the user types in a new event, don't create it until the user hitsDamon Chaplin2000-10-051-27/+0
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-3/+3
* Fixed some warnings.Christopher James Lahey2000-09-091-1/+5
* Fall equinox cleanup!Federico Mena Quintero2000-09-081-4/+0
* Use new cal_component_has_recurrences convenience functionJP Rosevear2000-09-061-2/+1
* uses the new TaskEditor dialog.Damon Chaplin2000-09-061-7/+21
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-021-1/+1
* No need to spit a warning if removal fails. (event_editor_destroy): FreeFederico Mena Quintero2000-09-011-34/+37
* switched to using new ECalendar widget, and a few other fixes.Damon Chaplin2000-08-311-78/+285
* Make sure the is_utc flag is always FALSE for icaltime_from_timetJP Rosevear2000-08-301-21/+19
* Now the views monitor the client by themselves; it does not make sense toFederico Mena Quintero2000-08-301-116/+170
* Use event_editor_set_event_objectJP Rosevear2000-08-301-2/+4
* Properly append to listJP Rosevear2000-08-251-7/+6
* Update for libical 0.19JP Rosevear2000-08-251-10/+10
* Fixed some warnings.Christopher James Lahey2000-08-251-1/+6
* Do not alloc the struct icaltimetype but point to one on the stack. MoreJP Rosevear2000-08-251-4/+4
* Set vtype of new CalComponent (e_week_view_on_new_appointment): dittoJP Rosevear2000-08-241-1/+3
* Use CalObjTypeJP Rosevear2000-08-221-1/+1
* Update prototypesJP Rosevear2000-08-221-0/+1
* Use CalComponent instead of iCalObject. Work around not having a compareJP Rosevear2000-08-211-103/+175
* Add mouse wheel scrolling support to the calendar day and week viewsAnders Carlsson2000-07-081-0/+14
* Sync - FedericoFederico Mena Quintero2000-06-231-6/+16
* Remove the usage of the "x" and "y" arguments.Christopher James Lahey2000-06-211-2/+3
* tidied up dialog a bit, adding space etc.Damon Chaplin2000-06-201-3/+0
* added little buttons which are shown when there are more events than willDamon Chaplin2000-06-171-1/+104
* instead of returning a text representation, decode the text and return anSeth Alves2000-06-081-8/+5
* allow the right button to popup the menu, even when the event is beingDamon Chaplin2000-06-061-0/+4
* New function to call the print engine. (calendar_toolbar): Added the PrintFederico Mena Quintero2000-06-031-2/+5
* Implemented. (gnome_calendar_add_object): Removed function, since it wasFederico Mena Quintero2000-06-021-8/+5
* Added a hash table to map calendar objects to their respective eventFederico Mena Quintero2000-06-011-13/+2
* Flush - FedericoFederico Mena Quintero2000-05-301-4/+3
* new files to implement iCalendar recurrence rules. These are only partDamon Chaplin2000-05-201-19/+27
* Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-121-1/+1
* don't set the ico->uid to NULL or we won't find any other occurrences ofDamon Chaplin2000-05-091-5/+5
* finish editing event when user hits Return key.Damon Chaplin2000-05-071-32/+23
* added guint ref_count to iCalObject struct, and ical_object_ref/unref()Damon Chaplin2000-05-061-13/+24
* for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV.Damon Chaplin2000-05-051-5/+51
* set the active radio button here. Oops - it wasn't a Bonobo problem afterDamon Chaplin2000-05-031-16/+35
* new function to get the currently seleted time range form the currentDamon Chaplin2000-05-011-0/+23
* new function to see if the event dates have changed (including anyDamon Chaplin2000-05-011-78/+453
* allow for null icoSeth Alves2000-04-261-1/+1
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-241-0/+2265