aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Change the folder selection dialog so that, when you click on "New"Ettore Perazzoli2001-02-091-0/+31
* Fix broken English.Ettore Perazzoli2001-02-061-0/+5
* Remove <config.h> #includes from the `.h' files, which is known to be,Ettore Perazzoli2001-02-061-0/+26
* Memory leak fixIain Holmes2001-02-041-0/+5
* Inform people when they can't import a file.Iain Holmes2001-01-311-0/+8
* It's a ChangeLogIain Holmes2001-01-301-0/+7
* Fixed some typos.Kjartan Maraas2001-01-301-0/+4
* Change the appearance of the scroll frame in the folder creationEttore Perazzoli2001-01-281-0/+5
* Woooho. Fixed resize of popped-up folder bars.Ettore Perazzoli2001-01-281-0/+8
* shell compile fixes (some #includes pointing to old headers) to goJacob Leach2001-01-281-0/+6
* Don't link with the old widgets/shortcut-bar/libshortcut-bar.la anymore,Jason Leach2001-01-271-0/+6
* Fix the folder tree so that the icons don't look blurry anymore. (ForEttore Perazzoli2001-01-271-0/+6
* Remove all instances of non-portable macro `__FUNCTION__' from theEttore Perazzoli2001-01-271-0/+8
* Fix a bug that could happen when a shell view would be destroyed andEttore Perazzoli2001-01-251-0/+6
* (Fix #1252: Need a File->Close way to close a view)Jason Leach2001-01-251-0/+10
* Fix missing ';'.Kjartan Maraas2001-01-241-0/+4
* Fix the logic for updating the shortuct labels when the display namesEttore Perazzoli2001-01-241-0/+39
* Removed exceptionIain Holmes2001-01-241-0/+3
* ChangelogIain Holmes2001-01-231-0/+38
* New function. Obvious.Dan Winship2001-01-201-0/+5
* typo fixesJacob Leach2001-01-191-4/+3
* (Bug #883: Shortcut bar does not update when a folders display nameJason Leach2001-01-191-0/+39
* Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enumFederico Mena Quintero2001-01-181-0/+6
* Make the folder selection dialog use the right bevel for the scrollEttore Perazzoli2001-01-181-0/+8
* Replace `--with-x-mailer' with a more generic `--with-sub-version'.Ettore Perazzoli2001-01-181-0/+6
* Some little more DnD work.Ettore Perazzoli2001-01-171-0/+21
* set config path on window.Michael Meeks2001-01-171-0/+5
* pop the visual/cm after the constructJP Rosevear2001-01-171-0/+5
* push/pop the color map (e_shell_folder_title_bar_new): and the visual...JP Rosevear2001-01-161-0/+1
* push/pop the color mapJP Rosevear2001-01-161-0/+5
* Set the title of the splash dialog to EvolutionIain Holmes2001-01-161-0/+14
* (Fix bug #934: Add Right-click item to hide the shortcut bar)Jason Leach2001-01-141-0/+13
* Initial steps to support Drag 'n Drop in the tree view.Ettore Perazzoli2001-01-141-0/+27
* Unref our copy, and then destroy.Miguel de Icaza2001-01-131-0/+8
* Ok, talked to Ettore. Going back to TOPLEVEL non-POPUP.Miguel de Icaza2001-01-131-4/+6
* Add an ::asyncCopyFolder method to the ShellComponent interface. MoveEttore Perazzoli2001-01-131-0/+19
* Remove nice toplevel window.Miguel de Icaza2001-01-131-0/+4
* Rename `::addFolderAsync' into `::createFolderAsync'.Ettore Perazzoli2001-01-131-2/+13
* CreateDan Winship2001-01-131-0/+4
* Added translation strings.Miguel de Icaza2001-01-121-1/+5
* Remove "window" from the moniker path.Miguel de Icaza2001-01-121-0/+8
* Fix prototype (command_new_view): ditto. (command_new_mail_message):Miguel de Icaza2001-01-121-0/+1
* Remove the "Already have view for..." message. People keep assuming it'sDan Winship2001-01-121-0/+5
* add the importer part 1Iain Holmes2001-01-121-0/+6
* Fix prototype (command_new_view): ditto.Miguel de Icaza2001-01-101-0/+7
* New function to update a folder given its URI. Plus associated changes toDan Winship2001-01-051-0/+7
* Fix a bug in `evolution_shell_client_user_select_folder()' that couldEttore Perazzoli2000-12-291-0/+6
* Fix a crash when the user tries to "Submit bug report" but doesn't haveJason Leach2000-12-261-0/+12
* Destroy the dialog after a double click.Iain Holmes2000-12-151-1/+2
* Change the function to have the same signature as the double click callback.Iain Holmes2000-12-141-0/+5
* Slightly updated the startup warning message for the release.Ettore Perazzoli2000-12-141-0/+5
* Update the splash animation to fit with the new splash design.Ettore Perazzoli2000-12-141-0/+4
* Return TRUE as we have handled the event.Jeffrey Stedfast2000-12-131-0/+5
* Pass path+1 rather than path to get_type_for_storage, to match theDan Winship2000-12-131-0/+6
* Connect a button-press-event signal on the splash screen so users canJeffrey Stedfast2000-12-121-0/+6
* return NULL if no {folder,storage} is found. (get_control_for_uri): returnDan Winship2000-12-121-0/+6
* Complete the code to associate a URI and a folder type to the toplevelEttore Perazzoli2000-12-091-0/+60
* update to GNOME_Evolution_Shell.oafinfoMichael Meeks2000-12-081-0/+6
* Start implementing a physical URI property for the toplevel nodes inEttore Perazzoli2000-12-051-0/+63
* Handle a NIL return value from `oaf_activate_from_id' withoutEttore Perazzoli2000-12-051-0/+6
* return NULL if we can't create a view.Michael Meeks2000-12-051-0/+6
* New `createNewView' method in `Evolution::Shell'. Register the shellEttore Perazzoli2000-12-051-0/+41
* Update - hopefully I assigned blame correctly :-)JP Rosevear2000-11-281-0/+4
* de-register a component's UI if it dies.Michael Meeks2000-11-281-0/+5
* Install Evolution IDL's into datadir/idl.Peter Williams2000-11-261-0/+4
* Plug leaks of the fullname and fulldefaultname.Federico Mena Quintero2000-11-251-0/+15
* Plug leak; mark the CORBA sequence so that it will be released.Federico Mena Quintero2000-11-251-0/+6
* add (e_shell_view_construct): hook up to system_exception on ui_container.Michael Meeks2000-11-141-0/+6
* Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync upMatt Bissiri2000-11-111-0/+7
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-0/+5
* Make the panes of the EPaned not shrinkable beyond their minimum size.Christopher James Lahey2000-11-091-0/+5
* Fix typo in a comment.Matt Bissiri2000-11-081-0/+4
* Pass full_name, not folder_name to callback.Dan Winship2000-11-081-0/+5
* Fixed a couple of warnings.Ettore Perazzoli2000-11-071-0/+6
* Make the shell pop-up a warning dialog per component when a componentEttore Perazzoli2000-11-071-0/+7
* Fixed a missing `CORBA_Object_duplicate()' problem. This should fixEttore Perazzoli2000-11-071-0/+5
* Added #include <config.h>Kjartan Maraas2000-11-071-0/+4
* Added a `--no-splash' option to the shell.Ettore Perazzoli2000-11-041-0/+19
* Fix the name of the signal passed to gtk_signal_new so that this actuallyDan Winship2000-11-041-0/+5
* Make this take "highlighted" as well.Dan Winship2000-11-021-0/+12
* Moving the executive summarys now :)Iain Holmes2000-11-021-0/+16
* Add "highligted" field to Folder. Add update_folder method toDan Winship2000-11-021-0/+33
* No longer include <db.h>52000-10-261-0/+5
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-241-0/+4
* update to new UI handlerMichael Meeks2000-10-211-0/+12
* If there is no view save the default uri instead. (socket_destroy_cb):Iain Holmes2000-10-201-0/+7
* update for new UI handler.Michael Meeks2000-10-191-0/+5
* If the widget is not realized don't do anything, to prevent BadGC's atIain Holmes2000-10-191-0/+12
* Save the settings before the view is destroyed. (e_shell_quit): Don't saveIain Holmes2000-10-181-0/+13
* Add a typecast.Dan Winship2000-10-171-0/+18
* Check if there are any files in default_user that are not in ~/evolutionIain Holmes2000-10-161-0/+14
* Use an EScrollFrame instead of a GtkScrolledWindow for the folderEttore Perazzoli2000-10-151-0/+5
* 31337 splash screen for the shell's startup sequence.Ettore Perazzoli2000-10-151-3/+14
* *e-shell-folder-creation-dialog.glade: Added focus to the folder-name textAnna Marie Dirks2000-10-141-0/+4
* Fixed the spec on this.Christopher James Lahey2000-10-111-0/+4
* Changed this to use the built in cells.Christopher James Lahey2000-10-111-0/+4
* Adapted this for the new ETable system.Christopher James Lahey2000-10-111-0/+4
* Change paths in such a way as to require HEAD bonobo.Michael Meeks2000-10-091-0/+7
* initialize priv->sockets to NULL, fixes startup crash on non-ia32Matt Wilson2000-10-081-0/+5
* Backported (from EVOLUTION_0_5_1) the code that allowed the shell toEttore Perazzoli2000-10-071-0/+11
* call _set_compare_function after inserting the storage.Chris Toshok2000-10-071-0/+5
* add a freeze / thaw pair to reduce flicker on switching controls.Michael Meeks2000-10-061-0/+9
* #include <gal/widgets/e-gui-utils.h>Chris Toshok2000-10-061-0/+6
* add #include for libgnomeui/gnome-messagebox.hChris Toshok2000-10-061-0/+5
* Disable summary stuff, it appears to be badly broken.Michael Meeks2000-10-051-0/+13
* ui/evolution-addressbook-ldap.xml, ui/evolution-addressbook.xml,Matt Bissiri2000-10-041-0/+10
* remove evil usize set.Michael Meeks2000-10-041-0/+4
* Fixed a bug that caused the "Create new shortcut group" dialog not toEttore Perazzoli2000-10-031-0/+5
* if we're not displaying folders, the current folder is NULL. (class_init):Chris Toshok2000-10-031-0/+10
* add storage_selected behavior - loop over the listeners callingChris Toshok2000-10-031-0/+20
* `EvolutionStorageSetViewListener', wrapper for the CORBAEttore Perazzoli2000-10-031-0/+5
* fix typo. (impl_StorageSetView_remove_listener): same.Chris Toshok2000-10-031-0/+24
* pass storage_set_view_interface as second argument toChris Toshok2000-10-031-0/+8
* kill.Michael Meeks2000-10-031-0/+21
* set the new node's compare function. (insert_folders): same.Chris Toshok2000-10-031-1/+8
* track e-tree sort api change. (treepath_compare): same. (new_folder_cb):Chris Toshok2000-10-031-0/+6
* pass NULL for the open/closed pixbuf of the tree renderer. we'll let itChris Toshok2000-10-031-0/+12
* Added the ability for the shell to export the storage set view as aEttore Perazzoli2000-10-021-0/+19
* Add a `::remove_listener' method to Evolution::Storage.Ettore Perazzoli2000-10-021-0/+18
* Get the title bar for the folder view to use TigerT's pin icon for theEttore Perazzoli2000-09-291-0/+10
* Don't print "Folder registered successfully" if it didn't. (Duh. :)Dan Winship2000-09-291-0/+5
* If the startup folder cannot be open, default to the local Inbox.Ettore Perazzoli2000-09-281-0/+6
* Fix a bunch of EShortcutView problems. It's still buggy, but at leastEttore Perazzoli2000-09-271-0/+24
* Update the shortcut bar in the shell view to match the changes in theEttore Perazzoli2000-09-261-0/+17
* Fix a refcounting problem with the local storage. ("Somebody" added aEttore Perazzoli2000-09-251-0/+4
* Updates for the Bonobo changes from Michael who is having someEttore Perazzoli2000-09-231-0/+4
* Dear native speakers,Federico Mena Quintero2000-09-221-0/+4
* s/Bonobo_UIHandler/Bonobo_UIContainer/Michael Meeks2000-09-211-0/+13
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-0/+18
* Everywhere add a -DEVOLUTION_DATADIR=${datadir} in the Makefile.amMichael Meeks2000-09-171-0/+4
* #include <bonobo-win.h>, not <bonobo-app.h>, which doesn't existEttore Perazzoli2000-09-161-0/+4
* foreach_data should be set to the caller-supplied data, not the tree itemDan Winship2000-09-151-0/+5
* Fixed bug #536 Popup folder tree button doesn't expandIain Holmes2000-09-151-0/+6
* add bonobo_ui_handler_unset_container to stop menus screwing up.Michael Meeks2000-09-141-0/+4
* Move a couple of helpers into Bonobo before more people start the re-buildMichael Meeks2000-09-141-0/+4
* Added $(GNOME_PRINT_LIBS) to evolution_LDADD.Christopher James Lahey2000-09-141-0/+4
* Get the status bar playing ball.Michael Meeks2000-09-141-0/+6
* re-order to suit and add freeze / thaw, update paths to toggles, removeMichael Meeks2000-09-141-0/+5
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-0/+26
* Make the pop-up folder bar pop down after a folder is selected.Ettore Perazzoli2000-09-131-0/+8
* Thou shalt add a space after `-I' when invoking `orbit-idl'.Ettore Perazzoli2000-09-131-0/+5
* Little UTF-8 fixLauris Kaplinski2000-09-131-0/+4
* Remove ui.xml stuff which was breaking distcheck.Ettore Perazzoli2000-09-131-0/+4
* Initialize libunicodeDan Winship2000-09-121-0/+4
* Fixed some warnings.Christopher James Lahey2000-09-121-0/+4
* Fix some annoying warnings in the folder selection dialog.Ettore Perazzoli2000-09-121-0/+7
* Remove debugging message.Ettore Perazzoli2000-09-121-0/+4
* Make `EvolutionStorage' and `ELocalstorage' actually update the CORBAEttore Perazzoli2000-09-121-0/+24
* Unset the `GTK_FLOATING' flag when constructing anEttore Perazzoli2000-09-111-0/+6
* Fully support setting the display name in the tree. It seems to work.Ettore Perazzoli2000-09-111-0/+24
* Use the name of the storage or the folder in the storage set view,Ettore Perazzoli2000-09-101-0/+9
* Fixed some warnings.Christopher James Lahey2000-09-101-0/+4
* Fix a possible crash when viewing no folder.Ettore Perazzoli2000-09-101-0/+5
* Some UTF-8 fixes and experimental 16-bit unicode font supportLauris Kaplinski2000-09-091-0/+4
* Fix a stupid crash caused by not taking account of the fact that theEttore Perazzoli2000-09-091-0/+5
* Fix `e_folder_tree_get_folder()' so that it returns NULL (instead ofEttore Perazzoli2000-09-091-0/+5
* Make EvolutionStorage support multiple listeners.Ettore Perazzoli2000-09-091-0/+14
* Implemented a new `EFolderTree' object. Make `EStorage' use itEttore Perazzoli2000-09-091-0/+32
* Fix Chris' fixes.Ettore Perazzoli2000-09-091-0/+10
* Added base ETableModel functions.Christopher James Lahey2000-09-091-0/+7
* Changed so that ::set_owner is called after setting up the localEttore Perazzoli2000-09-081-0/+11
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-081-0/+44
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-021-0/+4
* free node_data. (removed_storage_cb): same. (new_storage_cb): don't freeChris Toshok2000-09-021-0/+9
* Strdup path when setting the callback data.Christopher James Lahey2000-09-021-0/+6
* initialize delayed_selection = NULL;Chris Toshok2000-09-011-0/+4
* Changed `Evolution::Storage' so that the displayed name for a folderEttore Perazzoli2000-09-011-0/+12
* add delayed_selection to _EShellViewPrivate. (new_folder_cb): newChris Toshok2000-09-011-0/+10
* Strip off newlines when setting the messages in the statusbar, so thatEttore Perazzoli2000-08-291-0/+7
* Make the shell start up components through a OAF query forEttore Perazzoli2000-08-281-0/+12
* convert to use ETree instead of GtkCTree.Chris Toshok2000-08-261-0/+10
* Ref a few things that need it. Avoid triggering some assertions.Peter Williams2000-08-261-0/+13
* Don't crash if a component cannot be activated.Ettore Perazzoli2000-08-241-0/+6
* added UNICODE_LIBS to get unicode linking with the shell...Arik Devens2000-08-201-0/+5
* Fixed a warning.Christopher James Lahey2000-08-201-0/+4
* Fixed a warning.Christopher James Lahey2000-08-201-0/+4
* update the pixmap define E_USE_STYLES to disable the current darkeningLarry Ewing2000-08-181-0/+11
* Fix menus and add placeholders in the menubar for the components toEttore Perazzoli2000-08-181-0/+15
* Make the close button on the ShellView quit Evolution. (Yeah, this isEttore Perazzoli2000-08-141-0/+4
* Removed bogus entry.Dan Winship2000-08-141-6/+0
* Get rid of some annoying debugging messages.Ettore Perazzoli2000-08-141-0/+6
* Add a kludgy and simple interface to the shell views to access theEttore Perazzoli2000-08-131-0/+37
* add "in string evolution_homedir" to ShellComponent::set_owner'sDan Winship2000-08-111-0/+20
* Add myself to the about box, finally.Peter Williams2000-08-111-0/+5
* Merge with camel-async.Peter Williams2000-08-111-0/+11
* Fixed some warnings.Christopher James Lahey2000-08-101-0/+4
* Fixed a warning.Christopher James Lahey2000-08-091-0/+4
* Add a placeholder for the print items in the "File" menu.Ettore Perazzoli2000-08-091-0/+5
* Check for ~/evolution/shortcuts.xml in addition to ~/evolution, to makeDan Winship2000-08-081-0/+7
* Actually commit this - I though it went in already.JP Rosevear2000-08-041-0/+18
* Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-041-0/+3
* Remove erroneous refs on folder_type_registry, storage_set.Michael Meeks2000-08-041-0/+12
* Make sure default_uri isn't NULL!!Jeffrey Stedfast2000-08-041-0/+5
* Update the ::user_select_folder() interface so that it accepts both aEttore Perazzoli2000-08-041-0/+22
* work with either gconf 0.5 or newerDan Winship2000-07-281-0/+4
* Teeny tiny mem leak fix.Matthew Loper2000-07-271-0/+4
* Fix the pop-up tree so that it does not set up the grab when shownEttore Perazzoli2000-07-271-0/+5
* Work around utter GtkOptionMenu brokenness so that we finally have aEttore Perazzoli2000-07-251-0/+6
* Remove GOAD support.Dan Winship2000-07-251-0/+10
* Change EShellView so that it creates the menus with BonoboUIHandlerEttore Perazzoli2000-07-231-0/+18
* Fix a braino that caused Evolution to unref a NULL object when theEttore Perazzoli2000-07-221-0/+5
* Some changes to the pop-up folder tree, so that it makes more visualEttore Perazzoli2000-07-221-0/+18
* Improve the title bar pop-up button: use a toggle button instead of aEttore Perazzoli2000-07-211-0/+12
* First shot at the "click on the folder title, get the folder tree"Ettore Perazzoli2000-07-211-0/+22
* Prevent a crash by avoiding calling the populate_folder_context_menuEttore Perazzoli2000-07-211-0/+7
* Add support for the folder right-click ("context") menu. No componentEttore Perazzoli2000-07-211-1/+19
* Add interfaces to populate a folder's context menu. (Untested.)Ettore Perazzoli2000-07-211-0/+16
* Implement saving of pane positions.Ettore Perazzoli2000-07-201-0/+6
* Add support for saving the current configuration of all theEttore Perazzoli2000-07-201-0/+27
* Added/fixed support for multiple views.Ettore Perazzoli2000-07-201-0/+10
* created a model for the EShortcutBar. This will probably have to be movedDamon Chaplin2000-07-171-0/+8
* Fixed to match gconf API change.Christopher James Lahey2000-07-131-0/+4
* Update the message.Dan Winship2000-07-111-0/+4
* `#if 0' an unused function.Ettore Perazzoli2000-07-111-0/+5
* Translate a default_folder of "" into NULL (which can't be passed overDan Winship2000-07-111-0/+5
* Removed some useless debugging messages.Ettore Perazzoli2000-07-111-0/+7
* As a quasi-hack, do a gdk_flush() when the shell view is unrealized soFederico Mena Quintero2000-07-101-0/+10
* Don't display the annoying "Cannot display..." view in the shell whenEttore Perazzoli2000-07-091-0/+6
* Some menu cleanup.Ettore Perazzoli2000-07-091-0/+7
* Add proper cast when filling in the CORBA sequence struct.Ettore Perazzoli2000-07-081-0/+5
* Add an extra ref for the CORBA storage BonoboObject so that the numberEttore Perazzoli2000-07-081-0/+5
* Remove useless reference to the storage registry in theEttore Perazzoli2000-07-071-0/+8
* Use the correct gconf path (/apps, not /app), and callDan Winship2000-07-061-0/+6
* Shell command for creating new folders.Ettore Perazzoli2000-07-061-0/+7
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-021-0/+49
* Removed bogus extra gtk_object_ref() that caused the shell not to quitEttore Perazzoli2000-07-021-0/+4
* add "cancel" to FolderSelectionListener.Dan Winship2000-07-011-0/+13
* Added missing CORBA_Object_duplicate() when storing the shellEttore Perazzoli2000-06-301-0/+5
* Derive EvolutionShellClient from BonoboObjectClient instead of BonoboObject.Ettore Perazzoli2000-06-301-0/+5
* Fix stupid typos and add a missing prototype.Ettore Perazzoli2000-06-301-0/+5
* EvolutionShellClient.Ettore Perazzoli2000-06-301-0/+13
* Update warning message to not say "CRASHING", since it won't if you haveDan Winship2000-06-301-0/+6
* Typo fixPeter Williams2000-06-301-0/+5
* Fixes brought to us by PurifyMatthew Loper2000-06-291-0/+5
* Don't make EShellViews ::ref the EShell.Ettore Perazzoli2000-06-291-0/+5
* Implement saving of configuration information. Now when you runEttore Perazzoli2000-06-291-0/+29
* Change EvolutionShellComponent so that it does ::ref the shell.Ettore Perazzoli2000-06-281-0/+5
* Close the dialog when done. Dont do anything if 'new' was pressed, andMichael Zucchi2000-06-271-0/+11
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+4
* Remove the 'POSIX_SOURCE' define completely as we don't need thatEttore Perazzoli2000-06-201-0/+5
* #undef _POSIX_SOURCE after including dirent.h. this breaks the build onChris Toshok2000-06-201-0/+6
* Add a warning before crashing due to a known bug when it can't activate aDan Winship2000-06-191-0/+8
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-131-0/+8
* include gnome-dialog.h (PARENT_TYPE): GNOME_TYPE_DIALOG replaced withMichael Meeks2000-06-121-0/+5
* Folder selection dialog, (untested) CORBA interfaces for it, and a newEttore Perazzoli2000-06-111-0/+22
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-0/+76
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-0/+61
* Use version here. Add padding to the message. Only destroy object if itsMiguel de Icaza2000-06-091-0/+6
* Restore the toolbar. I committed a line of code that shouldn't haveEttore Perazzoli2000-06-081-0/+5
* Fixed a refcount leak and added interfaces to add/remove foldersEttore Perazzoli2000-06-081-0/+67