| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-31 JP Rosevear <jpr@helixcode.com>
* src/pvl/Makefile: Kill old file
* src/test/usecases.c: Kill old file
* src/test/.cvsignore: Update
* src/libicalvcal/.cvsignore: Update
* examples/.cvsignore: Shut up
svn path=/trunk/; revision=5144
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-31 JP Rosevear <jpr@helixcode.com>
* gui/event-editor.c (file_delete_cb): Implement delete option
(recurrence_toggled): Make an ugly hack to get the recurrence
pages showing properly since we don't yet implement all of the
recurrence rule stuff.
* cal-client/cal-client.c (cal_client_object_exists): New function
to see if an object exists and is obtainable from the backend
* cal-client/cal-client.h: Add prototype
svn path=/trunk/; revision=5143
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-31 JP Rosevear <jpr@helixcode.com>
* gui/gnome-cal.c (editor_closed_cb): Event editor destroyed
callback to do hash cleanup
(gnome_calendar_edit_object): Set event editor calendar client.
* gui/event-editor.h: Add new prototype
* gui/event-editor.c: Trash signal stuff. We will manipulate
the client directly. Make the toolbar save and menu save items
work identically. Add icons to the toolbar.
(save_event_object): Call cal_client_update_object
(close_dialog): Unref the client and disconnect signals
Actually destroy the event editor object.
(obj_updated_cb): New function. Doesn't really do anything
yet but it will inform the user the event has changed elsewhere
in the future.
(obj_removed_cb): ditto
(event_editor_set_cal_client): New function to set the calendar
client
* gui/gnome-cal.c (gnome_calendar_new_appointment): Commit
the sequence to the cal component and use non UTC times.
svn path=/trunk/; revision=5142
|
|
|
|
|
|
|
|
|
| |
2000-08-31 Christopher James Lahey <clahey@helixcode.com>
* backend/ebook/Makefile.am: Install load-gnomecard-addressbook
and load-pine-addressbook.
svn path=/trunk/; revision=5141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-31 Aaron Weber <aaron@helixcode.com>
* C/apx-gloss.sgml: Added regular expressions to glossary.
Explanation should be removed from other portions of the book now.
* C/usage-mainwindow.sgml: Revisions, minor.
* C/apx-menuref.sgml: Now named menuref.sgml, to reflect its new
status as a part.
* C/evolution-guide.sgml: Structural alterations: Menuref is now a
part, not an appendix.
* C/apx-menuref.sgml: Added contextual menus for mail.
svn path=/trunk/; revision=5140
|
|
|
|
|
|
|
|
|
| |
2000-08-31 Christopher James Lahey <clahey@helixcode.com>
* e-table-selection-model.c: Made the selection work when shift
clicking on the first row of the table.
svn path=/trunk/; revision=5139
|
|
|
|
|
|
| |
icons at tree nodes.
svn path=/trunk/; revision=5137
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-31 Aaron Weber <aaron@helixcode.com>
* C/preface.sgml: Added "quickref and pointers" sections. Props to
O'Reilly for the copy of Outlook in a Nutshell which gave me the
idea.
2000-08-30 Aaron Weber <aaron@helixcode.com>
* C/usage-mainwindow.sgml: Minor fixes.
* C/preface.sgml: Corrected grammar, added glossterms, described
menuref.
svn path=/trunk/; revision=5136
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-31 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-store.c (camel_imap_command_extended):
Don't save any exceptions caused by camel_imap_folder_changed
(camel_imap_fetch_command): Same.
* providers/imap/camel-imap-folder.c (camel_imap_folder_changed):
Using a new way of calculating the first recent message that seems
more accurate. Also added code to make sure we don't accidently
add a duplicate summary.
svn path=/trunk/; revision=5135
|
|
|
|
|
|
| |
conversion, and not just if we have a qp/base64 block.
svn path=/trunk/; revision=5134
|
|
|
|
| |
svn path=/trunk/; revision=5133
|
|
|
|
|
|
| |
oops.
svn path=/trunk/; revision=5132
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-31 Not Zed <NotZed@HelixCode.com>
* camel-mime-part.c (write_to_stream): Use the proper type
checking function to check for text types.
(write_to_stream): If we have a charset on a text type that
isn't us-ascii or utf-8, then we need to reencode it, so add a
filter to do that too.
svn path=/trunk/; revision=5131
|
|
|
|
|
|
| |
you can scroll with the keyboard without clicking on the widget first.
svn path=/trunk/; revision=5130
|
|
|
|
|
|
| |
undefined behaviour for sign extension whilst shifting right.
svn path=/trunk/; revision=5129
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-31 Not Zed <NotZed@HelixCode.com>
* camel-mime-utils.c (append_latin1): New function - even though
its broken, we'll assume mailers send latin1 headers instead of
us-ascii. We just have to encode high chars into utf-8.
(header_decode_text): Call append_latin1 for appending unencoded
text segments.
svn path=/trunk/; revision=5128
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-30 Jody Goldberg <jgoldberg@home.com>
* dependent.[ch] : New base class for Cells.
Convert everything to access the elements that are now
in the cell's base.
s/Cell::sheet/Cell::Dependent::sheet/
s/Cell::cell_flags/Cell::Dependent::flags/
* Makefile.am : Because of XL we need to build plugins before src.
That will need changing.
* src/func.c (function_marshal_arg) : Use expr_array_intersection.
* src/expr.c (eval_expr_real) : Do implicit conversions from strings
to numbers if possible.
Access the first element of an array. NOTE : This is WRONG
We need to implement array expression behavior some day.
(expr_array_intersection) : New routine.
svn path=/trunk/; revision=5127
|
|
|
|
| |
svn path=/trunk/; revision=5126
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-30 Federico Mena Quintero <federico@helixcode.com>
* e-paned/e-hpaned.c (e_hpaned_motion): Do not flicker while
trying to resize a quantized pane.
* e-paned/e-vpaned.c (e_vpaned_motion): Likewise.
svn path=/trunk/; revision=5125
|
|
|
|
|
|
|
|
|
|
| |
2000-08-30 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-store.c (camel_imap_fetch_command):
Rewrote to ignore strings that look like server responses until it
is sure that it has finished reading the literal string response.
svn path=/trunk/; revision=5124
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-30 Federico Mena Quintero <federico@helixcode.com>
* widgets/e-paned/e-vpaned.c (e_vpaned_size_allocate): Ensure that
the child's allocation height is >= 1.
* widgets/e-paned/e-hpaned.c (e_hpaned_size_allocate): Ensure that
the child's allocation width is >= 1.
2000-08-30 Federico Mena Quintero <federico@helixcode.com>
* ChangeLog: Started a ChangeLog here.
svn path=/trunk/; revision=5123
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-30 Jeffrey Stedfast <fejj@helixcode.com>
* camel-remote-store.c (remote_send_string): Don't wrap printed
strings in quotes, makes things messy
* providers/imap/camel-imap-folder.c (imap_get_message): Updated
to use the camel_imap_fetch_command
* providers/imap/camel-imap-stream.c (stream_read): Updated to use
camel_imap_fetch_command
* providers/imap/camel-imap-store.c (camel_imap_command_extended):
No longer handles FETCH requests so no longer needs to be
concerned with checking to make sure that server responses are
valid (they have to be).
(camel_imap_fetch_command): New convenience function that handles
all FETCH requests
svn path=/trunk/; revision=5122
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-30 Damon Chaplin <damon@helixcode.com>
* gui/e-day-view.[hc]:
* gui/e-day-view-main-item.c:
* gui/e-week-view.[hc]:
* gui/e-week-view-main-item.c:
* gui/calendar-commands.c:
* gui/gnome-cal.[hc]: switched to using new ECalendar widget,
and a few other fixes.
svn path=/trunk/; revision=5121
|
|
|
|
|
|
|
|
|
| |
2000-08-30 Damon Chaplin <damon@helixcode.com>
* e-calendar-item.[hc]:
* e-calendar.[hc]: Updated.
svn path=/trunk/; revision=5120
|
|
|
|
| |
svn path=/trunk/; revision=5119
|
|
|
|
| |
svn path=/trunk/; revision=5118
|
|
|
|
|
|
|
| |
* gui/component/addressbook.oafinfo: Add a name to the minicard
viewer.
svn path=/trunk/; revision=5117
|
|
|
|
|
|
| |
CamelRemoteStore do its stuff in service::connect, not ::post_connect.
svn path=/trunk/; revision=5116
|
|
|
|
|
|
|
|
|
| |
2000-08-30 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-store.c: General cleanup / moving
stuff around to make things easier to follow.
svn path=/trunk/; revision=5115
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am (libeutil_la_LIBADD): make e-util depend on
libunicode
* e-popup-menu.c (make_item): Use GtkMenuItem rather than
GtkPixmapMenuItem for items with no pixmaps, so that if the whole
menu is pixmapless, you don't get a column of blank pixmaps.
svn path=/trunk/; revision=5114
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-30 Federico Mena Quintero <federico@helixcode.com>
* gui/e-day-view.c (e_day_view_key_press): Oops, set the
dtstart/dtend on the component before adding it.
(e_day_view_on_editing_stopped): No need to check for an UID.
Update the summary properly.
svn path=/trunk/; revision=5113
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-30 JP Rosevear <jpr@helixcode.com>
* gui/e-week-view.c: Make sure the is_utc flag is always
FALSE for icaltime_from_timet
(e_week_view_on_unrecur_appointment): Use icaltimetype struct
from the stack and make sure tzid is always NULL
(e_week_view_key_press): ditto
svn path=/trunk/; revision=5112
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-30 JP Rosevear <jpr@helixcode.com>
* gui/e-day-view.c: Make sure the is_utc flag is always
FALSE for icaltime_from_timet
(e_day_view_on_unrecur_appointment): Use icaltimetype struct
from the stack and make sure tzid is always NULL
(e_day_view_finish_long_event_resize): ditto
(e_day_view_finish_resize): ditto
(e_day_view_on_top_canvas_drag_data_received): ditto
(e_day_view_on_main_canvas_drag_data_received): ditto
svn path=/trunk/; revision=5111
|
|
|
|
| |
svn path=/trunk/; revision=5109
|
|
|
|
|
|
|
|
|
|
| |
2000-08-30 JP Rosevear <jpr@helixcode.com>
* cal-client/cal-client.c (add_instance): Actually add the
comp_instance struct to the instances list. We now appear
to able to keep events and todos between sessions. Yay!
svn path=/trunk/; revision=5108
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-30 Jeffrey Stedfast <fejj@helixcode.com>
* camel-remote-store.c: Prevent exceptions from being overwritten
* providers/imap/camel-imap-folder.c (imap_expunge): Beautified
(imap_get_subfolder_names_internal): Removed old code as the
replacement code has now been tested and proven to work
svn path=/trunk/; revision=5107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-29 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-utils.c: Removed old code that will
never be needed again
* providers/imap/camel-imap-store.c: Removed old code for
try_connect - will never need this code
(slurp_response): Update to make sure we aren't falsely detecting
EXPUNGE flags
svn path=/trunk/; revision=5106
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-29 Federico Mena Quintero <federico@helixcode.com>
Now the views monitor the client by themselves; it does not make
sense to proxy all notifications through the GnomeCal. The
GnomeCal should just be a meta-widget that holds all the views.
At some later point we'll want to decouple the views from the
GnomeCal so that they can be embedded anywhere; they should emit
signals to request appropriate actions from the toplevel GUI
instead of calling the GnomeCal directly.
* gui/e-day-view.c (e_day_view_set_cal_client): New function; now
the day view monitors the client by itself.
(cal_loaded_cb): New callback; moved over from
e_day_view_update_all_events().
(obj_updated_cb): New callback; moved over from
e_day_view_update_event().
(obj_removed_cb): New callback; moved over from
e_day_view_remove_event().
(e_day_view_update_all_events): Removed function.
(e_day_view_update_event): Removed function.
(e_day_view_remove_event): Removed function.
(*): Use the day_view->client directly instead of fetching it from
the GnomeCal.
(e_day_view_destroy): Unref the client.
(e_day_view_reload_events): Check if the client is loaded.
(e_day_view_key_press): Set the vtype of the new component.
* gui/e-week-view.c (e_week_view_set_cal_client): New function.
(cal_loaded_cb): New callback.
(obj_updated_cb): New callback.
(obj_removed_cb): New callback.
(e_week_view_update_all_events): Removed function.
(e_week_view_update_event): Removed function.
(e_week_view_remove_event): Removed function.
(*): Use the week_view->client directly.
(e_week_view_destroy): Unref the client.
(e_week_view_reload_events): Check if the client is loaded.
* gui/gnome-cal.c (setup_widgets): Set the cal_client on all the
views.
(gnome_calendar_update_all): Do not update the views, since now
they do it themselves.
(gnome_calendar_object_updated_cb): Likewise.
(gnome_calendar_object_removed_cb): Likewise.
(setup_widgets): Remove all to-do list cruft.
(gnome_calendar_colors_changed): Likewise.
(gnome_calendar_todo_properties_changed): Likewise.
* gui/calendar-commands.h (todo_style_changed): Removed variable.
* gui/gncal-todo.c: Removed old clist cruft; just left in the
temporary dialog box for now.
svn path=/trunk/; revision=5105
|
|
|
|
| |
svn path=/trunk/; revision=5104
|
|
|
|
|
|
| |
Prepare for the ability to cancel operations (much better exception handling). Clean up IMAP like nobody's business
svn path=/trunk/; revision=5103
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* mail-ops.c (mail_do_send_mail): Update this and related
functions to no longer take a From address. (The composer deals
with it itself now.)
(do_send_mail): Add the Evolution version back to the X-Mailer
header (this change got lost in the thread migration).
* mail-callbacks.c (composer_send_cb): Don't re-fetch the From
address. It's set by the composer now. Don't free the
post_send_data from here.
(mail_reply): Attach to the composer's destroy signal to free the
psd. (The current code would free it more than once if an error
occurred while trying to send the first time.)
svn path=/trunk/; revision=5102
|
|
|
|
|
|
| |
* configure.in, acconfig.h: decruft
svn path=/trunk/; revision=5101
|
|
|
|
| |
svn path=/trunk/; revision=5100
|
|
|
|
| |
svn path=/trunk/; revision=5099
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-29 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-store.c (camel_imap_command_extended):
Updated to check for EXPUNGE notifications
* providers/imap/camel-imap-folder.c (camel_imap_folder_changed):
Updated to account for messages which have been expunged (now
takes a new arg, a GPtrArray of message id's that have been
expunged)
(imap_expunge): Updated (we may want to just use the code in
folder_changed now instead of doing our own summary
expunging...but that can be fixed later)
(imap_append_message): Updated.
(imap_copy_message_to): Updated.
(imap_move_message_to): Updated.
svn path=/trunk/; revision=5098
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-29 JP Rosevear <jpr@helixcode.com>
* gui/gnome-cal.c (gnome_calendar_edit_object): Use
event_editor_set_event_object
* gui/event-editor.c (event_editor_set_event_object): Rename
from event_editor_set_ical_object
* gui/event-editor.h: Update prototype
* gui/e-week-view.c (e_week_view_on_new_appointment):
Call cal_component_commit_sequence after event changes. Default
to these being all day events.
svn path=/trunk/; revision=5097
|
|
|
|
| |
svn path=/trunk/; revision=5096
|
|
|
|
| |
svn path=/trunk/; revision=5095
|
|
|
|
|
|
|
|
| |
the statusbar's size doesn't change in a bad way if the component
gives us a message including a newline. (The latter shouldn't happen
anyway, but this is a different issue.)
svn path=/trunk/; revision=5094
|
|
|
|
|
|
|
|
|
| |
2000-08-29 JP Rosevear <jpr@helixcode.com>
* gui/event-editor.c (dialog_to_comp_object): These are not UTC
times
svn path=/trunk/; revision=5093
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-28 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c (imap_get_message): Fixed the
hack around quoted string responses - should now handle them
according to the specifications in the RFC
* providers/imap/camel-imap-stream.c (stream_read): Updated to
match the code currently used in camel-imap-folder.c
svn path=/trunk/; revision=5092
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-28 Federico Mena Quintero <federico@helixcode.com>
* cal-client/cal-client.c (cal_client_is_loaded): New function.
We need this from code that dynamically updates from a client and
could not have connected to the "cal_loaded" signal right after
the client was created.
* gui/calendar-model.c (load_objects): Do not try to load the
objects if the client has not been loaded yet.
(cal_loaded_cb): Check the status value.
* gui/calendar-model.h (CalendarModel): Declare the private
structure here so that gdb will give me love.
* pcs/cal-factory.h (CalFactory): Likewise.
* pcs/cal.h (Cal): Likewise.
* cal-client/cal-listener.h (CalListener): Likewise.
* cal-client/cal-client.h (CalClient): Likewise.
* pcs/cal-backend.h (CalBackend): This no longer has a private
structure, so remove it.
* cal-util/Makefile.am (libcal_util_la_SOURCES): Removed the
vCalendar and old iCalendar cruft.
(libcal_utilinclude_HEADERS): Likewise.
Removed the obsolete iCalendar test program.
svn path=/trunk/; revision=5091
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-28 JP Rosevear <jpr@helixcode.com>
* cal-util/timeutil.h: We no longer need time_from_icaltimetype
as libical has the API for this
* cal-util/timeutil.c: ditto
* cal-util/cal-recur.c: Replace time_from_icaltimetype with
icaltime_as_timet
* gui/calendar-model.c: ditto
* gui/event-editor.c: ditto
* gui/gnome-cal.c: ditto
svn path=/trunk/; revision=5090
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-28 Federico Mena Quintero <federico@helixcode.com>
* pcs/cal-backend-file.c (remove_component): Remove the
icalcomponent from the toplevel calendar here.
(cal_backend_file_update_object): Do not remove it here.
(cal_backend_file_remove_object): Do not remove it here.
(add_component): Add the icalcomponent to the toplevel calendar if
asked to.
(cal_backend_file_update_object): Do not add it here.
svn path=/trunk/; revision=5089
|
|
|
|
| |
svn path=/trunk/; revision=5088
|
|
|
|
|
|
|
|
|
| |
2000-08-28 Christopher James Lahey <clahey@helixcode.com>
* gui/component/addressbook.c: Use the right argument name to turn
on grid lines.
svn path=/trunk/; revision=5087
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-28 Christopher James Lahey <clahey@helixcode.com>
* e-table-group-container.c: Make printing of groups work better
and make them print headers.
* e-table-item.c: Turn off alternating row support.
svn path=/trunk/; revision=5086
|
|
|
|
|
|
|
|
|
|
| |
2000-08-28 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c (e_msg_composer_new_with_message): Always
request to import the HTML version if at all possible so that we
maintain formatting and other nifty stuff :-)
svn path=/trunk/; revision=5085
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-28 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer-hdrs.c (e_msg_composer_hdrs_to_message): Set the
"From" address in the CamelMimeMessage. Also updated to use
get_subject to both make our lives easier and prepare for using UTF8
(e_msg_composer_hdrs_get_subject): Updated to behave similarly to
get_from and return allocated memory (it will have to return
allocated memory once it's converted to use UTF8 anyways)
* e-msg-composer.c (setup_save_draft): Always set
composer->send_html = TRUE so that formatting is preserved.
svn path=/trunk/; revision=5084
|
|
|
|
|
|
|
|
|
|
| |
2000-08-28 Jeffrey Stedfast <fejj@helixcode.com>
* mail-callbacks.c (composer_send_cb): Free the from address when
we're done with it. Also, e_msg_composer_hdrs_get_from returns
alloc'd memory so don't strdup it.
svn path=/trunk/; revision=5083
|
|
|
|
| |
svn path=/trunk/; revision=5082
|
|
|
|
| |
svn path=/trunk/; revision=5081
|
|
|
|
|
|
|
|
| |
`Evolution::ShellComponent' instead of hardcoding the OAFIIDs.
Make a module-private variable static.
svn path=/trunk/; revision=5080
|
|
|
|
|
|
| |
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=5079
|
|
|
|
| |
svn path=/trunk/; revision=5078
|
|
|
|
|
|
| |
* update with emailed patch...
svn path=/trunk/; revision=5077
|
|
|
|
|
|
| |
Code (TM)
svn path=/trunk/; revision=5076
|
|
|
|
|
|
|
|
|
|
|
|
| |
zero.
Improve the behavior of the mail view in a separate window by reusing
the same size as the last resize (we could have a better policy, but
this should be enough for now). Also, create the toolbar the right
way so that we respect the global GNOME settings without doing it
manually.
svn path=/trunk/; revision=5075
|
|
|
|
| |
svn path=/trunk/; revision=5074
|
|
|
|
| |
svn path=/trunk/; revision=5073
|
|
|
|
|
|
|
|
|
|
| |
2000-08-28 JP Rosevear <jpr@helixcode.com>
* gui/event-editor.c (dialog_to_comp_object): Initiliaze tzid to
null, only set recurrence rules and exception dates if there
are any
svn path=/trunk/; revision=5072
|
|
|
|
|
|
|
|
|
| |
2000-08-28 Jeffrey Stedfast <fejj@helixcode.com>
* mail-crypto.c (mail_crypto_openpgp_encrypt): Fix to prevent
possible buffer overflows and a logic fix.
svn path=/trunk/; revision=5071
|
|
|
|
|
|
|
|
|
| |
2000-08-28 Jeffrey Stedfast <fejj@helixcode.com>
* mail-crypto.c (mail_crypto_openpgp_encrypt): Fix to prevent
possible buffer overflows
svn path=/trunk/; revision=5070
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-27 JP Rosevear <jpr@helixcode.com>
* pcs/cal-backend-file.c (save): Write out the calendar object
(cal_backend_file_update_object): Remove/add the icalcomponent
from our master icalcomponent (the calendar)
(cal_backend_file_remove_object): Remove the icalcomponent
from our master icalcomponent
svn path=/trunk/; revision=5069
|
|
|
|
|
|
|
|
|
| |
2000-08-27 Jeffrey Stedfast <fejj@helixcode.com>
* mail-crypto.c (mail_crypto_openpgp_clearsign): New crypto
function to clearsign plaintext
svn path=/trunk/; revision=5068
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-27 Ariel Rios <ariel@arcavia.com>
* folder-browser-factory.c (control_activate): Added bonobo menu handler for mark_all_deleted function.
* mail.h: (mark_all_deleted): Added prototype.
* mail-callbacks.c (mark_all_deleted): Added callback for marking all displayed messages in a folder as$
svn path=/trunk/; revision=5067
|
|
|
|
| |
svn path=/trunk/; revision=5066
|
|
|
|
| |
svn path=/trunk/; revision=5065
|
|
|
|
| |
svn path=/trunk/; revision=5064
|
|
|
|
| |
svn path=/trunk/; revision=5063
|
|
|
|
|
|
| |
user can make it smaller than the default if she likes.
svn path=/trunk/; revision=5062
|
|
|
|
|
|
| |
helper function.
svn path=/trunk/; revision=5061
|
|
|
|
| |
svn path=/trunk/; revision=5060
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-25 Christopher James Lahey <clahey@helixcode.com>
* examples/access_properties_and_parameters.c,
src/libicalvcal/vcc.y: Got rid of some warnings.
* src/libicalvcal/vcc.c: Checking in generated C file.
svn path=/trunk/; revision=5059
|
|
|
|
|
|
|
|
| |
2000-08-25 Christopher James Lahey <clahey@helixcode.com>
* src/libical/icalcomponent.c: Fixed an incorrect struct name.
svn path=/trunk/; revision=5058
|
|
|
|
|
|
|
|
| |
2000-08-25 Christopher James Lahey <clahey@helixcode.com>
* mail-crypto.c: Fixed an uninitialized variable.
svn path=/trunk/; revision=5057
|
|
|
|
|
|
|
|
|
|
| |
2000-08-25 Christopher James Lahey <clahey@helixcode.com>
* e-table-col.c, e-table-config.c, e-table-header.c,
e-table-text-model.c: Added some g_return_if_fails and
g_return_val_if_fails.
svn path=/trunk/; revision=5056
|
|
|
|
|
|
|
|
| |
2000-08-25 Christopher James Lahey <clahey@helixcode.com>
* POTFILES.in: Remove add addressbook/demo files from this.
svn path=/trunk/; revision=5055
|
|
|
|
|
|
|
|
|
| |
2000-08-26 JP Rosevear <jpr@helixcode.com>
* gui/minicard/Makefile.am: Comment out minicard-view-test
since its gnorba dependent
svn path=/trunk/; revision=5054
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-26 JP Rosevear <jpr@helixcode.com>
Die gnorba die.
* gui/component/addressbook-component.c: Remove gnorba stuff
* gui/minicard/e-minicard-control.c
(e_minicard_control_factory_init):
ditto
* gui/component/addressbook.c: ditto
* gui/component/addressbook-factory.c: ditto
svn path=/trunk/; revision=5053
|
|
|
|
|
|
|
|
| |
2000-08-25 Christopher James Lahey <clahey@helixcode.com>
* demo/* Removed the demo directory since it's no longer used.
svn path=/trunk/; revision=5052
|
|
|
|
|
|
|
|
|
|
| |
2000-08-26 JP Rosevear <jpr@helixcode.com>
* gui/minicard/Makefile.am: Remove gnorba stuff
* gui/minicard/e-minicard-control.gnorba: Kill
svn path=/trunk/; revision=5051
|
|
|
|
|
|
|
|
|
|
| |
2000-08-26 JP Rosevear <jpr@helixcode.com>
* gui/component/addressbook.gnorba: Kill
* gui/component/Makefile.am: Remove gnorba stuff
svn path=/trunk/; revision=5050
|
|
|
|
|
|
|
|
|
|
| |
2000-08-26 JP Rosevear <jpr@helixcode.com>
* evolution-mail.gnorba: Kill
* Makefile.am: Remove gnorba related stuff
svn path=/trunk/; revision=5049
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-26 JP Rosevear <jpr@helixcode.com>
* gui/Makefile.am: Remove gnorba stuff
* gui/main.c: ditto
* gui/component-factory.c: ditto
* gui/control-factory.c: ditto
* gui/*.gnorba: ditto
svn path=/trunk/; revision=5048
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-26 JP Rosevear <jpr@helixcode.com>
* Makefile.am: Remove gnorba related code
* wombat.c: Remove gnorba related code
* wombat.gnorba: Kill
svn path=/trunk/; revision=5047
|
|
|
|
|
|
|
|
|
|
| |
2000-08-26 JP Rosevear <jpr@helixcode.com>
* wombat.c: Remove gnorba related code
* wombat.gnorba: Kill
svn path=/trunk/; revision=5046
|
|
|
|
|
|
|
|
| |
2000-08-26 JP Rosevear <jpr@helixcode.com>
* configure.in: Require oafized bonobo
svn path=/trunk/; revision=5045
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-25 JP Rosevear <jpr@helixcode.com>
* gui/e-calendar-table.c (e_calendar_table_init): Uncomment
debug code.
* gui/calendar-model.c (set_complete): Set the completed
date to the current date
(calendar_model_set_value_at): Handle complete field
svn path=/trunk/; revision=5044
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-25 Chris Toshok <toshok@helixcode.com>
* e-storage-set-view.c: convert to use ETree instead of GtkCTree.
* e-storage-set-view.h: change superclass from GtkCTree to ETable.
* main.c (main): call e_cursors_init.
* Makefile.am (evolution_LDADD): add libetable.a
svn path=/trunk/; revision=5043
|
|
|
|
|
|
|
|
| |
* gui/component/Makefile.am (evolution_addressbook_LDFLAGS): Add
-export-dynamic so libglade will be able to resolve custom widget
callbacks.
svn path=/trunk/; revision=5042
|
|
|
|
|
|
| |
potential infinite loop in unicode.
svn path=/trunk/; revision=5041
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-25 JP Rosevear <jpr@helixcode.com>
* gui/calendar-model.c (get_is_complete): Don't attempt to
free this if its null
(calendar_model_duplicate_value): Implement for summary field
value
(calendar_model_initialize_value): Remove debug code
* gui/e-calendar-table.c: Correct etable init xml
(create_column): Pass the id to e_table_header_add_column
rather than a hard coded one
(e_calendar_table_init): Make sure summary column isn't
added twice. Add an alarms column, else etable won't
work with columns who have an ID higher than that
svn path=/trunk/; revision=5040
|
|
|
|
| |
svn path=/trunk/; revision=5039
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-25 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c
(imap_get_subfolder_names_internal): If the url path is "/" and
the folder path is "/", just LIST "" "*" (this should fix some
cyrus imapd problems). Also, INBOX is case insensitive so use
g_strcasecmp
svn path=/trunk/; revision=5038
|
|
|
|
| |
svn path=/trunk/; revision=5037
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-25 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c
(imap_get_subfolder_names_internal): If the url path is "/" and
the folder path is "/", just LIST "" "*" (this should fix some
cyrus imapd problems)
svn path=/trunk/; revision=5036
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-25 Jeffrey Stedfast <fejj@helixcode.com>
* mail-crypto.c (mail_crypto_openpgp_encrypt): Implemented PGP 2.x
encryption. We only need to get the passphrase if we plan to sign
the text, otherwise we don't need to worry about getting the
passphrase.
svn path=/trunk/; revision=5035
|
|
|
|
| |
svn path=/trunk/; revision=5034
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-25 Aaron Weber <aaron@helixcode.com>
* C/usage-mail.sgml: Redid filter and vFolder assistant
descriptions.
* C/fig/filter-new-fig.png: Replaced with new assistant pic.
* C/fig/filter-assist-fig.png: New file, showing only assistant.
* C/apx-menuref.sgml: Finished message composer and calendar
editor menus. Looked at Contact Editor menus and decided to
document those features after implementation.
svn path=/trunk/; revision=5033
|
|
|
|
| |
svn path=/trunk/; revision=5032
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-24 JP Rosevear <jpr@helixcode.com>
* gui/gncal-todo.c (ok_button): Properly append to list
* gui/event-editor.c (dialog_to_comp_object): ditto
* gui/e-day-view.c (e_day_view_on_new_appointment): The base
times are not UTC
* gui/e-week-view.c (e_week_view_on_new_appointment): ditto
svn path=/trunk/; revision=5031
|
|
|
|
|
|
|
|
| |
2000-08-24 JP Rosevear <jpr@helixcode.com>
* src/libical/icalvcal.h: Remove this duplicate file to fix build
svn path=/trunk/; revision=5030
|
|
|
|
| |
svn path=/trunk/; revision=5029
|
|
|
|
| |
svn path=/trunk/; revision=5028
|
|
|
|
|
|
|
|
| |
2000-08-24 Christopher James Lahey <clahey@helixcode.com>
* e-table.c: Fix an off by one error that was causing crashes.
svn path=/trunk/; revision=5027
|
|
|
|
|
|
|
|
| |
2000-08-24 Christopher James Lahey <clahey@helixcode.com>
* e-table.c: Set default values for all of the signal emissions.
svn path=/trunk/; revision=5026
|
|
|
|
|
|
|
|
|
| |
2000-08-24 Christopher James Lahey <clahey@helixcode.com>
* e-table-selection-model.c: Check for selection->selection being
NULL in e_table_selection_model_selected_count.
svn path=/trunk/; revision=5025
|
|
|
|
|
|
|
|
| |
2000-08-24 JP Rosevear <jpr@helixcode.com>
* Update for libical 0.19
svn path=/trunk/; revision=5024
|
|
|
|
| |
svn path=/trunk/; revision=5023
|
|
|
|
|
|
|
|
|
| |
2000-08-24 Christopher James Lahey <clahey@helixcode.com>
* e-table-item.c: Pay attention to the return value from the click
signal.
svn path=/trunk/; revision=5022
|
|
|
|
|
|
| |
not actually exist yet.
svn path=/trunk/; revision=5021
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-24 Christopher James Lahey <clahey@helixcode.com>
* e-table-group-container.c, e-table-group-leaf.c,
e-table-group.c, e-table-group.h, e-table-item.c, e-table-item.h,
e-table.c, e-table.h: Added a click signal which gets sent if the
user hits the left or middle mouse button on a cell.
svn path=/trunk/; revision=5020
|
|
|
|
| |
svn path=/trunk/; revision=5019
|
|
|
|
| |
svn path=/trunk/; revision=5018
|
|
|
|
| |
svn path=/trunk/; revision=5017
|
|
|
|
|
|
| |
new mail dialog more descriptive.
svn path=/trunk/; revision=5016
|
|
|
|
|
|
|
|
| |
2000-08-24 Christopher James Lahey <clahey@helixcode.com>
* e-table-scrolled.c, e-table.c: Added g_return_if_fails.
svn path=/trunk/; revision=5015
|
|
|
|
| |
svn path=/trunk/; revision=5011
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-24 Christopher James Lahey <clahey@helixcode.com>
* e-cell-text.c, e-cell-toggle.c, e-cell-tree.c, e-cell.c,
e-cell.h, e-table-col.c, e-table-col.h, e-table-item.c: Added
infrastructure for setting the justification of columns. Still
need to change the cells to support it and need to add user
interface to change the justification.
svn path=/trunk/; revision=5010
|
|
|
|
|
|
|
|
|
|
| |
2000-08-24 Christopher James Lahey <clahey@helixcode.com>
* gui/calendar-commands.c, gui/e-day-view.c, gui/e-week-view.c,
gui/event-editor.c, gui/gncal-todo.c, gui/gnome-cal.c, gui/prop.c:
Fixed some warnings.
svn path=/trunk/; revision=5009
|
|
|
|
|
|
|
|
|
| |
2000-08-24 Christopher James Lahey <clahey@helixcode.com>
* folder-browser-factory.c: Fixed some warnings in the uihandler
code.
svn path=/trunk/; revision=5008
|
|
|
|
|
|
|
|
|
|
| |
2000-08-24 JP Rosevear <jpr@helixcode.com>
* gui/e-week-view.c (e_week_view_on_new_appointment): Do not alloc
the struct icaltimetype but point to one on the stack. More
importantly, set the date.tzid to NULL.
svn path=/trunk/; revision=5007
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-24 JP Rosevear <jpr@helixcode.com>
* gui/gnome-cal.c (save_event_object_cb): Make signal
names saner
(released_event_object_cb): ditto
(gnome_calendar_edit_object): ditto
* gui/event-editor.h: Make signal names saner
* gui/event-editor.c (event_editor_class_init): Make signal
names saner now that we don't use ical object
(save_event_object): ditto with callback names
(file_save_cb): ditto
(tb_save_and_close_cb): ditto
(event_editor_set_ical_object): ditto
* gui/e-day-view.c (e_day_view_update_event): Umm,
!= CAL_COMPONENT_EVENT (I hope that wasn't me!)
svn path=/trunk/; revision=5006
|
|
|
|
|
|
| |
the recursive-store-loading. Load stores when they're added to the config page.
svn path=/trunk/; revision=5005
|
|
|
|
|
|
|
|
|
| |
2000-08-24 Federico Mena Quintero <federico@helixcode.com>
* configure.in: Ahem. If you add dependencies on libraries, make
sure things still build. Fixed the libunicode foo.
svn path=/trunk/; revision=5004
|
|
|
|
|
|
|
|
|
|
| |
2000-08-24 Federico Mena Quintero <federico@helixcode.com>
* gui/e-day-view.c (e_day_view_on_new_appointment): Do not alloc
the struct icaltimetype but point to one on the stack. More
importantly, set the date.tzid to NULL.
svn path=/trunk/; revision=5003
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-24 JP Rosevear <jpr@helixcode.com>
* gui/event-editor-dialog.glade: Remove owner field
* gui/event-editor.c (clear_widgets): Forget about owner field
(get_widgets): ditto
(fill_widgets): ditto
svn path=/trunk/; revision=5002
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-24 JP Rosevear <jpr@helixcode.com>
* gui/calendar-model.c (calendar_model_initialize_value): Handle
summary field
(calendar_model_value_is_empty): ditto
(calendar_model_free_value): ditto
svn path=/trunk/; revision=5001
|
|
|
|
| |
svn path=/trunk/; revision=5000
|
|
|
|
| |
svn path=/trunk/; revision=4999
|
|
|
|
|
|
|
| |
* C/apx-menuref.sgml: Message Composer File and Edit menus.
----------------------------------------------------------------------
svn path=/trunk/; revision=4998
|
|
|
|
| |
svn path=/trunk/; revision=4997
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-17 Not Zed <NotZed@HelixCode.com>
* providers/mh/camel-mh-folder.c (mh_finalize): And here too.
* providers/mbox/camel-mbox-folder.c (mbox_finalize): Close index
on exit.
svn path=/trunk/; revision=4996
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-23 JP Rosevear <jpr@helixcode.com>
* gui/event-editor-dialog.glade: Remove status bar
* cal-util/cal-component.c (cal_component_set_rrule_list): Allow
a null list
(cal_component_set_rdate_list): Allow a null list
* gui/e-day-view.c (e_day_view_on_new_appointment): Commit
the CalComponent sequence
svn path=/trunk/; revision=4995
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-23 Christopher James Lahey <clahey@helixcode.com>
* e-table-subset-variable.c: Fixed a bug in
e_table_subset_variable_increment that causes problems with
ETree's. Specifically, when you incremented at position x, the
row x didn't get incremented as it should (s/>/>=/.)
svn path=/trunk/; revision=4994
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-23 Federico Mena Quintero <federico@helixcode.com>
* gui/main.c: #include <e-util/e-cursors.h>
* gui/e-day-view-time-item.c (e_day_view_time_item_draw):
Initialize time_min_x1 and hour_r to keep gcc happy.
* gui/e-day-view.c (e_day_view_update_event_label): Warning fix.
(e_day_view_update_main_canvas_drag): Initialize start_row.
* gui/e-week-view-event-item.c (e_week_view_event_item_draw):
Initialize time_y_small_min, icon_x.
* Makefile.am (SUBDIRS): Re-enable the gui directory.
* gui/prop.c (prop_store_alarm_default_values): Temporarily #if 0
out.
svn path=/trunk/; revision=4993
|
|
|
|
|
|
|
|
| |
2000-08-23 Federico Mena Quintero <federico@helixcode.com>
* e-dialog-widgets.c (e_dialog_editable_set): Constify.
svn path=/trunk/; revision=4992
|
|
|
|
|
|
|
|
| |
* filter-datespec.c (cal_day_selected): Set seltime.tm_isdst to
-1, not daylight, because the current dst value is not relevant to
the selected date.
svn path=/trunk/; revision=4991
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-23 JP Rosevear <jpr@helixcode.com>
* gui/e-week-view.c (e_week_view_key_press): Set vtype of new
CalComponent
(e_week_view_on_new_appointment): ditto
* gui/e-day-view.c (e_day_view_on_new_appointment): ditto
svn path=/trunk/; revision=4990
|
|
|
|
|
|
|
|
| |
* folder-browser-factory.c (control_activate): Reformat a bit,
make "Folder" appear before "Message", fill in the Message menu
more.
svn path=/trunk/; revision=4989
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-23 JP Rosevear <jpr@helixcode.com>
* gui/e-day-view-time-item.c: Include gnome.h for gettext purposes
* gui/gnome-cal.c: ditto
* gui/prop.c: #if out some alarm stuff
svn path=/trunk/; revision=4988
|
|
|
|
| |
svn path=/trunk/; revision=4987
|
|
|
|
|
|
|
|
|
|
| |
2000-08-23 Federico Mena Quintero <federico@helixcode.com>
* gui/e-calendar-table.c (e_calendar_table_init): Updated
function.
(e_calendar_table_open_task): Updated function.
svn path=/trunk/; revision=4986
|
|
|
|
|
|
|
| |
* camel-mime-utils.c (header_address_list_format_append): put
commas between addresses.
svn path=/trunk/; revision=4985
|
|
|
|
| |
svn path=/trunk/; revision=4984
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-22 Christopher James Lahey <clahey@helixcode.com>
* backend/ebook/e-card.c: Fix this to not mess up if the person
passes a VCard with a carriage return in the mailing address.
* gui/search/e-addressbook-search-dialog.c: Fix an error in the
arguments to rule_context_load.
svn path=/trunk/; revision=4983
|
|
|
|
| |
svn path=/trunk/; revision=4982
|
|
|
|
| |
svn path=/trunk/; revision=4981
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-14 Not Zed <NotZed@HelixCode.com>
* gui/search/addresstypes.xml: Fixed fullname->full_name for
search field.
* gui/search/e-addressbook-search-dialog.c (get_widget): Check we
actually got any parts to build the dialogue with.
2000-08-13 Not Zed <NotZed@HelixCode.com>
* gui/component/addressbook-component.c (owner_set_cb): Set the
global_shell_client nastyhack when we know it.
This is only required to link with the filter code ...
* gui/component/Makefile.am (evolution_addressbook_LDADD): Added
libfilter.a to the link line.
* gui/search/Makefile.am (noinst_LIBRARIES): Change library name
from libaddressbooksearchdialog to libaddressbooksearch, as used
elsewhere.
* gui/search/e-addressbook-search-dialog.c (get_widget):
Implement.
(get_query): Likewise.
(e_addressbook_search_dialog_destroy): Unref filter stuff when
done.
* gui/component/addressbook.c (control_deactivate): Added chris's
patch to put the meny in
svn path=/trunk/; revision=4980
|
|
|
|
|
|
|
|
| |
2000-08-23 Aaron Weber <aaron@helixcode.com>
* C/apx-menuref.sgml: Added editor sections.
svn path=/trunk/; revision=4979
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-23 Aaron Weber <aaron@helixcode.com>
* C/evolution-guide.sgml: Included Menu Reference Appendix.
2000-08-22 Aaron Weber <aaron@helixcode.com>
* C/usage-mail.sgml: Minor markup changes.
* C/apx-menuref.sgml: New File. Menu Reference. Still needs much
work, but not bad for an evening.
2000-08-21 Aaron Weber <aaron@helixcode.com>
* C/usage-mail.sgml: Kevin's diff applied, with minor changes.
svn path=/trunk/; revision=4978
|
|
|
|
| |
svn path=/trunk/; revision=4977
|
|
|
|
| |
svn path=/trunk/; revision=4976
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-22 Chris Toshok <toshok@helixcode.com>
* Makefile.am (icons): remove tree-expanded.xpm and
tree-unexpanded.xpm.
* e-tree-example-1.c: use art/tree-expanded.xpm and
art/tree-unexpanded.xpm.
(remove_node): commit the change listed below (08-21).
* tree-expanded.xpm: removed.
* tree-unexpanded.xpm: removed.
svn path=/trunk/; revision=4975
|
|
|
|
|
|
| |
come...
svn path=/trunk/; revision=4972
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-22 Christopher James Lahey <clahey@helixcode.com>
* backend/e-card.h: Started adding a time zone field to ECard.
* gui/component/e-addressbook-model.c: Added
e_table_model_pre_change where appropriate.
* gui/minicard/e-minicard-control.c: Added a ref and unref pair.
svn path=/trunk/; revision=4971
|
|
|
|
|
|
|
|
| |
* providers/imap/camel-imap-folder.c
(imap_protocol_get_summary_specifier): use BODY.PEEK, not BODY, so
we don't set the message \Seen.
svn path=/trunk/; revision=4970
|
|
|
|
|
|
|
|
| |
2000-08-22 Christopher James Lahey <clahey@helixcode.com>
* providers/pop3/camel-pop3-store.c: Fixed a small warning.
svn path=/trunk/; revision=4969
|
|
|
|
| |
svn path=/trunk/; revision=4968
|
|
|
|
|
|
|
|
| |
2000-08-22 Christopher James Lahey <clahey@helixcode.com>
* announcement-0.4.1.txt: Updated dependency list.
svn path=/trunk/; revision=4967
|
|
|
|
| |
svn path=/trunk/; revision=4966
|
|
|
|
|
|
| |
disconnect, too); remove the old movemail folder correctly.
svn path=/trunk/; revision=4965
|
|
|
|
| |
svn path=/trunk/; revision=4964
|
|
|
|
| |
svn path=/trunk/; revision=4963
|
|
|
|
| |
svn path=/trunk/; revision=4917
|
|
|
|
|
|
|
|
|
| |
2000-08-22 Christopher James Lahey <clahey@helixcode.com>
* gui/component/addressbook.c: Linked in the search dialog again.
It looks like some changes in the shell made this not work.
svn path=/trunk/; revision=4916
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-22 Christopher James Lahey <clahey@helixcode.com>
* e-cell-text.c, e-cell-toggle.c, e-cell-tree.c, e-table-item.c:
Moved drawing of the cell backgrounds from ECell into ETableItem.
* e-tree-model.c: Include stdlib.c.
svn path=/trunk/; revision=4915
|
|
|
|
|
|
|
|
| |
2000-08-22 Christopher James Lahey <clahey@helixcode.com>
* announcement-0.4.1.txt: Announcement message
svn path=/trunk/; revision=4914
|
|
|
|
| |
svn path=/trunk/; revision=4913
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-21 Chris Toshok <toshok@helixcode.com>
* e-tree-example-1.c (remove_node): we can remove nodes with
children now.
* e-tree-model.h: add prototype for e_tree_model_node_sort.
* e-tree-model.c (etree_set_expanded): if the node is invisible,
just set its expanded flag and return.
(e_tree_model_root_node_set_visible): call set_expanded before we
remove it from the row array or else the aforementioned change
will result in nothing happening.
(e_tree_model_node_insert): use a position of -1 as "append".
(e_tree_model_node_insert): if the model was marked with
root_visible == FALSE, make sure to set it's expanded flag to TRUE
when the root node is inserted.
(e_tree_model_node_sort): new function.
svn path=/trunk/; revision=4912
|
|
|
|
|
|
|
|
|
|
| |
2000-08-21 Chris Toshok <toshok@helixcode.com>
* e-table.c (e_table_drag_source_set): pass table, not site as the
closure for these drag signals, since e_table_drag_source_event_cb
assumes it's the table.
svn path=/trunk/; revision=4911
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-21 Federico Mena Quintero <federico@helixcode.com>
* gui/calendar-model.c (calendar_model_duplicate_value): Updated
function.
(calendar_model_free_value): Updated function.
(calendar_model_initialize_value): Updated function.
(calendar_model_value_is_empty): Updated function.
(remove_object): Updated function.
(obj_updated_cb): Updated function.
(calendar_model_get_cal_client): Added inline docs.
(calendar_model_delete_task): Updated.
(calendar_model_mark_task_complete): Updated.
(calendar_model_get_cal_object): Updated.
svn path=/trunk/; revision=4910
|
|
|
|
| |
svn path=/trunk/; revision=4909
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-21 JP Rosevear <jpr@helixcode.com>
* providers/nntp/camel-nntp-folder.c
(nntp_folder_get_subfolder_names):
Make sure newsrc is not null
(nntp_folder_get_subfolder_names): ditto
* providers/nntp/camel-nntp-newsrc.c
(camel_nntp_newsrc_get_subscribed_group_names): Programming check
for newsrc == NULL
(camel_nntp_newsrc_get_all_group_names): ditto
(camel_nntp_newsrc_write_to_file): ditto
(camel_nntp_newsrc_write): ditto
svn path=/trunk/; revision=4908
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-21 Federico Mena Quintero <federico@helixcode.com>
* gui/calendar-model.c (set_categories): New function.
(parse_time): Moved over from the old set_time_t(). This just
parses the time and leaves the warning dialog for the caller.
(set_datetime): New function.
(set_geo): Updated old function.
(set_percent): Updated old function.
(set_priority): Updated old function.
(set_summary): New function.
(set_url): New function.
(calendar_model_set_value_at): Updated function.
(calendar_model_is_cell_editable): Updated function.
svn path=/trunk/; revision=4907
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-21 JP Rosevear <jpr@helixcode.com>
* providers/nntp/camel-nntp-store.c (camel_nntp_command):
Make sure respbuffer is not null before manipulating it.
If it is null, return CAMEL_NNTP_FAIL and a decent error
message.
svn path=/trunk/; revision=4906
|
|
|
|
| |
svn path=/trunk/; revision=4905
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-21 JP Rosevear <jpr@helixcode.com>
* gui/e-week-view.c (e_week_view_reload_events):
Use CalObjType
* gui/e-day-view.c (e_day_view_reload_events): ditto
svn path=/trunk/; revision=4904
|
|
|
|
|
|
|
|
|
|
| |
2000-08-21 JP Rosevear <jpr@helixcode.com>
* gui/e-day-view-main-item.c
(e_day_view_main_item_draw_day_event):
Use CalComponent instead of iCalObject. #if some alarm stuff
svn path=/trunk/; revision=4903
|
|
|
|
|
|
|
|
|
| |
2000-08-21 JP Rosevear <jpr@helixcode.com>
* gui/e-week-view-event-item.c (e_day_view_top_draw_long_event):
Use CalComponent instead of iCalObject. #if some alarm stuff
svn path=/trunk/; revision=4902
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-21 JP Rosevear <jpr@helixcode.com>
* gui/e-day-view.h: Update prototypes
* gui/e-day-view.c (e_day_view_on_unrecur_appointment):
Remove commented out portions.
* gui/e-week-view.c (e_week_view_on_unrecur_appointment):
Tidy.
svn path=/trunk/; revision=4901
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-21 JP Rosevear <jpr@helixcode.com>
* gui/e-day-view.c
(e_day_view_update_event): Use CalComponent
instead of iCalObject. Work around not having a compare
dates routine for two CalComponents.
(e_day_view_reshape_long_event): Use CalComponent instead
of iCalObject, #if some alarm stuff
(e_day_view_reshape_day_event): ditto
(e_day_view_reload_events): Use revamped CalClient
(e_day_view_update_event_cb): Use CalComponent
instead of iCalObject
(e_day_view_foreach_event_with_uid): ditto
(e_day_view_remove_event_cb): ditto
(e_day_view_update_event_label): ditto
(e_day_view_find_event_from_uid): ditto
(e_day_view_on_event_click): ditto
(e_day_view_on_event_right_click): ditto
(e_day_view_on_new_appointment): ditto
(e_day_view_on_edit_appointment): ditto
(e_day_view_on_delete_occurrence): ditto
(e_day_view_on_delete_appointment): ditto
(e_day_view_on_unrecur_appointment): ditto
(e_day_view_on_top_canvas_motion): ditto
(e_day_view_on_main_canvas_motion): ditto
(e_day_view_finish_long_event_resize): ditto
(e_day_view_finish_resize): ditto
(e_day_view_free_event_array): ditto
(e_day_view_add_event): ditto
(e_day_view_key_press): ditto
(e_day_view_on_editing_stopped): ditto
(e_day_view_update_top_canvas_drag): ditto
(e_day_view_update_main_canvas_drag): ditto
(e_day_view_on_drag_data_get): ditto
(e_day_view_on_top_canvas_drag_data_received): ditto
(e_day_view_on_main_canvas_drag_data_received): ditto
svn path=/trunk/; revision=4900
|
|
|
|
| |
svn path=/trunk/; revision=4899
|
|
|
|
|
|
|
|
|
|
| |
2000-08-21 Christopher James Lahey <clahey@helixcode.com>
* widgets/e-paned/e-hpaned.c, widgets/e-paned/e-paned.c,
widgets/e-paned/e-paned.h, widgets/e-paned/e-vpaned.c: Added code
to make handle position persist across resizes.
svn path=/trunk/; revision=4898
|
|
|
|
| |
svn path=/trunk/; revision=4897
|
|
|
|
|
|
|
|
|
|
| |
2000-08-20 JP Rosevear <jpr@helixcode.com>
* gui/e-week-view-event-item.c
(e_week_view_event_item_draw_icons):
Use CalComponent instead of iCalObject. #if some alarm stuff
svn path=/trunk/; revision=4896
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-20 JP Rosevear <jpr@helixcode.com>
* gui/e-week-view.c (e_week_view_update_event): Use CalComponent
instead of iCalObject. Work around not having a compare
dates routine for two CalComponents.
(e_week_view_reload_events): Use revamped CalClient
(e_week_view_reshape_event_span): Use CalComponent instead
of iCalObject, #if some alarm stuff
(e_week_view_update_event_cb): Use CalComponent instead of
iCalObject
(e_week_view_foreach_event_with_uid): ditto
(e_week_view_remove_event_cb): ditto
(e_week_view_free_events): ditto
(e_week_view_add_event): ditto
(e_week_view_on_editing_stopped): ditto
(e_week_view_find_event_from_uid): ditto
(e_week_view_key_press): ditto
(e_week_view_show_popup_menu): ditto
(e_week_view_on_new_appointment): ditto
(e_week_view_on_edit_appointment): ditto
(e_week_view_on_delete_occurrence): ditto
(e_week_view_on_delete_appointment): ditto
(e_week_view_on_unrecur_appointment): ditto
* gui/e-week-view.h: Update prototypes.
svn path=/trunk/; revision=4895
|
|
|
|
| |
svn path=/trunk/; revision=4894
|
|
|
|
|
|
|
|
|
| |
2000-08-20 Christopher James Lahey <clahey@helixcode.com>
* e-table-selection-model.c: Added
e_table_selection_model_selected_count.
svn path=/trunk/; revision=4893
|
|
|
|
|
|
|
| |
neither mail nor the calendar components work though...
evil stuff.
svn path=/trunk/; revision=4892
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
achtung/po/da.po balsa/po/da.po bonobo/po/da.po
bug-buddy/po/da.po control-center/po/da.po dia/po/da.po
dr-genius/po/da.po eog/po/da.po evolution/po/da.po
gconf/po/da.po gedit/po/da.po gernel/po/da.po
gnome-db/po/da.po gnome-iconedit/po/da.po gnome-utils/po/da.po
gnome-vfs/po/da.po gnumeric/po/da.po gtranslator/po/da.po
guppi3/po/da.po mc/po/da.po nautilus/po/da.po oaf/po/da.po
pan/po/da.po sodipodi/po/da.po
svn path=/trunk/; revision=4891
|
|
|
|
| |
svn path=/trunk/; revision=4890
|
|
|
|
|
|
|
|
| |
2000-08-20 Christopher James Lahey <clahey@helixcode.com>
* widgets/e-text/e-text.c: Fixed a warning.
svn path=/trunk/; revision=4889
|
|
|
|
| |
svn path=/trunk/; revision=4888
|
|
|
|
| |
svn path=/trunk/; revision=4887
|
|
|
|
| |
svn path=/trunk/; revision=4886
|
|
|
|
| |
svn path=/trunk/; revision=4885
|
|
|
|
|
|
|
|
| |
2000-08-19 Christopher James Lahey <clahey@helixcode.com>
* e-shell-folder-title-bar.c: Fixed a warning.
svn path=/trunk/; revision=4884
|
|
|
|
|
|
|
|
| |
2000-08-19 Christopher James Lahey <clahey@helixcode.com>
* e-shell-view.c: Fixed a warning.
svn path=/trunk/; revision=4883
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-19 Christopher James Lahey <clahey@helixcode.com>
* conduit/address-conduit.c, conduit/address-conduit.h: Changed
this to use ECardSimple.
* contact-editor/e-contact-editor.c: Fixed a memory leak.
* gui/component/addressbook.c: Added stuff to the right click
menu. Activated the new search dialog that doesn't quite work
yet.
* gui/minicard/e-minicard-view.c: Fixed some run time warnings.
svn path=/trunk/; revision=4882
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-19 Christopher James Lahey <clahey@helixcode.com>
* e-cell-text.c: Made background colors alternate.
* e-table-click-to-add.c: Made tabbing off the right edge of the
click to add commit the new values.
* e-table-group-container.c, e-table-group-leaf.c,
e-table-group.c, e-table-group.h, e-table-sorted-variable.c,
e-table-subset-variable.c, e-table-subset-variable.h: Added a
decrement method. Made the add and remove methods not
automatically increment and decrement.
* e-table-item.c: Fixed some view vs model issues for both rows
and columns.
* e-table-model.c: Added debugging code. Removed automatic
signalling of changes by the ETableModel set_value_at function
(the model should send these signals itself.)
* e-table.c: Added increment and decrement calls when a row is
removed or added from the source model.
svn path=/trunk/; revision=4881
|
|
|
|
|
|
|
|
|
| |
achtung/po/da.po bonobo/po/da.po control-center/po/da.po
dia/po/da.po eog/po/da.po evolution/po/da.po gernel/po/da.po
ggv/po/da.po gimp/po/da.po gnome-iconedit/po/da.po
gnumeric/po/da.po nautilus/po/da.po rp3/po/da.po
svn path=/trunk/; revision=4880
|
|
|
|
| |
svn path=/trunk/; revision=4879
|
|
|
|
|
|
|
|
| |
2000-08-19 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
svn path=/trunk/; revision=4878
|
|
|
|
| |
svn path=/trunk/; revision=4877
|
|
|
|
| |
svn path=/trunk/; revision=4876
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-18 JP Rosevear <jpr@helixcode.com>
* gui/event-editor.h: Update prototypes.
* gui/event-editor.c: Need to come back here later to fix the
alarm stuff. The gui also needs to be completely redone to
support the fancier CalComponent settings (exrules, rdates, etc)
There are some warnings that I put in to mark some of these
spots
(event_editor_destroy): Use Calcomponent instead
of iCalObject
(make_title_from_comp): ditto
(clear_widgets): ditto
(fill_widgets): ditto
(classification_get): ditto
(dialog_to_comp_object): ditto
(save_ical_object): ditto
(close_dialog): ditto
(event_editor_set_ical_object): ditto
svn path=/trunk/; revision=4875
|
|
|
|
| |
svn path=/trunk/; revision=4874
|
|
|
|
| |
svn path=/trunk/; revision=4873
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-18 Larry Ewing <lewing@helixcode.com>
* e-shell-folder-title-bar.c (style_set_cb): update the pixmap
define E_USE_STYLES to disable the current darkening behavior
(destroy): free the icon.
(e_shell_folder_title_bar_construct): style_set_cb does everything
important now.
(e_shell_folder_title_bar_set_icon): actually store the pixbuf
when we set it so that we still have it if the style changes and
take care of refcounting them properly.
svn path=/trunk/; revision=4872
|
|
|
|
| |
svn path=/trunk/; revision=4871
|
|
|
|
| |
svn path=/trunk/; revision=4870
|
|
|
|
| |
svn path=/trunk/; revision=4869
|
|
|
|
|
|
| |
use.
svn path=/trunk/; revision=4868
|
|
|
|
| |
svn path=/trunk/; revision=4867
|
|
|
|
| |
svn path=/trunk/; revision=4866
|
|
|
|
| |
svn path=/trunk/; revision=4864
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-17 JP Rosevear <jpr@helixcode.com>
* gui/gncal-todo.c (ok_button): Use CalComponent instead of
iCalObject
(cancel_button): ditto
(gncal_todo_edit): ditto
(add_todo): ditto
(edit_todo): ditto
(delete_todo): ditto
(insert_in_clist): ditto
(gncal_todo_update): ditto
* gui/gncal-todo.h: Update prototypes
svn path=/trunk/; revision=4863
|
|
|
|
| |
svn path=/trunk/; revision=4862
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-16 JP Rosevear <jpr@helixcode.com>
Rework gnome-cal.c - alarms are a tad broken ATM so this
will need more cleaning later.
* gui/gnome-cal.c (snooze): Use CalComponent instead of
iCalObject
(edit): ditto
(audio_notification): ditto
(display_notification_cb): Use CalComponent member of
alarm_notify_closure rather than iCalObject
(display_notification): ditto
(trigger_alarm_cb): ditto. Use CalComponent alarm types
(gnome_calendar_tag_calendar_cb): New
cal_client_generate_instances callback to
mark_gtk_calendar_day's
(gnome_calendar_tag_calendar): Use above callback
(save_ical_object_cb): Use CalComponent instead of
iCalObject
(gnome_calendar_edit_object): ditto
(gnome_calendar_new_appointment): ditto
svn path=/trunk/; revision=4861
|
|
|
|
| |
svn path=/trunk/; revision=4860
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-16 Richard Hult <rhult@hem.passagen.se>
* mail-ops.c (cleanup_display_message): Use a configurable
timeout.
* mail-config.c (mail_config_set_mark_as_seen_timeout): New
function
for the settable mark-as-seen timeout.
(mail_config_mark_as_seen_timeout): Likewise.
(mail_config_write): Write the timeout setting.
(config_read): Read timeout setting.
* mail-config-gui.c (mail_config): Add option for the settable
mark-as-seen timeout.
(mail_config_apply_clicked): Likewise.
(timeout_changed): New function for the timeout setting.
svn path=/trunk/; revision=4859
|
|
|
|
|
|
|
|
| |
2000-08-16 Larry Ewing <lewing@helixcode.com>
* e-icon-bar.c (e_icon_bar_init): remove COLOR_TEXT references.
svn path=/trunk/; revision=4858
|
|
|
|
| |
svn path=/trunk/; revision=4857
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-16 Larry Ewing <lewing@helixcode.com>
* e-icon-bar.h (enum): get rid of COLOR_TEXT.
(struct _EIconBarItem): add pixbuf member to hold unmodified
pixbuf.
* e-icon-bar.c (e_icon_bar_style_set): update the image and the
colors based on the new style.
(e_icon_bar_add_item): store the full alpha pixbuf so that we can
update the background color if the style changes. Use the style
colors where appropriate.
(e_icon_bar_on_editing_stopped): revert to style colors.
(e_icon_bar_on_editing_started): use style fg instead of
COLOR_TEXT.
* e-shortcut-bar.c (e_shortcut_bar_add_group): add an #ifndef
E_USE_STYLES around the call to e_shortcut_bar_set_canvas_style to
allow people to test out the style stuff that is in progress.
svn path=/trunk/; revision=4856
|
|
|
|
| |
svn path=/trunk/; revision=4855
|
|
|
|
| |
svn path=/trunk/; revision=4854
|
|
|
|
| |
svn path=/trunk/; revision=4853
|
|
|
|
| |
svn path=/trunk/; revision=4852
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-15 Larry Ewing <lewing@helixcode.com>
* gui/minicard/e-minicard.c (e_minicard_event): use style colors
for the selected state. This doesn't properly redraw the minicard
when there is a style_change event, that is next.
(e_minicard_realize): use style colors.
svn path=/trunk/; revision=4851
|
|
|
|
| |
svn path=/trunk/; revision=4850
|
|
|
|
| |
svn path=/trunk/; revision=4849
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-15 JP Rosevear <jpr@helixcode.com>
* gui/mark.c (mark_month_item_cb): Callback used to mark every
event in a month.
(mark_month_item): Use cal_client_generate_instances with
above callback
svn path=/trunk/; revision=4848
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-15 JP Rosevear <jpr@helixcode.com>
* gui/print.c (print_month_small): Use
cal_client_get_objects_in_range
(print_day_details_cb): Callback used to create columns and fill
events into a day view. Code should be shared with e-day-view
in reality. Maybe need to go back to layout.[hc] a bit later
(print_day_details): Use cal_client_generate_instances with
above callback. Iterate over results to expand events to fit.
(print_day_summary_cb): Callback to build list of event info
for a day
(print_day_summary): Use cal_client_generate_instances with
above callback to generate the required event info for printing
(print_todo_details_cb): Callback used create list of todo info
(print_todo_details): Use cal_client_generate_instances with
above callback to generate required todo info for printing.
* gui/layout.[hc]: No longer used.
svn path=/trunk/; revision=4847
|
|
|
|
| |
svn path=/trunk/; revision=4846
|
|
|
|
| |
svn path=/trunk/; revision=4845
|
|
|
|
| |
svn path=/trunk/; revision=4844
|
|
|
|
| |
svn path=/trunk/; revision=4843
|
|
|
|
| |
svn path=/trunk/; revision=4841
|