aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
* Fixes #57578Rodrigo Moya2004-06-091-22/+55
* Fixes #57579Rodrigo Moya2004-06-091-2/+10
* new function for notifying all pages of the client change.Rodrigo Moya2004-06-095-17/+35
* do not set the private client here, it is set in comp-editor.c.Rodrigo Moya2004-06-084-15/+74
* cast week view correctlyJP Rosevear2004-06-081-1/+1
* connect to "client_changed" signal on the page. (client_changed_cb): newRodrigo Moya2004-06-082-1/+16
* Fixes #59650Rodrigo Moya2004-06-081-4/+22
* fix the name of "stock_save-as" everywhereDan Winship2004-06-071-1/+1
* open task lists asynchronously. (client_cal_opened_cb): callback from theRodrigo Moya2004-06-072-45/+70
* Bug #36247 Changes to improve the performance of _(str) function call onVardhman Jain2004-06-071-5/+18
* define G_MAXINT32 if it isn't alreadyJP Rosevear2004-06-051-0/+5
* make purging actually workJP Rosevear2004-06-041-10/+6
* guard against the text value being NULLJP Rosevear2004-06-042-5/+9
* Merge from release branch.JP Rosevear2004-06-041-5/+12
* don't use vsprintf with NULL strings, crashes on FreeBSD.Rodrigo Moya2004-06-041-6/+9
* update the internal client when it changes.Rodrigo Moya2004-06-041-0/+1
* Fixes #56875Rodrigo Moya2004-06-042-0/+16
* remove absolute_uri from ESource's. (migrate_tasks): same.Chris Toshok2004-06-031-0/+39
* removed pre-completion code, not needed anymore. (emlv_finalize): no needRodrigo Moya2004-06-031-24/+1
* fixed leak and pass the correct icalcomponent to e_cal_modify_object.Rodrigo Moya2004-06-033-6/+6
* Fixes #59333Rodrigo Moya2004-06-021-1/+1
* add a drag delete handler. (table_drag_data_get): support text/vcardLarry Ewing2004-06-022-0/+357
* rename can_add to is_mutable, add sensitivity logic for both readonly andLarry Ewing2004-06-022-746/+43
* Fixes #59369Rodrigo Moya2004-06-011-0/+3
* *Bug #51968 "Invite others.." button confusing in Appointment editorPriyanshu Raj2004-06-013-5/+5
* Menu items in Scheduling tab should have sentence capitalization (Fixed)Priyanshu Raj2004-05-301-7/+7
* a more straightforward way to calculate the offset of a day within theKidd Wang2004-05-281-9/+9
* Fix for bug #57818.Jeffrey Stedfast2004-05-274-16/+43
* Changed the default "Tasks due today" colour to be a light-blue (one ofJeffrey Stedfast2004-05-271-2/+2
* Fixes #57759Rodrigo Moya2004-05-271-0/+16
* In week view all-day events should keep all-dayness when moved around.Kidd Wang2004-05-261-9/+17
* 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-266-162/+73
* 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
* proper look for figuring out if the object is on the serverJP Rosevear2004-05-211-9/+3
* pass the client properlyJP Rosevear2004-05-211-1/+1
* use the new e_book_new_* and e_book_open apis.Chris Toshok2004-05-202-4/+5
* Add menu_label and menu_accelerator.William Jon McCann2004-05-191-0/+4
* add argJP Rosevear2004-05-183-12/+43
* just set up the alarm notify objectJP Rosevear2004-05-188-233/+214
* make the focus movable in week/month view when no events are selected.Kidd Wang2004-05-181-0/+195
* Same.Jeffrey Stedfast2004-05-182-10/+11
* Use E_ICON_SIZE enum here. (display_notification): Same.Jeffrey Stedfast2004-05-184-10/+10
* Change E_PIXMAP size args over to E_ICON_SIZE_* values.Jeffrey Stedfast2004-05-181-5/+6
* Use E_ICON_SIZE_MENUJeffrey Stedfast2004-05-186-14/+14
* Fixes #56373JP Rosevear2004-05-181-2/+2
* Change dropdown list item 'Display a message'for reminder types to 'Pop upV Ravi Kumar Raju2004-05-172-2/+2
* if we don't have a RECURRENCE-ID, remove nothing, and use the instanceRodrigo Moya2004-05-171-6/+2
* if we don't have a RECURRENCE-ID, remove nothing.Rodrigo Moya2004-05-171-11/+13
* Fixes #56885H P Nadig2004-05-171-2/+2
* use e_cal_generate_instances_for_object instead ofRodrigo Moya2004-05-145-30/+18
* 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 #57644.Not Zed2004-05-132-5/+7
* add some array bounds checking as an attempt to isolate the crash inNot Zed2004-05-131-0/+5
* add GError return for error details & return errors.Not Zed2004-05-124-21/+54
* get error information from the call to e_cal_receive_objects, and use thatRodrigo Moya2004-05-121-3/+4
* Remove the calendar and task list controlsDan Winship2004-05-124-308/+2
* Fixes #53137Rodrigo Moya2004-05-121-3/+9
* use/set the DUE date, not the DTEND date.Rodrigo Moya2004-05-111-3/+3
* Fixes #58014Umeshtej2004-05-102-5/+5
* Include gtkhbox.h and gtkvbox.h to fix implicit declaration Cast GTK_ENTRYTrent Lloyd2004-05-102-3/+3
* Fixes #52294JP Rosevear2004-05-073-24/+123
* fix comment and checkJP Rosevear2004-05-072-6/+7
* use random color for calendar default.Larry Ewing2004-05-071-1/+17
* Fixes #58025JP Rosevear2004-05-052-19/+18
* (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
* listen for double click signal (e_cal_list_view_on_table_double_click):JP Rosevear2004-05-041-0/+18
* set the info label (calendar_dates_changed_cb): call back for when theJP Rosevear2004-05-041-5/+120
* Fixes #57897JP Rosevear2004-05-041-33/+0
* remove useless debug statementJP Rosevear2004-05-041-1/+0
* set the info label message (model_changed_cb): call aboveJP Rosevear2004-05-041-6/+67
* Fixes #57899JP Rosevear2004-05-032-5/+22
* Fixes #57894JP Rosevear2004-05-031-2/+4
* Update the alarm notify dialog to be HIG compliantRodney Dawes2004-05-012-102/+225
* Set up the model to use the correct query. Setup callbacks for gconfGary Ekker2004-05-014-10/+174
* make the entry non-editable. Quick fix for #48132 (could convert toNot Zed2004-04-301-1/+2
* use the source color if it is set. Yay for ugly colors.Larry Ewing2004-04-302-2/+23
* Update the prefs dialog pages for the calendar and tasks components to beRodney Dawes2004-04-301-330/+549
* remove prototypesJP Rosevear2004-04-3013-81/+213
* dittoJP Rosevear2004-04-302-2/+0
* kill warningJP Rosevear2004-04-301-2/+0
* Removed the terminating NULL vararg since we don't need it forJeffrey Stedfast2004-04-301-1/+1
* check we find any usable components of the icalendar entry beforeNot Zed2004-04-291-5/+7
* dont shadow source with another source in the fallback case. Related toNot Zed2004-04-281-2/+0
* disable comment searching which is currently uselessJP Rosevear2004-04-281-0/+3
* Fixes #52270 and #57593JP Rosevear2004-04-282-68/+84
* 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
* Fixed the version checks for migrating pilot data. (migrate_calendars):Jeffrey Stedfast2004-04-281-7/+7
* Fixed the version checks for migrating pilot data. (migrate_calendars):Jeffrey Stedfast2004-04-281-7/+14
* compare the start time and the due time only when both are not null.Kidd Wang2004-04-271-4/+14
* New function to migrate pilot data. (migrate_calendars): Migrate pilotJeffrey Stedfast2004-04-271-6/+145
* Call e_icon_factory_init ()Rodney Dawes2004-04-241-0/+3
* Fixes #56092JP Rosevear2004-04-222-0/+19
* make sure we don't deref a NULL pointerJP Rosevear2004-04-222-11/+1
* Fixes #56504JP Rosevear2004-04-226-678/+856
* only set the preview zone if the preview has been created (setup_widgets):JP Rosevear2004-04-211-3/+3
* Fixes #55797JP Rosevear2004-04-211-2/+11
* ** Fixes #57034.Not Zed2004-04-211-5/+16
* Fix crash when gconf value are not existing in the gconf database.Frédéric Crozat2004-04-211-3/+5
* fix for user_creatable_items api changes.Not Zed2004-04-212-2/+2
* Update the calendar to use the icon theme through the EIconFactory objectMichael Terry2004-04-1919-188/+212
* take a range_selected boolean for internal use (gnome_calendar_set_view):JP Rosevear2004-04-191-19/+27
* Fixes #53124JP Rosevear2004-04-194-289/+557
* include libecal/e-cal-component.h to kill implicit declaration ofTrent Lloyd2004-04-191-0/+1
* Fixes #52271Gary Ekker2004-04-161-1/+6
* 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-154-34/+25
* added some spacing.Rodrigo Moya2004-04-151-0/+1
* use the DTSTART for the recur-id if it's not available.Rodrigo Moya2004-04-152-2/+20
* fix missing parameters, wow that was a mess.Larry Ewing2004-04-153-1225/+1078
* Fixes #56613JP Rosevear2004-04-153-24/+28
* Same as below for the tasks component.Not Zed2004-04-142-5/+24
* Fixes #56628Gary Ekker2004-04-131-2/+10
* Fixed to use e-passwords.Gary Ekker2004-04-114-61/+105
* EABDestination -> EDestination. (e_delegate_dialog_get_delegate): same.Chris Toshok2004-04-104-47/+47
* Create an EUserCreatableItemsHandler for the view if there isn't one yet,Dan Winship2004-04-095-4/+43
* Fixed to be instant-apply.Jeffrey Stedfast2004-04-081-358/+302
* just add the client, we have protection against re-adding it any howJP Rosevear2004-04-081-15/+9
* remove extra set view params (gnome_calendar_set_view): simplify, just setJP Rosevear2004-04-089-170/+85
* only select one dayJP Rosevear2004-04-061-2/+2
* removed commented code.Rodrigo Moya2004-04-051-34/+0
* removed useless call to set the POA after construction.Rodrigo Moya2004-04-051-1/+0
* Fixes #56316Rodrigo Moya2004-04-056-1/+132
* set the default timezone on all clients when opened.Rodrigo Moya2004-04-021-0/+2
* fix small typoRadek Doulik2004-04-011-1/+1
* return correct values (boolean).Rodrigo Moya2004-04-011-2/+2
* make sure we unset the float value for the panes if converting from 1.4JP Rosevear2004-04-011-1/+1
* Fixes #56120JP Rosevear2004-04-011-2/+2
* fixed documentation typos.Rodrigo Moya2004-04-011-2/+2
* Replaced add_event_source with add_source and passed the VEVENT type asSarfraaz Ahmed2004-03-311-1/+1
* add remote calendar setup page to task list setup assistant and editWilliam Jon McCann2004-03-312-23/+408
* call drag_finish properly. (selector_tree_drag_motion): set the dragLarry Ewing2004-03-301-61/+56
* don't require client to be loaded in order to remove the sourceWilliam Jon McCann2004-03-302-0/+4
* create On The Web source group for tasks.William Jon McCann2004-03-301-1/+16
* Naming issue, Go to Date -> Select Date, Go to Today -> Select today.Hari Prasad Nadig2004-03-292-4/+4
* removed misplaced return statement that prevented the rest of the objectsRodrigo Moya2004-03-292-1/+4
* remove the EVENT_MOVE signal which was binded to Alt + Arrows. ditto.Kidd Wang2004-03-294-95/+49
* guard against the case that we redo queries while still waiting for aJP Rosevear2004-03-271-0/+4
* Fixes #53134JP Rosevear2004-03-271-2/+4
* no need to explicitly add the contacts group, the create function doesJP Rosevear2004-03-271-7/+0
* make sure we always sync the source list and just do it once; unref theJP Rosevear2004-03-271-6/+13
* Fixes #55648JP Rosevear2004-03-276-246/+293
* finds the client data for a client (cal_opened_cb): update the queryJP Rosevear2004-03-271-30/+61
* fix off by one error when emitting deleted signalJP Rosevear2004-03-261-1/+1
* Fixes #53499JP Rosevear2004-03-268-125/+77
* 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
* Use ngettext for handling plural forms throughout (fixes bug 53464).Danilo Šegan2004-03-243-57/+31
* Fixes #51948JP Rosevear2004-03-242-110/+24
* fix buildChris Toshok2004-03-241-1/+1
* make the flow control correctJP Rosevear2004-03-241-4/+3
* ensure that only one Personal calendar/task list gets created when movingJP Rosevear2004-03-241-9/+15
* remove unused variableJP Rosevear2004-03-244-4/+5
* For bug#53417Umesh Tiwari2004-03-241-0/+1
* get the mail alarm description message from "malarm_description" insteadAlfred Peng2004-03-232-4/+8
* get the UID from the server on newly created events and set theRodrigo Moya2004-03-221-2/+67
* Fixes #55716JP Rosevear2004-03-203-1/+97
* if gnome_calendar_add_event_source fails, don't add the client to theRodrigo Moya2004-03-201-2/+2
* compare ecalcomponents, not icalcomponents (the compare func is borked),JP Rosevear2004-03-192-17/+25
* create an ESourceSelector instead of a ESourceOptionMenu, to be consistentRodrigo Moya2004-03-191-8/+18
* Fix #51187 on bugzilla of ximian If "alarms" or "alarms->alarms" is NULLAlfred Peng2004-03-181-30/+33
* Capitalized words changed. Solves 48115.hpnadig2004-03-173-7/+7
* Fixes #55292Gary Ekker2004-03-171-2/+3
* new dialog for allowing the user to select a source.Rodrigo Moya2004-03-174-69/+135
* check if the selected event has its associated ECalModelComponent.Rodrigo Moya2004-03-171-1/+1
* set the search query (e_tasks_init): set the query to be #t by defaultJP Rosevear2004-03-162-3/+9
* use right cast macroJP Rosevear2004-03-161-1/+1
* Rename e-cal-view to e-calendar-view and fix includesJP Rosevear2004-03-1611-1748/+11
* Fixes #52253JP Rosevear2004-03-1611-672/+1061
* Fixes #48112Rodrigo Moya2004-03-151-3/+3
* Fixes #35577Rodrigo Moya2004-03-152-12/+44
* return "" instead of NULL if there is no default_category set. FixesNot Zed2004-03-121-1/+1
* add a call to e_cal_component_commit_sequence since we have changed theKidd Wang2004-03-121-5/+13
* Fixes #48106Rodrigo Moya2004-03-091-1/+2
* set a GConf listener callback to list for changes in selected calendars.Rodrigo Moya2004-03-052-1/+93
* Fixes #50294Rodrigo Moya2004-03-051-0/+33
* set the sensitivity correctly, depending on whether the command applied toRodrigo Moya2004-03-052-17/+19
* Fixes #53496Rodrigo Moya2004-03-051-0/+2
* always add the page.Rodrigo Moya2004-03-042-17/+11
* don't make the dialog window sticky, the icon on the system tray alreadyRodrigo Moya2004-03-041-1/+0
* Fixes #54028Rodrigo Moya2004-03-041-1/+1
* Fixes #53137Rodrigo Moya2004-03-0410-21/+48
* prevent from adding the same client more than once.Rodrigo Moya2004-03-041-0/+3
* added support for searching the location field also. (regen_query): takeRodrigo Moya2004-03-031-0/+6
* remove conduit dir creationJP Rosevear2004-03-031-1/+0
* add untested start of dnd support for source selector.Larry Ewing2004-03-021-0/+240
* fix rampant double-freeing.Dan Winship2004-03-021-20/+8
* pass the user list and returned icalcomponent to e_cal_send_objects().Rodrigo Moya2004-03-021-3/+5
* ignore the timezone info of all-day events.Kidd Wang2004-03-011-3/+3
* remove protoJP Rosevear2004-02-274-15/+8
* Create the arrows in these widgets as GTK_SHADOW_NONE, since the defaultRodney Dawes2004-02-271-2/+2
* Fix the repo_id to include the evolution base versionRodney Dawes2004-02-271-1/+1
* make sure we unref the task pad client and the calendar clients areJP Rosevear2004-02-261-15/+6
* fix float type pane position keys (we migrated these improperly in theJP Rosevear2004-02-251-0/+25
* remove the client from the queue also.Rodrigo Moya2004-02-191-0/+2
* set the task pad client to NULL if opening it failed. Show more verboseRodrigo Moya2004-02-191-1/+19
* add 1 second to the last notification time, or we'll get many times theRodrigo Moya2004-02-181-0/+2
* make copy & paste and drag & drop behave the same way described asKidd Wang2004-02-182-16/+106
* set the string length properly.Kidd Wang2004-02-181-2/+2
* removed buggy characters from menu items' texts.Rodrigo Moya2004-02-171-3/+3
* open the calendars asynchonously. (cal_opened_cb): callback forRodrigo Moya2004-02-171-5/+25
* get alarms since the last notification, only use current time when thereRodrigo Moya2004-02-171-4/+6
* set session restart style to RESTART_IF_RUNNING.Rodrigo Moya2004-02-171-1/+1
* no need to keep the master client. (init_session): just set the daemon'sRodrigo Moya2004-02-161-17/+20
* pass the user list to e_cal_send_objects().Rodrigo Moya2004-02-161-0/+1
* Instead of saying "Select destination source", we now say "... calendar"Hans Petter Jansson2004-02-131-1/+7
* rename from CONTACT_BASE_URI, and change to contacts:// to match e-d-s.Chris Toshok2004-02-131-3/+3
* See #51567 use "gtk_dialog_add_buttons" to change the response_id ofBruce Tao2004-02-121-2/+3
* Fixes #53886Rodrigo Moya2004-02-121-10/+5
* Fixes #53271Rodrigo Moya2004-02-112-6/+6
* Fixes #53271Rodrigo Moya2004-02-113-3/+7
* guarantee we do have some timezone before the time convertion.Harry Lu2004-02-111-0/+6
* don't add the clients to the internal hash/list here, just remove it ifRodrigo Moya2004-02-091-5/+18
* refuse to update the task info if due date is before start date.Harry Lu2004-02-091-4/+38
* make OK button defaultRadek Doulik2004-02-061-1/+33
* Convert the calendar_config_get_timezone andJP Rosevear2004-02-0626-153/+51
* add protoJP Rosevear2004-02-062-5/+20
* make failure not so draconian - make the color blackJP Rosevear2004-02-061-5/+1
* add a mnemonic for the 'Go to Today' button in the 'Go To Date' dialog.Harry Lu2004-02-051-1/+1
* Fixes #53388 added a check for NULLSarfraaz Ahmed2004-02-051-0/+2
* Fixes #52970Rodrigo Moya2004-02-047-49/+60
* don't update the date navigator query nor the internal lists here...Rodrigo Moya2004-02-041-16/+9
* display the exception message on error.Rodrigo Moya2004-02-041-1/+1
* open calendars asynchronously. (client_cal_opened_cb): on success, add theRodrigo Moya2004-02-041-43/+39
* change the access key for adding a reminder from Alt+a to Alt+d to avoidHarry Lu2004-02-041-2/+56
* Fix a bug in evolution/calendar/gui/print.c: bound_text(). It does notYong Sun2004-02-041-6/+12
* Fix location of e-activity-handler.h #includeDan Winship2004-02-043-1/+3
* remove dead filesJP Rosevear2004-01-312-1896/+0
* CV Fixes #51871Gary Ekker2004-01-301-0/+4
* remove extraneous ;JP Rosevear2004-01-301-2/+2
* don't set the group to be read only until after the source is added.JP Rosevear2004-01-301-2/+3
* migrate to a specific source (migrate_ical_folder): create a new sourceJP Rosevear2004-01-291-109/+165
* added support for the list view also.Rodrigo Moya2004-01-291-1/+4
* stop status bar messages madness.Rodrigo Moya2004-01-294-17/+0