aboutsummaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Close the dialog when done. Dont do anything if 'new' was pressed, andMichael Zucchi2000-06-272-2/+19
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-272-0/+6
* Remove the 'POSIX_SOURCE' define completely as we don't need thatEttore Perazzoli2000-06-202-2/+5
* #undef _POSIX_SOURCE after including dirent.h. this breaks the build onChris Toshok2000-06-202-0/+7
* Oops. except make it actually work.Dan Winship2000-06-191-1/+1
* Add a warning before crashing due to a known bug when it can't activate aDan Winship2000-06-192-0/+14
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-133-33/+53
* include gnome-dialog.h (PARENT_TYPE): GNOME_TYPE_DIALOG replaced withMichael Meeks2000-06-122-1/+7
* Made the folder creation dialog slightly larger.Ettore Perazzoli2000-06-111-2/+2
* Folder selection dialog, (untested) CORBA interfaces for it, and a newEttore Perazzoli2000-06-118-2/+478
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-1116-195/+832
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-1020-113/+1440
* Use version here. Add padding to the message. Only destroy object if itsMiguel de Icaza2000-06-092-11/+13
* Restore the toolbar. I committed a line of code that shouldn't haveEttore Perazzoli2000-06-082-1/+6
* Fixed a refcount leak and added interfaces to add/remove foldersEttore Perazzoli2000-06-0811-106/+396
* changed "Using the Shell" to "Getting Started"Jeffrey Stedfast2000-06-032-1/+5
* Free the uri variable.Christopher James Lahey2000-06-023-0/+10
* Make the close button on the shell view exit Evolution cleanly. Not aEttore Perazzoli2000-06-022-2/+24
* Added a g_return_if_fail check.Christopher James Lahey2000-06-022-0/+7
* New menu callback to launch the help browser. (menu_help): add pointers toDan Winship2000-06-022-3/+45
* Set up gettext. (Problem noted by Héctor García Alvarez)Dan Winship2000-06-012-0/+9
* Remove more cruft.Ettore Perazzoli2000-06-012-134/+0
* Remove cruft.Ettore Perazzoli2000-06-014-663/+0
* 5 more pixels in the default width to make the welcome message happy.Ettore Perazzoli2000-06-012-1/+5
* Reduce the size of the window by a bit and add some padding to makeEttore Perazzoli2000-06-012-2/+11
* Make the tree view slightly larger and hidden by default. Also, setEttore Perazzoli2000-06-013-2/+16
* Implemented right-click menus for the shell's shortcut bar (the userEttore Perazzoli2000-06-016-13/+327
* Add missing #include "Evolution.h".Ettore Perazzoli2000-06-012-0/+6
* Initialize the toggle items in the View menu when creating them, soEttore Perazzoli2000-05-314-22/+68
* Fixed the buglet that caused unwanted bogus drag & drop operations toEttore Perazzoli2000-05-312-4/+31
* Eeek! Declare the "owner_unset" signal correctly.Ettore Perazzoli2000-05-312-1/+4
* Increase the size of the folder title bar slightly to make it nicer.Ettore Perazzoli2000-05-312-0/+7
* Make quit work again by implementing a CORBA method to unregisterEttore Perazzoli2000-05-3111-95/+407
* Added a title bar for the folder view. Removed title bar from theEttore Perazzoli2000-05-3010-129/+1011
* Fix wrong order of the key/value parameters in the call toEttore Perazzoli2000-05-302-1/+6
* Remove extra free of evolution_directory.Dan Winship2000-05-292-2/+4
* Make EvolutionStorage use the correct name when registering itself.Ettore Perazzoli2000-05-292-1/+6
* Added my name to the about boxJeffrey Stedfast2000-05-281-0/+1
* + * e-shell-view-menu.c (command_about_box): Make authorlist moreMatthew Loper2000-05-272-8/+38
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-2619-275/+1137
* From shell/ChangeLog:Christopher James Lahey2000-05-262-1/+8
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-2519-145/+1492
* Was using the wrong include here.Christopher James Lahey2000-05-253-1/+9
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-253-14/+23
* Updated.Ettore Perazzoli2000-05-231-4/+0
* Get rid of the old `evolution-service-repository' cruft and startEttore Perazzoli2000-05-2321-424/+1024
* move the development_warning from mail to shell so you don't get theDan Winship2000-05-192-0/+64
* Use TigerT's new mini icons in the shell's folder tree view.Ettore Perazzoli2000-05-1610-28/+176
* Use the new ETitleBar widget in the shell, thus allowing the user toEttore Perazzoli2000-05-164-31/+179
* Fixed drag and drop so that it properly handles pointer grabbing inEttore Perazzoli2000-05-166-129/+296
* Fix Drag & Drop behavior so that dragging a folder that is not theEttore Perazzoli2000-05-152-7/+40
* Initial drag and drop support for the tree view: now you can dragEttore Perazzoli2000-05-152-14/+284
* Correctly access an xmlNodePtr->contentIain Holmes2000-05-153-7/+12
* Protect against unknown folder types better.Ettore Perazzoli2000-05-142-0/+22
* Sort folders in the storage view.Ettore Perazzoli2000-05-142-0/+26
* Remove unused file.Ettore Perazzoli2000-05-141-7/+0
* Add new files.Ettore Perazzoli2000-05-144-0/+521
* Initial implementation of the tree view for the folders.Ettore Perazzoli2000-05-149-135/+339
* Added an about box.Christopher James Lahey2000-05-112-0/+57
* Set the icons when changing between components.Christopher James Lahey2000-05-103-0/+80
* New function; allows users to submit a bug. + (command_run_bugbuddy):Matthew Loper2000-05-102-3/+24
* + * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothingMatthew Loper2000-05-102-0/+22
* Display the default inbox at startup, instead of an empty view.Ettore Perazzoli2000-05-095-15/+43
* Fix misplaced `g_free()' that resulted in garbage to be printed outEttore Perazzoli2000-05-092-1/+8
* Actually quit when the shell is destroyed.Ettore Perazzoli2000-05-092-0/+13
* Fix const warning.Ettore Perazzoli2000-05-082-2/+6
* xmlFree the return value of xmlGetProp.Larry Ewing2000-05-082-0/+7
* Fix incorrect casting.Ettore Perazzoli2000-05-072-1/+6
* Fix brainos so that the application quits after closing all theEttore Perazzoli2000-05-073-6/+11
* Machinery for quitting and handling the relationship between a shellEttore Perazzoli2000-05-078-10/+169
* Remove unused files.Ettore Perazzoli2000-05-072-327/+0
* Portability fix (use `readdir()', not `readdir_r()'). Also, be saferEttore Perazzoli2000-05-075-20/+34
* Fix non-OAF compilation.Ettore Perazzoli2000-05-072-1/+6
* Big shell reorganization.Ettore Perazzoli2000-05-0730-1270/+4474
* add support for building purified evolution.Chris Toshok2000-05-052-0/+11
* ignore the .pure directoryChris Toshok2000-05-051-1/+2
* turned the notebook border off. The calendar looks better without it. IfDamon Chaplin2000-05-052-0/+9
* Fixed EShortcutBar API: the icon callback function now gets a `constEttore Perazzoli2000-05-042-2/+9
* Remove unused file.Ettore Perazzoli2000-05-031-10/+0
* Removing more cruft.Ettore Perazzoli2000-05-036-69/+16
* Get rid of crufty `e-service' modules.Ettore Perazzoli2000-05-035-388/+8
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-032-1/+6
* Turn off control frame autoactivation, so the toolbars work correctly.Dan Winship2000-05-022-0/+7
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-283-11/+69
* + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer andMatthew Loper2000-04-272-18/+81
* include -I$(datadir)/idl in orbit-idl arguments so that you can haveDan Winship2000-04-252-1/+11
* Made some functions syncronous that didn't need to be asyncronous.Christopher James Lahey2000-04-242-19/+10
* + * widgets/Makefile.am: Added e-paned directory.Matthew Loper2000-04-244-18/+82
* set calendar's uri with a property bagSeth Alves2000-04-192-1/+21
* New idl file. Still unused.Christopher James Lahey2000-04-192-0/+105
* Added a note field.Christopher James Lahey2000-04-152-2/+7
* Fix the embarassing cursor bug.Miguel de Icaza2000-04-121-1/+0
* + * addressbook/gui/component/addressbook.c (control_activate): MakeMatthew Loper2000-04-102-1/+6
* + * folder-browser.c (folder_browser_destroy): Unref the shellMatthew Loper2000-04-082-4/+52
* Moved all ChangeLog entries for the shell to shell/ChangeLog.Miguel de Icaza2000-04-073-9/+201
* + * shell/main.c (evolution_boot): Make sure our data directory isMatthew Loper2000-04-071-0/+5
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-062-2/+5
* hook up control:calendarSeth Alves2000-04-061-0/+3
* Update for shortcut bar changes.Dan Winship2000-04-013-3/+49
* Hold off on deactivating the "outgoing" control until after setting up theDan Winship2000-03-311-25/+32
* Call bonobo_control_frame_activate on the folder_view every time it isDan Winship2000-03-301-12/+18
* + * shell/e-shell-view.c (get_view): Move CORBA_Environment toMatthew Loper2000-03-261-5/+6
* Added some assertions.Matthew Loper2000-03-231-3/+5
* + * shell/main.c (evolution_boot): gtk_signal_connect'ed "destroy"Matthew Loper2000-03-232-61/+63
* New private field in EShellView added, which contains the notebook and aMatthew Loper2000-03-212-23/+79
* Added an E_FOLDER_CONTACTS section to the get_view function.Christopher James Lahey2000-03-141-0/+25
* i2000-03-13 bertrand <bertrand@helixcode.com>bertrand2000-03-131-1/+15
* (get_view): added a parameter to have a reference to the EShellView.bertrand2000-03-131-12/+37
* once we have the bonobo control widget, disable the autoactivation andbertrand2000-03-131-5/+16
* name changebertrand2000-03-131-1/+1
* added the get_e_folder_type function.bertrand2000-03-134-9/+44
* creates an Evolution_ServiceRepository object.bertrand2000-03-132-18/+220
* forgotten file.Bertrand Guiheneuf2000-03-122-1/+11
* Implementation of the service repository interface as a bonobo object.bertrand2000-03-1211-36/+236
* add a field refering to a service associated to the efolder. In the casebertrand2000-03-126-2/+403
* plug mem leaks due to bad documentation ofbertrand2000-03-091-3/+1
* More changes than a man can remember.Bertrand Guiheneuf2000-03-061-2/+9
* 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
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-201-0/+4
* 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-267-62/+58
* More work on the code. Added more for the framework.Arturo Espinosa2000-01-194-68/+104
* More work; Model view for the shortcut bar is better; More menus; More fea...Arturo Espinosa2000-01-186-202/+551
* Shaping up; Model/view is still not fully setup, but coming, comingArturo Espinosa2000-01-178-25/+606
* Add missing file -migArturo Espinosa2000-01-171-0/+7
* Use e_bar_set_item_data.Miguel de Icaza2000-01-169-37/+196
* MoreArturo Espinosa2000-01-129-40/+627
* More work. Before the shortcut changes -migArturo Espinosa2000-01-097-8/+361
* shut up cvs action -migArturo Espinosa2000-01-071-0/+3
* shut up cvs action -migArturo Espinosa2000-01-071-3/+6
* More framework work -miguelArturo Espinosa2000-01-077-4/+268
* Lots of reorganization to get the Evolution shell to begin its life. ItArturo Espinosa2000-01-062-0/+22