| Commit message (Expand) | Author | Age | Files | Lines |
* | make this actually work: destroy the canvas item, memmove stuff around, | Chris Toshok | 2003-02-17 | 1 | -0/+12 |
* | enable this function to reflow the view from a particular column onward. | Chris Toshok | 2003-02-17 | 4 | -28/+178 |
* | disconnect search_started and search_result. (addressbook_compare): if | Chris Toshok | 2003-02-17 | 4 | -55/+130 |
* | Added a (get-size ) function to fix bug #38073. (search_get_size): | Jeffrey Stedfast | 2003-02-15 | 3 | -1/+32 |
* | watch for <>'s too | Jeffrey Stedfast | 2003-02-15 | 1 | -1/+2 |
* | Mark chars with the high-bit set as CTRL chars. (camel_url_web_end): If | Jeffrey Stedfast | 2003-02-15 | 2 | -11/+50 |
* | Same as the gpg and pkcs7 contexts. | Jeffrey Stedfast | 2003-02-15 | 10 | -37/+74 |
* | Change the logic here slightly. Instead of only reprompting the user if | Jeffrey Stedfast | 2003-02-15 | 2 | -9/+32 |
* | Fix for Solaris Bug "31081 Mailer sender/Subject/Date fields blank for | Suresh Chandrasekharan | 2003-02-14 | 1 | -0/+2 |
* | (segv_redirect): New, SIGSEGV signal handler. | Ettore Perazzoli | 2003-02-14 | 2 | -0/+65 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-02-14 | 1 | -1221/+1266 |
* | #include <stdio.h> | Jeffrey Stedfast | 2003-02-14 | 5 | -15/+36 |
* | guard for null paths if save_id lookup fails. | Mike Kestner | 2003-02-14 | 1 | -1/+2 |
* | don't transform based on allocation position. Position isn't absolute now. | Mike Kestner | 2003-02-14 | 1 | -3/+0 |
* | Update Czech translation | Miloslav Trmac | 2003-02-14 | 2 | -303/+307 |
* | kill a double unref on the pango_layout. | Mike Kestner | 2003-02-14 | 1 | -2/+0 |
* | Request a reflow on realization, so size and placement will be correct | Hans Petter Jansson | 2003-02-13 | 1 | -1/+4 |
* | Get rid of the need for the GTK_WIDGET_DESTROYED() check. | Jeffrey Stedfast | 2003-02-13 | 2 | -17/+15 |
* | handle reverse searches (find_prev_in_range): reverse search impl | Mike Kestner | 2003-02-13 | 1 | -4/+24 |
* | Removed unused variables. | Jeffrey Stedfast | 2003-02-13 | 5 | -59/+25 |
* | Add missing file(s) and remove non-existant one(s). | Abel Cheung | 2003-02-13 | 2 | -2/+7 |
* | work around broken models that insert children before parents. bad models. | Mike Kestner | 2003-02-13 | 1 | -4/+18 |
* | (DEFAULT_USER_PATH): Look into evolution/$BASE_VERSION | Ettore Perazzoli | 2003-02-12 | 2 | -1/+6 |
* | ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. | Dmitry Mastrukov | 2003-02-12 | 2 | -4588/+4314 |
* | Enable printing for calendar and tasks. | Hans Petter Jansson | 2003-02-12 | 3 | -217/+189 |
* | Don't use gtk_scrolled_window_set_scrollbar_spacing() anymore. | Hans Petter Jansson | 2003-02-12 | 2 | -1/+5 |
* | Suggest people use 1.2.x instead of 1.0.x. | Joe Shaw | 2003-02-12 | 2 | -1/+6 |
* | Use gtk_window_set_resizable() instead of gtk_window_set_policy(). | Jeffrey Stedfast | 2003-02-12 | 6 | -35/+25 |
* | Register a destroy virtual method. (mail_accounts_tab_destroy): Set | Jeffrey Stedfast | 2003-02-12 | 5 | -29/+51 |
* | Set mail_display->destroyed = TRUE. This is a workaround for the | Jeffrey Stedfast | 2003-02-12 | 3 | -13/+15 |
* | Instead of simply ignoring bad chars, return the sentinal invalid char | Not Zed | 2003-02-11 | 2 | -5/+11 |
* | Don't try to make an error string from an uninitialized GnomeVFSResult. | Hans Petter Jansson | 2003-02-11 | 2 | -4/+15 |
* | [ fixes bug #33066 ] new function (set_entry_changed_signals): call | Chris Toshok | 2003-02-11 | 3 | -46/+92 |
* | Use g_signal_emit() rather than gtk_signal_emit(). (build_flat): Same | Jeffrey Stedfast | 2003-02-11 | 12 | -63/+63 |
* | rewrite to use etta (find_next_in_range): helper func to search a range of | Mike Kestner | 2003-02-11 | 1 | -25/+22 |
* | Split the ORBit IDL compilation rules to work properly with parallel | Ettore Perazzoli | 2003-02-11 | 3 | -13/+39 |
* | Split the IDL generated rules so ${ORBIT_IDL} | Ettore Perazzoli | 2003-02-11 | 2 | -4/+17 |
* | Make the CORBA IDL compilation work with parallel makes. Likewise. | Ettore Perazzoli | 2003-02-11 | 4 | -19/+61 |
* | (libeutil_static_la_DEPENDENCIES): Make | Ettore Perazzoli | 2003-02-11 | 2 | -6/+18 |
* | Install load-pine-addressbook and load-gnomecard-addressbook into | Ettore Perazzoli | 2003-02-11 | 4 | -9/+36 |
* | (libical_static_la_DEPENDENCIES): Make | Ettore Perazzoli | 2003-02-10 | 2 | -1/+12 |
* | Add LDFLAGS to ported libs | Rodney Dawes | 2003-02-10 | 2 | -0/+10 |
* | look in the http cache for images when saving (image_save_as): remove | Larry Ewing | 2003-02-10 | 2 | -24/+40 |
* | gone. (match_initials): gone. (book_query_sexp): remove the primary | Chris Toshok | 2003-02-10 | 5 | -52/+44 |
* | lots of changes here. should be a big performance gain. god i hope this is | Chris Toshok | 2003-02-10 | 2 | -228/+110 |
* | ignore test-completion. | Chris Toshok | 2003-02-10 | 11 | -713/+239 |
* | Update Czech translation, remove some obsolete strings | Miloslav Trmac | 2003-02-09 | 2 | -883/+158 |
* | Unmarked some strings which are unsuitable for translation | Kwok-Koon Cheung | 2003-02-09 | 1 | -3/+3 |
* | fix length calculation. (create_folder_directory): remove alloca usage, | Larry Ewing | 2003-02-09 | 2 | -3/+9 |
* | Add missing files and remove non-existant one. Mark incorrectly translated | Abel Cheung | 2003-02-09 | 7 | -8/+18 |
* | [ huge change, all for 1 little performance problem :) fixes #18207 ] use | Chris Toshok | 2003-02-08 | 16 | -148/+244 |
* | [ huge change, all for 1 little performance problem :) fixes #18207 ] use | Chris Toshok | 2003-02-08 | 8 | -46/+243 |
* | add an activate handler that returns a response OK if the OK response | Larry Ewing | 2003-02-08 | 2 | -0/+25 |
* | remove this file, as it's generated now Add this file to generate the | Rodney Dawes | 2003-02-08 | 3 | -3/+13 |
* | Updating Amharic translation. | Daniel Yacob | 2003-02-08 | 2 | -2437/+2532 |
* | privlibexecdir not evolibexecdir for the server file | Rodney Dawes | 2003-02-08 | 2 | -1/+5 |
* | don't use random memory as a gconf client. | Larry Ewing | 2003-02-08 | 2 | -0/+6 |
* | Use g_object_new() instead of gtk_type_new(). | Jeffrey Stedfast | 2003-02-08 | 9 | -16/+38 |
* | Fix installation of desktop/mime files | Rodney Dawes | 2003-02-08 | 2 | -4/+9 |
* | Fixes #37706 | Rodrigo Moya | 2003-02-08 | 2 | -2/+25 |
* | Added missing files to .cvsignore and AC_PREREQ to configure.in. | Christian Neumair | 2003-02-07 | 3 | -0/+9 |
* | replaced deprecated calls (gtk_menu_append -> gtk_menu_shell_append and | Radek Doulik | 2003-02-07 | 1 | -2/+2 |
* | track change to e_book_load_uri type. | Chris Toshok | 2003-02-07 | 2 | -3/+6 |
* | check the status, not the book, and unref the book here. | Chris Toshok | 2003-02-07 | 18 | -139/+131 |
* | Add fr to ALL_LINGUAS again. | Ettore Perazzoli | 2003-02-07 | 2 | -1/+5 |
* | (on_right_click): Use | Ettore Perazzoli | 2003-02-07 | 2 | -1/+7 |
* | (control_activate): Get | Ettore Perazzoli | 2003-02-07 | 3 | -2/+7 |
* | Use e_auto_kill_popup_menu_on_selection_done() instead of | Ettore Perazzoli | 2003-02-07 | 3 | -2/+10 |
* | Use different tmp file names so these rules can be executed in parallel | Ettore Perazzoli | 2003-02-07 | 4 | -24/+64 |
* | (e_auto_kill_popup_menu_on_selection_done): Rename from | Ettore Perazzoli | 2003-02-07 | 2 | -25/+28 |
* | Fix KRB4_CFLAGS to work correctly Fix desktop file installation path Use | Rodney Dawes | 2003-02-07 | 4 | -4/+13 |
* | Updated Czech translation | Michal Bukovjan | 2003-02-07 | 2 | -687/+737 |
* | Updated Czech translation. | Michal Bukovjan | 2003-02-07 | 1 | -10622/+8641 |
* | index bound bug (insert_children): prepend/reverse for now | Mike Kestner | 2003-02-07 | 1 | -16/+27 |
* | Set response_ids on the OK/Cancel buttons | Dan Winship | 2003-02-07 | 2 | -0/+7 |
* | show the widget before returning it. | Dan Winship | 2003-02-07 | 2 | -1/+8 |
* | Fix EVOLUTION_ICONSDIR | Dan Winship | 2003-02-07 | 2 | -2/+3 |
* | add EVOLUTION_PRIVDATADIR | Dan Winship | 2003-02-07 | 9 | -9/+25 |
* | AC_SUBST privlibdir, privincludedir, privdatadir (sent from ../configure). | Dan Winship | 2003-02-07 | 6 | -34/+36 |
* | export priv*dir for libical's configure to use. | Dan Winship | 2003-02-07 | 2 | -0/+5 |
* | Fix typo in previous commit | Dan Winship | 2003-02-07 | 2 | -1/+5 |
* | add missing datadir= | Dan Winship | 2003-02-07 | 1 | -0/+1 |
* | s/PACKAGE/GETTEXT_PACKAGE/ in gettext init | Dan Winship | 2003-02-07 | 19 | -24/+55 |
* | s/wombat/evolution-wombat/ | Dan Winship | 2003-02-07 | 1 | -2/+2 |
* | Remove -L${libdir}. (CFlags): s/includedir/privincludedir/ | Dan Winship | 2003-02-07 | 4 | -7/+18 |
* | remove soundsdir def | Dan Winship | 2003-02-07 | 2 | -2/+2 |
* | subst in $(toolsdir) instead of $(bindir) | Dan Winship | 2003-02-07 | 3 | -8/+14 |
* | cleanup | Dan Winship | 2003-02-07 | 2 | -6/+5 |
* | use viewsdir | Dan Winship | 2003-02-07 | 5 | -12/+16 |
* | Use privdatadir Likewise. Likewise. Likewise. Likewise. Likewise. | Dan Winship | 2003-02-07 | 10 | -21/+33 |
* | Remove *dir defs that are in configure.in now (INCLUDES): clean up using | Dan Winship | 2003-02-07 | 4 | -38/+44 |
* | clean up | Dan Winship | 2003-02-06 | 9 | -11/+36 |
* | remove imagesdir, etc, which are now defined in configure.in | Dan Winship | 2003-02-06 | 2 | -4/+6 |
* | clean up, update, etc | Dan Winship | 2003-02-06 | 5 | -27/+33 |
* | use POINTER_STRING_BOOL for activate_shortcut. | Michael Zucci | 2003-02-06 | 4 | -3/+13 |
* | add an activate handler to the entry so that hitting return will return an | Larry Ewing | 2003-02-06 | 2 | -0/+13 |
* | Added NONE,STRING,STRING,STRING | Not Zed | 2003-02-06 | 3 | -1/+9 |
* | We want to copy whats in the default user dir, not the default user dir. | Not Zed | 2003-02-06 | 2 | -1/+6 |
* | use the parent path to find the parent node rather than the row, which is | Not Zed | 2003-02-06 | 1 | -3/+4 |
* | makefile and warnings fixes | Dan Winship | 2003-02-06 | 1 | -0/+105 |
* | Update this some although it's not currently being built | Dan Winship | 2003-02-06 | 1 | -6/+4 |
* | Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir, | Dan Winship | 2003-02-06 | 13 | -41/+35 |
* | Use privlibexecdir. (INCLUDES): Remove cruft. (gladedir, serversdir): | Dan Winship | 2003-02-06 | 3 | -19/+11 |
* | Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir): Remove | Dan Winship | 2003-02-06 | 6 | -20/+11 |
* | Define in terms of privincludedir | Dan Winship | 2003-02-06 | 3 | -8/+4 |
* | Remove cruft. (libcal_utilincludedir): Define in terms of privincludedir | Dan Winship | 2003-02-06 | 1 | -2/+1 |
* | Remove cruft. (pcsincludedir): Define in terms of privincludedir | Dan Winship | 2003-02-06 | 2 | -3/+1 |
* | update Makefile.ams and fix a lot of warnings | Dan Winship | 2003-02-06 | 1 | -0/+143 |
* | Remove cruft | Dan Winship | 2003-02-06 | 1 | -2/+1 |
* | Remove cruft, rename ICONSDIR to IMAGESDIR. (serverdir, gladedir): Remove | Dan Winship | 2003-02-06 | 4 | -35/+29 |
* | Remove cruft. (serverdir, gladedir, etspecdir): Remove definitions | Dan Winship | 2003-02-06 | 4 | -10/+2 |
* | Remove cruft. (gladedir, etspecdir): Remove definitions. (glade_DATA): | Dan Winship | 2003-02-06 | 7 | -31/+30 |
* | Remove cruft. Define in terms of privdatadir | Dan Winship | 2003-02-06 | 2 | -3/+1 |
* | Remove cruft, s/ICONSDIR/IMAGESDIR/ (gladedir, etspecdir): Remove | Dan Winship | 2003-02-06 | 3 | -12/+7 |
* | Remove some cruft. rename ICONSDIR to IMAGESDIR. (images_DATA): Install | Dan Winship | 2003-02-06 | 5 | -32/+22 |
* | Define in terms of privdatadir. (gladedir): Defined in configure.in now. | Dan Winship | 2003-02-06 | 4 | -5/+4 |
* | Remove cruft (ldapschemadir): Use privdatadir (pasincludedir): Use | Dan Winship | 2003-02-06 | 3 | -5/+2 |
* | Remove cruft. (libebookincludedir): Use privincludedir. | Dan Winship | 2003-02-06 | 9 | -20/+33 |
* | Define in terms of privincludedir | Dan Winship | 2003-02-06 | 2 | -1/+6 |
* | Defined in configure.in now (filterdir): Define using privdatadir | Dan Winship | 2003-02-06 | 2 | -2/+6 |
* | Define in terms of privincludedir. (camellibexecdir): Define in terms of | Dan Winship | 2003-02-06 | 8 | -15/+25 |
* | Define EVOLUTION_IMAGES using $(imagesdir). Define EVOLUTION_GLADEDIR | Dan Winship | 2003-02-06 | 16 | -38/+71 |
* | Remove unneeded MAP_DIR define. (gladedir): Remove. Defined in | Dan Winship | 2003-02-06 | 3 | -2/+9 |
* | Define MAP_DIR in terms of $(imagesdir). (widgetsincludedir): Define in | Dan Winship | 2003-02-06 | 2 | -2/+7 |
* | define in terms of privincludedir. | Dan Winship | 2003-02-06 | 13 | -17/+40 |
* | use privdatadir | Dan Winship | 2003-02-06 | 2 | -2/+5 |
* | Define and AC_SUBST privlibexecdir, privdatadir, privincludedir, | Dan Winship | 2003-02-06 | 2 | -28/+37 |
* | Split out the mailto handling code from here so we can use it in the | Jeffrey Stedfast | 2003-02-06 | 2 | -36/+60 |
* | add cal-recur.c | Dan Winship | 2003-02-06 | 2 | -0/+5 |
* | s/BonoboXObject/BonoboObject/ | Dan Winship | 2003-02-06 | 3 | -8/+11 |
* | s/BonoboXObject/BonoboObject/ | Dan Winship | 2003-02-06 | 3 | -6/+10 |
* | s/BonoboXObject/BonoboObject/ | Dan Winship | 2003-02-06 | 5 | -18/+24 |
* | array of localized month day names ("1st" - "31st") | Dan Winship | 2003-02-06 | 7 | -75/+294 |
* | s/glade_gnome_init/glade_init/ | Dan Winship | 2003-02-06 | 2 | -1/+5 |
* | s/glade_gnome_init/glade_init/ | Dan Winship | 2003-02-06 | 3 | -2/+9 |
* | Replace deprecated glade_gnome_init() with glade_init(). | Dan Winship | 2003-02-06 | 5 | -4/+15 |
* | Replace deprecated glade_gnome_init() call with glade_init(). | Dan Winship | 2003-02-06 | 2 | -2/+2 |
* | define and AC_SUBST privlibexecdir. | Dan Winship | 2003-02-06 | 3 | -3/+26 |
* | ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. | Dmitry Mastrukov | 2003-02-05 | 2 | -4899/+5161 |
* | make GAL_LIBS use -lgal-2.0 remove extraneous GTK_LIBS reference update to | Mike Kestner | 2003-02-05 | 5 | -874/+613 |
* | Init bag->owner to 0. | Not Zed | 2003-02-05 | 2 | -63/+76 |
* | re-enable. (prepare_importer_page): re-enable importer code. | Not Zed | 2003-02-05 | 4 | -41/+34 |
* | update from ../../importers/. (main): Removed. | Not Zed | 2003-02-05 | 6 | -15/+3661 |
* | The CVS server exited after applying everything from my last commit, | Hans Petter | 2003-02-05 | 1 | -10/+22 |
* | Rename to e_meeting_time_selector_on_invite_others_button_expose() and | Hans Petter Jansson | 2003-02-05 | 2 | -9/+26 |
* | Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated. | Jeffrey Stedfast | 2003-02-05 | 8 | -41/+79 |
* | thx to Baris, adjust phrasing in assorted places. tiny fixes, basically. | Aaron Weber | 2003-02-05 | 2 | -7/+20 |
* | Fix badly formatted ChangeLog entry. This has been bothering me since it | Hans Petter | 2003-02-05 | 1 | -2/+2 |
* | Use PangoLayout to draw text. | Hans Petter Jansson | 2003-02-05 | 2 | -12/+23 |
* | Update AC_DEFINEs to use the new syntax to make acconfig.h unnecessary. | Dan Winship | 2003-02-05 | 4 | -92/+45 |
* | fixed button/text mismatches | Jeffrey Stedfast | 2003-02-05 | 1 | -17/+17 |
* | removed broken strings | Jeffrey Stedfast | 2003-02-05 | 1 | -301/+335 |
* | updated for e scroll frame --> gtk scrolled window | Radek Doulik | 2003-02-05 | 14 | -95/+92 |
* | replaced e scroll frame with gtk scrolled window | Radek Doulik | 2003-02-05 | 5 | -23/+21 |
* | Updated it.po (style fixies) | Marco Ciampa | 2003-02-05 | 2 | -67/+72 |
* | add gnome-vfs-module-2.0 to the deps so we pick up the right include path. | Chris Toshok | 2003-02-04 | 2 | -1/+6 |
* | remove the --enable-shlib-components stuff. | Chris Toshok | 2003-02-04 | 2 | -39/+8 |
* | [ pull forward Jack Jia's fix for #34900 ] use a weak ref for the file | Chris Toshok | 2003-02-04 | 2 | -9/+15 |
* | pull forward Jack Jia's fix for #33672, but convert it to use unlink | Chris Toshok | 2003-02-04 | 2 | -13/+22 |
* | Get the thread_subject setting here instead of in regen_list_regen since | Jeffrey Stedfast | 2003-02-04 | 2 | -7/+13 |
* | Just use gnome_vfs_get_mime_type_from_name() so we can forget all the crap | Jeffrey Stedfast | 2003-02-04 | 1 | -9/+7 |
* | ops, build | Jeffrey Stedfast | 2003-02-04 | 1 | -5/+2 |
* | Just use gnome_vfs_get_mime_type_from_name(). | Jeffrey Stedfast | 2003-02-04 | 2 | -21/+8 |
* | Just use gnome_vfs_get_mime_type_from_name() so we can forget all the crap | Jeffrey Stedfast | 2003-02-04 | 3 | -19/+29 |
* | Updating Amharic translation. | Daniel Yacob | 2003-02-04 | 2 | -8/+12 |
* | Updates evolution/po/ChangeLog evolution/po/da.po | Keld Jørn Simonsen | 2003-02-02 | 2 | -1752/+1884 |
* | Updated Spanish translation from Francisco J Fernandez | German Poo-Caaman~o | 2003-02-02 | 2 | -2528/+2589 |
* | Skip setting the "font_gdk" arg for now. | Hans Petter Jansson | 2003-02-02 | 6 | -0/+29 |
* | Use Pango to draw. (e_calendar_item_class_init): Add font_desc and | Hans Petter Jansson | 2003-02-02 | 4 | -17/+106 |
* | Don't request combo boxes that are 0 pixels tall. (position_date_popup): | Hans Petter Jansson | 2003-02-02 | 2 | -12/+29 |
* | Just use gtk_widget_destroy as the G_CALLBACK function. | Jeffrey Stedfast | 2003-02-02 | 1 | -14/+5 |
* | Give gnome_vfs_get_uri_from_local_path a full path. | Jeffrey Stedfast | 2003-02-02 | 2 | -10/+31 |
* | Make .server file point to where wombat is now installed. | Hans Petter Jansson | 2003-02-02 | 2 | -1/+6 |
* | Uodates from Søren evolution/po/ChangeLog evolution/po/da.po | Keld Jørn Simonsen | 2003-02-02 | 2 | -8260/+7000 |
* | Small fix of it.po | Marco Ciampa | 2003-02-02 | 2 | -12/+16 |
* | gtk_widget_destroy the menu rather than g_object_unref'ing it. | Jeffrey Stedfast | 2003-02-01 | 1 | -1/+1 |
* | New function to return a cached list of labels. | Jeffrey Stedfast | 2003-02-01 | 7 | -178/+210 |
* | some fix of it.po file | Marco Ciampa | 2003-02-01 | 2 | -3/+7 |
* | 30 January 2003, Aaron Weber <aaron@ximian.com> | Aaron Weber | 2003-01-31 | 8 | -522/+253 |
* | Fixes #35572 | Ronald Kuetemeier | 2003-01-31 | 2 | -0/+9 |
* | Updated Hungarian translation. | Andras Timar | 2003-01-30 | 2 | -2367/+2498 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-01-30 | 1 | -111/+77 |
* | Install wombat to $(libexecdir)/evolution/$(BASE_VERSION) | Rodney Dawes | 2003-01-30 | 2 | -1/+7 |
* | First time of all strings translated in it.po in 2003! | Marco Ciampa | 2003-01-29 | 1 | -38/+18 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-01-29 | 1 | -5366/+5415 |
* | conditionally define which krb5 impl we have | Jeffrey Stedfast | 2003-01-29 | 2 | -0/+4 |
* | Pass in some default flags to gss_init_sec_context() (these default flags | Jeffrey Stedfast | 2003-01-29 | 2 | -1/+9 |
* | Updated to add gssapi libs, since this is what we use krb5 for :-) | Jeffrey Stedfast | 2003-01-29 | 2 | -21/+31 |
* | No need for the @true command. ($(IDL_GENERATED_C)): Likewise. | Ettore Perazzoli | 2003-01-29 | 2 | -10/+21 |
* | s/bin_SCRIPTS/tools_SCRIPTS/ | Rodney Dawes | 2003-01-29 | 2 | -1/+5 |
* | (Evolution-impl.o): Removed unused rule. | Ettore Perazzoli | 2003-01-29 | 2 | -2/+4 |
* | Make this work with parallel make as well. | Ettore Perazzoli | 2003-01-29 | 2 | -7/+24 |
* | Use a little trick for the IDL compilation so that | Ettore Perazzoli | 2003-01-29 | 2 | -7/+28 |
* | (e_shell_construct): Use | Ettore Perazzoli | 2003-01-29 | 2 | -2/+13 |
* | Updated it.po (not yet finished) | Marco Ciampa | 2003-01-29 | 2 | -191/+123 |
* | Take over | Fatih Demir | 2003-01-28 | 2 | -1620/+1534 |
* | Fixes file lists. Removed. This file has been present for 2.5 years. | Abel Cheung | 2003-01-28 | 5 | -4847/+4732 |
* | If the subject or body components of the mailto url are not in UTF-8, | Jeffrey Stedfast | 2003-01-28 | 2 | -2/+27 |
* | Change strcmp(fi->path, path) to strcmp(fi->name, name) and now the | Jeffrey Stedfast | 2003-01-28 | 2 | -2/+10 |
* | Set GTK_RESPONSE_OK as the default response. | Ettore Perazzoli | 2003-01-28 | 23 | -189/+227 |
* | Port to GtkDialog. Strdup the text returned by GtkEntry after destroying | Ettore Perazzoli | 2003-01-28 | 3 | -24/+43 |
* | #include bonobo-activation instead of oaf. (main): Initialize using | Ettore Perazzoli | 2003-01-28 | 7 | -36/+68 |
* | Fixed a #warning by converting a local path into a file: uri before | Jeffrey Stedfast | 2003-01-28 | 5 | -6/+31 |
* | Fixed a #warning by converting the filename into a uri before passing it | Jeffrey Stedfast | 2003-01-28 | 3 | -30/+164 |
* | Rename wombat to evolution-wombat. Updated accordingly. Likewise. | Ettore Perazzoli | 2003-01-28 | 4 | -11/+17 |
* | (timeout_callback): Pass a the context's | Ettore Perazzoli | 2003-01-28 | 2 | -1/+7 |
* | #if 0'ed out for now, since it seems to cause trouble for local | Ettore Perazzoli | 2003-01-28 | 3 | -1/+22 |
* | add a scrolled window (SHADOW_IN) around the address textview. | Chris Toshok | 2003-01-28 | 2 | -25/+41 |
* | removed a FIXME comment | Jeffrey Stedfast | 2003-01-27 | 2 | -1/+5 |
* | Updated Slovak translation. | Stanislav Visnovsky | 2003-01-27 | 2 | -6019/+5823 |
* | CalClient and CalComponent are GObjects. | Chris Toshok | 2003-01-27 | 3 | -19/+26 |
* | ref/sink the pilot settings to clear up that gtk warning. | Chris Toshok | 2003-01-27 | 2 | -1/+10 |
* | add in the conduit Makefile's. | Chris Toshok | 2003-01-27 | 2 | -0/+8 |
* | fix warning. (get_default_timezone): BonoboConfigDatabase -> | Chris Toshok | 2003-01-27 | 4 | -94/+36 |
* | Make clicks, drags and resizes work, and pangoize remaining strings. Fix | Hans Petter Jansson | 2003-01-27 | 4 | -50/+89 |
* | rename the category entry to entry-categories. | Chris Toshok | 2003-01-27 | 3 | -3/+22 |
* | init the layout to NULL. | Chris Toshok | 2003-01-27 | 2 | -0/+6 |
* | only do the CONDUIT_CFLAGS/LIBS stuff if pilot conduits have been enabled. | Chris Toshok | 2003-01-27 | 2 | -1/+10 |
* | in the --enable-pilot-conduits stanza, use PKG_CHECK_MODULES to get the | Chris Toshok | 2003-01-27 | 2 | -9/+16 |
* | Updating Amharic translation. | Daniel Yacob | 2003-01-26 | 2 | -1045/+1080 |
* | i need to sleep more. | Chris Toshok | 2003-01-26 | 2 | -1/+4 |
* | need to assign this here or else the lib doesn't get built. | Chris Toshok | 2003-01-26 | 2 | -0/+6 |
* | begin the new page after showing the last one. (complete_sequence): | Chris Toshok | 2003-01-26 | 2 | -7/+21 |
* | enable this, as building the conduit works if you have gnome-pilot2. | Chris Toshok | 2003-01-26 | 2 | -3/+6 |
* | g_file_exists -> g_file_test. (e_pilot_map_write): don't use doc->root. | Chris Toshok | 2003-01-26 | 2 | -7/+10 |
* | GObjectify the stuff in here that refers to addressbook objects. the | Chris Toshok | 2003-01-26 | 2 | -52/+35 |
* | GObjectify this. | Chris Toshok | 2003-01-26 | 3 | -34/+35 |
* | Mainly making all views use PangoLayouts for text. When drawing a | Hans Petter Jansson | 2003-01-26 | 17 | -125/+308 |
* | Set the paned_size here. | Jeffrey Stedfast | 2003-01-25 | 4 | -110/+22 |
* | Enable getting the categories master list from wombat. | Hans Petter Jansson | 2003-01-25 | 2 | -5/+9 |
* | Don't insist appointment is updated if both old and new summary are blank. | Hans Petter Jansson | 2003-01-25 | 10 | -324/+373 |
* | Updated it.po (not yet finished) | Marco Ciampa | 2003-01-25 | 2 | -934/+34 |
* | (iconsdir): Remove, this is now defined in | Ettore Perazzoli | 2003-01-25 | 4 | -3/+10 |
* | Remove, this is now defined in configure.in. | Ettore Perazzoli | 2003-01-25 | 4 | -5/+11 |
* | Remove definition; this is now in configure.in. Likewise. Likewise. | Ettore Perazzoli | 2003-01-25 | 4 | -4/+7 |
* | (evolutionuidir): Define iconsdir. | Ettore Perazzoli | 2003-01-25 | 2 | -0/+7 |
* | Updated Amharic translation. | Daniel Yacob | 2003-01-24 | 2 | -1066/+1039 |
* | Doh. Use the MANUAL_[NSPR,NSS]_[CFLAGS,LIBS] variables where appropriate. | Jeffrey Stedfast | 2003-01-24 | 2 | -3/+8 |
* | Add a terminating NULL to the concatenation. | Hans Petter Jansson | 2003-01-24 | 2 | -1/+4 |
* | transfer the current acount info, which will be regarded as the sender of | leon.zhang | 2003-01-24 | 6 | -10/+50 |
* | GTK_OBJECT -> G_OBJECT cast. | Hans Petter Jansson | 2003-01-24 | 9 | -8/+28 |
* | Use button_release instead of size_allocate, and get the position from the | Rodney Dawes | 2003-01-24 | 2 | -10/+17 |
* | Load the view menu states from gconf. (e_msg_composer_set_send_html): Save | Jeffrey Stedfast | 2003-01-24 | 3 | -102/+84 |
* | Fixes some trivial, but distracting, warnings. | Hans Petter Jansson | 2003-01-24 | 12 | -20/+63 |
* | [ fixes bug #34898 ] handle modifications to email addresses in contact | Sean Gao | 2003-01-24 | 2 | -0/+33 |
* | (get_max_clipped_label_width): Use | Ettore Perazzoli | 2003-01-24 | 2 | -7/+7 |
* | [ fixes bug #36375 ] use PHONE_OTHER_FAX instead of PHONE_OTHER for | Sean Gao | 2003-01-24 | 2 | -1/+7 |
* | [ fixes bug #31014, roll this in from the 1.2 branch ] use "categories" | Chris Toshok | 2003-01-24 | 2 | -1/+8 |
* | fix for bug 34883 broke ssl transactions (at least those where we were | Chris Toshok | 2003-01-24 | 2 | -0/+17 |
* | more fixes | Jeffrey Stedfast | 2003-01-24 | 1 | -25/+25 |