| Commit message (Expand) | Author | Age | Files | Lines |
* | #include <string.h> | Federico Mena Quintero | 2002-11-13 | 5 | -41/+54 |
* | Commit missing files. | Ettore Perazzoli | 2002-11-09 | 2 | -5/+4 |
* | Use g_object_set_data(..., NULL) instead of gtk_object_remove_data(). | Ettore Perazzoli | 2002-11-09 | 8 | -106/+92 |
* | Use g_object_ref()/g_object_unref() instead of | Ettore Perazzoli | 2002-11-09 | 28 | -194/+194 |
* | Use g_signal_connect() instead of gtk_signal_connect(). Likewise. | Ettore Perazzoli | 2002-11-09 | 22 | -484/+363 |
* | (calendar_offline_handler_class_init): GObjectified. | Ettore Perazzoli | 2002-11-09 | 1 | -15/+24 |
* | Initial port of gui/ subdir to GNOME 2 | JP Rosevear | 2002-11-08 | 56 | -446/+394 |
* | removed non-existant headers. | Rodrigo Moya | 2002-11-08 | 1 | -1/+1 |
* | converted to BonoboObject. | Rodrigo Moya | 2002-11-08 | 4 | -10/+8 |
* | #include gtkoptionmenu.h. (cal_prefs_dialog_new): adapted to changes in | Rodrigo Moya | 2002-11-07 | 15 | -75/+68 |
* | *** empty log message *** | Rodrigo Moya | 2002-11-07 | 2 | -4/+2 |
* | renmaed .oaf.in files. | Rodrigo Moya | 2002-11-07 | 4 | -13/+13 |
* | don't return a Bonobo_EventSource_ListenerId, since it does not exist | Rodrigo Moya | 2002-11-07 | 16 | -5021/+5429 |
* | adapted to to new glade_xml_new signature. | Rodrigo Moya | 2002-11-07 | 6 | -11/+9 |
* | use libxml2 headers. | Rodrigo Moya | 2002-11-05 | 11 | -91/+96 |
* | don't use BonoboConfig, but EConfigListener. | Rodrigo Moya | 2002-11-04 | 1 | -58/+61 |
* | cleaned up the status bar messages for all widgets. | Rodrigo Moya | 2002-10-30 | 1 | -0/+6 |
* | initialize new values (clean_up): free new values (find_my_address): if we | JP Rosevear | 2002-10-24 | 3 | -10/+188 |
* | Fixes #32613 | Rodrigo Moya | 2002-10-23 | 2 | -20/+50 |
* | fix warning | JP Rosevear | 2002-10-23 | 1 | -1/+1 |
* | use e_config_listener_* to get values (itip_addresses_get): ditto | JP Rosevear | 2002-10-23 | 2 | -37/+18 |
* | fix c/p type | JP Rosevear | 2002-10-18 | 1 | -1/+1 |
* | if the value is a datetime, convert it to a date | JP Rosevear | 2002-10-18 | 2 | -2/+71 |
* | changed to have a gboolean return type, which is what it's supposed to do. | Rodrigo Moya | 2002-10-18 | 2 | -7/+7 |
* | try to preserve the work week view setting if it makes sense (set_view): | JP Rosevear | 2002-10-16 | 1 | -3/+14 |
* | Fixes #11434 | Rodrigo Moya | 2002-10-09 | 7 | -0/+85 |
* | set the 24 hour format initially | JP Rosevear | 2002-10-09 | 3 | -55/+3 |
* | Fixes #31774 | Rodrigo Moya | 2002-10-08 | 1 | -2/+2 |
* | cast the correct item | JP Rosevear | 2002-10-08 | 1 | -1/+1 |
* | Fixes crash in #19159 | Rodrigo Moya | 2002-10-07 | 1 | -7/+13 |
* | Fixes #15892 | Rodrigo Moya | 2002-10-07 | 2 | -1/+40 |
* | removed unneeded g_assert which was preventing the alarm daemon to start | Rodrigo Moya | 2002-10-03 | 1 | -2/+0 |
* | Fixes #30057 | Rodrigo Moya | 2002-10-03 | 7 | -42/+87 |
* | Fixes #15710 | Rodrigo Moya | 2002-10-01 | 2 | -1/+47 |
* | It's a grand old string-review! Nitpicky and minor changes; details in the ap... | Aaron Weber | 2002-10-01 | 2 | -3/+3 |
* | Remove "/Toolbar/New" and "/Toolbar/NewTask" since they're not there any | Dan Winship | 2002-09-28 | 1 | -2/+0 |
* | Non-Connector part of #29334 (meeting created by a delegate in the | Dan Winship | 2002-09-28 | 11 | -45/+111 |
* | only change the attendee value if it isn't empty | JP Rosevear | 2002-09-27 | 1 | -1/+2 |
* | Add "calendar/public" and "tasks/public". (type_is_calendar, | Dan Winship | 2002-09-26 | 3 | -36/+91 |
* | if the item being sent is not a meeting, send it as a mixed item with a | JP Rosevear | 2002-09-26 | 1 | -7/+97 |
* | fix non-ANSI switch statements. | Dan Winship | 2002-09-23 | 2 | -0/+4 |
* | install an idle callback that will start the alarm daemon. | Rodrigo Moya | 2002-09-23 | 1 | -4/+21 |
* | only save the new notification time if it is bigger than the already saved | Rodrigo Moya | 2002-09-23 | 1 | -1/+7 |
* | check to see if the component is already on the server or not | JP Rosevear | 2002-09-21 | 4 | -107/+34 |
* | set the deleted attendees array to size 0 after we clean it up | JP Rosevear | 2002-09-20 | 1 | -1/+2 |
* | bump the month_num by 1 because it indexs at 0 | JP Rosevear | 2002-09-19 | 1 | -2/+4 |
* | Fixes #26362 | Rodrigo Moya | 2002-09-17 | 1 | -1/+40 |
* | keep the selection if we right click in it (but not on an appointment) | JP Rosevear | 2002-09-12 | 2 | -14/+23 |
* | create a new appointment based on the selection | JP Rosevear | 2002-09-12 | 1 | -47/+32 |
* | duh, don't blindly increment the hour without adjusting for the day | JP Rosevear | 2002-09-11 | 1 | -4/+2 |
* | Fixes #24032 | Rodrigo Moya | 2002-09-10 | 1 | -9/+17 |
* | display status messages for all operations we make, so that when using | Rodrigo Moya | 2002-09-10 | 1 | -8/+19 |
* | kill warning | JP Rosevear | 2002-09-07 | 5 | -34/+120 |
* | don't try to send via the server if we are publishing; don't bail out on a | JP Rosevear | 2002-09-06 | 1 | -5/+12 |
* | Changed the description of the calendar/tasks page of the settings dialog, | Anna Marie Dirks | 2002-09-06 | 1 | -1/+1 |
* | added support for text/x-calendar targets, in which case a VCALENDAR | Rodrigo Moya | 2002-09-05 | 1 | -8/+26 |
* | don't listen to client signals after we get destroyed | JP Rosevear | 2002-09-05 | 1 | -0/+2 |
* | bail out if we couldn't send the cancel | JP Rosevear | 2002-09-05 | 6 | -31/+57 |
* | provide error message param, give a dialog with the message if we get a | JP Rosevear | 2002-09-05 | 1 | -7/+16 |
* | Pass NULL as @unpopulate_folder_context_menu_fn to | Ettore Perazzoli | 2002-09-05 | 2 | -0/+2 |
* | don't make the reply component minimal | JP Rosevear | 2002-09-04 | 1 | -5/+0 |
* | use bonobo_object_release_unref to release the remote SelectNames | Mike Kestner | 2002-08-31 | 2 | -2/+2 |
* | make the sure to list is 0 length before sending via imip | JP Rosevear | 2002-08-31 | 1 | -1/+1 |
* | select the top canvas if the user right-clicks on it | JP Rosevear | 2002-08-30 | 3 | -1/+82 |
* | added missing header file. | Rodrigo Moya | 2002-08-29 | 2 | -0/+2 |
* | Add an evolution:shell_component_launch_order and rename | Dan Winship | 2002-08-29 | 1 | -1/+3 |
* | use EConfigListener instead of direct access to the bonobo-conf database. | Rodrigo Moya | 2002-08-27 | 4 | -426/+160 |
* | Fixes #12326 | Rodrigo Moya | 2002-08-26 | 4 | -157/+83 |
* | if its a non-participant, add it as a resource to match dialog label | JP Rosevear | 2002-08-23 | 1 | -2/+10 |
* | if the value given is a date, convert to a time in the current zone | JP Rosevear | 2002-08-22 | 1 | -4/+12 |
* | don't set the tasks ui component until the container is set, remove unused | JP Rosevear | 2002-08-21 | 1 | -5/+2 |
* | disconnect destroy signal callbacks on tables | JP Rosevear | 2002-08-20 | 1 | -1/+4 |
* | clone the ical component before adding it | JP Rosevear | 2002-08-20 | 1 | -1/+2 |
* | make sure to get the date in the current zone, not at UTC | JP Rosevear | 2002-08-20 | 1 | -1/+1 |
* | stop adding redundant information for start/end/due/complete times | JP Rosevear | 2002-08-19 | 1 | -42/+24 |
* | added internal EComponentListener object, to listen for the activated Cal. | Rodrigo Moya | 2002-08-16 | 1 | -0/+32 |
* | listen for the time editors to change | JP Rosevear | 2002-08-15 | 3 | -7/+70 |
* | Remove a bunch of old #if 0 code. (update_item): Set | Dan Winship | 2002-08-14 | 2 | -176/+16 |
* | set status message on ECalendarTable when opening the tasks. | Rodrigo Moya | 2002-08-13 | 1 | -1/+23 |
* | set status message to NULL if there is an error opening the calendar. | Rodrigo Moya | 2002-08-13 | 1 | -2/+2 |
* | set the editor to changed so the item actually gets saved | JP Rosevear | 2002-08-10 | 1 | -0/+2 |
* | check for an attendee in the list (comp_to_list): only add the user if | JP Rosevear | 2002-08-09 | 2 | -59/+42 |
* | Fixes #15710 | Rodrigo Moya | 2002-08-08 | 2 | -1/+31 |
* | just return the object untouched since we don't send anything | JP Rosevear | 2002-08-08 | 2 | -87/+157 |
* | Fixes the crash in #19159 | Rodrigo Moya | 2002-08-05 | 1 | -0/+2 |
* | don't warn if we can't use the small font, just set use_small_font to | JP Rosevear | 2002-08-02 | 1 | -1/+1 |
* | new util function to add information to an itip message that might not | JP Rosevear | 2002-08-02 | 1 | -36/+41 |
* | initialize value to corba nil | JP Rosevear | 2002-08-02 | 1 | -0/+2 |
* | Use meeting-request-16.png instead of meeting-request.png. | Ettore Perazzoli | 2002-08-02 | 3 | -5/+2 |
* | use get_due_status (get_color): ditto (get_due_status): utility function | JP Rosevear | 2002-08-02 | 1 | -66/+68 |
* | Change the order so that "New Contact" is first and "New Contact List" is | Ettore Perazzoli | 2002-08-01 | 2 | -10/+10 |
* | Pass "contacts" as the @folder_type to | Ettore Perazzoli | 2002-08-01 | 2 | -8/+12 |
* | we no longer need to manually save the state (e_tasks_open): we no longer | JP Rosevear | 2002-08-01 | 1 | -38/+1 |
* | make sure that the work week view goes to the current work week if the day | JP Rosevear | 2002-07-31 | 1 | -4/+9 |
* | fixed mapping of popdown menu to ICAL_STATUS_ values. | Rodrigo Moya | 2002-07-29 | 2 | -10/+16 |
* | new function for adding VTIMEZONE components to a VCALENDAR component. | Rodrigo Moya | 2002-07-27 | 3 | -8/+59 |
* | focus the editor if it does exist, create a new one if it doesn't (not | JP Rosevear | 2002-07-27 | 1 | -2/+1 |
* | set large_font to NULL (e_day_view_style_set): calculate large font, fall | JP Rosevear | 2002-07-26 | 1 | -6/+11 |
* | display the location in the itip information | JP Rosevear | 2002-07-25 | 1 | -0/+7 |
* | set status to in progress if the percent is between 0 and 100 | JP Rosevear | 2002-07-25 | 1 | -2/+8 |
* | use proper meeting icon | 3 | 2002-07-24 | 1 | -1/+2 |
* | if there's an exception, continue with the next item. | Rodrigo Moya | 2002-07-19 | 1 | -1/+0 |
* | use util function to see if the user is the organizer | 7 | 2002-07-18 | 10 | -55/+154 |
* | Add include lines to get ebook headers relative to <ebook/foo.h>, not | Peter Williams | 2002-07-11 | 5 | -12/+12 |
* | Fixes #16034 | Rodrigo Moya | 2002-07-03 | 4 | -12/+50 |
* | New arg @tooltip; pass it to | Ettore Perazzoli | 2002-07-02 | 2 | -0/+12 |
* | listen for timezone config change (property_change_cb): set the timezone | JP Rosevear | 2002-07-01 | 2 | -0/+20 |
* | Fixes #25410 | Rodrigo Moya | 2002-06-26 | 1 | -0/+8 |
* | plug leak and actually use the minimal comp we create | JP Rosevear | 2002-06-25 | 1 | -1/+5 |
* | add back proto | JP Rosevear | 2002-06-25 | 13 | -235/+519 |
* | Fixes wombat crash (for JP and myself) | Rodrigo Moya | 2002-06-18 | 1 | -5/+5 |
* | added timeout_id to LoadedClient structure, to keep track of the timeout | Rodrigo Moya | 2002-06-13 | 1 | -26/+23 |
* | Fix a typo. | Kjartan Maraas | 2002-06-13 | 1 | -1/+1 |
* | removed already loaded client when asked to be opened again, and *really* | Rodrigo Moya | 2002-06-12 | 1 | -11/+7 |
* | gal_view_menus_set_show_define_views (..., FALSE); | Christopher James Lahey | 2002-06-05 | 1 | -0/+1 |
* | Set the title of our GalViewCollection. | Christopher James Lahey | 2002-06-04 | 2 | -0/+4 |
* | In an attempt to clean up the config dialog (and to reduce its overall | Anna Marie Dirks | 2002-06-04 | 1 | -179/+281 |
* | update proto | JP Rosevear | 2002-05-27 | 3 | -11/+24 |
* | if there are remaining items, return false (foreach_close_cb): don't | JP Rosevear | 2002-05-27 | 6 | -15/+21 |
* | a registry of comp editors so we can close them all centrally | JP Rosevear | 2002-05-27 | 12 | -205/+411 |
* | Pass the @component_pixmaps in so we give the new "Meeting" button an | Ettore Perazzoli | 2002-05-21 | 4 | -4/+17 |
* | ported changes from evolution-1-0 to make it work with reminders on remote | Rodrigo Moya | 2002-05-21 | 2 | -9/+62 |
* | set the view to the current view | JP Rosevear | 2002-05-17 | 1 | -0/+2 |
* | added support for CAL_CLIENT_OPEN_PERMISSION_DENIED error code. | Rodrigo Moya | 2002-05-17 | 2 | -0/+30 |
* | added PermissionDenied exception and make it be raised in open, | Rodrigo Moya | 2002-05-17 | 6 | -25/+81 |
* | Check with e_shell_prepare_for_quit() before quitting. | Ettore Perazzoli | 2002-05-16 | 2 | -0/+2 |
* | set the working hours for the meeting time selector | JP Rosevear | 2002-05-15 | 1 | -0/+6 |
* | make the range datetime member a struct not a pointer | JP Rosevear | 2002-05-15 | 2 | -4/+5 |
* | Rename NotPrepared to notPrepared and NotSyncing to notSyncing. | Ettore Perazzoli | 2002-05-09 | 1 | -1/+1 |
* | start a server a uri (start_default_server): start a default server | JP Rosevear | 2002-05-08 | 3 | -34/+325 |
* | show progress messages on the status bar. | Rodrigo Moya | 2002-05-03 | 1 | -0/+5 |
* | only discard the popup if we created one | JP Rosevear | 2002-05-02 | 1 | -0/+4 |
* | modify the start and end hours to accomodate all the events in the day | JP Rosevear | 2002-05-02 | 2 | -0/+27 |
* | remove setup_widgets from here (gnome_calendar_init): move setup_widgets | JP Rosevear | 2002-05-01 | 1 | -2/+1 |
* | Don't link to libibex anymore!! | Jeffrey Stefdast | 2002-04-27 | 1 | -1/+0 |
* | launch pilot settings capplet | JP Rosevear | 2002-04-24 | 2 | -0/+58 |
* | free the view popup (e_week_view_show_popup_menu): add the view popup to | JP Rosevear | 2002-04-24 | 6 | -30/+92 |
* | Collapsed notebook into two pages and added accelerators for everything, | Anna Marie Dirks | 2002-04-20 | 1 | -354/+326 |
* | properly handle -ve recurrence values | JP Rosevear | 2002-04-19 | 1 | -67/+256 |
* | show the settings | JP Rosevear | 2002-04-19 | 5 | -6/+76 |
* | Bumped required gal version number to 0.19.99.11. | Christopher James Lahey | 2002-04-18 | 4 | -119/+71 |
* | Fix this: Rodrigo's patch used one of the functions I just removed. :) | Dan Winship | 2002-04-11 | 1 | -12/+6 |
* | use the default uri for tasks (as stored in the configuration) when the | Rodrigo Moya | 2002-04-11 | 1 | -22/+8 |
* | Use new-and-improved default folder URI config paths. | Dan Winship | 2002-04-11 | 4 | -93/+4 |
* | Add view_info arg. If the view_info is non-empty and this is a calendar | Dan Winship | 2002-04-09 | 4 | -9/+59 |
* | add config_item:type | JP Rosevear | 2002-04-07 | 1 | -0/+5 |
* | ignore .pure | Chris Toshok | 2002-04-02 | 2 | -0/+2 |
* | Fix a string. | Kjartan Maraas | 2002-04-02 | 1 | -1/+1 |
* | free the my_address member (find_my_address): fall back on a CN match if | JP Rosevear | 2002-04-01 | 1 | -97/+146 |
* | Set a priority for the config item. Rename to "Calendar and Tasks". | Ettore Perazzoli | 2002-03-30 | 1 | -2/+4 |
* | implement new pop up menu items for "Save as", "Print", "Assign Task", | JP Rosevear | 2002-03-30 | 6 | -116/+640 |
* | Remove old file | JP Rosevear | 2002-03-30 | 2 | -490/+0 |
* | more fixes for libversit.la -> libversit.a | Dan Winship | 2002-03-20 | 1 | -2/+1 |
* | [Search bar re-design implementation, Take 2.] | Ettore Perazzoli | 2002-03-19 | 1 | -31/+1 |
* | Updated to use new EPopupMenu API. | Jeffrey Stedfast | 2002-03-16 | 4 | -61/+64 |
* | [Start implementing the new Search Bar design.] | Ettore Perazzoli | 2002-03-16 | 7 | -8/+49 |
* | use bonobo exception macros to tidy | JP Rosevear | 2002-03-15 | 6 | -41/+31 |
* | add all day event editor mode | JP Rosevear | 2002-03-15 | 4 | -115/+101 |
* | Add an "evolution:config_item:icon_path" attribute so we get an icon for | Ettore Perazzoli | 2002-03-14 | 1 | -0/+3 |
* | Add <visible>False</visible> to cal-prefs-dialog so it doesn't get shown | Ettore Perazzoli | 2002-03-13 | 11 | -395/+395 |
* | Should fix #21240 | Rodrigo Moya | 2002-03-07 | 1 | -22/+31 |
* | reverted my last change of adding the METHOD property to the incoming | Rodrigo Moya | 2002-03-06 | 2 | -2/+28 |
* | [pullup from evolution-1-0-branch] | Dan Winship | 2002-03-06 | 1 | -0/+4 |
* | remove unneeded parameter from print_text_size everywhere | JP Rosevear | 2002-03-06 | 5 | -69/+105 |
* | added support for printing the Tasks table. I hacked it a bit so the user | Damon Chaplin | 2002-03-05 | 1 | -0/+213 |
* | [pullup from evolution-1-0-branch] | Dan Winship | 2002-03-04 | 1 | -80/+86 |
* | added the METHOD property to the top level component we create. | Rodrigo Moya | 2002-03-01 | 1 | -0/+2 |
* | display an error message if the call to gnome_calendar_open or | Rodrigo Moya | 2002-02-27 | 2 | -2/+22 |
* | [pullup from evolution-1-0-branch] | Dan Winship | 2002-02-26 | 1 | -33/+8 |
* | change query_changed to search_activated. | Chris Toshok | 2002-02-25 | 1 | -4/+4 |
* | New helper function. (create_object): Add icons for the various user | Ettore Perazzoli | 2002-02-22 | 2 | -30/+80 |
* | pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb): | JP Rosevear | 2002-02-20 | 9 | -63/+137 |
* | use new column enums (set_value_at): emit pre-change/cell change signals | JP Rosevear | 2002-02-16 | 6 | -318/+531 |
* | don't append 'calendar.ics' to the URI. (get_prop): finished. | Rodrigo Moya | 2002-02-14 | 4 | -32/+43 |
* | check if the CalComponentDateTime values are set before trying to use | Damon Chaplin | 2002-02-09 | 1 | -15/+24 |
* | added vCalendar importer and intelligent GnomeCalendar importer code here, | Damon Chaplin | 2002-02-09 | 1 | -0/+16 |
* | change custom widget creator to e_url_entry_new | JP Rosevear | 2002-02-09 | 2 | -41/+12 |
* | add a custom widget created with e_url_button_new | JP Rosevear | 2002-02-09 | 3 | -10/+44 |
* | pass meeting boolean for gnome_calendar_edit_object and | JP Rosevear | 2002-02-08 | 12 | -98/+158 |
* | Bumped the required version of gal. | Christopher James Lahey | 2002-02-07 | 2 | -67/+79 |
* | if this is a reply, print the attendee status | JP Rosevear | 2002-01-31 | 1 | -0/+34 |
* | Use 1 instead of zero as the minimum value for the repetitions spin button | Federico Mena Quintero | 2002-01-26 | 1 | -1/+1 |
* | Clean up some of the Makefiles so we dont' link every library multiple | Ettore Perazzoli | 2002-01-25 | 3 | -32/+15 |
* | Pass a NULL @icon to | Ettore Perazzoli | 2002-01-24 | 2 | -8/+8 |
* | save the alarm string in the correct variable (str), so it actually gets | Damon Chaplin | 2002-01-18 | 1 | -2/+1 |
* | default component classification to PUBLIC. Fixes internal bug #1066 | Rodrigo Moya | 2002-01-17 | 1 | -3/+5 |
* | use icaltimetype_to_tm | JP Rosevear | 2002-01-15 | 1 | -7/+1 |
* | figure out when today is and highlight if it is not selected | JP Rosevear | 2002-01-15 | 3 | -3/+21 |
* | add protos | JP Rosevear | 2002-01-14 | 3 | -21/+151 |
* | translate timezone names when displayed. Fixes bug #6544. | Damon Chaplin | 2002-01-12 | 3 | -15/+52 |
* | new verb callback (sensitize_commands): set sensitivity of mark complete | JP Rosevear | 2002-01-04 | 5 | -3/+63 |
* | only need one warning message now | JP Rosevear | 2002-01-04 | 2 | -46/+6 |
* | confirm expunging of the tasks (tasks_control_expunge_cmd): verb callback | JP Rosevear | 2002-01-03 | 10 | -822/+266 |
* | remove needs send signal related cruft (save_comp_with_send): with | JP Rosevear | 2001-12-22 | 7 | -58/+28 |
* | inherit from bonobo window | 1 | 2001-12-21 | 2 | -34/+50 |
* | -- Merge fix for #17377 from the evolution-1-0-branch. | Ettore Perazzoli | 2001-12-20 | 1 | -0/+3 |
* | go slow and clear the map if the last uri and the current uri do not match | JP Rosevear | 2001-12-19 | 1 | -21/+14 |
* | use get_real_item (get_refresh_options): uncomment out (get_real_item): | JP Rosevear | 2001-12-18 | 2 | -38/+113 |
* | ungrab the pointer before calling e_day_view_finish_long_event_resize | JP Rosevear | 2001-12-13 | 2 | -9/+37 |
* | properly convert the dtstart and dtend times if they are UTC (cursor_cb): | JP Rosevear | 2001-12-12 | 3 | -38/+76 |
* | removed code that connects to GnomeCalendar's "dates_shown_changed" | Damon Chaplin | 2001-12-11 | 2 | -10/+15 |
* | s/%/%s | Rodrigo Moya | 2001-12-08 | 1 | -2/+2 |
* | if the key in the config database does not exist, just return the local | Rodrigo Moya | 2001-12-07 | 1 | -2/+20 |
* | default component classification to PUBLIC | Rodrigo Moya | 2001-12-07 | 1 | -3/+5 |
* | Explicitly destroy the EMeetingModel. This is a hack to work around | Jon Trowbridge | 2001-12-07 | 3 | -0/+13 |
* | added entry for the LOCATION field | Rodrigo Moya | 2001-12-06 | 2 | -2/+75 |
* | Marked strings for translation. | Zbigniew Chyla | 2001-12-06 | 1 | -13/+16 |
* | make sure we call e_table_model_pre_change() before changing the model. | Damon Chaplin | 2001-12-04 | 3 | -8/+24 |
* | disabled 'Alarms', 'End Date' and 'Show Time As' fields, as these are not | Damon Chaplin | 2001-12-04 | 1 | -3/+3 |
* | connect to "cal_set_mode" signal before calling cal_client_set_mode. Also, | Rodrigo Moya | 2001-12-03 | 1 | -7/+5 |
* | only show the dialog if we created it. Hopefully fixes bug #15774. Also | Damon Chaplin | 2001-12-01 | 1 | -3/+18 |
* | Set the category of the new task to that of the search bar. Fixes bug | Federico Mena Quintero | 2001-11-30 | 1 | -0/+4 |
* | fixed typos in translatable strings. Fixes Ximian #15456 | Rodrigo Moya | 2001-11-28 | 2 | -2/+2 |
* | Substituted gnome_font_get_width_string() with gnome_font_get_width_utf8() | Damon Chaplin | 2001-11-15 | 1 | -8/+8 |
* | Convert the buffer to UTF8. (calendar_model_value_to_string): Do not | Federico Mena Quintero | 2001-11-15 | 1 | -2/+2 |
* | #ifdef'ed out the LOCATION field for now, since it wasn't supported | Damon Chaplin | 2001-11-15 | 1 | -0/+8 |
* | don't abort when e_table_selected_count() returns odd values. There seems | Damon Chaplin | 2001-11-15 | 1 | -4/+8 |
* | (committed to CVS by Damon) Fixes bug #15137. | Federico Mena Quintero | 2001-11-15 | 2 | -13/+128 |
* | make the timezone default to UTC. Fixes bug #14362. | Damon Chaplin | 2001-11-14 | 2 | -17/+16 |
* | only change the day, month and year for the start date, for not screwing | Rodrigo Moya | 2001-11-13 | 2 | -61/+71 |
* | The last argument to the bonobo_config_get_XXX_with_default() is a | Federico Mena Quintero | 2001-11-12 | 1 | -14/+9 |
* | new protos | JP Rosevear | 2001-11-12 | 3 | -19/+54 |
* | don't subtract a day from DTEND. For DATE values we don't include the | Damon Chaplin | 2001-11-10 | 1 | -2/+0 |
* | fix buffer overflow. Fixes bug #10285 (the printing of lines & dates in | Damon Chaplin | 2001-11-10 | 1 | -1/+1 |
* | Convert strings to GTK+ encoding. (meeting_page_destroy): Free allocated | Chyla Zbigniew | 2001-11-10 | 1 | -2/+5 |
* | don't let an empty event occur for all days when auto scrolling | JP Rosevear | 2001-11-09 | 1 | -0/+10 |
* | don't add the item, remove it if declining (in case it was added before) | JP Rosevear | 2001-11-08 | 1 | -4/+2 |
* | Convert generated string to UTF-8. | Chyla Zbigniew | 2001-11-08 | 1 | -1/+1 |
* | emit changed signal (e_meeting_time_selector_on_end_time_changed): emit | JP Rosevear | 2001-11-08 | 1 | -18/+46 |
* | make sure to remove all attendees from the model when we edit a new comp, | JP Rosevear | 2001-11-07 | 3 | -10/+22 |
* | <ettore> ok so <ettore> should I build this tarball again? ettore doesn't | Dan Winship | 2001-11-06 | 2 | -1/+2 |
* | add a changed signal (e_meeting_time_selector_construct): emit changed | JP Rosevear | 2001-11-06 | 5 | -73/+161 |
* | removed ';' in the wrong place. Fixes bug #14421. | Damon Chaplin | 2001-11-06 | 1 | -1/+1 |
* | -export-dynamic for libglade custom widget. | Dan Winship | 2001-11-05 | 1 | -0/+2 |
* | use TZID from the builtin timezone, instead of using the location name. | Damon Chaplin | 2001-11-05 | 1 | -1/+5 |
* | Argh, missing commit from yesterday to fix building of the tarball. | Ettore Perazzoli | 2001-11-02 | 1 | -1/+1 |
* | Added rules to generate `Evolution-Addressbook-SelectNames.h'. | Ettore Perazzoli | 2001-11-01 | 1 | -18/+32 |
* | #include <string.h> | Federico Mena Quintero | 2001-10-31 | 1 | -0/+1 |
* | If a query is not in progress, just retag the whole thing. An event may | Federico Mena Quintero | 2001-10-31 | 1 | -0/+10 |
* | Fix bug #13723. | Federico Mena Quintero | 2001-10-31 | 5 | -90/+461 |
* | Make the pre_changes and changes match here. | Christopher James Lahey | 2001-10-31 | 1 | -0/+2 |
* | send as mixed rather than alternative | JP Rosevear | 2001-10-31 | 1 | -1/+1 |
* | Removed. (KEY_NUM_CALENDARS_TO_LOAD): New key, containing the number of | Ettore Perazzoli | 2001-10-31 | 1 | -64/+30 |
* | disconnect signals added in append_page(). Fixes Gtk-Critical warning | Damon Chaplin | 2001-10-31 | 1 | -0/+5 |
* | set a body for the message | JP Rosevear | 2001-10-31 | 1 | -1/+7 |
* | call GNOME_Evolution_Composer_setMultipartType to get a | Dan Winship | 2001-10-31 | 1 | -0/+6 |
* | Revert. | JP Rosevear | 2001-10-31 | 1 | -12/+1 |
* | don't overwrite memory (e_meeting_time_selector_on_end_time_changed): | JP Rosevear | 2001-10-31 | 2 | -3/+20 |
* | return NULL if passed NULL. Should fix bug #14048. | Damon Chaplin | 2001-10-31 | 1 | -0/+3 |
* | Do not ignore the exceptions of the cases that do not have defaults. | Federico Mena Quintero | 2001-10-31 | 1 | -3/+24 |