| Commit message (Expand) | Author | Age | Files | Lines |
* | Teeny tiny mem leak fix. | Matthew Loper | 2000-07-27 | 1 | -0/+4 |
* | Fix the pop-up tree so that it does not set up the grab when shown | Ettore Perazzoli | 2000-07-27 | 1 | -0/+5 |
* | Work around utter GtkOptionMenu brokenness so that we finally have a | Ettore Perazzoli | 2000-07-25 | 1 | -0/+6 |
* | Remove GOAD support. | Dan Winship | 2000-07-25 | 1 | -0/+10 |
* | Change EShellView so that it creates the menus with BonoboUIHandler | Ettore Perazzoli | 2000-07-23 | 1 | -0/+18 |
* | Fix a braino that caused Evolution to unref a NULL object when the | Ettore Perazzoli | 2000-07-22 | 1 | -0/+5 |
* | Some changes to the pop-up folder tree, so that it makes more visual | Ettore Perazzoli | 2000-07-22 | 1 | -0/+18 |
* | Improve the title bar pop-up button: use a toggle button instead of a | Ettore Perazzoli | 2000-07-21 | 1 | -0/+12 |
* | First shot at the "click on the folder title, get the folder tree" | Ettore Perazzoli | 2000-07-21 | 1 | -0/+22 |
* | Prevent a crash by avoiding calling the populate_folder_context_menu | Ettore Perazzoli | 2000-07-21 | 1 | -0/+7 |
* | Add support for the folder right-click ("context") menu. No component | Ettore Perazzoli | 2000-07-21 | 1 | -1/+19 |
* | Add interfaces to populate a folder's context menu. (Untested.) | Ettore Perazzoli | 2000-07-21 | 1 | -0/+16 |
* | Implement saving of pane positions. | Ettore Perazzoli | 2000-07-20 | 1 | -0/+6 |
* | Add support for saving the current configuration of all the | Ettore Perazzoli | 2000-07-20 | 1 | -0/+27 |
* | Added/fixed support for multiple views. | Ettore Perazzoli | 2000-07-20 | 1 | -0/+10 |
* | created a model for the EShortcutBar. This will probably have to be moved | Damon Chaplin | 2000-07-17 | 1 | -0/+8 |
* | Fixed to match gconf API change. | Christopher James Lahey | 2000-07-13 | 1 | -0/+4 |
* | Update the message. | Dan Winship | 2000-07-11 | 1 | -0/+4 |
* | `#if 0' an unused function. | Ettore Perazzoli | 2000-07-11 | 1 | -0/+5 |
* | Translate a default_folder of "" into NULL (which can't be passed over | Dan Winship | 2000-07-11 | 1 | -0/+5 |
* | Removed some useless debugging messages. | Ettore Perazzoli | 2000-07-11 | 1 | -0/+7 |
* | As a quasi-hack, do a gdk_flush() when the shell view is unrealized so | Federico Mena Quintero | 2000-07-10 | 1 | -0/+10 |
* | Don't display the annoying "Cannot display..." view in the shell when | Ettore Perazzoli | 2000-07-09 | 1 | -0/+6 |
* | Some menu cleanup. | Ettore Perazzoli | 2000-07-09 | 1 | -0/+7 |
* | Add proper cast when filling in the CORBA sequence struct. | Ettore Perazzoli | 2000-07-08 | 1 | -0/+5 |
* | Add an extra ref for the CORBA storage BonoboObject so that the number | Ettore Perazzoli | 2000-07-08 | 1 | -0/+5 |
* | Remove useless reference to the storage registry in the | Ettore Perazzoli | 2000-07-07 | 1 | -0/+8 |
* | Use the correct gconf path (/apps, not /app), and call | Dan Winship | 2000-07-06 | 1 | -0/+6 |
* | Shell command for creating new folders. | Ettore Perazzoli | 2000-07-06 | 1 | -0/+7 |
* | Added an extra @allowed_types parameter to the shell's folder | Ettore Perazzoli | 2000-07-02 | 1 | -0/+49 |
* | Removed bogus extra gtk_object_ref() that caused the shell not to quit | Ettore Perazzoli | 2000-07-02 | 1 | -0/+4 |
* | add "cancel" to FolderSelectionListener. | Dan Winship | 2000-07-01 | 1 | -0/+13 |
* | Added missing CORBA_Object_duplicate() when storing the shell | Ettore Perazzoli | 2000-06-30 | 1 | -0/+5 |
* | Derive EvolutionShellClient from BonoboObjectClient instead of BonoboObject. | Ettore Perazzoli | 2000-06-30 | 1 | -0/+5 |
* | Fix stupid typos and add a missing prototype. | Ettore Perazzoli | 2000-06-30 | 1 | -0/+5 |
* | EvolutionShellClient. | Ettore Perazzoli | 2000-06-30 | 1 | -0/+13 |
* | Update warning message to not say "CRASHING", since it won't if you have | Dan Winship | 2000-06-30 | 1 | -0/+6 |
* | Typo fix | Peter Williams | 2000-06-30 | 1 | -0/+5 |
* | Fixes brought to us by Purify | Matthew Loper | 2000-06-29 | 1 | -0/+5 |
* | Don't make EShellViews ::ref the EShell. | Ettore Perazzoli | 2000-06-29 | 1 | -0/+5 |
* | Implement saving of configuration information. Now when you run | Ettore Perazzoli | 2000-06-29 | 1 | -0/+29 |
* | Change EvolutionShellComponent so that it does ::ref the shell. | Ettore Perazzoli | 2000-06-28 | 1 | -0/+5 |
* | Close the dialog when done. Dont do anything if 'new' was pressed, and | Michael Zucchi | 2000-06-27 | 1 | -0/+11 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -0/+4 |
* | Remove the 'POSIX_SOURCE' define completely as we don't need that | Ettore Perazzoli | 2000-06-20 | 1 | -0/+5 |
* | #undef _POSIX_SOURCE after including dirent.h. this breaks the build on | Chris Toshok | 2000-06-20 | 1 | -0/+6 |
* | Add a warning before crashing due to a known bug when it can't activate a | Dan Winship | 2000-06-19 | 1 | -0/+8 |
* | Build a `libeshell.a' library in `shell/' so that we don't need to | Ettore Perazzoli | 2000-06-13 | 1 | -0/+8 |
* | include gnome-dialog.h (PARENT_TYPE): GNOME_TYPE_DIALOG replaced with | Michael Meeks | 2000-06-12 | 1 | -0/+5 |
* | Folder selection dialog, (untested) CORBA interfaces for it, and a new | Ettore Perazzoli | 2000-06-11 | 1 | -0/+22 |
* | Implemented folder creation dialog (File -> New -> Folder). To make | Ettore Perazzoli | 2000-06-11 | 1 | -0/+76 |
* | Initial support for creating/removing folders. This implies some new | Ettore Perazzoli | 2000-06-10 | 1 | -0/+61 |
* | Use version here. Add padding to the message. Only destroy object if its | Miguel de Icaza | 2000-06-09 | 1 | -0/+6 |
* | Restore the toolbar. I committed a line of code that shouldn't have | Ettore Perazzoli | 2000-06-08 | 1 | -0/+5 |
* | Fixed a refcount leak and added interfaces to add/remove folders | Ettore Perazzoli | 2000-06-08 | 1 | -0/+67 |
* | changed "Using the Shell" to "Getting Started" | Jeffrey Stedfast | 2000-06-03 | 1 | -0/+4 |
* | Free the uri variable. | Christopher James Lahey | 2000-06-02 | 1 | -0/+6 |
* | Make the close button on the shell view exit Evolution cleanly. Not a | Ettore Perazzoli | 2000-06-02 | 1 | -0/+6 |
* | Added a g_return_if_fail check. | Christopher James Lahey | 2000-06-02 | 1 | -0/+5 |
* | New menu callback to launch the help browser. (menu_help): add pointers to | Dan Winship | 2000-06-02 | 1 | -0/+5 |
* | Set up gettext. (Problem noted by Héctor García Alvarez) | Dan Winship | 2000-06-01 | 1 | -0/+5 |
* | 5 more pixels in the default width to make the welcome message happy. | Ettore Perazzoli | 2000-06-01 | 1 | -0/+4 |
* | Reduce the size of the window by a bit and add some padding to make | Ettore Perazzoli | 2000-06-01 | 1 | -0/+8 |
* | Make the tree view slightly larger and hidden by default. Also, set | Ettore Perazzoli | 2000-06-01 | 1 | -0/+11 |
* | Implemented right-click menus for the shell's shortcut bar (the user | Ettore Perazzoli | 2000-06-01 | 1 | -0/+32 |
* | Add missing #include "Evolution.h". | Ettore Perazzoli | 2000-06-01 | 1 | -0/+4 |
* | Initialize the toggle items in the View menu when creating them, so | Ettore Perazzoli | 2000-05-31 | 1 | -0/+17 |
* | Fixed the buglet that caused unwanted bogus drag & drop operations to | Ettore Perazzoli | 2000-05-31 | 1 | -0/+12 |
* | Eeek! Declare the "owner_unset" signal correctly. | Ettore Perazzoli | 2000-05-31 | 1 | -0/+3 |
* | Increase the size of the folder title bar slightly to make it nicer. | Ettore Perazzoli | 2000-05-31 | 1 | -0/+6 |
* | Make quit work again by implementing a CORBA method to unregister | Ettore Perazzoli | 2000-05-31 | 1 | -0/+54 |
* | Added a title bar for the folder view. Removed title bar from the | Ettore Perazzoli | 2000-05-30 | 1 | -0/+56 |
* | Fix wrong order of the key/value parameters in the call to | Ettore Perazzoli | 2000-05-30 | 1 | -0/+5 |
* | Remove extra free of evolution_directory. | Dan Winship | 2000-05-29 | 1 | -0/+4 |
* | Make EvolutionStorage use the correct name when registering itself. | Ettore Perazzoli | 2000-05-29 | 1 | -0/+5 |
* | + * e-shell-view-menu.c (command_about_box): Make authorlist more | Matthew Loper | 2000-05-27 | 1 | -0/+9 |
* | Made the storage view update at changes in the storage, and | Ettore Perazzoli | 2000-05-26 | 1 | -0/+102 |
* | From shell/ChangeLog: | Christopher James Lahey | 2000-05-26 | 1 | -0/+5 |
* | Reorganized the shell to allow dynamic registration of storages and | Ettore Perazzoli | 2000-05-25 | 1 | -0/+55 |
* | Was using the wrong include here. | Christopher James Lahey | 2000-05-25 | 1 | -0/+6 |
* | Added widgets/e-paned/Makefile. | Christopher James Lahey | 2000-05-25 | 1 | -0/+6 |
* | Get rid of the old `evolution-service-repository' cruft and start | Ettore Perazzoli | 2000-05-23 | 1 | -0/+36 |
* | move the development_warning from mail to shell so you don't get the | Dan Winship | 2000-05-19 | 1 | -0/+5 |
* | Use TigerT's new mini icons in the shell's folder tree view. | Ettore Perazzoli | 2000-05-16 | 1 | -0/+30 |
* | Use the new ETitleBar widget in the shell, thus allowing the user to | Ettore Perazzoli | 2000-05-16 | 1 | -0/+24 |
* | Fixed drag and drop so that it properly handles pointer grabbing in | Ettore Perazzoli | 2000-05-16 | 1 | -0/+45 |
* | Fix Drag & Drop behavior so that dragging a folder that is not the | Ettore Perazzoli | 2000-05-15 | 1 | -0/+15 |
* | Initial drag and drop support for the tree view: now you can drag | Ettore Perazzoli | 2000-05-15 | 1 | -0/+40 |
* | Correctly access an xmlNodePtr->content | Iain Holmes | 2000-05-15 | 1 | -0/+7 |
* | Protect against unknown folder types better. | Ettore Perazzoli | 2000-05-14 | 1 | -0/+7 |
* | Sort folders in the storage view. | Ettore Perazzoli | 2000-05-14 | 1 | -0/+7 |
* | Initial implementation of the tree view for the folders. | Ettore Perazzoli | 2000-05-14 | 1 | -0/+55 |
* | Added an about box. | Christopher James Lahey | 2000-05-11 | 1 | -0/+4 |
* | Set the icons when changing between components. | Christopher James Lahey | 2000-05-10 | 1 | -0/+7 |
* | New function; allows users to submit a bug. + (command_run_bugbuddy): | Matthew Loper | 2000-05-10 | 1 | -0/+1 |
* | + * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothing | Matthew Loper | 2000-05-10 | 1 | -0/+5 |
* | Display the default inbox at startup, instead of an empty view. | Ettore Perazzoli | 2000-05-09 | 1 | -0/+17 |
* | Fix misplaced `g_free()' that resulted in garbage to be printed out | Ettore Perazzoli | 2000-05-09 | 1 | -0/+5 |
* | Actually quit when the shell is destroyed. | Ettore Perazzoli | 2000-05-09 | 1 | -0/+5 |
* | Fix const warning. | Ettore Perazzoli | 2000-05-08 | 1 | -0/+4 |
* | xmlFree the return value of xmlGetProp. | Larry Ewing | 2000-05-08 | 1 | -0/+5 |
* | Fix incorrect casting. | Ettore Perazzoli | 2000-05-07 | 1 | -0/+5 |
* | Fix brainos so that the application quits after closing all the | Ettore Perazzoli | 2000-05-07 | 1 | -0/+6 |
* | Machinery for quitting and handling the relationship between a shell | Ettore Perazzoli | 2000-05-07 | 1 | -0/+39 |
* | Portability fix (use `readdir()', not `readdir_r()'). Also, be safer | Ettore Perazzoli | 2000-05-07 | 1 | -0/+9 |
* | Fix non-OAF compilation. | Ettore Perazzoli | 2000-05-07 | 1 | -0/+5 |
* | Big shell reorganization. | Ettore Perazzoli | 2000-05-07 | 1 | -0/+6 |
* | turned the notebook border off. The calendar looks better without it. If | Damon Chaplin | 2000-05-05 | 1 | -0/+6 |
* | Fixed EShortcutBar API: the icon callback function now gets a `const | Ettore Perazzoli | 2000-05-04 | 1 | -0/+7 |
* | Removing more cruft. | Ettore Perazzoli | 2000-05-03 | 1 | -0/+10 |
* | Get rid of crufty `e-service' modules. | Ettore Perazzoli | 2000-05-03 | 1 | -0/+8 |
* | Set G_LOG_DOMAIN in following files. | Matthew Loper | 2000-05-03 | 1 | -0/+4 |
* | Turn off control frame autoactivation, so the toolbars work correctly. | Dan Winship | 2000-05-02 | 1 | -0/+6 |
* | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 1 | -0/+13 |
* | + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer and | Matthew Loper | 2000-04-27 | 1 | -0/+7 |
* | include -I$(datadir)/idl in orbit-idl arguments so that you can have | Dan Winship | 2000-04-25 | 1 | -0/+8 |
* | Made some functions syncronous that didn't need to be asyncronous. | Christopher James Lahey | 2000-04-24 | 1 | -0/+5 |
* | + * widgets/Makefile.am: Added e-paned directory. | Matthew Loper | 2000-04-24 | 1 | -0/+18 |
* | set calendar's uri with a property bag | Seth Alves | 2000-04-19 | 1 | -0/+4 |
* | New idl file. Still unused. | Christopher James Lahey | 2000-04-19 | 1 | -0/+4 |
* | Added a note field. | Christopher James Lahey | 2000-04-15 | 1 | -0/+5 |
* | + * addressbook/gui/component/addressbook.c (control_activate): Make | Matthew Loper | 2000-04-10 | 1 | -0/+5 |
* | + * folder-browser.c (folder_browser_destroy): Unref the shell | Matthew Loper | 2000-04-08 | 1 | -0/+9 |
* | Moved all ChangeLog entries for the shell to shell/ChangeLog. | Miguel de Icaza | 2000-04-07 | 1 | -0/+188 |