aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* new file.Chris Toshok2001-05-031-0/+2
* Remove $(UNICODE_LIBS).Dan Winship2001-04-261-1/+0
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-141-2/+7
* Initial step for refactoring of the DnD API for ShellComponents.Ettore Perazzoli2001-03-191-0/+1
* xml-i18n-tools setup. Mark strings for translation.Kjartan Maraas2001-02-131-2/+5
* Don't link with the old widgets/shortcut-bar/libshortcut-bar.la anymore,Jason Leach2001-01-271-1/+0
* Some warnings cleanupsIain Holmes2001-01-121-1/+0
* add the importer part 1Iain Holmes2001-01-121-1/+4
* update to GNOME_Evolution_Shell.oafinfoMichael Meeks2000-12-081-1/+1
* New `createNewView' method in `Evolution::Shell'. Register the shellEttore Perazzoli2000-12-051-2/+5
* Install Evolution IDL's into datadir/idl.Peter Williams2000-11-261-0/+6
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-2/+2
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-241-1/+1
* 31337 splash screen for the shell's startup sequence.Ettore Perazzoli2000-10-151-0/+2
* if we're not displaying folders, the current folder is NULL. (class_init):Chris Toshok2000-10-031-2/+2
* `EvolutionStorageSetViewListener', wrapper for the CORBAEttore Perazzoli2000-10-031-0/+2
* Added the ability for the shell to export the storage set view as aEttore Perazzoli2000-10-021-2/+7
* Update the shortcut bar in the shell view to match the changes in theEttore Perazzoli2000-09-261-0/+2
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-3/+2
* Added $(GNOME_PRINT_LIBS) to evolution_LDADD.Christopher James Lahey2000-09-141-0/+1
* Thou shalt add a space after `-I' when invoking `orbit-idl'.Ettore Perazzoli2000-09-131-1/+1
* Remove ui.xml stuff which was breaking distcheck.Ettore Perazzoli2000-09-131-4/+1
* Implemented a new `EFolderTree' object. Make `EStorage' use itEttore Perazzoli2000-09-091-2/+4
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-081-0/+5
* Preliminaries for new UI handler.Michael Meeks2000-09-081-3/+4
* convert to use ETree instead of GtkCTree.Chris Toshok2000-08-261-0/+1
* many fixes to make it compile with strange prefixes...Mathieu Lacage2000-08-211-2/+2
* added UNICODE_LIBS to get unicode linking with the shell...Arik Devens2000-08-201-1/+2
* fix for compiling with bonobo in stange prefix.Mathieu Lacage2000-08-201-1/+1
* Add a kludgy and simple interface to the shell views to access theEttore Perazzoli2000-08-131-0/+3
* Actually commit this - I though it went in already.JP Rosevear2000-08-041-3/+3
* Ooops. I did not actually commit the `.bcd' file.Ettore Perazzoli2000-07-201-6/+0
* Add support for saving the current configuration of all theEttore Perazzoli2000-07-201-4/+11
* EvolutionShellClient.Ettore Perazzoli2000-06-301-0/+4
* Implement saving of configuration information. Now when you runEttore Perazzoli2000-06-291-1/+3
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-131-32/+44
* Folder selection dialog, (untested) CORBA interfaces for it, and a newEttore Perazzoli2000-06-111-0/+2
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-43/+52
* Added a title bar for the folder view. Removed title bar from theEttore Perazzoli2000-05-301-0/+2
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-261-2/+2
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-2/+6
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-251-0/+1
* Get rid of the old `evolution-service-repository' cruft and startEttore Perazzoli2000-05-231-6/+12
* Use TigerT's new mini icons in the shell's folder tree view.Ettore Perazzoli2000-05-161-0/+1
* Use the new ETitleBar widget in the shell, thus allowing the user toEttore Perazzoli2000-05-161-6/+2
* Initial implementation of the tree view for the folders.Ettore Perazzoli2000-05-141-0/+4
* Big shell reorganization.Ettore Perazzoli2000-05-071-22/+41
* add support for building purified evolution.Chris Toshok2000-05-051-0/+10
* Removing more cruft.Ettore Perazzoli2000-05-031-1/+0
* Get rid of crufty `e-service' modules.Ettore Perazzoli2000-05-031-2/+0
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-1/+2
* include -I$(datadir)/idl in orbit-idl arguments so that you can haveDan Winship2000-04-251-1/+3
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-061-0/+2
* Implementation of the service repository interface as a bonobo object.bertrand2000-03-121-3/+9
* add a field refering to a service associated to the efolder. In the casebertrand2000-03-121-0/+2
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-021-5/+5
* added a reset method. Thanks message-browser to find so much bugs :)bertrand2000-02-221-0/+1
* Further Makefile.am fixage -miguelMiguel de Icaza2000-02-191-4/+3
* Changed the order of the compilation so the CORBA stuff was generatedIain Holmes2000-02-091-2/+2
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-261-1/+1
* Shaping up; Model/view is still not fully setup, but coming, comingArturo Espinosa2000-01-171-1/+5
* Use e_bar_set_item_data.Miguel de Icaza2000-01-161-2/+0
* MoreArturo Espinosa2000-01-121-1/+17
* More work. Before the shortcut changes -migArturo Espinosa2000-01-091-1/+4
* More framework work -miguelArturo Espinosa2000-01-071-4/+10
* Lots of reorganization to get the Evolution shell to begin its life. ItArturo Espinosa2000-01-061-0/+19