aboutsummaryrefslogtreecommitdiffstats
path: root/ui
ModeNameSize
-rw-r--r--.cvsignore53logstatsplainblame
-rw-r--r--ChangeLog57110logstatsplainblame
-rw-r--r--Makefile.am657logstatsplainblame
-rw-r--r--evolution-addressbook.h771logstatsplainblame
-rw-r--r--evolution-addressbook.xml3961logstatsplainblame
-rw-r--r--evolution-calendar.xml3718logstatsplainblame
-rw-r--r--evolution-comp-editor.xml2115logstatsplainblame
-rw-r--r--evolution-composer-entries.xml884logstatsplainblame
-rw-r--r--evolution-contact-editor.xml2511logstatsplainblame
-rw-r--r--evolution-contact-list-editor.xml1848logstatsplainblame
-rw-r--r--evolution-event-editor.xml1242logstatsplainblame
-rw-r--r--evolution-executive-summary.xml185logstatsplainblame
-rw-r--r--evolution-mail-global.xml3218logstatsplainblame
-rw-r--r--evolution-mail-list.xml3755logstatsplainblame
-rw-r--r--evolution-mail-message.xml13540logstatsplainblame
-rw-r--r--evolution-mail-messagedisplay.xml1403logstatsplainblame
-rw-r--r--evolution-message-composer.h1629logstatsplainblame
-rw-r--r--evolution-message-composer.xml5027logstatsplainblame
-rw-r--r--evolution-signature-editor.xml1779logstatsplainblame
-rw-r--r--evolution-subscribe.xml1366logstatsplainblame
-rw-r--r--evolution-task-editor.xml802logstatsplainblame
-rw-r--r--evolution-tasks.xml2229logstatsplainblame
-rw-r--r--evolution.xml8390logstatsplainblame
-rw-r--r--my-evolution.xml708logstatsplainblame
* A few small interface fixes.Christopher James Lahey2000-08-135-5/+26 * Added addressbook/gui/search/Makefile.Christopher James Lahey2000-08-137-14/+56 * Ettore fixed compilation.Christopher James Lahey2000-08-122-3/+7 * Added load-gnomecard-addressbook.Christopher James Lahey2000-08-122-0/+5 * Made this into a Gtk object.Christopher James Lahey2000-08-123-19/+218 * Ref our book view listener.Christopher James Lahey2000-08-1210-95/+807 * implement code to encode the first email address and send to the pilot.Chris Toshok2000-08-122-11/+42 * add code for handling email addresses from pilot (which stores it as aChris Toshok2000-08-122-34/+56 * Changed a couple of input field names.Christopher James Lahey2000-08-112-2/+7 * Remove bogus prototype that was causing compilation to fail when LDAPEttore Perazzoli2000-08-112-4/+5 * New search dialog for addressbook.Christopher James Lahey2000-08-113-10/+44 * Update for changed prototype, pass evolution_homedir arg toDan Winship2000-08-114-13/+25 * Fixed any search to not crash on missing phone numbers or email addresses.Christopher James Lahey2000-08-112-2/+7 * Added a button to save to your addressbook.Christopher James Lahey2000-08-103-2/+117 * Made the toolbars conform to the user's gnomecc settings for detachableCody Russell2000-08-102-1/+11 * Added some military prefixes.Nat Friedman2000-08-092-1/+6 * Fixed a warning.Christopher James Lahey2000-08-092-1/+5 * Add an icon to the "Print contacts" menu item.Ettore Perazzoli2000-08-092-1/+7 * Put the print menu item in the right placeholder for consistency.Ettore Perazzoli2000-08-092-3/+13 * Changed e_popup_menu_run call to match the new arguments.Christopher James Lahey2000-08-099-101/+94 * use x-evolution-any-field.Chris Toshok2000-08-098-129/+177 * Removed the next and prev toolbar buttons since they don't do anything.Christopher James Lahey2000-08-083-0/+9 * Fixed the tab order to not repeat the web page address field.Christopher James Lahey2000-08-085-8/+16 * Fixed the tab order for this dialog.Christopher James Lahey2000-08-083-0/+85 * Fixed a warning.Christopher James Lahey2000-08-054-2/+13 * Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-043-0/+8 * Emit "model_pre_change" signal as appropriate.Christopher James Lahey2000-08-035-0/+14 * Adapted this to supply the new append_row API of ETableModel.Christopher James Lahey2000-08-023-14/+39 * Changed the default set of columns.Christopher James Lahey2000-08-012-6/+5 * Added load-gnomecard-addressbook compilation.Christopher James Lahey2000-07-295-33/+162 * Make sure the LDAP backend files get distributed even if OpenLDAPEttore Perazzoli2000-07-282-1/+13 * flesh out ifdef'ed out code. need to write merge_ecard_with_remote_record.Seth Alves2000-07-271-12/+10 * add handling for phone labels, going either direction (from pilot and to pilot.)Seth Alves2000-07-271-5/+56 * Changed the URI to load to.Christopher James Lahey2000-07-272-1/+13 * remove double freeSeth Alves2000-07-271-4/+1 * bug fixesSeth Alves2000-07-272-5/+5 * more work on addressbook syncerSeth Alves2000-07-272-18/+105 * Fixed a warning.Christopher James Lahey2000-07-273-4/+4 * wait to free the view until we've taken care of freeing its internals.Chris Toshok2000-07-272-51/+77 * add support for user settable scope. (pas_backend_ldap_search): same.Chris Toshok2000-07-272-5/+19 * lowercasify the supported_mime_typesDan Winship2000-07-264-6/+11 * add enum for e-card pilot status.Chris Toshok2000-07-265-89/+161 * add comment headers to signals that didn't have any.Chris Toshok2000-07-262-3/+93 * use the user's Contact db. not toshok's.Chris Toshok2000-07-262-2/+15 * add textual exception printout. (set_editor_text): close pre tags & checkMichael Meeks2000-07-263-1/+12 * build static versions of some util libraries for the conduit to link withSeth Alves2000-07-266-5/+30 * Added a #define for "X-EVOLUTION-PILOTID". Added a parse_pilot_id to readChristopher James Lahey2000-07-252-13/+37 * add pilot_id.Chris Toshok2000-07-253-2/+25 * more stuff. too much to use a changelog for.Chris Toshok2000-07-255-444/+326 * Remove the idle handler when we're destroyed.Christopher James Lahey2000-07-243-4/+16 * Fixed the oaf info.Christopher James Lahey2000-07-2114-122/+460 * Update the components to match the changes in the libeshell API.Ettore Perazzoli2000-07-212-1/+6 * Added the Turkish desktop entryFatih Demir2000-07-202-0/+7 * Added "text/vCard" to the list of mime types we support.Christopher James Lahey2000-07-183-2/+11 * Added gui/minicard/e-minicard-control.c,Christopher James Lahey2000-07-1814-120/+260 * New files for using a minicard as a widget or a bonobo control.Christopher James Lahey2000-07-189-0/+1218 * a building but non-functional address conduitSeth Alves2000-07-156-0/+1642 * duh. don't save the port in the host slot either.Chris Toshok2000-07-152-1/+6 * Added these.Christopher James Lahey2000-07-145-0/+194 * Switched the order of compilation of printing and contact-editor.Christopher James Lahey2000-07-1415-39/+358 * oops. fix typo that was saving the port in the rootdn spot.Chris Toshok2000-07-132-7/+67 * From addressbook/ChangeLog:Christopher James Lahey2000-07-133-3/+11 * Add icons to the toolbars.Christopher James Lahey2000-07-133-16/+32 * Added installation of arrow.png.Christopher James Lahey2000-07-135-6/+24 * Removed an unused functionChristopher James Lahey2000-07-122-7/+4 * Add the OAF stuff to `EXTRA_DIST'.Ettore Perazzoli2000-07-111-2/+1 * add idl file to EXTRA_DISTDan Winship2000-07-112-1/+8 * Get rid of the ESelectNames test menu entry.Ettore Perazzoli2000-07-112-38/+5 * Fix the address entry box for more than one address being specifiedPeter Williams2000-07-102-19/+27 * Switched from ETable to ETableScrolled.Christopher James Lahey2000-07-108-19/+30 * Added a field that gives the name if it exists and the company nameChristopher James Lahey2000-07-10