aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs
Commit message (Expand)AuthorAgeFilesLines
* update the internal client when it changes.Rodrigo Moya2004-06-041-0/+1
* Fixes #56875Rodrigo Moya2004-06-042-0/+16
* fixed leak and pass the correct icalcomponent to e_cal_modify_object.Rodrigo Moya2004-06-032-3/+4
* Fixes #59333Rodrigo Moya2004-06-021-1/+1
* rename can_add to is_mutable, add sensitivity logic for both readonly andLarry Ewing2004-06-022-746/+43
* *Bug #51968 "Invite others.." button confusing in Appointment editorPriyanshu Raj2004-06-011-1/+1
* remove now unused functions. (source_group_can_add): fix can add logic,Larry Ewing2004-05-261-207/+25
* i2004-05-25 Larry Ewing <lewing@ximian.com>Larry Ewing2004-05-261-40/+0
* (key_press_event): look for escape press and destroy dialog.Larry Ewing2004-05-261-0/+18
* use the new dialog. (calendar_setup_edit_calendar): use the new dialog.Larry Ewing2004-05-261-50/+105
* Use gtk_window_set_icon_list() here instead of gtk_window_set_icon().Jeffrey Stedfast2004-05-266-30/+71
* Make calendar-errors.xml.h and install the xml file.Jeffrey Stedfast2004-05-264-141/+62
* Fixes: #57472Trent Lloyd2004-05-2510-0/+47
* i2004-05-21 Larry Ewing <lewing@ximian.com>Larry Ewing2004-05-221-15/+16
* i2004-05-21 Larry Ewing <lewing@ximian.com>H P Nadig2004-05-221-50/+6
* Same.Jeffrey Stedfast2004-05-182-10/+11
* Change dropdown list item 'Display a message'for reminder types to 'Pop upV Ravi Kumar Raju2004-05-171-1/+1
* Fixes #56885H P Nadig2004-05-171-2/+2
* invoke options dialog even if backend does not support email alarms andNicel KM2004-05-141-1/+2
* only get the email address for alarms if the backend supports emailRodrigo Moya2004-05-131-2/+3
* Fixes #53137Rodrigo Moya2004-05-121-3/+9
* Include gtkhbox.h and gtkvbox.h to fix implicit declaration Cast GTK_ENTRYTrent Lloyd2004-05-102-3/+3
* use random color for calendar default.Larry Ewing2004-05-071-1/+17
* (calendar_setup_new_task_list): fix the previous fix to work ifLarry Ewing2004-05-051-8/+5
* make sure that we don't crash if there are no sources.Larry Ewing2004-05-051-5/+20
* (source_group_can_add): helper function to fix groupwise case.Larry Ewing2004-05-051-1/+22
* fix logic error.Larry Ewing2004-05-051-3/+3
* convert units. (dialog_to_source): convert time units.Larry Ewing2004-05-052-9/+63
* Make this dialog be HIG-compliant and accessibleRodney Dawes2004-05-041-10/+40
* rename the cancel button.Larry Ewing2004-05-041-1/+2
* make the entry non-editable. Quick fix for #48132 (could convert toNot Zed2004-04-301-1/+2
* Update the prefs dialog pages for the calendar and tasks components to beRodney Dawes2004-04-301-330/+549
* dittoJP Rosevear2004-04-302-2/+0
* hook up the color picker and test buttons in the new task dialog.Larry Ewing2004-04-282-8/+12
* i2004-04-27 Larry Ewing <lewing@ximian.com>Larry Ewing2004-04-282-20/+76
* ** Fixes #57034.Not Zed2004-04-211-5/+16
* Update the calendar to use the icon theme through the EIconFactory objectMichael Terry2004-04-192-18/+25
* don't actually check if start date is after due date, its perfectly validJP Rosevear2004-04-161-16/+0
* Fixes #53903JP Rosevear2004-04-152-4/+19
* stop listening to changes since we are just going to save and closeJP Rosevear2004-04-151-34/+15
* move the calendar publishing initialization from createControls to main.cGary Ekker2004-04-151-13/+0
* added some spacing.Rodrigo Moya2004-04-151-0/+1
* fix missing parameters, wow that was a mess.Larry Ewing2004-04-152-1224/+1075
* Fixed to use e-passwords.Gary Ekker2004-04-112-34/+64
* EABDestination -> EDestination. (e_delegate_dialog_get_delegate): same.Chris Toshok2004-04-102-30/+30
* Fixed to be instant-apply.Jeffrey Stedfast2004-04-081-358/+302
* Fixes #56316Rodrigo Moya2004-04-056-1/+132
* return correct values (boolean).Rodrigo Moya2004-04-011-2/+2
* add remote calendar setup page to task list setup assistant and editWilliam Jon McCann2004-03-312-23/+408
* Use ngettext for handling plural forms throughout (fixes bug 53464).Danilo Ĺ egan2004-03-241-6/+12
* Fixes #51948JP Rosevear2004-03-241-19/+24
* remove unused variableJP Rosevear2004-03-241-1/+0
* get the mail alarm description message from "malarm_description" insteadAlfred Peng2004-03-231-1/+1
* create an ESourceSelector instead of a ESourceOptionMenu, to be consistentRodrigo Moya2004-03-191-8/+18
* Capitalized words changed. Solves 48115.hpnadig2004-03-172-3/+3
* new dialog for allowing the user to select a source.Rodrigo Moya2004-03-174-69/+135
* use right cast macroJP Rosevear2004-03-161-1/+1
* Rename e-cal-view to e-calendar-view and fix includesJP Rosevear2004-03-161-3/+2
* Fixes #48106Rodrigo Moya2004-03-091-1/+2
* Fixes #53496Rodrigo Moya2004-03-051-0/+2
* always add the page.Rodrigo Moya2004-03-042-17/+11
* Fixes #53137Rodrigo Moya2004-03-0410-21/+48
* Instead of saying "Select destination source", we now say "... calendar"Hans Petter Jansson2004-02-131-1/+7
* See #51567 use "gtk_dialog_add_buttons" to change the response_id ofBruce Tao2004-02-121-2/+3
* make OK button defaultRadek Doulik2004-02-061-1/+33
* Convert the calendar_config_get_timezone andJP Rosevear2004-02-066-26/+10
* make failure not so draconian - make the color blackJP Rosevear2004-02-061-5/+1
* change the access key for adding a reminder from Alt+a to Alt+d to avoidHarry Lu2004-02-041-2/+56
* Fix location of e-activity-handler.h #includeDan Winship2004-02-041-0/+1
* CV Fixes #51871Gary Ekker2004-01-301-0/+4
* Fixes #53276Rodrigo Moya2004-01-271-18/+40
* Fixes #53338Rodrigo Moya2004-01-271-0/+3
* added 'ECalSourceType' argument to be able to create the ECal correctly.Rodrigo Moya2004-01-221-16/+18
* just use the convienence function for the default gconf client (fixesJP Rosevear2004-01-211-2/+1
* just use the convienence function for the default gconf client (fixesJP Rosevear2004-01-211-8/+2
* only block widgets that existJP Rosevear2004-01-211-8/+14
* convert to GObjectJP Rosevear2004-01-171-0/+7
* Fixes #52920Rodrigo Moya2004-01-161-2/+2
* reverted my changes made on Jan 8th.Rodrigo Moya2004-01-161-19/+2
* add e-pub-utils.[ch] for Free/Busy publishingGary Ekker2004-01-137-41/+1696
* Revert William McCann's patch of 2003-12-19 until we can get consistentJP Rosevear2004-01-1319-3570/+2487
* Only update dialog widgets if they exist.Hans Petter Jansson2004-01-121-2/+4
* calendar_config -> calendar_setup. (edit_calendar_cb): Ditto.Hans Petter Jansson2004-01-106-218/+696
* Call calendar_config_new_calendar(). (rename_calendar_cb): Remove.Hans Petter Jansson2004-01-105-277/+1545
* moved the line that sets priv->updating to FALSE up some lines, to avoidRodrigo Moya2004-01-081-4/+21
* we don't put any signal handlers on the client or source client now, butJP Rosevear2004-01-071-60/+90
* fix the signal nameJP Rosevear2003-12-252-23/+42
* new files for managing interactive authentication with backends.Rodrigo Moya2003-12-223-4/+7
* rewrite for new ecal api, cache all ecal's by type and minimize loading.JP Rosevear2003-12-224-7/+7
* Remove separators from dialogs. Use frame style recommended by the HIG.William Jon McCann2003-12-2019-2487/+3570
* Add the concept of a source client, where the object lives currently. TheHans Petter Jansson2003-12-187-5/+296
* Fixes #46351Carl Sun2003-12-081-0/+2
* *** empty log message ***Rodrigo Moya2003-12-061-3/+3
* commit the patch of Sun YongAntonio Xu2003-12-052-2/+2
* added a label to the dialog to make it look less ugly.Rodrigo Moya2003-12-021-0/+1
* added a label to the dialog to make it look less ugly.Rodrigo Moya2003-12-021-1/+6
* converted to use an ESourceOptionMenu instead of the ESourceSelector.Rodrigo Moya2003-12-021-14/+16
* Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-022-2/+2
* e_cal_new () -> e_cal_new_from_uri (). (backend_go_online): Ditto.Hans Petter Jansson2003-11-271-6/+2
* use the correct icalcomponent when calling e_cal_create_object.Rodrigo Moya2003-11-241-1/+1
* new files containing the implementation of the 'New Task List' dialog.Rodrigo Moya2003-11-245-3/+370
* actually add the source selector to the dialog's box.Rodrigo Moya2003-11-241-0/+3
* fixed compilation errors.Rodrigo Moya2003-11-243-4/+8
* fixed copyright notices.Rodrigo Moya2003-11-245-6/+192
* Remove a bunch of gal includes that are no longer neededJP Rosevear2003-11-2017-26/+2
* Cleanup some ref/unref callsJP Rosevear2003-11-1813-48/+48
* Make ending count of occurrences of Recurrence tab numeric only.Harry Lu2003-11-171-0/+1
* include e-source* from e-d-sJP Rosevear2003-11-151-1/+1
* remove includes for toplevel libical dirJP Rosevear2003-11-081-1/+0
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-0733-646/+644
* Append "_2". Likewise. Likewise. Likewise. LikewiseEttore Perazzoli2003-11-042-2/+2
* Add the webcal source group.Hans Petter Jansson2003-11-012-44/+210
* Add CAL_STATIC_CAPABILITY_NO_THISANDFUTURE andDan Winship2003-11-013-15/+30
* build new filesJP Rosevear2003-10-301-3/+15
* no need to update config settings everywhere explicitlyJP Rosevear2003-10-291-7/+0
* unref config manager (init_widgets): create config manager for theJP Rosevear2003-10-291-2/+9
* Make the scrolled window have a GTK_SHADOW_IN shadow. Likewise.Ettore Perazzoli2003-10-231-0/+1
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-2217-103/+490
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-222-17/+20
* INCLUDE path fixes for changes made to libical build.Jeffrey Stedfast2003-10-103-4/+3
* Make repeat-quantity and repeat-value of alarm option dialog numeric only.Harry Lu2003-10-082-3/+3
* new VOID:STRING,STRING,STRING build the new view/store/renderer/editableMike Kestner2003-10-018-243/+115
* Fixes #29032.Hans Petter Jansson2003-08-281-1/+4
* ** Fixes #47464.Harry Lu2003-08-121-1/+1
* Merged ECalendarTable changes from new-calendar-branchRodrigo Moya2003-08-081-1/+2
* Merge new-calendar-branch into HEADRodrigo Moya2003-08-081-2/+14
* changed one of the "Con_fidential" to "Co_nfidential" since we alreadyJack Jia2003-08-061-1/+1
* Fixes #46769Harry Lu2003-07-291-26/+45
* Fix an unused variableDan Winship2003-07-231-1/+1
* Fixes #41676Rodrigo Moya2003-07-151-3/+58
* Changed the "URL:" label to "_Web Page:". Added a widget name to the URLFederico Mena Quintero2003-07-142-8/+23
* Fixes #45910Rodrigo Moya2003-07-071-0/+17
* Don't leak exceptions (load_static_capabilities): free the capabilityDan Winship2003-07-022-4/+6
* added a GtkWindow argument for callers to specify the parent window.Rodrigo Moya2003-06-3012-24/+36
* Fixes #44723Rodrigo Moya2003-06-271-0/+42
* new functions. (page_summary_changed_cb): change the window title when theRodrigo Moya2003-06-241-0/+50
* removed unused variable.Rodrigo Moya2003-06-201-1/+1
* unref not ref the clientJP Rosevear2003-05-231-1/+1
* Fixes #41234Rodrigo Moya2003-05-221-7/+8
* Change this dialog from using a gnome_message_box (which has beenAnna Marie Dirks2003-05-211-17/+20
* Added HIG-blessed padding to (some of) the widgets in the dialog.Anna Marie Dirks2003-05-202-4/+4
* the title is already in UTF-8JP Rosevear2003-05-181-4/+1
* unref the client and the ui componentJP Rosevear2003-05-161-2/+8
* fix button conversion problemJP Rosevear2003-05-082-17/+2
* unref the model again (task_editor_edit_comp): don't allow editing if theJP Rosevear2003-05-024-11/+11
* dittoJP Rosevear2003-04-302-2/+10
* Added HIG-blessed padding to the alarm options dialog. Fixes bug #41221.Anna Marie Dirks2003-04-291-3/+4
* Added appropriate spacing and padding to the calendar/tasks page of theAnna Marie Dirks2003-04-291-6/+7
* Finishes up fixing #41256 by adding appropriate spacing/padding to theAnna Marie Dirks2003-04-292-6/+7
* Added padding/spacing to this page as specified by the HIG. PartiallyAnna Marie Dirks2003-04-293-17/+18
* Fixes #37552JP Rosevear2003-04-253-0/+139
* Fixes part of #41148, #41216 and #41235Rodrigo Moya2003-04-235-11/+11
* [ fixes #21499 ]Rodney Dawes2003-04-192-1/+2
* Fixes #41459JP Rosevear2003-04-171-1/+4
* Fixes #41129, #41215, #41221, #41256Rodrigo Moya2003-04-1710-2544/+2775
* If we already have an evolution_dir, free the old one before setting itHans Petter Jansson2003-04-161-0/+5
* Oops. Add this back. Turns out it's still needed by other parts.Dan Winship2003-04-122-0/+15
* Remove the "Contacts" button and entry from here too. Supposed to haveDan Winship2003-04-116-424/+0
* added missing capabilities.Rodrigo Moya2003-04-114-9/+15
* unref the main widget since we ref it when we un-parent itJP Rosevear2003-04-117-1/+22
* Remove button_ok, button_cancel, canceled members from struct Dialog.Ettore Perazzoli2003-04-082-479/+430
* Fixes #35926.Hans Petter Jansson2003-04-082-130/+0
* create button properlyJP Rosevear2003-04-081-32/+0
* (alarm_to_dialog): Make the fileEttore Perazzoli2003-04-051-0/+6
* description is a text buffer (alarm_to_malarm_widgets): dittoJP Rosevear2003-04-051-6/+25
* Fixes #39954Hans Petter Jansson2003-03-291-4/+4
* init new members (get_current_account): get a matching account for theJP Rosevear2003-03-281-56/+113
* add a parameter(TC_CORBA_string) to the bonobo_widget_get_property.Jack Jia2003-03-261-1/+1
* Update for e_notice moveDan Winship2003-03-252-10/+10
* use a GtkMessageDialog and deal correctly with the dialog's reponses.Rodrigo Moya2003-03-211-4/+9
* use GtkMessageDialog instead of gnome_question_dialog, and deal correctlyRodrigo Moya2003-03-191-4/+9
* Fixes #34095Hans Petter Jansson2003-03-183-1/+5
* Fixes #39757Hans Petter Jansson2003-03-181-6/+10
* don't use GNOME_STOCK_* defines, but GTK_STOCK_*.Rodrigo Moya2003-03-131-3/+3
* corrected button ordering and changed the return type to be aRodrigo Moya2003-03-133-10/+17
* g_objectify ref/unrefJP Rosevear2003-03-051-1/+1
* don't let the user change to an email organizer if the back end is not anJP Rosevear2003-03-051-0/+2
* call cal_client_get_cal_address instead of cal_client_get_email_addressJP Rosevear2003-03-051-1/+1
* fix copyrightJP Rosevear2003-03-052-7/+7
* Partially Fixes #23606 (from Jack Jia <jack.jia@sun.com>)JP Rosevear2003-03-052-2/+13
* Shush.JP Rosevear2003-03-051-1/+3
* Commit missed files.JP Rosevear2003-03-052-0/+126
* If only the pipe wouldn't break.JP Rosevear2003-03-0520-2101/+2464
* gui/dialogs/alarm-page.c gui/dialogs/event-page.cHans Petter Jansson2003-03-047-7/+7
* build libcal-dialogs as an uninstalled shared library ($(IDL_GENERATED_H),Dan Winship2003-03-012-12/+6
* Show start/end-of-day widgets.Hans Petter Jansson2003-02-261-0/+2
* Don't warn if calendar isn't loaded... Doesn't seem to hurt, but thisHans Petter Jansson2003-02-243-3/+7
* gconf settings upgradesMichael Zucci2003-02-243-38/+51
* Appease the compiler. (gnome_calendar_update_paned_quanta): Don't actuallyHans Petter Jansson2003-02-242-0/+16
* Show the custom widgets, since libglade appears to not want to do that.Hans Petter Jansson2003-02-232-10/+32
* revert previous changeDan Winship2003-02-201-2/+2
* Remove libversit. We haven't depended on that in forever.Dan Winship2003-02-201-2/+2
* Make the CORBA IDL compilation work with parallel makes. Likewise.Ettore Perazzoli2003-02-111-3/+6
* Use e_auto_kill_popup_menu_on_selection_done() instead ofEttore Perazzoli2003-02-071-1/+1
* show the widget before returning it.Dan Winship2003-02-071-1/+5
* Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir): RemoveDan Winship2003-02-066-20/+11
* array of localized month day names ("1st" - "31st")Dan Winship2003-02-061-47/+4
* The CVS server exited after applying everything from my last commit,Hans Petter2003-02-051-10/+22
* Skip setting the "font_gdk" arg for now.Hans Petter Jansson2003-02-022-0/+5
* Mainly making all views use PangoLayouts for text. When drawing aHans Petter Jansson2003-01-266-20/+13
* Don't insist appointment is updated if both old and new summary are blank.Hans Petter Jansson2003-01-252-107/+107
* Remove, this is now defined in configure.in.Ettore Perazzoli2003-01-251-2/+0
* Add a terminating NULL to the concatenation.Hans Petter Jansson2003-01-241-1/+1
* GTK_OBJECT -> G_OBJECT cast.Hans Petter Jansson2003-01-247-8/+8
* Fixes some trivial, but distracting, warnings.Hans Petter Jansson2003-01-243-5/+5
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-232-5/+11
* Implement EAlarmList as CalComponentAlarm list with a GtkTreeModelHans Petter Jansson2003-01-174-60/+97
* Create accel groups for popup menus. Fixes crash.Hans Petter Jansson2003-01-161-82/+97
* Removed. Removed.Ettore Perazzoli2003-01-141-1/+2
* Icons are now in $(datadir)/evolution/images instead ofEttore Perazzoli2003-01-091-1/+1
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-1911-390/+165
* run fix.sh over this.Not Zed2002-12-0227-332/+332
* Changed e_messagebox -> gtk_messagedialog.Not Zed2002-11-251-11/+6
* pass type to bonobo_widget::set_property. (select_names_ok_cb): ", forNot Zed2002-11-192-5/+8
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-0812-21/+22
* converted to BonoboObject.Rodrigo Moya2002-11-084-10/+8
* #include gtkoptionmenu.h. (cal_prefs_dialog_new): adapted to changes inRodrigo Moya2002-11-0714-72/+66
* don't return a Bonobo_EventSource_ListenerId, since it does not existRodrigo Moya2002-11-0712-4177/+4513
* adapted to to new glade_xml_new signature.Rodrigo Moya2002-11-075-8/+7
* use libxml2 headers.Rodrigo Moya2002-11-052-2/+1
* if the value is a datetime, convert it to a dateJP Rosevear2002-10-181-0/+24
* changed to have a gboolean return type, which is what it's supposed to do.Rodrigo Moya2002-10-182-7/+7
* Fixes #11434Rodrigo Moya2002-10-097-0/+85
* set the 24 hour format initiallyJP Rosevear2002-10-091-0/+1
* Fixes #31774Rodrigo Moya2002-10-081-2/+2
* cast the correct itemJP Rosevear2002-10-081-1/+1
* Fixes #30057Rodrigo Moya2002-10-032-9/+31
* Fixes #15710Rodrigo Moya2002-10-012-1/+47
* It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-011-1/+1
* Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-286-27/+72
* set the deleted attendees array to size 0 after we clean it upJP Rosevear2002-09-201-1/+2
* bump the month_num by 1 because it indexs at 0JP Rosevear2002-09-191-2/+4
* bail out if we couldn't send the cancelJP Rosevear2002-09-054-27/+46
* use bonobo_object_release_unref to release the remote SelectNamesMike Kestner2002-08-312-2/+2
* use EConfigListener instead of direct access to the bonobo-conf database.Rodrigo Moya2002-08-271-1/+0
* listen for the time editors to changeJP Rosevear2002-08-151-0/+59
* set the editor to changed so the item actually gets savedJP Rosevear2002-08-101-0/+2
* check for an attendee in the list (comp_to_list): only add the user ifJP Rosevear2002-08-091-1/+8
* Fixes #15710Rodrigo Moya2002-08-081-0/+23
* fixed mapping of popdown menu to ICAL_STATUS_ values.Rodrigo Moya2002-07-292-10/+16
* use util function to see if the user is the organizer72002-07-185-14/+30
* Add include lines to get ebook headers relative to <ebook/foo.h>, notPeter Williams2002-07-113-4/+4
* add back protoJP Rosevear2002-06-258-212/+313
* Fix a typo.Kjartan Maraas2002-06-131-1/+1
* In an attempt to clean up the config dialog (and to reduce its overallAnna Marie Dirks2002-06-041-179/+281
* update protoJP Rosevear2002-05-272-0/+14
* if there are remaining items, return false (foreach_close_cb): don'tJP Rosevear2002-05-272-5/+10
* a registry of comp editors so we can close them all centrallyJP Rosevear2002-05-272-13/+26
* Pass the @component_pixmaps in so we give the new "Meeting" button anEttore Perazzoli2002-05-214-4/+17
* added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-171-2/+21