| Commit message (Expand) | Author | Age | Files | Lines |
* | [Fixes, among other things, #5705, "Ampersands not handled | Ettore Perazzoli | 2001-08-08 | 3 | -3/+16 |
* | Set the release flag on the sequence, and CORBA_string_dup() the strings | Ettore Perazzoli | 2001-08-08 | 2 | -4/+9 |
* | Set the release flag on the returned folder type list too. | Ettore Perazzoli | 2001-08-08 | 3 | -1/+12 |
* | Set the release flag for the newly allocated sequence. | Ettore Perazzoli | 2001-08-08 | 4 | -0/+16 |
* | clarify last entry | Jacob Leach | 2001-08-08 | 1 | -2/+2 |
* | Set the icon for the folder tree correctly. | Jason Leach | 2001-08-08 | 2 | -1/+6 |
* | Fill the CORBA sequence once. | Ettore Perazzoli | 2001-08-08 | 3 | -2/+9 |
* | Sigh. If the function says "prepend", of course the function to call is | Ettore Perazzoli | 2001-08-08 | 2 | -1/+7 |
* | Small stylistical/aesthetical fix. | Ettore Perazzoli | 2001-08-08 | 1 | -2/+2 |
* | Set the sensitivity for the OK button when a storage is selected too. Bug | Jason Leach | 2001-08-08 | 2 | -0/+21 |
* | Set the release flag on the returned icon to %TRUE. | Ettore Perazzoli | 2001-08-08 | 2 | -0/+7 |
* | If the shortcut points to some folder in the storage set, get the type | Ettore Perazzoli | 2001-08-08 | 3 | -3/+65 |
* | [This should fix #5407, application crash on re-opening.] | Ettore Perazzoli | 2001-08-08 | 3 | -8/+17 |
* | [Updated the shortcuts view implementation to set the icons on a | Ettore Perazzoli | 2001-08-08 | 3 | -43/+37 |
* | Don't use a leaky hash to get folder names with unread count, use | Jason Leach | 2001-08-08 | 2 | -32/+27 |
* | Free the CORBA version of the animated icon. | Ettore Perazzoli | 2001-08-08 | 2 | -1/+13 |
* | Unref the listener when done. | Not Zed | 2001-08-07 | 2 | -0/+8 |
* | Remove member `hbox' from `struct _EShellFolderTitleBarPrivate'. | Ettore Perazzoli | 2001-08-07 | 3 | -163/+227 |
* | Turn on highlighting on a row by row basis. | Christopher James Lahey | 2001-08-07 | 2 | -0/+20 |
* | Add some padding to the label so that the title doesn't move around when | Ettore Perazzoli | 2001-08-05 | 15 | -94/+734 |
* | Some paths here don't set handled properly so lets initialize it to FALSE. | Christopher James Lahey | 2001-08-04 | 2 | -6/+15 |
* | yeah, and that last fix to :-) | Jacob Leach | 2001-08-04 | 1 | -3/+3 |
* | oops, should have tested that warning fix. | Jacob Leach | 2001-08-04 | 1 | -1/+1 |
* | warning fix. | Jacob Leach | 2001-08-04 | 1 | -1/+0 |
* | build fix | Jacob Leach | 2001-08-04 | 1 | -0/+2 |
* | [Removing Evolution::LocalStorage interface, abstracting the unread counts | Jason Leach | 2001-08-04 | 31 | -493/+560 |
* | [Fix #6232, the thirty-four-splash-screens-at-startup bug.] | Ettore Perazzoli | 2001-08-03 | 5 | -37/+119 |
* | Make "My Evolution" a normal storage instead of being the toplevel | Ettore Perazzoli | 2001-08-03 | 8 | -79/+285 |
* | Call `gtk_drag_finish()' here. | Ettore Perazzoli | 2001-08-03 | 2 | -3/+13 |
* | Actually __fini the servant and deactivate the object too. | Ettore Perazzoli | 2001-08-03 | 2 | -8/+20 |
* | [Fixes #4663, startup crash.] | Ettore Perazzoli | 2001-08-03 | 2 | -0/+16 |
* | Also call `PortableServer_POA_deactivate_object()' on the progress | Ettore Perazzoli | 2001-08-03 | 2 | -1/+12 |
* | Spit out a warning if we cannot resolve "Bonobo/ConfigDatabase" on | Ettore Perazzoli | 2001-08-03 | 2 | -6/+18 |
* | Set the `set_folder_uri' to NULL when freeing it. | Ettore Perazzoli | 2001-08-03 | 3 | -2/+11 |
* | Do a NULL-check on current_uri - socket is being closed? (as per the | Jeffrey Stedfast | 2001-08-02 | 2 | -4/+10 |
* | Removed debugging messages. | Ettore Perazzoli | 2001-07-31 | 1 | -0/+4 |
* | Added some comments about the possible race condition issues with the | Ettore Perazzoli | 2001-07-31 | 1 | -26/+9 |
* | Also update have_pending_update before calling corba, as below. | Not Zed | 2001-07-31 | 2 | -2/+6 |
* | [This should fix #5110, shell crash when switching folders.] | Ettore Perazzoli | 2001-07-31 | 2 | -5/+14 |
* | Remember the current group so after renaming a group it doesn't flip to | Jason Leach | 2001-07-31 | 4 | -3/+23 |
* | If we can't create a folder because it already exists, select that folder | Jason Leach | 2001-07-31 | 2 | -0/+18 |
* | Fix support for gtkhtml when compiled with gconf support | Frédéric Crozat | 2001-07-30 | 3 | -0/+18 |
* | Remove the source for the timeout *before* invoking the CORBA method, as | Ettore Perazzoli | 2001-07-28 | 3 | -53/+98 |
* | Little UI nit: capitalize the words Offline/Online for the File menu. | Jason Leach | 2001-07-27 | 2 | -3/+8 |
* | New function. When a folder is selected set the OK button to be sensitive | Jason Leach | 2001-07-26 | 2 | -2/+23 |
* | A warning fix from Jacob. Bug #5057. | Jason Leach | 2001-07-26 | 2 | -4/+7 |
* | $(BONOBO_CONF_CFLAGS) was here twice, took out one of them. | Jason Leach | 2001-07-26 | 3 | -2/+10 |
* | #include <libgnome/gnome-defs.h> and <libgnome/gnome-i18n.h> instead of | Jason Leach | 2001-07-25 | 2 | -4/+9 |
* | fix some warnings. | Jacob Leach | 2001-07-25 | 1 | -3/+3 |
* | Add the "/My Evolution" path to the path_to_etree_node hash so that | Jason Leach | 2001-07-25 | 2 | -4/+19 |
* | Only show the warning dialog instead of using `gnome_dialog_run()' so it | Ettore Perazzoli | 2001-07-24 | 1 | -2/+10 |
* | Only show the warning dialog instead of using `gnome_dialog_run()' so it | Ettore Perazzoli | 2001-07-24 | 2 | -7/+13 |
* | Uhm, set the usize to `1, -1' instead. | Ettore Perazzoli | 2001-07-24 | 2 | -1/+6 |
* | Set the usize for the contained hbox to 0x0. | Ettore Perazzoli | 2001-07-24 | 2 | -0/+7 |
* | Get the manuals from the `evolution-guide' dir as that's where they get | Ettore Perazzoli | 2001-07-24 | 2 | -5/+10 |
* | Don't handle button events whose button number is not 1. | Ettore Perazzoli | 2001-07-24 | 2 | -1/+7 |
* | Add an extra @type arg to the xferFolder and removeFolder methods in | Ettore Perazzoli | 2001-07-23 | 7 | -2/+42 |
* | Add a `user_creatable' property to folder types and make components | Ettore Perazzoli | 2001-07-22 | 8 | -8/+71 |
* | Use `g_source_remove()' instead of `gtk_timeout_remove()' here, as we are | Ettore Perazzoli | 2001-07-22 | 2 | -1/+13 |
* | [Fix a crash if you start evolution with a bad URI.] | Jason Leach | 2001-07-21 | 3 | -2/+16 |
* | [This is a better way to have "Local Folders" be shown as the local | Jason Leach | 2001-07-21 | 9 | -8/+77 |
* | Make the local storage name "Local Folders" instead of "local", looks | Jason Leach | 2001-07-20 | 7 | -12/+27 |
* | Line up the padding for the folder title bar labels when you have the | Jason Leach | 2001-07-20 | 3 | -3/+15 |
* | Removed. (load_shortcuts): Don't call it. | Ettore Perazzoli | 2001-07-16 | 2 | -29/+6 |
* | [Fix #4387, Shortcut bar items don't keep the name after rename.] | Ettore Perazzoli | 2001-07-15 | 2 | -1/+8 |
* | Display an icon for nodes at depth greater than 2 in the tree view as | Ettore Perazzoli | 2001-07-15 | 2 | -11/+10 |
* | Fix a crash that could happen by closing one or more views, and then | Ettore Perazzoli | 2001-07-15 | 3 | -4/+14 |
* | Because bugzilla.ximian does have a mail gateway now, we can have | Jason Leach | 2001-07-13 | 2 | -22/+13 |
* | Remove warning | Iain Holmes | 2001-07-13 | 2 | -1/+4 |
* | Initialize priv->db and priv->iid so that destroy() won't crash if | Dan Winship | 2001-07-13 | 2 | -0/+8 |
* | DONT ASK ME AGAIN! | Iain Holmes | 2001-07-12 | 2 | -0/+7 |
* | Mark a string for translation. | Kjartan Maraas | 2001-07-11 | 2 | -1/+5 |
* | Make sure to create ~/evolution/config/ if it doesn't exist. (ShellView | Jason Leach | 2001-07-11 | 2 | -2/+19 |
* | Add a temporary block of code to not use the | Jason Leach | 2001-07-11 | 2 | -0/+16 |
* | convert the folder name from utf8 before displaying them in the dialog and | Larry Ewing | 2001-07-10 | 2 | -3/+14 |
* | Make the "Rename" item be a GNOMEUIINFO_ITEM_NONE() since we don't have a | Federico Mena Quintero | 2001-07-10 | 2 | -7/+15 |
* | It's very possible that get_storage_set_path_from_uri() returns NULL (5 of | Jason Leach | 2001-07-10 | 2 | -1/+8 |
* | Return a gboolean saying whether or not the shortcut changed. Use strcmp | Dan Winship | 2001-07-09 | 3 | -17/+52 |
* | Little UI tweak for right click menu, pronouns shouldn't be capitalized | Jason Leach | 2001-07-07 | 2 | -2/+5 |
* | [Misc fixes and part of #2228, There should be no dialog boxes during | Jason Leach | 2001-07-07 | 2 | -7/+17 |
* | [This should fix #3873, Bizzarre crash after deleting a few | Ettore Perazzoli | 2001-07-06 | 2 | -5/+9 |
* | Added error dialogs for when the user tries to copy/move a folder over | Ettore Perazzoli | 2001-07-06 | 2 | -0/+36 |
* | Special case the My Evolution uri so that the correct icon appears in the | Iain Holmes | 2001-07-06 | 2 | -9/+19 |
* | Get the File -> Folder -> Properties menu item work again for the | Ettore Perazzoli | 2001-07-05 | 4 | -28/+15 |
* | set "pixname" value only if pixbuf was loaded successfully. Otherwise | Gediminas Paulauskas | 2001-07-05 | 2 | -3/+15 |
* | Revised to make it less scary. | Aaron Weber | 2001-07-04 | 2 | -10/+10 |
* | [Fix a problem with not being able to save a newly created | Ettore Perazzoli | 2001-07-04 | 2 | -1/+15 |
* | use bonobo-conf everywhere | Dietmar Maurer | 2001-07-04 | 4 | -109/+135 |
* | More BonoboConf work | Iain Holmes | 2001-07-04 | 2 | -0/+5 |
* | [The following makes the shell able to create the `shortcuts.xml' | Ettore Perazzoli | 2001-07-03 | 4 | -21/+72 |
* | Ref/unref the handler so the signal handlers can unref it safely. Also, if | Ettore Perazzoli | 2001-07-03 | 3 | -2/+25 |
* | [Fixed #3643, Shell crash when component crashed] | Ettore Perazzoli | 2001-07-03 | 2 | -1/+19 |
* | Made evolution depend on bonobo-conf 0.2. | Christopher James Lahey | 2001-07-03 | 2 | -0/+7 |
* | Don't assert that there is a handler, so we don't crash if user clicks on | Ettore Perazzoli | 2001-07-03 | 8 | -44/+132 |
* | Make the EUriSchemaRegistry object non-floating at construction time. | Ettore Perazzoli | 2001-07-02 | 3 | -1/+8 |
* | Get the "Open in a New Window" shortcut right-click menu to actually | Ettore Perazzoli | 2001-07-02 | 3 | -12/+49 |
* | Fix a crash that happened when dragging a folder that didn't have a | Ettore Perazzoli | 2001-07-01 | 2 | -1/+8 |
* | Implemented the `File -> New -> Shortcut' command. | Ettore Perazzoli | 2001-07-01 | 4 | -14/+150 |
* | Missing ChangeLog entries for the previous commit. | Ettore Perazzoli | 2001-07-01 | 1 | -1/+14 |
* | Implemented a "Rename Group" command. Unfortunately, it doesn't work | Ettore Perazzoli | 2001-07-01 | 5 | -1/+97 |
* | Change EShortcuts to not use group titles to access specific groups. | Ettore Perazzoli | 2001-07-01 | 4 | -32/+33 |
* | Implemented a "Rename Shortcut" command. | Ettore Perazzoli | 2001-07-01 | 3 | -31/+88 |
* | Change the internal structure for shortucts, so that it contains a | Ettore Perazzoli | 2001-07-01 | 5 | -36/+242 |
* | Pass the event time to gtk_menu_popup() so that we can release the button | Federico Mena Quintero | 2001-07-01 | 2 | -1/+7 |
* | This is a first shoot at making shortcuts renameable [#3719]; | Ettore Perazzoli | 2001-06-30 | 7 | -297/+263 |
* | Replaced GList with GSList here to fix a type mismatch. | Christopher James Lahey | 2001-06-30 | 2 | -1/+6 |
* | Changed $(datadir)/evolution/etspec to "$(etspecdir)" here. | Christopher James Lahey | 2001-06-30 | 2 | -2/+7 |
* | Replaced GList with GSList here to fix a type mismatch. | Christopher James Lahey | 2001-06-30 | 2 | -1/+6 |
* | Change EShortcuts to use GSLists instead of GLists. | Ettore Perazzoli | 2001-06-30 | 4 | -60/+75 |
* | Fix the fix. | Ettore Perazzoli | 2001-06-29 | 1 | -1/+1 |
* | Ooops. Update ChangeLog entry correctly. | Ettore Perazzoli | 2001-06-29 | 1 | -1/+2 |
* | Fix #3756, `--debug' option not working anymore. | Ettore Perazzoli | 2001-06-29 | 2 | -5/+18 |
* | Fix #3382, shortcut bar crashes when checking mail, and all the | Ettore Perazzoli | 2001-06-29 | 2 | -6/+22 |
* | (e_storage_new_folder): Move the folder_changed_cb() call to avoid | Dan Winship | 2001-06-29 | 2 | -1/+4 |
* | Call folder_changed_cb after adding the new folder so that if it was added | Dan Winship | 2001-06-29 | 2 | -0/+7 |
* | Rename `e_shell_new_view()' into `e_shell_create_view()' to avoid | Ettore Perazzoli | 2001-06-28 | 6 | -11/+16 |
* | Make the shell to be able to display URIs that the user specified on | Ettore Perazzoli | 2001-06-28 | 9 | -47/+159 |
* | Added a URI schema registry to the shell, and changed the bootstrap | Ettore Perazzoli | 2001-06-28 | 9 | -5/+440 |
* | Remove redundant declaration for `free_ShellComponentListener_servant()'. | Ettore Perazzoli | 2001-06-28 | 2 | -3/+5 |
* | Get EvolutionShellComponent to emit a "handle_external_uri" when it | Ettore Perazzoli | 2001-06-28 | 2 | -0/+20 |
* | Rename the method implementation functions to match the CORBA names. | Ettore Perazzoli | 2001-06-28 | 2 | -41/+58 |
* | Add method `ShellComponent::handleExternalURI' and an | Ettore Perazzoli | 2001-06-28 | 5 | -2/+108 |
* | Remove a ChangeLog entry that referred to code that I haven't | Ettore Perazzoli | 2001-06-27 | 1 | -11/+0 |
* | Plug a leak. Every time the ETable would query the model for the | Ettore Perazzoli | 2001-06-27 | 2 | -1/+7 |
* | Avoid calling the listener directly in `e-local-folder.c'; instead, | Ettore Perazzoli | 2001-06-27 | 2 | -67/+38 |
* | display a selected uri in a timeout rather than right away, so the UI | jacob berkman | 2001-06-26 | 2 | -3/+68 |
* | Get the shell to unregister the components on exit again. | Ettore Perazzoli | 2001-06-25 | 4 | -1/+25 |
* | Break the build so the current shell breakage doesn't get into the | Ettore Perazzoli | 2001-06-25 | 1 | -0/+13 |
* | Remove some spurious "\n"s from g_warnings. | Ettore Perazzoli | 2001-06-25 | 3 | -6/+16 |
* | Ooops. I missed one ChangeLog entry in the previous commit. | Ettore Perazzoli | 2001-06-25 | 1 | -0/+2 |
* | Fixed a nasty chain of broken fixes to broken fixes to broken fixes, | Ettore Perazzoli | 2001-06-25 | 5 | -21/+28 |
* | Remove the ugliness that was `e_shell_quit()'; implement an | Ettore Perazzoli | 2001-06-25 | 5 | -44/+25 |
* | Rename `GNOME_Evolution_TestComponent.oafinfo' into | Ettore Perazzoli | 2001-06-25 | 3 | -2/+9 |
* | Change EShell to derive from BonoboXObject for sake of simplicity. | Ettore Perazzoli | 2001-06-25 | 3 | -100/+55 |
* | Actually implement the "clicked" signal for the EActivityHandler, and | Ettore Perazzoli | 2001-06-25 | 3 | -12/+41 |
* | Fix a gazillion warnings. | Ettore Perazzoli | 2001-06-24 | 2 | -4/+14 |
* | Derive ETaskWidget from GtkEventBox instead of GtkFrame so that we can | Ettore Perazzoli | 2001-06-24 | 4 | -7/+57 |
* | Added an EvolutionActivityClient object to libeshell, to handle | Ettore Perazzoli | 2001-06-24 | 7 | -158/+628 |
* | Add code to query the ::Activity interface in the | Ettore Perazzoli | 2001-06-24 | 4 | -25/+88 |
* | (Implemented deleting folders in the shell. Files changed that aren't | Jason Leach | 2001-06-24 | 14 | -51/+404 |
* | Stylistical changes: move | Ettore Perazzoli | 2001-06-24 | 3 | -33/+46 |
* | Remove some useless `#if 0'ed code. | Ettore Perazzoli | 2001-06-23 | 2 | -68/+4 |
* | Get rid of the tons of ugly Bonobo Warnings by removing the code that | Ettore Perazzoli | 2001-06-23 | 2 | -40/+12 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 56 | -64/+64 |
* | Fix a bunch of stupid warnings caused by missing includes. Also | Ettore Perazzoli | 2001-06-23 | 5 | -3/+25 |
* | Get the menu hints to work with the new status bar. | Ettore Perazzoli | 2001-06-23 | 2 | -6/+56 |
* | Add `evolution-test-component'. | Ettore Perazzoli | 2001-06-23 | 1 | -0/+1 |
* | Fix the "Quit" command so that the shell actually exits properly. | Ettore Perazzoli | 2001-06-23 | 2 | -0/+7 |
* | Implemented an Evolution::Activity interface for keeping track of | Ettore Perazzoli | 2001-06-23 | 19 | -85/+2131 |
* | Oops, small fix. | Jacob Leach | 2001-06-22 | 1 | -1/+1 |
* | Fix bug #3409: Removing an EvolutionStorage from the shell's folder | Jacob Leach | 2001-06-22 | 3 | -3/+65 |
* | Remove DB3_LDADD | Dan Winship | 2001-06-19 | 2 | -1/+2 |
* | Fix the help URLs | Dan Winship | 2001-06-19 | 2 | -6/+9 |
* | Check priv->uri isn't null before strcmp'ing it here too. | Not Zed | 2001-06-13 | 2 | -1/+6 |
* | Don't destroy the offline_toggle_pixmap: the offline_toggle 0wnz it. | Dan Winship | 2001-06-12 | 2 | -2/+8 |
* | Fixed folder creation on IMAP storages (by notifying bonobo listener with | Jason Leach | 2001-06-12 | 3 | -44/+46 |
* | Committing the new My Evolution. | Iain Holmes | 2001-06-09 | 6 | -48/+201 |
* | Allow a NULL @shell_view arg in | Ettore Perazzoli | 2001-06-09 | 2 | -2/+6 |
* | Fix splash setup to keep it from giving two Gtk-CRITICAL assertions when | Jason Leach | 2001-06-09 | 2 | -14/+14 |
* | Removed some left-over conflict indicators. | Jon Trowbridge | 2001-06-07 | 1 | -2/+1 |
* | Changed purely informational debug spew from a g_warning to a g_message. | Jon Trowbridge | 2001-06-07 | 3 | -4/+22 |
* | Changed the dialog box and added a Don't Ask Me Again button. Oh yeah! | Iain Holmes | 2001-06-07 | 2 | -8/+73 |
* | (Fix bug #3205: Component crash causes folder switch even when not needed) | Jason Leach | 2001-06-07 | 2 | -4/+20 |
* | (Fix bug #418: Save state of folder tree view) | Jason Leach | 2001-06-07 | 5 | -34/+86 |
* | Plug in all the folder tree right click menu verbs so bonobo-warnings | Jason Leach | 2001-06-06 | 4 | -1/+65 |
* | (Fixing bug #1299: Shell saves shortcuts when display name changes) | Jason Leach | 2001-06-06 | 5 | -12/+70 |
* | Fix linking order for `$(DB3_LDADD)'s so that we avoid pulling | Ettore Perazzoli | 2001-06-03 | 2 | -2/+7 |
* | Add some missing `$(DB3_LDADD)'s to get it to compile. | Ettore Perazzoli | 2001-06-01 | 2 | -1/+6 |
* | New function (probably should just be static). | Jason Leach | 2001-05-31 | 11 | -13/+154 |
* | Removed an unecessary sleep(2) call, so evolution will start up 2 seconds | Jason Leach | 2001-05-31 | 6 | -3/+58 |
* | Added missing castt. (setup_offline_toggle): Likewise. | Federico Mena Quintero | 2001-05-30 | 2 | -3/+8 |
* | unref the control when finished with it (setup_offline_toggle): ditto | JP Rosevear | 2001-05-30 | 2 | -3/+16 |
* | Call e_tree_node_set_expanded on the storage_set_view, not the storage_set | Dan Winship | 2001-05-29 | 2 | -1/+7 |
* | add *.lo, libeshell.la | Dan Winship | 2001-05-29 | 1 | -0/+2 |
* | New file. (e_pixmaps_update): Moved here from e-util to break e-util | Dan Winship | 2001-05-28 | 5 | -1/+150 |
* | Don't free the hash keys in priv->path_to_etree_node, because they're | Dan Winship | 2001-05-27 | 2 | -10/+7 |
* | Reference libeshell.la instead of libeshell.a. | Peter Williams | 2001-05-26 | 3 | -19/+43 |
* | place the shortcut bar in a frame | jacob berkman | 2001-05-26 | 2 | -6/+17 |
* | Added ETSPECDIR. Added e-storage-set-view.etspec to get installed. | Christopher James Lahey | 2001-05-26 | 10 | -39/+85 |
* | track change to the path to the ComponentPlaceholder. | Chris Toshok | 2001-05-23 | 2 | -1/+7 |
* | Add a button and an icon to toggle between online and offline | Ettore Perazzoli | 2001-05-21 | 2 | -23/+201 |
* | Implemented the "Copy Folder" and "Move Folder" menu items. Untested. | Ettore Perazzoli | 2001-05-20 | 5 | -12/+302 |
* | Add a caption to the folder selection dialog widget, and get the | Ettore Perazzoli | 2001-05-20 | 6 | -10/+67 |
* | Renamed the "NewWindow" verb into "OpenFolderInNewWindow". Got the | Ettore Perazzoli | 2001-05-19 | 4 | -68/+97 |
* | Create new files for the folder commands, and move the "Create new | Ettore Perazzoli | 2001-05-19 | 5 | -12/+181 |
* | Change the code to pop-up the folder context menu to use the stuff | Ettore Perazzoli | 2001-05-17 | 3 | -42/+17 |
* | Make the "Submit Bug Report" menu item fire up a browser with | Ettore Perazzoli | 2001-05-16 | 2 | -1/+27 |
* | Add an "Evolution FAQ" entry to the Help menu, and update the existing | Ettore Perazzoli | 2001-05-16 | 2 | -5/+10 |
* | Update the file name in the top comment. | Ettore Perazzoli | 2001-05-16 | 1 | -1/+1 |
* | Some demeeksifying indentation changes. | Ettore Perazzoli | 2001-05-16 | 1 | -25/+16 |
* | set the subfolder's parent to NULL so the subfolder list doesn't change | jacob berkman | 2001-05-15 | 2 | -1/+10 |
* | implement the CORBA side of dragging. | Chris Toshok | 2001-05-12 | 2 | -6/+94 |
* | add RemoveFolder menu item and verb. (folder_context_menu_remove_cb): new | Chris Toshok | 2001-05-12 | 4 | -8/+51 |
* | add this define for the xml path to use when adding menu items to the | Chris Toshok | 2001-05-12 | 3 | -5/+26 |
* | Ask for a folder to import into. | Iain Holmes | 2001-05-12 | 7 | -20/+75 |
* | component_new refs the object itself, so unref ours when we finish with it | JP Rosevear | 2001-05-12 | 3 | -6/+11 |
* | Lots of people seem to have "broken" local storage hierarchies. So ignore | Dan Winship | 2001-05-12 | 2 | -2/+10 |
* | the only problematic area - pass NULL for now in as the BonoboUIContainer. | Chris Toshok | 2001-05-11 | 10 | -34/+116 |
* | Made this function static. Removed the unused variable placeholder. | Christopher James Lahey | 2001-05-10 | 2 | -3/+10 |
* | Remove get_physical_path and load_folders, and replace the calls to them | Dan Winship | 2001-05-10 | 2 | -178/+34 |
* | Rename "port" to "type" here too. | Dan Winship | 2001-05-10 | 2 | -1/+6 |
* | Importer changes | Iain Holmes | 2001-05-09 | 8 | -153/+363 |
* | Removed EVOLUTION_VERSION from the rest of makefiles. use VERSION instead. So | Gediminas Paulauskas | 2001-05-08 | 1 | -1/+0 |
* | Fix a free of non-malloc'ed memory introduced by my last change. | Dan Winship | 2001-05-08 | 2 | -2/+5 |
* | Added command entry for 'ToggleOffline'. | Jon Trowbridge | 2001-05-08 | 2 | -2/+7 |
* | take a physical_uri and pass it to the callback. | Chris Toshok | 2001-05-05 | 5 | -4/+31 |
* | Use type instead of portNumber. | Dan Winship | 2001-05-05 | 3 | -5/+16 |
* | Remove a line of code that caused the offline confirmation dialog to | Ettore Perazzoli | 2001-05-05 | 2 | -3/+7 |
* | Undo a broken leak fix. | Ettore Perazzoli | 2001-05-05 | 2 | -2/+5 |
* | Plug more leaks. | Ettore Perazzoli | 2001-05-04 | 4 | -2/+24 |
* | Plug a leak in the folder creation dialog (a string was being | Ettore Perazzoli | 2001-05-04 | 2 | -1/+6 |
* | Plug a leak (the return value from `oaf_query()' must be freed!). | Ettore Perazzoli | 2001-05-04 | 2 | -0/+7 |
* | Change `e_shell_get_icon_path()' to only look up the Evolution image | Ettore Perazzoli | 2001-05-04 | 2 | -8/+10 |
* | Change the mode for the GtkCList in the active connection dialog to be | Ettore Perazzoli | 2001-05-04 | 2 | -1/+6 |
* | Complete the shell side for supporting off-line operations, getting | Ettore Perazzoli | 2001-05-04 | 4 | -21/+120 |
* | Initial implementation for the "warning, some connections are still | Ettore Perazzoli | 2001-05-04 | 8 | -22/+537 |
* | Make the `EShellOfflineHandler' object non-floating in the construct | Ettore Perazzoli | 2001-05-03 | 2 | -0/+7 |
* | Add interfaces to the shell to handle off-line operation, as well as a | Ettore Perazzoli | 2001-05-03 | 10 | -1/+955 |
* | new file. | Chris Toshok | 2001-05-03 | 4 | -0/+581 |
* | Remove $(UNICODE_LIBS). | Dan Winship | 2001-04-26 | 3 | -3/+6 |
* | free the private member | JP Rosevear | 2001-04-26 | 2 | -1/+5 |
* | #include <glib.h> and move corresponding local includes to the top. | Kjartan Maraas | 2001-04-25 | 27 | -25/+62 |
* | #include gnome-window-icon.h | Jeffrey Stedfast | 2001-04-24 | 2 | -0/+5 |
* | Set window_icon of the splash screen to "evolution.png" | Duncan Mak | 2001-04-22 | 2 | -0/+6 |
* | #include <unistd.h> | Ettore Perazzoli | 2001-04-18 | 2 | -0/+6 |
* | Proxy events to the tooltip object properly. | Christopher James Lahey | 2001-04-18 | 2 | -0/+55 |
* | Pull up fix from the branch: | Ettore Perazzoli | 2001-04-15 | 3 | -11/+49 |
* | Do this everywhere, also fixup CLEANFILES | Michael Meeks | 2001-04-14 | 3 | -2/+17 |
* | Pull up fix from the 0-10 branch (chain the ::destroy handler for | Ettore Perazzoli | 2001-04-14 | 2 | -0/+7 |
* | Implemented these. | Christopher James Lahey | 2001-04-13 | 2 | -0/+23 |
* | Don't get into an infinite loop when clicking on an IMAP storage. Might | Dan Winship | 2001-04-12 | 2 | -0/+11 |
* | fix type. we want the destination interface, not source. | Chris Toshok | 2001-04-08 | 2 | -1/+6 |
* | Here goes my additional simple include fixes. | Gediminas Paulauskas | 2001-04-05 | 3 | -1/+6 |
* | Fix headers. Same here. Same here. Same here. Same here. | Kjartan Maraas | 2001-04-05 | 6 | -0/+32 |
* | set content type to utf8. fix warning. just call on_link_clicked(). | Gediminas Paulauskas | 2001-04-04 | 3 | -63/+61 |
* | Don't declare debug_log as extern in evolution-shell-component-client.c, | Dan Winship | 2001-04-04 | 3 | -7/+16 |
* | Merge fix for #1117 (g-warning being emitted when clicking on storage | Ettore Perazzoli | 2001-04-04 | 3 | -1/+15 |
* | Pulled up fixes from evolution-0-10-branch. | Ettore Perazzoli | 2001-04-04 | 3 | -3/+50 |
* | Iain's fix did not help, fixing myself. closes #1914 | Gediminas Paulauskas | 2001-04-03 | 2 | -3/+8 |
* | Blessed by Ettore. | Gediminas Paulauskas | 2001-04-02 | 2 | -0/+17 |
* | Include <gal/util/e-util.h> here. | Christopher James Lahey | 2001-04-01 | 2 | -0/+5 |
* | If the importer can't be started, don't continue | Iain Holmes | 2001-03-31 | 2 | -0/+17 |
* | Fix a crash when the evolution-importer-client tries to pass NULL for the fol... | Iain Holmes | 2001-03-31 | 2 | -0/+7 |
* | Since this is an ETree now, the signature of the double click callback has | Christopher James Lahey | 2001-03-31 | 2 | -0/+7 |
* | add a "debug" method to tell a component to output debugging messages to a | Dan Winship | 2001-03-31 | 6 | -1/+77 |
* | Remove/replace unneeded includes and move around stuff so that system | Kjartan Maraas | 2001-03-30 | 40 | -87/+221 |
* | Use `g_strcasecmp()' instead of `strcasecmp()', just to be anal about | Ettore Perazzoli | 2001-03-29 | 2 | -2/+7 |
* | Use strcasecmp instead of strcmp. | Christopher James Lahey | 2001-03-29 | 2 | -4/+9 |
* | Sigh. Use the right variable, idiot. And fix a crash bug that | Ettore Perazzoli | 2001-03-29 | 2 | -1/+6 |
* | In a fit of egomania, added myself to the authors array. | Jon Trowbridge | 2001-03-28 | 2 | -0/+6 |