| Commit message (Expand) | Author | Age | Files | Lines |
* | `#if 0' an unused function. | Ettore Perazzoli | 2000-07-11 | 2 | -0/+7 |
* | Translate a default_folder of "" into NULL (which can't be passed over | Dan Winship | 2000-07-11 | 2 | -0/+8 |
* | Removed some useless debugging messages. | Ettore Perazzoli | 2000-07-11 | 3 | -2/+7 |
* | Add FIXME comment. | Ettore Perazzoli | 2000-07-11 | 1 | -0/+2 |
* | As a quasi-hack, do a gdk_flush() when the shell view is unrealized so | Federico Mena Quintero | 2000-07-10 | 2 | -1/+32 |
* | Don't display the annoying "Cannot display..." view in the shell when | Ettore Perazzoli | 2000-07-09 | 2 | -39/+15 |
* | Some menu cleanup. | Ettore Perazzoli | 2000-07-09 | 2 | -31/+14 |
* | Add proper cast when filling in the CORBA sequence struct. | Ettore Perazzoli | 2000-07-08 | 2 | -1/+6 |
* | Add an extra ref for the CORBA storage BonoboObject so that the number | Ettore Perazzoli | 2000-07-08 | 2 | -4/+15 |
* | Remove useless reference to the storage registry in the | Ettore Perazzoli | 2000-07-07 | 2 | -10/+10 |
* | Use the correct gconf path (/apps, not /app), and call | Dan Winship | 2000-07-06 | 2 | -5/+12 |
* | Shell command for creating new folders. | Ettore Perazzoli | 2000-07-06 | 2 | -1/+36 |
* | Added an extra @allowed_types parameter to the shell's folder | Ettore Perazzoli | 2000-07-02 | 8 | -76/+281 |
* | Removed bogus extra gtk_object_ref() that caused the shell not to quit | Ettore Perazzoli | 2000-07-02 | 2 | -2/+4 |
* | add "cancel" to FolderSelectionListener. | Dan Winship | 2000-07-01 | 4 | -16/+49 |
* | Added missing CORBA_Object_duplicate() when storing the shell | Ettore Perazzoli | 2000-06-30 | 2 | -4/+11 |
* | Derive EvolutionShellClient from BonoboObjectClient instead of BonoboObject. | Ettore Perazzoli | 2000-06-30 | 4 | -7/+17 |
* | Fix stupid typos and add a missing prototype. | Ettore Perazzoli | 2000-06-30 | 2 | -4/+15 |
* | EvolutionShellClient. | Ettore Perazzoli | 2000-06-30 | 7 | -20/+405 |
* | Update warning message to not say "CRASHING", since it won't if you have | Dan Winship | 2000-06-30 | 2 | -6/+8 |
* | Typo fix | Peter Williams | 2000-06-30 | 2 | -1/+8 |
* | Fixes brought to us by Purify | Matthew Loper | 2000-06-29 | 2 | -1/+8 |
* | Don't make EShellViews ::ref the EShell. | Ettore Perazzoli | 2000-06-29 | 2 | -4/+5 |
* | Implement saving of configuration information. Now when you run | Ettore Perazzoli | 2000-06-29 | 8 | -12/+306 |
* | Just fix some empty space and add the name of the file at the top of | Ettore Perazzoli | 2000-06-28 | 1 | -2/+1 |
* | Change EvolutionShellComponent so that it does ::ref the shell. | Ettore Perazzoli | 2000-06-28 | 2 | -1/+5 |
* | Close the dialog when done. Dont do anything if 'new' was pressed, and | Michael Zucchi | 2000-06-27 | 2 | -2/+19 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 2 | -0/+6 |
* | Remove the 'POSIX_SOURCE' define completely as we don't need that | Ettore Perazzoli | 2000-06-20 | 2 | -2/+5 |
* | #undef _POSIX_SOURCE after including dirent.h. this breaks the build on | Chris Toshok | 2000-06-20 | 2 | -0/+7 |
* | Oops. except make it actually work. | Dan Winship | 2000-06-19 | 1 | -1/+1 |
* | Add a warning before crashing due to a known bug when it can't activate a | Dan Winship | 2000-06-19 | 2 | -0/+14 |
* | Build a `libeshell.a' library in `shell/' so that we don't need to | Ettore Perazzoli | 2000-06-13 | 3 | -33/+53 |
* | include gnome-dialog.h (PARENT_TYPE): GNOME_TYPE_DIALOG replaced with | Michael Meeks | 2000-06-12 | 2 | -1/+7 |
* | Made the folder creation dialog slightly larger. | Ettore Perazzoli | 2000-06-11 | 1 | -2/+2 |
* | Folder selection dialog, (untested) CORBA interfaces for it, and a new | Ettore Perazzoli | 2000-06-11 | 8 | -2/+478 |
* | Implemented folder creation dialog (File -> New -> Folder). To make | Ettore Perazzoli | 2000-06-11 | 16 | -195/+832 |
* | Initial support for creating/removing folders. This implies some new | Ettore Perazzoli | 2000-06-10 | 20 | -113/+1440 |
* | Use version here. Add padding to the message. Only destroy object if its | Miguel de Icaza | 2000-06-09 | 2 | -11/+13 |
* | Restore the toolbar. I committed a line of code that shouldn't have | Ettore Perazzoli | 2000-06-08 | 2 | -1/+6 |
* | Fixed a refcount leak and added interfaces to add/remove folders | Ettore Perazzoli | 2000-06-08 | 11 | -106/+396 |
* | changed "Using the Shell" to "Getting Started" | Jeffrey Stedfast | 2000-06-03 | 2 | -1/+5 |
* | Free the uri variable. | Christopher James Lahey | 2000-06-02 | 3 | -0/+10 |
* | Make the close button on the shell view exit Evolution cleanly. Not a | Ettore Perazzoli | 2000-06-02 | 2 | -2/+24 |
* | Added a g_return_if_fail check. | Christopher James Lahey | 2000-06-02 | 2 | -0/+7 |
* | New menu callback to launch the help browser. (menu_help): add pointers to | Dan Winship | 2000-06-02 | 2 | -3/+45 |
* | Set up gettext. (Problem noted by Héctor García Alvarez) | Dan Winship | 2000-06-01 | 2 | -0/+9 |
* | Remove more cruft. | Ettore Perazzoli | 2000-06-01 | 2 | -134/+0 |
* | Remove cruft. | Ettore Perazzoli | 2000-06-01 | 4 | -663/+0 |
* | 5 more pixels in the default width to make the welcome message happy. | Ettore Perazzoli | 2000-06-01 | 2 | -1/+5 |
* | Reduce the size of the window by a bit and add some padding to make | Ettore Perazzoli | 2000-06-01 | 2 | -2/+11 |
* | Make the tree view slightly larger and hidden by default. Also, set | Ettore Perazzoli | 2000-06-01 | 3 | -2/+16 |
* | Implemented right-click menus for the shell's shortcut bar (the user | Ettore Perazzoli | 2000-06-01 | 6 | -13/+327 |
* | Add missing #include "Evolution.h". | Ettore Perazzoli | 2000-06-01 | 2 | -0/+6 |
* | Initialize the toggle items in the View menu when creating them, so | Ettore Perazzoli | 2000-05-31 | 4 | -22/+68 |
* | Fixed the buglet that caused unwanted bogus drag & drop operations to | Ettore Perazzoli | 2000-05-31 | 2 | -4/+31 |
* | Eeek! Declare the "owner_unset" signal correctly. | Ettore Perazzoli | 2000-05-31 | 2 | -1/+4 |
* | Increase the size of the folder title bar slightly to make it nicer. | Ettore Perazzoli | 2000-05-31 | 2 | -0/+7 |
* | Make quit work again by implementing a CORBA method to unregister | Ettore Perazzoli | 2000-05-31 | 11 | -95/+407 |
* | Added a title bar for the folder view. Removed title bar from the | Ettore Perazzoli | 2000-05-30 | 10 | -129/+1011 |
* | Fix wrong order of the key/value parameters in the call to | Ettore Perazzoli | 2000-05-30 | 2 | -1/+6 |
* | Remove extra free of evolution_directory. | Dan Winship | 2000-05-29 | 2 | -2/+4 |
* | Make EvolutionStorage use the correct name when registering itself. | Ettore Perazzoli | 2000-05-29 | 2 | -1/+6 |
* | Added my name to the about box | Jeffrey Stedfast | 2000-05-28 | 1 | -0/+1 |
* | + * e-shell-view-menu.c (command_about_box): Make authorlist more | Matthew Loper | 2000-05-27 | 2 | -8/+38 |
* | Made the storage view update at changes in the storage, and | Ettore Perazzoli | 2000-05-26 | 19 | -275/+1137 |
* | From shell/ChangeLog: | Christopher James Lahey | 2000-05-26 | 2 | -1/+8 |
* | Reorganized the shell to allow dynamic registration of storages and | Ettore Perazzoli | 2000-05-25 | 19 | -145/+1492 |
* | Was using the wrong include here. | Christopher James Lahey | 2000-05-25 | 3 | -1/+9 |
* | Added widgets/e-paned/Makefile. | Christopher James Lahey | 2000-05-25 | 3 | -14/+23 |
* | Updated. | Ettore Perazzoli | 2000-05-23 | 1 | -4/+0 |
* | Get rid of the old `evolution-service-repository' cruft and start | Ettore Perazzoli | 2000-05-23 | 21 | -424/+1024 |
* | move the development_warning from mail to shell so you don't get the | Dan Winship | 2000-05-19 | 2 | -0/+64 |
* | Use TigerT's new mini icons in the shell's folder tree view. | Ettore Perazzoli | 2000-05-16 | 10 | -28/+176 |
* | Use the new ETitleBar widget in the shell, thus allowing the user to | Ettore Perazzoli | 2000-05-16 | 4 | -31/+179 |
* | Fixed drag and drop so that it properly handles pointer grabbing in | Ettore Perazzoli | 2000-05-16 | 6 | -129/+296 |
* | Fix Drag & Drop behavior so that dragging a folder that is not the | Ettore Perazzoli | 2000-05-15 | 2 | -7/+40 |
* | Initial drag and drop support for the tree view: now you can drag | Ettore Perazzoli | 2000-05-15 | 2 | -14/+284 |
* | Correctly access an xmlNodePtr->content | Iain Holmes | 2000-05-15 | 3 | -7/+12 |
* | Protect against unknown folder types better. | Ettore Perazzoli | 2000-05-14 | 2 | -0/+22 |
* | Sort folders in the storage view. | Ettore Perazzoli | 2000-05-14 | 2 | -0/+26 |
* | Remove unused file. | Ettore Perazzoli | 2000-05-14 | 1 | -7/+0 |
* | Add new files. | Ettore Perazzoli | 2000-05-14 | 4 | -0/+521 |
* | Initial implementation of the tree view for the folders. | Ettore Perazzoli | 2000-05-14 | 9 | -135/+339 |
* | Added an about box. | Christopher James Lahey | 2000-05-11 | 2 | -0/+57 |
* | Set the icons when changing between components. | Christopher James Lahey | 2000-05-10 | 3 | -0/+80 |
* | New function; allows users to submit a bug. + (command_run_bugbuddy): | Matthew Loper | 2000-05-10 | 2 | -3/+24 |
* | + * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothing | Matthew Loper | 2000-05-10 | 2 | -0/+22 |
* | Display the default inbox at startup, instead of an empty view. | Ettore Perazzoli | 2000-05-09 | 5 | -15/+43 |
* | Fix misplaced `g_free()' that resulted in garbage to be printed out | Ettore Perazzoli | 2000-05-09 | 2 | -1/+8 |
* | Actually quit when the shell is destroyed. | Ettore Perazzoli | 2000-05-09 | 2 | -0/+13 |
* | Fix const warning. | Ettore Perazzoli | 2000-05-08 | 2 | -2/+6 |
* | xmlFree the return value of xmlGetProp. | Larry Ewing | 2000-05-08 | 2 | -0/+7 |
* | Fix incorrect casting. | Ettore Perazzoli | 2000-05-07 | 2 | -1/+6 |
* | Fix brainos so that the application quits after closing all the | Ettore Perazzoli | 2000-05-07 | 3 | -6/+11 |
* | Machinery for quitting and handling the relationship between a shell | Ettore Perazzoli | 2000-05-07 | 8 | -10/+169 |
* | Remove unused files. | Ettore Perazzoli | 2000-05-07 | 2 | -327/+0 |
* | Portability fix (use `readdir()', not `readdir_r()'). Also, be safer | Ettore Perazzoli | 2000-05-07 | 5 | -20/+34 |
* | Fix non-OAF compilation. | Ettore Perazzoli | 2000-05-07 | 2 | -1/+6 |
* | Big shell reorganization. | Ettore Perazzoli | 2000-05-07 | 30 | -1270/+4474 |
* | add support for building purified evolution. | Chris Toshok | 2000-05-05 | 2 | -0/+11 |
* | ignore the .pure directory | Chris Toshok | 2000-05-05 | 1 | -1/+2 |
* | turned the notebook border off. The calendar looks better without it. If | Damon Chaplin | 2000-05-05 | 2 | -0/+9 |
* | Fixed EShortcutBar API: the icon callback function now gets a `const | Ettore Perazzoli | 2000-05-04 | 2 | -2/+9 |
* | Remove unused file. | Ettore Perazzoli | 2000-05-03 | 1 | -10/+0 |
* | Removing more cruft. | Ettore Perazzoli | 2000-05-03 | 6 | -69/+16 |
* | Get rid of crufty `e-service' modules. | Ettore Perazzoli | 2000-05-03 | 5 | -388/+8 |
* | Set G_LOG_DOMAIN in following files. | Matthew Loper | 2000-05-03 | 2 | -1/+6 |
* | Turn off control frame autoactivation, so the toolbars work correctly. | Dan Winship | 2000-05-02 | 2 | -0/+7 |
* | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 3 | -11/+69 |
* | + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer and | Matthew Loper | 2000-04-27 | 2 | -18/+81 |
* | include -I$(datadir)/idl in orbit-idl arguments so that you can have | Dan Winship | 2000-04-25 | 2 | -1/+11 |
* | Made some functions syncronous that didn't need to be asyncronous. | Christopher James Lahey | 2000-04-24 | 2 | -19/+10 |
* | + * widgets/Makefile.am: Added e-paned directory. | Matthew Loper | 2000-04-24 | 4 | -18/+82 |
* | set calendar's uri with a property bag | Seth Alves | 2000-04-19 | 2 | -1/+21 |
* | New idl file. Still unused. | Christopher James Lahey | 2000-04-19 | 2 | -0/+105 |
* | Added a note field. | Christopher James Lahey | 2000-04-15 | 2 | -2/+7 |
* | Fix the embarassing cursor bug. | Miguel de Icaza | 2000-04-12 | 1 | -1/+0 |
* | + * addressbook/gui/component/addressbook.c (control_activate): Make | Matthew Loper | 2000-04-10 | 2 | -1/+6 |
* | + * folder-browser.c (folder_browser_destroy): Unref the shell | Matthew Loper | 2000-04-08 | 2 | -4/+52 |
* | Moved all ChangeLog entries for the shell to shell/ChangeLog. | Miguel de Icaza | 2000-04-07 | 3 | -9/+201 |
* | + * shell/main.c (evolution_boot): Make sure our data directory is | Matthew Loper | 2000-04-07 | 1 | -0/+5 |
* | Load the icons from the installation path, not form the GNOME-libs | Miguel de Icaza | 2000-04-06 | 2 | -2/+5 |
* | hook up control:calendar | Seth Alves | 2000-04-06 | 1 | -0/+3 |
* | Update for shortcut bar changes. | Dan Winship | 2000-04-01 | 3 | -3/+49 |
* | Hold off on deactivating the "outgoing" control until after setting up the | Dan Winship | 2000-03-31 | 1 | -25/+32 |
* | Call bonobo_control_frame_activate on the folder_view every time it is | Dan Winship | 2000-03-30 | 1 | -12/+18 |
* | + * shell/e-shell-view.c (get_view): Move CORBA_Environment to | Matthew Loper | 2000-03-26 | 1 | -5/+6 |
* | Added some assertions. | Matthew Loper | 2000-03-23 | 1 | -3/+5 |
* | + * shell/main.c (evolution_boot): gtk_signal_connect'ed "destroy" | Matthew Loper | 2000-03-23 | 2 | -61/+63 |
* | New private field in EShellView added, which contains the notebook and a | Matthew Loper | 2000-03-21 | 2 | -23/+79 |
* | Added an E_FOLDER_CONTACTS section to the get_view function. | Christopher James Lahey | 2000-03-14 | 1 | -0/+25 |
* | i2000-03-13 bertrand <bertrand@helixcode.com> | bertrand | 2000-03-13 | 1 | -1/+15 |
* | (get_view): added a parameter to have a reference to the EShellView. | bertrand | 2000-03-13 | 1 | -12/+37 |
* | once we have the bonobo control widget, disable the autoactivation and | bertrand | 2000-03-13 | 1 | -5/+16 |
* | name change | bertrand | 2000-03-13 | 1 | -1/+1 |
* | added the get_e_folder_type function. | bertrand | 2000-03-13 | 4 | -9/+44 |
* | creates an Evolution_ServiceRepository object. | bertrand | 2000-03-13 | 2 | -18/+220 |
* | forgotten file. | Bertrand Guiheneuf | 2000-03-12 | 2 | -1/+11 |
* | Implementation of the service repository interface as a bonobo object. | bertrand | 2000-03-12 | 11 | -36/+236 |
* | add a field refering to a service associated to the efolder. In the case | bertrand | 2000-03-12 | 6 | -2/+403 |
* | plug mem leaks due to bad documentation of | bertrand | 2000-03-09 | 1 | -3/+1 |
* | More changes than a man can remember. | Bertrand Guiheneuf | 2000-03-06 | 1 | -2/+9 |
* | Various building fixes. At least, now it builds for me. | Ettore Perazzoli | 2000-03-02 | 1 | -5/+5 |
* | added a reset method. Thanks message-browser to find so much bugs :) | bertrand | 2000-02-22 | 1 | -0/+1 |
* | + * widgets/e-minicard/.cvsignore: Added minicard-label-test, | Matthew Loper | 2000-02-20 | 1 | -0/+4 |
* | Further Makefile.am fixage -miguel | Miguel de Icaza | 2000-02-19 | 1 | -4/+3 |
* | Changed the order of the compilation so the CORBA stuff was generated | Iain Holmes | 2000-02-09 | 1 | -2/+2 |
* | Make Evolution compile with the latest Bonobo changes. | Arturo Espinosa | 2000-01-26 | 7 | -62/+58 |
* | More work on the code. Added more for the framework. | Arturo Espinosa | 2000-01-19 | 4 | -68/+104 |
* | More work; Model view for the shortcut bar is better; More menus; More fea... | Arturo Espinosa | 2000-01-18 | 6 | -202/+551 |
* | Shaping up; Model/view is still not fully setup, but coming, coming | Arturo Espinosa | 2000-01-17 | 8 | -25/+606 |
* | Add missing file -mig | Arturo Espinosa | 2000-01-17 | 1 | -0/+7 |
* | Use e_bar_set_item_data. | Miguel de Icaza | 2000-01-16 | 9 | -37/+196 |
* | More | Arturo Espinosa | 2000-01-12 | 9 | -40/+627 |
* | More work. Before the shortcut changes -mig | Arturo Espinosa | 2000-01-09 | 7 | -8/+361 |
* | shut up cvs action -mig | Arturo Espinosa | 2000-01-07 | 1 | -0/+3 |
* | shut up cvs action -mig | Arturo Espinosa | 2000-01-07 | 1 | -3/+6 |
* | More framework work -miguel | Arturo Espinosa | 2000-01-07 | 7 | -4/+268 |
* | Lots of reorganization to get the Evolution shell to begin its life. It | Arturo Espinosa | 2000-01-06 | 2 | -0/+22 |