aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
Commit message (Expand)AuthorAgeFilesLines
...
* as belowRadek Doulik2004-07-131-0/+4
* Revert my patches from July 5th and 6th.Rodrigo Moya2004-07-101-5/+6
* setup the widgets before the configuration.Rodrigo Moya2004-07-061-1/+1
* don't set the timezone on the views here. (set_timezone): do it here.Rodrigo Moya2004-07-061-6/+4
* update the internal current_view_type field and focus the newly selectedRodrigo Moya2004-07-051-0/+2
* Fixes #57862JP Rosevear2004-06-231-6/+6
* only do the range selected hack in one caseJP Rosevear2004-06-111-3/+3
* set 6 weeks shown (display_view): dittoJP Rosevear2004-06-111-2/+2
* Fixes #58748Rodrigo Moya2004-06-101-0/+5
* calculate the work week, week, and month views more exactlyJP Rosevear2004-06-101-80/+152
* open task lists asynchronously. (client_cal_opened_cb): callback from theRodrigo Moya2004-06-071-11/+26
* define G_MAXINT32 if it isn't alreadyJP Rosevear2004-06-051-0/+5
* make purging actually workJP Rosevear2004-06-041-10/+6
* Fix for bug #57818.Jeffrey Stedfast2004-05-271-1/+1
* Fixes #57759Rodrigo Moya2004-05-271-0/+16
* Make calendar-errors.xml.h and install the xml file.Jeffrey Stedfast2004-05-261-10/+6
* use e_cal_generate_instances_for_object instead ofRodrigo Moya2004-05-141-5/+4
* Fixes #58025JP Rosevear2004-05-051-10/+7
* Fixes #57894JP Rosevear2004-05-031-2/+4
* Set up the model to use the correct query. Setup callbacks for gconfGary Ekker2004-05-011-4/+74
* remove prototypesJP Rosevear2004-04-301-16/+84
* Fixes #56504JP Rosevear2004-04-221-16/+1
* fix for user_creatable_items api changes.Not Zed2004-04-211-1/+1
* take a range_selected boolean for internal use (gnome_calendar_set_view):JP Rosevear2004-04-191-19/+27
* Fixes #56613JP Rosevear2004-04-151-22/+23
* Create an EUserCreatableItemsHandler for the view if there isn't one yet,Dan Winship2004-04-091-0/+17
* remove extra set view params (gnome_calendar_set_view): simplify, just setJP Rosevear2004-04-081-68/+60
* set the default timezone on all clients when opened.Rodrigo Moya2004-04-021-0/+2
* Fixes #56120JP Rosevear2004-04-011-2/+2
* fixed documentation typos.Rodrigo Moya2004-04-011-2/+2
* Fixes #55648JP Rosevear2004-03-271-234/+188
* Fixes #53499JP Rosevear2004-03-261-28/+47
* don't create queries for the clients that are not loaded yet.Rodrigo Moya2004-03-251-0/+4
* remove debug code that slipped inJP Rosevear2004-03-251-2/+1
* Fixes #55716JP Rosevear2004-03-201-1/+2
* Fixes #52253JP Rosevear2004-03-161-174/+150
* set the sensitivity correctly, depending on whether the command applied toRodrigo Moya2004-03-051-1/+1
* remove protoJP Rosevear2004-02-271-10/+6
* make sure we unref the task pad client and the calendar clients areJP Rosevear2004-02-261-15/+6
* set the task pad client to NULL if opening it failed. Show more verboseRodrigo Moya2004-02-191-1/+19
* Fixes #53886Rodrigo Moya2004-02-121-10/+5
* don't add the clients to the internal hash/list here, just remove it ifRodrigo Moya2004-02-091-5/+18
* Convert the calendar_config_get_timezone andJP Rosevear2004-02-061-7/+1
* don't update the date navigator query nor the internal lists here...Rodrigo Moya2004-02-041-16/+9
* open calendars asynchronously. (client_cal_opened_cb): on success, add theRodrigo Moya2004-02-041-43/+39
* stop status bar messages madness.Rodrigo Moya2004-01-291-5/+0
* new function.Rodrigo Moya2004-01-251-9/+13
* use the calendar component config dir (gnome_calendar_setup_view_menus):JP Rosevear2004-01-221-2/+4
* check return value from auth_new_cal_from_source(). Connect toRodrigo Moya2004-01-221-1/+6
* check return value from e_cal_new().Rodrigo Moya2004-01-151-19/+18
* cast the views to E_CALENDAR_VIEW, not to E_CAL_VIEW.Rodrigo Moya2004-01-111-2/+2
* added missing headers.Rodrigo Moya2004-01-111-3/+13
* store the ECal's associated ECalView, and connect to its "objects_removed"Rodrigo Moya2004-01-091-0/+3
* remove the item from the hash last and don't free its members because theJP Rosevear2004-01-071-8/+6
* new function to open ECal's, get any error information and display it toRodrigo Moya2004-01-061-44/+24
* no need to connect to the "cal_opened" signal on the task client. Also,Rodrigo Moya2004-01-061-16/+0
* no need to connect to the "cal_opened" signal on the task client. Also,Rodrigo Moya2004-01-061-67/+3
* display the tasks' primary selection in the task list, and actually openRodrigo Moya2004-01-061-11/+31
* renamed from *_uri, to work with ESource's rather than with plain URIs.Rodrigo Moya2003-12-231-20/+35
* new files for managing interactive authentication with backends.Rodrigo Moya2003-12-221-2/+3
* rewrite for new ecal api, cache all ecal's by type and minimize loading.JP Rosevear2003-12-221-2/+2
* set a correct status message.Rodrigo Moya2003-12-181-4/+3
* check the return value from e_cal_new_from_uri.Rodrigo Moya2003-12-171-0/+3
* set the list view config properly (so we don't blow away the month viewJP Rosevear2003-12-161-2/+1
* set the calendar for the day viewJP Rosevear2003-12-161-1/+1
* remove the client from the list if there are errors, instead of re-addingRodrigo Moya2003-12-101-2/+4
* correct argument mismatch in "goto_date" signal definition.Bolian Yin2003-12-081-1/+1
* free the notification listJP Rosevear2003-12-041-0/+1
* e_cal_new () -> e_cal_new_from_uri (). (backend_go_online): Ditto.Hans Petter Jansson2003-11-271-2/+2
* Cleanup some ref/unref callsJP Rosevear2003-11-181-1/+1
* remove the AlarmNotify service, no more need for it, since the alarmRodrigo Moya2003-11-171-48/+2
* add it via e-tasks (remove_uri_for_source): remove it via e-tasksJP Rosevear2003-11-171-19/+12
* use a standard calendar status (backend_cal_opened_online): dittoJP Rosevear2003-11-121-6/+6
* Remove get-vtype check from the completed-tasks query (and don't leak theDan Winship2003-11-111-5/+3
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-115/+115
* no need to update config settings everywhere explicitlyJP Rosevear2003-10-291-23/+0
* set the timezone for all clients (timezone_changed_cb): callback forJP Rosevear2003-10-291-39/+91
* store config objects as well (gnome_calendar_set_default_uri): returnJP Rosevear2003-10-281-69/+9
* update protosJP Rosevear2003-10-241-22/+45
* just uses the views array and the current view type (setup_widgets): dittoJP Rosevear2003-10-241-64/+22
* use the internal client list to create the queriesJP Rosevear2003-10-241-41/+38
* new function to remove calendars from the views.Rodrigo Moya2003-10-231-0/+37
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-430/+187
* Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): AddHans Petter Jansson2003-10-101-3/+62
* Fixes #47779Bolian Yin2003-08-221-2/+2
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-201-190/+220
* Add a11y dependency. gui/calendar-commands.cBolian Yin2003-08-201-0/+27
* Merged ECalendarTable changes from new-calendar-branchRodrigo Moya2003-08-081-24/+14
* Merge new-calendar-branch into HEADRodrigo Moya2003-08-081-6/+20
* new function. (e_cal_view_get_timezone, e_cal_view_set_timezone): newRodrigo Moya2003-07-251-9/+5
* removed.Rodrigo Moya2003-07-241-4/+1
* moved the duplicated popup menu code here. (e_cal_view_create_popup_menu):Rodrigo Moya2003-07-231-0/+24
* removed unneeded prototypes.Rodrigo Moya2003-07-231-47/+3
* removed missing calls to e_day/week_view_*_clipboard.Rodrigo Moya2003-07-231-46/+3
* added "get_selected_events", and "update_query" virtual methods.Rodrigo Moya2003-07-231-84/+10
* removed e_day_view_set_calendar prototype.Rodrigo Moya2003-07-221-14/+14
* moved duplicated code to...Rodrigo Moya2003-07-181-4/+4
* new function, which uses a CalQuery to retrieve the objects older than aRodrigo Moya2003-07-171-0/+152
* Fixes #45772Andrew Wu2003-07-161-0/+37
* Fixes #45328, #45329Bolian Yin2003-07-021-0/+153
* Fixes #41582Rodrigo Moya2003-06-121-4/+15
* (gnome_calendar_setup_view_menus): RemovedEttore Perazzoli2003-05-211-1/+0
* remove the query time out if its still alive (update_query_timeout):JP Rosevear2003-05-201-2/+23
* guard against multiple destroysJP Rosevear2003-05-151-42/+44
* Fixes part of #41148, #41216 and #41235Rodrigo Moya2003-04-231-2/+2
* Fixes #22444Rodrigo Moya2003-04-231-1/+24
* Fixes #39735 and 40257JP Rosevear2003-04-171-127/+63
* update the selection for all view typesJP Rosevear2003-04-081-25/+11
* issue more descriptive warnings.Rodrigo Moya2003-03-121-2/+2
* If only the pipe wouldn't break.JP Rosevear2003-03-051-5/+4
* Appease the compiler. (gnome_calendar_update_paned_quanta): Don't actuallyHans Petter Jansson2003-02-241-2/+4
* Split $(CORBA_GENERATED_H) rule from the $(CORBA_GENERATED_C) rule to thatEttore Perazzoli2003-02-201-2/+2
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-1/+1
* Only set view ID if we have an instance.Hans Petter Jansson2003-01-151-1/+2
* Switch to using GtkPaned instead of EPaned for GTK2Rodney Dawes2003-01-151-10/+8
* Removed. Removed.Ettore Perazzoli2003-01-141-1/+1
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-191-4/+8
* Fixes #35003Rodrigo Moya2002-12-101-8/+30
* Create a non-abstract enumeration type derived from GEnum.Hans Petter Jansson2002-12-071-23/+4
* Use g_object_set_data(..., NULL) instead of gtk_object_remove_data().Ettore Perazzoli2002-11-091-21/+17
* Use g_object_ref()/g_object_unref() instead ofEttore Perazzoli2002-11-091-17/+17
* Use g_signal_connect() instead of gtk_signal_connect(). Likewise.Ettore Perazzoli2002-11-091-74/+66
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-12/+6
* cleaned up the status bar messages for all widgets.Rodrigo Moya2002-10-301-0/+6
* fix c/p typeJP Rosevear2002-10-181-1/+1
* try to preserve the work week view setting if it makes sense (set_view):JP Rosevear2002-10-161-3/+14
* Fixes #15892Rodrigo Moya2002-10-071-1/+21
* Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-281-4/+2
* display status messages for all operations we make, so that when usingRodrigo Moya2002-09-101-8/+19
* kill warningJP Rosevear2002-09-071-8/+11
* don't listen to client signals after we get destroyedJP Rosevear2002-09-051-0/+2
* use EConfigListener instead of direct access to the bonobo-conf database.Rodrigo Moya2002-08-271-1/+2
* added internal EComponentListener object, to listen for the activated Cal.Rodrigo Moya2002-08-161-0/+32
* set status message on ECalendarTable when opening the tasks.Rodrigo Moya2002-08-131-1/+23
* set status message to NULL if there is an error opening the calendar.Rodrigo Moya2002-08-131-2/+2
* Fixes wombat crash (for JP and myself)Rodrigo Moya2002-06-181-5/+5
* gal_view_menus_set_show_define_views (..., FALSE);Christopher James Lahey2002-06-051-0/+1
* Set the title of our GalViewCollection.Christopher James Lahey2002-06-041-0/+2
* a registry of comp editors so we can close them all centrallyJP Rosevear2002-05-271-72/+6
* set the view to the current viewJP Rosevear2002-05-171-0/+2
* added support for CAL_CLIENT_OPEN_PERMISSION_DENIED error code.Rodrigo Moya2002-05-171-0/+15
* remove setup_widgets from here (gnome_calendar_init): move setup_widgetsJP Rosevear2002-05-011-2/+1
* free the view popup (e_week_view_show_popup_menu): add the view popup toJP Rosevear2002-04-241-2/+40
* Fix this: Rodrigo's patch used one of the functions I just removed. :)Dan Winship2002-04-111-12/+6
* use the default uri for tasks (as stored in the configuration) when theRodrigo Moya2002-04-111-22/+8
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-161-1/+12
* use bonobo exception macros to tidyJP Rosevear2002-03-151-14/+10
* don't append 'calendar.ics' to the URI. (get_prop): finished.Rodrigo Moya2002-02-141-5/+16
* pass meeting boolean for gnome_calendar_edit_object andJP Rosevear2002-02-081-5/+8
* Bumped the required version of gal.Christopher James Lahey2002-02-071-37/+43
* use icaltimetype_to_tmJP Rosevear2002-01-151-7/+1
* Set the category of the new task to that of the search bar. Fixes bugFederico Mena Quintero2001-11-301-0/+4
* If a query is not in progress, just retag the whole thing. An event mayFederico Mena Quintero2001-10-311-0/+10
* Fix bug #13723.Federico Mena Quintero2001-10-311-56/+290
* updated code to handle DATE values.Damon Chaplin2001-10-301-4/+4
* Use an EMessageBox instead of a gnome_dialog_question so that the labelFederico Mena Quintero2001-10-301-4/+2
* get the tasks directly from the CalendarModel, so we get the filtering &Damon Chaplin2001-10-291-1/+8
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-6/+0
* Fixes bug #5282.Federico Mena Quintero2001-10-251-2/+2
* make sure we free all the CalComponentDateTime's when we are finished.Damon Chaplin2001-10-241-1/+4
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-8/+30
* make it a public functionRodrigo Moya2001-10-201-0/+7
* replace use of gnome_vfs_uri with e_uriRodrigo Moya2001-10-041-6/+5
* don't use gnome_vfs_uri_is_local on URIs created withRodrigo Moya2001-10-021-1/+1
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-2/+5
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-0/+96
* #include <libgnomevfs/gnome-vfs-types.h> so this will compile againstDan Winship2001-08-221-0/+1
* open the tasks folder associated with the calendar being opened, and notRodrigo Moya2001-08-221-7/+41
* new function to open the task editor to add a new task.Damon Chaplin2001-08-181-0/+34
* added support for the Contacts field. Note that I'm not sure what weDamon Chaplin2001-08-151-4/+33
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-1/+47
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-041-115/+372
* The calendar search bar widget now includes a drop-down menu of availableFederico Mena Quintero2001-08-021-0/+21
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-0/+42
* Constify and set the query sexp on the task pad's model as well.Federico Mena Quintero2001-07-281-1/+9
* New files with a derivative of ESearchBar that generates sexps forFederico Mena Quintero2001-07-281-113/+19
* Really fixes #4380. The previous fix was necessary but not sufficient; itFederico Mena Quintero2001-07-181-4/+6
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-121-10/+2
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-21/+27
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-29/+95
* Doh, the call for the day view was supposed to beFederico Mena Quintero2001-07-011-9/+13
* new functions for allowing the execution of clipboard-related commandsRodrigo Moya2001-06-281-4/+4
* removed not-uses-anymore parameter in call toRodrigo Moya2001-06-281-0/+69
* Converted to use BonoboXObject.Federico Mena Quintero2001-06-251-16/+56
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* moved the function to check for a default timezone to calendar-config.c,Damon Chaplin2001-06-201-61/+0
* added code to show the timezone dialog if the user hasn't set a defaultDamon Chaplin2001-06-201-0/+61
* Sync - FedericoFederico Mena Quintero2001-06-201-242/+437
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-021-4/+4
* new files to contain layout code split off from EDayView an EWeekView, soDamon Chaplin2001-05-291-0/+22
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-081-6/+3
* Create the ESearchBar thingy. (search_bar_query_changed_cb): Build theFederico Mena Quintero2001-04-161-10/+153
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+5
* The model_rows_{inserted,deleted} signals changed names; deal with it.Federico Mena Quintero2001-03-251-1/+1
* Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-181-11/+37
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-051-0/+3
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-301-2/+0
* libical import cleanupJP Rosevear2001-01-241-2/+2
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-185/+75
* moved #include <cal-client/cal-client.h> to the .h file.Damon Chaplin2001-01-141-36/+131
* added new source files for the Tasks folders.Damon Chaplin2001-01-081-8/+1
* Unconditionally remove the client from the alarm notification system.Federico Mena Quintero2001-01-031-477/+1
* translationsJP Rosevear2000-12-231-0/+3
* Alarm trigger queueing for the GUI part.Federico Mena Quintero2000-12-231-193/+47
* 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
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-141-2/+2
* Constify for new libical API. (set_text_list): Likewise.Federico Mena Quintero2000-12-131-23/+0
* added changed flags and added calls to a new functionDamon Chaplin2000-12-111-1/+1
* finished 12-hour support and tried to tidy up & comment the drawing codeDamon Chaplin2000-11-291-6/+5
* added more support for config settings.Damon Chaplin2000-11-271-19/+22
* The icon column is not editable!Federico Mena Quintero2000-11-221-40/+0
* Clear the rdate and exrule lists from the component if we are setting aFederico Mena Quintero2000-11-131-105/+23
* removed debug message.Damon Chaplin2000-10-211-1/+33
* added _click-to-add-message, though I'm not sure if i18n will work.Damon Chaplin2000-10-201-0/+2
* set the pixmaps of the toolbar buttons for the views, and removed a lot ofDamon Chaplin2000-10-121-4/+7
* call calendar_config_write_on_exit() to write out some special configDamon Chaplin2000-10-121-17/+132
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-2/+2
* Connect to the "cal_loaded" signal of the client here. (connect_load):Federico Mena Quintero2000-09-121-75/+38
* New function with the loading/creation state machine. It is carefullyFederico Mena Quintero2000-09-091-92/+191
* Fixed some warnings.Christopher James Lahey2000-09-091-0/+5
* Fall equinox cleanup!Federico Mena Quintero2000-09-081-302/+587
* uses the new TaskEditor dialog.Damon Chaplin2000-09-061-15/+5
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-021-0/+2
* Use gnome_calendar_construct() so that we can check for proper creation ofFederico Mena Quintero2000-09-021-96/+114
* Event editor destroyed callback to do hash cleanupJP Rosevear2000-08-311-32/+41
* switched to using new ECalendar widget, and a few other fixes.Damon Chaplin2000-08-311-217/+514
* Now the views monitor the client by themselves; it does not make sense toFederico Mena Quintero2000-08-301-53/+5
* Use event_editor_set_event_objectJP Rosevear2000-08-301-1/+1
* Update for libical 0.19JP Rosevear2000-08-251-2/+2
* Fixed some warnings.Christopher James Lahey2000-08-251-0/+4
* Make signal names saner (released_event_object_cb): dittoJP Rosevear2000-08-251-17/+21
* #include <e-util/e-cursors.h>Federico Mena Quintero2000-08-241-8/+3
* Include gnome.h for gettext purposesJP Rosevear2000-08-241-0/+1
* Updated function. (e_calendar_table_open_task): Updated function.Federico Mena Quintero2000-08-241-0/+1
* Rework gnome-cal.c - alarms are a tad broken ATM so this will need moreJP Rosevear2000-08-171-67/+95
* New function. Mostly moved over fromFederico Mena Quintero2000-08-111-0/+37
* Removed. Wheee!Federico Mena Quintero2000-08-111-1/+1
* new ECalendarTable to show an ETable view for Todo/Event items.Damon Chaplin2000-07-261-2/+20
* Sync again - FedericoFederico Mena Quintero2000-06-271-1/+2
* Sync - FedericoFederico Mena Quintero2000-06-231-29/+2
* changed so it keeps the selection range. It just moves it on one day/weekDamon Chaplin2000-06-211-15/+25
* instead of returning a text representation, decode the text and return anSeth Alves2000-06-081-17/+5
* Implemented. (gnome_calendar_add_object): Removed function, since it wasFederico Mena Quintero2000-06-021-15/+17
* Handler for the "editor_closed" signal of the event editor; we justFederico Mena Quintero2000-06-021-0/+10
* Change of plans. The toplevel GnomeApp is now generated with Glade insteadFederico Mena Quintero2000-06-021-13/+3
* Added a hash table to map calendar objects to their respective eventFederico Mena Quintero2000-06-011-11/+78
* Flush - FedericoFederico Mena Quintero2000-05-301-1/+1
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-251-8/+8