aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-29/+1
* fixes #323700Chenthill Palanisamy2006-01-241-6/+20
* ** Fixes bug #274234Srinivasa Ragavan2006-01-131-3/+12
* Re-define keyboard shortcuts for switching between views. UI Hackfest -Harish Krishnaswamy2006-01-121-8/+8
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-261-6/+15
* Sankar committing for VirenViren.L2005-10-211-0/+29
* fixes #308802.Chenthill Palanisamy2005-10-181-2/+5
* fixes #266144, #317575.Chenthill Palanisamy2005-10-111-1/+1
* Provides across calendars keyboard accelerators for popup menusSrinivasa Ragavan2005-10-031-3/+3
* fixes #264449.Chenthill Palanisamy2005-10-031-3/+22
* Fixes #317014Chenthill Palanisamy2005-09-291-2/+3
* source-type is an enum not a pointer!Not Zed2005-08-241-4/+4
* Fix for #312447.Harry Lu2005-08-041-0/+13
* Fixes #309991Chenthill Palanisamy2005-07-221-0/+25
* Fixes #245331. Keybindings for switching b/w calendar views.Harish Krishnaswamy2005-07-211-2/+52
* Added support for opening a calendar-item in the editor when its ESourceVeerapuram Varadhan2005-07-121-0/+36
* Use e_cal_remove_object for non-recurring appointments. Fixed some memory leaks.Chenthill Palanisamy2005-07-111-2/+8
* show the progress indication in the view while downloading calendar itemsChenthill Palanisamy2005-07-021-18/+51
* Prune unnecessary and nonexistent directories from the -I options. PruneTor Lillqvist2005-06-271-1/+0
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-3/+3
* Fixes #272301Thouis R. Jones2005-05-301-0/+24
* Reverted Marcus Baines patchRodrigo Moya2005-05-161-24/+0
* Removed the debug messages.Chenthill Palanisamy2005-05-161-3/+0
* moved e-error to e-util/Not Zed2005-05-161-1/+1
* Fixes #272301Thouis R. Jones2005-05-131-0/+24
* If the status is busy call open method again, do not remove the client. IFChenthill Palanisamy2005-04-081-2/+11
* Fixes #68423Rodrigo Moya2005-04-051-0/+3
* if its busy, try again (client_cal_opened_cb): dittoJP Rosevear2005-03-211-0/+2
* Fixes #68525, 68580 Added a boolean variable to avoid crash when a raceChenthill Palanisamy2005-03-181-0/+8
* revert fix for 70000, its a ui changeJP Rosevear2005-03-011-1/+0
* Fixes #70000JP Rosevear2005-02-241-0/+1
* added a boolean variable is_meeting. added a boolean variableChenthill Palanisamy2005-02-181-4/+3
* correct the error that was made in the earlier commit that was missing a ':'Harish Krishnaswamy2005-02-051-1/+1
* add messages for calendar/tasks not marked for offline usage.Harish Krishnaswamy2005-02-051-21/+31
* added a warning message for invalid server version added a case to checkVivek Jain2005-02-031-0/+10
* fix typoJP Rosevear2005-02-021-3/+3
* use correct key name.Rodrigo Moya2005-01-291-1/+1
* Fixes #33078Rodrigo Moya2005-01-291-119/+42
* use libedataserver's e-url.Rodrigo Moya2005-01-171-1/+1
* svn path=/trunk/; revision=28177Not Zed2004-12-221-2/+2
* Add a boolean variable to denote assigned task and construct the meetingChenthill Palanisamy2004-12-021-1/+1
* convert to org.gnome hook namesJP Rosevear2004-10-201-2/+2
* listen to the canvas for focus events (setup_widgets): listen for listenJP Rosevear2004-10-191-2/+8
* dont access a NULL client.Not Zed2004-10-181-1/+33
* convert to G_DEFINE_TYPEJP Rosevear2004-10-141-24/+12
* rename to view_popup_factory. Make it build an epopup item list directly.Not Zed2004-10-071-11/+114
* Fixes #60904JP Rosevear2004-09-221-12/+63
* Fixes #58824Rodrigo Moya2004-08-251-13/+11
* clean up all the default clients (default_client_cal_opened_cb): changeJP Rosevear2004-08-051-27/+38
* Handle E_CALENDAR_STATUS_BUSY conditions and do notHarish Krishnaswamy2004-07-301-0/+5
* Fixes #57287, 58748JP Rosevear2004-07-141-33/+135
* reverted unwanted changeRadek Doulik2004-07-131-4/+0
* reverted unwanted changeRadek Doulik2004-07-131-0/+4
* reverted unwanted changeRadek Doulik2004-07-131-4/+0
* 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