aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Add a button and an icon to toggle between online and offlineEttore Perazzoli2001-05-211-0/+23
* Implemented the "Copy Folder" and "Move Folder" menu items. Untested.Ettore Perazzoli2001-05-201-0/+43
* Add a caption to the folder selection dialog widget, and get theEttore Perazzoli2001-05-201-0/+17
* Renamed the "NewWindow" verb into "OpenFolderInNewWindow". Got theEttore Perazzoli2001-05-191-0/+11
* Create new files for the folder commands, and move the "Create newEttore Perazzoli2001-05-191-0/+9
* Change the code to pop-up the folder context menu to use the stuffEttore Perazzoli2001-05-171-0/+16
* Make the "Submit Bug Report" menu item fire up a browser withEttore Perazzoli2001-05-161-0/+8
* Add an "Evolution FAQ" entry to the Help menu, and update the existingEttore Perazzoli2001-05-161-0/+4
* set the subfolder's parent to NULL so the subfolder list doesn't changejacob berkman2001-05-151-0/+7
* implement the CORBA side of dragging.Chris Toshok2001-05-121-0/+13
* add RemoveFolder menu item and verb. (folder_context_menu_remove_cb): newChris Toshok2001-05-121-0/+15
* add this define for the xml path to use when adding menu items to theChris Toshok2001-05-121-0/+14
* Ask for a folder to import into.Iain Holmes2001-05-121-0/+16
* component_new refs the object itself, so unref ours when we finish with itJP Rosevear2001-05-121-0/+9
* Lots of people seem to have "broken" local storage hierarchies. So ignoreDan Winship2001-05-121-0/+6
* the only problematic area - pass NULL for now in as the BonoboUIContainer.Chris Toshok2001-05-111-0/+44
* Made this function static. Removed the unused variable placeholder.Christopher James Lahey2001-05-101-0/+7
* Remove get_physical_path and load_folders, and replace the calls to themDan Winship2001-05-101-0/+6
* Rename "port" to "type" here too.Dan Winship2001-05-101-0/+5
* Importer changesIain Holmes2001-05-091-0/+19
* Fix a free of non-malloc'ed memory introduced by my last change.Dan Winship2001-05-081-0/+5
* Added command entry for 'ToggleOffline'.Jon Trowbridge2001-05-081-0/+5
* take a physical_uri and pass it to the callback.Chris Toshok2001-05-051-0/+17
* Use type instead of portNumber.Dan Winship2001-05-051-0/+11
* Remove a line of code that caused the offline confirmation dialog toEttore Perazzoli2001-05-051-0/+7
* Undo a broken leak fix.Ettore Perazzoli2001-05-051-0/+5
* Plug more leaks.Ettore Perazzoli2001-05-041-0/+13
* Plug a leak in the folder creation dialog (a string was beingEttore Perazzoli2001-05-041-0/+5
* Plug a leak (the return value from `oaf_query()' must be freed!).Ettore Perazzoli2001-05-041-0/+5
* Change `e_shell_get_icon_path()' to only look up the Evolution imageEttore Perazzoli2001-05-041-0/+7
* Change the mode for the GtkCList in the active connection dialog to beEttore Perazzoli2001-05-041-0/+5
* Complete the shell side for supporting off-line operations, gettingEttore Perazzoli2001-05-041-0/+24
* Initial implementation for the "warning, some connections are stillEttore Perazzoli2001-05-041-0/+43
* Make the `EShellOfflineHandler' object non-floating in the constructEttore Perazzoli2001-05-031-0/+5
* Add interfaces to the shell to handle off-line operation, as well as aEttore Perazzoli2001-05-031-0/+20
* new file.Chris Toshok2001-05-031-0/+9
* Remove $(UNICODE_LIBS).Dan Winship2001-04-261-0/+6
* free the private memberJP Rosevear2001-04-261-0/+4
* #include <glib.h> and move corresponding local includes to the top.Kjartan Maraas2001-04-251-0/+13
* #include gnome-window-icon.hJeffrey Stedfast2001-04-241-0/+4
* Set window_icon of the splash screen to "evolution.png"Duncan Mak2001-04-221-0/+5
* #include <unistd.h>Ettore Perazzoli2001-04-181-0/+4
* Proxy events to the tooltip object properly.Christopher James Lahey2001-04-181-0/+5
* Pull up fix from the branch:Ettore Perazzoli2001-04-151-0/+18
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-141-0/+4
* Pull up fix from the 0-10 branch (chain the ::destroy handler forEttore Perazzoli2001-04-141-0/+5
* Implemented these.Christopher James Lahey2001-04-131-0/+5
* Don't get into an infinite loop when clicking on an IMAP storage. MightDan Winship2001-04-121-0/+6
* fix type. we want the destination interface, not source.Chris Toshok2001-04-081-0/+5
* Fix headers. Same here. Same here. Same here. Same here.Kjartan Maraas2001-04-051-0/+8
* set content type to utf8. fix warning. just call on_link_clicked().Gediminas Paulauskas2001-04-041-0/+9
* Don't declare debug_log as extern in evolution-shell-component-client.c,Dan Winship2001-04-041-0/+9
* Merge fix for #1117 (g-warning being emitted when clicking on storageEttore Perazzoli2001-04-041-0/+9
* Pulled up fixes from evolution-0-10-branch.Ettore Perazzoli2001-04-041-0/+21
* Iain's fix did not help, fixing myself. closes #1914Gediminas Paulauskas2001-04-031-0/+5
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-0/+5
* Include <gal/util/e-util.h> here.Christopher James Lahey2001-04-011-0/+4
* If the importer can't be started, don't continueIain Holmes2001-03-311-0/+5
* Fix a crash when the evolution-importer-client tries to pass NULL for the fol...Iain Holmes2001-03-311-0/+5
* Since this is an ETree now, the signature of the double click callback hasChristopher James Lahey2001-03-311-0/+6
* add a "debug" method to tell a component to output debugging messages to aDan Winship2001-03-311-0/+17
* Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-301-0/+43
* Use `g_strcasecmp()' instead of `strcasecmp()', just to be anal aboutEttore Perazzoli2001-03-291-0/+5
* Use strcasecmp instead of strcmp.Christopher James Lahey2001-03-291-0/+5
* Sigh. Use the right variable, idiot. And fix a crash bug thatEttore Perazzoli2001-03-291-0/+5
* In a fit of egomania, added myself to the authors array.Jon Trowbridge2001-03-281-0/+5
* Get the shell to compile by implementing a missing function.Ettore Perazzoli2001-03-271-0/+5
* Finish the DnD stuff by implementing move/copy on the shell side asEttore Perazzoli2001-03-271-0/+41
* Refactor ELocalStorage a bit so that it's easier to implement theEttore Perazzoli2001-03-231-0/+15
* Fix some warnings, Allow the importers to import into any folder. UpdateIain Holmes2001-03-231-0/+19
* Leak plug: free the target list after starting the drag.Ettore Perazzoli2001-03-231-0/+5
* Fix the signature of a callback for the `e_storage_set_async_create()'Ettore Perazzoli2001-03-231-0/+7
* Changed the EStorageSet API to have a single `xfer()' method insteadEttore Perazzoli2001-03-221-0/+29
* Added an xfer method to `EStorage' and `GNOME::Evolution::Storage'.Ettore Perazzoli2001-03-221-0/+16
* More DnD work. Now we handle copying and moving of folders, althoughEttore Perazzoli2001-03-221-0/+29
* Changed get_save_id to just return a strdup of the path. (new_storage_cb,Christopher James Lahey2001-03-221-0/+7
* Fix a stupid g_warning caused by calling EStorageSet functions on aEttore Perazzoli2001-03-211-0/+6
* StudlyCapsify struct members to match the new IDL naming standards.Ettore Perazzoli2001-03-211-0/+6
* Handle the destination side of drag and drop too.Ettore Perazzoli2001-03-211-6/+26
* make sure intelligent.h gets distedJP Rosevear2001-03-201-0/+4
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-201-0/+27
* Added calls to the `EvolutionShellComponentClient' API to query theEttore Perazzoli2001-03-201-0/+12
* Sigh. Fix a few really stupid crashes in EStorageSetView.Ettore Perazzoli2001-03-201-0/+9
* Use the new DnD interfaces on the source side of DnD actions.Ettore Perazzoli2001-03-201-0/+26
* Initial step for refactoring of the DnD API for ShellComponents.Ettore Perazzoli2001-03-191-1/+18
* Added Azeri language filePablo Saratxaga2001-03-151-0/+4
* builddir != srcdir fixes. Yay!Ettore Perazzoli2001-03-141-0/+6
* Have a "Do not ask me again" box for the importers.Iain Holmes2001-03-141-0/+5
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-131-0/+38
* Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-081-0/+39
* Added the ability for components to specify drag/drop types, andEttore Perazzoli2001-03-081-0/+51
* Override cursor_activated signal instead of cursor_changed signal.Christopher James Lahey2001-03-051-0/+5
* Update this again.Dan Winship2001-02-281-0/+4
* Added `accepted_dnd_mime_types' and `exported_dnd_mime_types' membersEttore Perazzoli2001-02-271-0/+9
* Don't free a const pointer.Jeffrey Stedfast2001-02-251-0/+4
* Changes to allow folders to be created from a callback.Iain Holmes2001-02-241-0/+8
* add include. (show_import_wizard): update signature to that of a verb.Michael Meeks2001-02-231-0/+11
* split "highlighted" into self_highlight and child_highligh.Dan Winship2001-02-211-0/+13
* Cast this fucntion pointer.Christopher James Lahey2001-02-171-0/+16
* add asyncCreateFolder and asyncRemoveFolder interfaces. (UseDan Winship2001-02-151-0/+27
* xml-i18n-tools setup. Mark strings for translation.Kjartan Maraas2001-02-131-0/+5
* Merge from the stable branch: display the `SUB_VERSION' in the aboutEttore Perazzoli2001-02-101-0/+6
* 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