aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-111-1/+0
* Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneededMatthew Barnes2009-01-111-1/+0
* ** Fixes bug #567281Matthew Barnes2009-01-111-1/+0
* ** Fixes bug #567276Matthew Barnes2009-01-111-1/+0
* Fix compiler warnings.Matthew Barnes2008-11-041-0/+1
* ** Fix for bug #559086Ashish Shrivastava2008-11-031-1/+6
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-10-141-16/+19
* Remove improper FSF copyright statements; was never signed over to themSankarasivasubramanian Pasupathilingam2008-10-141-2/+0
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-2/+2
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-8/+1
* ** Fixes bug #534360Matthew Barnes2008-05-231-6/+4
* ** Fix for bug #457842Milan Crha2008-01-101-2/+0
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-1/+1
* ** Fix for bug #209425Michael Monreal2007-11-101-7/+9
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-2/+2
* ** Migration of theme icons to data/icons/ (bug #479257)Michael Monreal2007-10-121-5/+5
* 2007-10-01 mcrha Fix for bug #342283Milan Crha2007-10-011-4/+4
* ** Fixes bug #477045Matthew Barnes2007-09-281-9/+23
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-8/+11
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-201-38/+14
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* ** Fixes bug #352450Matthew Barnes2006-09-181-1/+1
* ** Fixes Bug #327304Rajeev ramanathan2006-01-301-0/+2
* Committing the calendar publishing patch.Chenthill Palanisamy2005-12-191-8/+0
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-261-1/+7
* Prune unnecessary and nonexistent directories from the -I options. PruneTor Lillqvist2005-06-271-1/+0
* only add real data to the array.Rodrigo Moya2005-02-011-2/+2
* Fixes #46404JP Rosevear2005-01-221-1/+1
* dont access a NULL client.Not Zed2004-10-181-74/+89
* remove useless ifdef'd out statement (its been unused for 3+ years)JP Rosevear2004-10-161-7/+0
* remove prototypeJP Rosevear2004-10-161-103/+0
* When the start year and the end year are the same, the num should beLi Yuan2004-10-121-4/+4
* guard config.h include, kill warning and remove useless includeJP Rosevear2004-10-081-2/+4
* Change E_PIXMAP size args over to E_ICON_SIZE_* values.Jeffrey Stedfast2004-05-181-5/+6
* Update the calendar to use the icon theme through the EIconFactory objectMichael Terry2004-04-191-5/+5
* Create an EUserCreatableItemsHandler for the view if there isn't one yet,Dan Winship2004-04-091-1/+1
* remove extra set view params (gnome_calendar_set_view): simplify, just setJP Rosevear2004-04-081-5/+5
* Fixes #55648JP Rosevear2004-03-271-1/+6
* check if the selected event has its associated ECalModelComponent.Rodrigo Moya2004-03-171-1/+1
* Fixes #48112Rodrigo Moya2004-03-151-3/+3
* set the sensitivity correctly, depending on whether the command applied toRodrigo Moya2004-03-051-16/+18
* update protosJP Rosevear2004-01-181-1/+10
* add e-pub-utils.[ch] for Free/Busy publishingGary Ekker2004-01-131-30/+2
* Revert William McCann's patch of 2003-12-19 until we can get consistentJP Rosevear2004-01-131-1/+0
* Call calendar_config_new_calendar(). (rename_calendar_cb): Remove.Hans Petter Jansson2004-01-101-1/+0
* open a dialog for the selected task. ditto. add a menu item for "OpenKidd Wang2004-01-061-1/+1
* add a menu item for "open appointment".Kidd Wang2003-12-291-0/+15
* make sure there is a ui containerJP Rosevear2003-12-201-0/+3
* Remove separators from dialogs. Use frame style recommended by the HIG.William Jon McCann2003-12-201-0/+1
* removed the 'NewCalendar' verb. (file_new_calendar_cb): removed callbackRodrigo Moya2003-12-171-11/+0
* Do not call control_util_set_folder_bar_label().Ettore Perazzoli2003-12-041-102/+0
* Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-021-1/+1
* removed the 'New...' menu items from the UI, it's now implemented in theRodrigo Moya2003-11-191-52/+0
* removed the 'New...' menu items from the UI, it's now implemented in theRodrigo Moya2003-11-191-16/+0
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-30/+30
* no need to update config settings everywhere explicitlyJP Rosevear2003-10-291-42/+0
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-32/+125
* Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): AddHans Petter Jansson2003-10-101-3/+20
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-201-14/+20
* Add a11y dependency. gui/calendar-commands.cBolian Yin2003-08-201-5/+13
* define ECalViewEvent as the base struct for the other views.Rodrigo Moya2003-07-241-5/+5
* Fix an unused variableDan Winship2003-07-231-2/+3
* added "get_selected_events", and "update_query" virtual methods.Rodrigo Moya2003-07-231-5/+7
* new function, which uses a CalQuery to retrieve the objects older than aRodrigo Moya2003-07-171-1/+51
* Fixes #45524Rodrigo Moya2003-07-021-15/+0
* Fixes #43775JP Rosevear2003-05-311-11/+12
* guard against multiple destroysJP Rosevear2003-05-151-0/+4
* Fixes #22444Rodrigo Moya2003-04-231-1/+46
* [ fixes #21499 ]Rodney Dawes2003-04-191-1/+1
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-1/+1
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-191-1/+1
* Use g_object_set_data(..., NULL) instead of gtk_object_remove_data().Ettore Perazzoli2002-11-091-6/+6
* Use g_object_ref()/g_object_unref() instead ofEttore Perazzoli2002-11-091-1/+1
* Use g_signal_connect() instead of gtk_signal_connect(). Likewise.Ettore Perazzoli2002-11-091-15/+15
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-7/+7
* Fixes #30057Rodrigo Moya2002-10-031-6/+10
* Remove "/Toolbar/New" and "/Toolbar/NewTask" since they're not there anyDan Winship2002-09-281-2/+0
* Use meeting-request-16.png instead of meeting-request.png.Ettore Perazzoli2002-08-021-3/+0
* show the settingsJP Rosevear2002-04-191-0/+25
* Add view_info arg. If the view_info is non-empty and this is a calendarDan Winship2002-04-091-2/+2
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-161-1/+6
* use bonobo exception macros to tidyJP Rosevear2002-03-151-2/+3
* add all day event editor modeJP Rosevear2002-03-151-51/+0
* Add <visible>False</visible> to cal-prefs-dialog so it doesn't get shownEttore Perazzoli2002-03-131-14/+0
* pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb):JP Rosevear2002-02-201-1/+1
* add a custom widget created with e_url_button_newJP Rosevear2002-02-091-1/+1
* pass meeting boolean for gnome_calendar_edit_object andJP Rosevear2002-02-081-1/+15
* removed code that connects to GnomeCalendar's "dates_shown_changed"Damon Chaplin2001-12-111-0/+15
* Fix bug #13723.Federico Mena Quintero2001-10-311-26/+155
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* Update pixmap menu paths; /menu/ComponentToolsPlaceholder/Tools ->Ettore Perazzoli2001-09-281-3/+3
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-4/+4
* gets a config db (cal_backend_file_destroy): release config dbJP Rosevear2001-09-211-3/+6
* remove silly debug #if 0JP Rosevear2001-09-191-1/+1
* new class for managing multiple calendars, with an API very similar to theRodrigo Moya2001-09-191-11/+17
* added a timeout to refresh the list every 10 minutes. Not ideal, as theDamon Chaplin2001-09-181-1/+1
* send 6 weeks of free busy info starting with the UTC start of dayJP Rosevear2001-09-131-3/+7
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-1/+61
* used new_task-16.png and goto-16.png.Damon Chaplin2001-08-201-2/+3
* added delete icons for menu and toolbar.Damon Chaplin2001-08-201-0/+2
* used new Save/Save As icons.Damon Chaplin2001-08-191-1/+4
* new function to open the task editor to add a new task.Damon Chaplin2001-08-181-0/+17
* Added Tigert's new icons for Prev and Next.Federico Mena Quintero2001-08-151-0/+2
* Update the paths of the Tools menu according to the changes in the XMLEttore Perazzoli2001-08-121-12/+12
* added new backend method to get the component given a UID.Damon Chaplin2001-08-101-5/+9
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-33/+35
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-041-16/+0
* Sync from OLS - FedericoFederico Mena Quintero2001-08-011-2/+2
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-3/+95
* New files with a derivative of ESearchBar that generates sexps forFederico Mena Quintero2001-07-281-110/+10
* updated to use new print icon.Damon Chaplin2001-07-201-0/+1
* New function. (calendar_control_activate): Clear the folder bar label; weFederico Mena Quintero2001-07-051-0/+51
* publish free/busy information for the currently viewed time rangeJP Rosevear2001-07-031-0/+22
* Fixes bug #1406.Federico Mena Quintero2001-07-011-2/+2
* removed not-uses-anymore parameter in call toRodrigo Moya2001-06-281-0/+39
* New function to compare tasks like the Pilot task list.Federico Mena Quintero2001-06-241-0/+1
* 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-1/+3
* added code to show the timezone dialog if the user hasn't set a defaultDamon Chaplin2001-06-201-0/+2
* Sync - FedericoFederico Mena Quintero2001-06-201-19/+30
* #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-281-1/+1
* New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-131-5/+5
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-1/+1
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+2
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-37/+25
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-2/+2
* The model_rows_{inserted,deleted} signals changed names; deal with it.Federico Mena Quintero2001-03-251-10/+0
* Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-181-0/+21
* Moved functionality here from e_day_view_on_new_appointment. AllowsMiguel de Icaza2001-03-171-3/+9
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-051-0/+10
* Set toolbar new appointment icon (set_pixmap): load files rather thanJP Rosevear2001-02-141-42/+35
* <gnome.h> trimming to reduce compilation time. Ditto. Ditto. Ditto. Ditto.Federico Mena Quintero2001-01-291-1/+4
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-7/+23
* Handle the case where the calendar view cannot be created; present aFederico Mena Quintero2001-01-041-1/+5
* Do not compose strings so that they can be localized correctly. Also,Federico Mena Quintero2001-01-031-40/+63
* Unconditionally remove the client from the alarm notification system.Federico Mena Quintero2001-01-031-208/+7
* New function to keep the ecal marked properly (create_ecal): move moreJP Rosevear2000-12-231-13/+0
* Removed debugging message. (control_factory_init): Ditto.Federico Mena Quintero2000-12-021-9/+3
* The icon column is not editable!Federico Mena Quintero2000-11-221-45/+0
* Removed the geometry and hidden arguments. This code is ancient.Federico Mena Quintero2000-10-311-48/+10
* s/BonoboUIHandler/BonoboUIComponent/Michael Meeks2000-10-211-16/+16
* remove; redundant.Michael Meeks2000-10-191-10/+0
* die. (debug_xml_cb): add debugging hook.Michael Meeks2000-10-181-5/+1
* set the pixmaps of the toolbar buttons for the views, and removed a lot ofDamon Chaplin2000-10-121-55/+47
* call calendar_config_write_on_exit() to write out some special configDamon Chaplin2000-10-121-2/+22
* Disable summary stuff, it appears to be badly broken.Michael Meeks2000-10-051-38/+25
* 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
* s/Bonobo_UIHandler/Bonobo_UIContainer/Michael Meeks2000-09-211-1/+1
* Everywhere add a -DEVOLUTION_DATADIR=${datadir} in the Makefile.amMichael Meeks2000-09-171-1/+2
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-104/+51
* Fall equinox cleanup!Federico Mena Quintero2000-09-081-44/+14
* switched to using new ECalendar widget, and a few other fixes.Damon Chaplin2000-08-311-39/+36
* Fixed some warnings.Christopher James Lahey2000-08-251-0/+2
* New function. Mostly moved over fromFederico Mena Quintero2000-08-111-77/+38
* Removed. Wheee!Federico Mena Quintero2000-08-111-78/+18
* Made the toolbars conform to the user's gnomecc settings for detachableCody Russell2000-08-101-1/+6
* New function. (cal_component_get_icalcomponent): Ensure that the SEQUENCEFederico Mena Quintero2000-08-081-4/+6
* Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-041-0/+1
* Remove "Close calendar" command, which does not make much sense.Ettore Perazzoli2000-07-091-8/+0
* changed so it keeps the selection range. It just moves it on one day/weekDamon Chaplin2000-06-211-1/+1
* added little buttons which are shown when there are more events than willDamon Chaplin2000-06-171-2/+5
* instead of returning a text representation, decode the text and return anSeth Alves2000-06-081-19/+10
* New function to call the print engine. (calendar_toolbar): Added the PrintFederico Mena Quintero2000-06-031-2/+58
* 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-011-11/+26
* Commit for if my laptop dies - FedericoFederico Mena Quintero2000-05-241-68/+2
* 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-121-6/+3
* Move "about" menuitem to the help menu.Matthew Loper2000-05-111-1/+1
* added guint ref_count to iCalObject struct, and ical_object_ref/unref()Damon Chaplin2000-05-061-2/+16
* for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV.Damon Chaplin2000-05-051-45/+87
* set the active radio button here. Oops - it wasn't a Bonobo problem afterDamon Chaplin2000-05-031-0/+27
* new function to get the currently seleted time range form the currentDamon Chaplin2000-05-011-4/+3
* new function to see if the event dates have changed (including anyDamon Chaplin2000-05-011-0/+2
* hook for widget destroy -- used to unref the CalClient so wombat knows weSeth Alves2000-04-261-10/+0
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-241-4/+74
* moved "About Calendar" into the View menu so it shows up.Seth Alves2000-04-211-1/+1
* calls gnome_calendar_open instead of checking on disk and calling load orSeth Alves2000-04-201-10/+7
* set calendar's uri with a property bagSeth Alves2000-04-191-22/+28
* catch cal_loaded signal on the cal client. (gnome_calendar_load_cb):Seth Alves2000-04-101-12/+5
* new function: friendly wrapper for cal_client_create_calendarSeth Alves2000-04-091-51/+56
* removed uih from the argument list, added cal. use cal as user_data inSeth Alves2000-04-071-147/+83
* removed (setup_appbar): removed (calendar_control_activate): new functionSeth Alves2000-04-061-8/+87
* build test-calendar-widget and evolution-calendar, common stuff is in aSeth Alves2000-04-061-0/+792