aboutsummaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
...
* pass NULL for the open/closed pixbuf of the tree renderer. we'll let itChris Toshok2000-10-032-21/+21
* Added the ability for the shell to export the storage set view as aEttore Perazzoli2000-10-0210-5/+583
* Add a `::remove_listener' method to Evolution::Storage.Ettore Perazzoli2000-10-023-7/+101
* Get the title bar for the folder view to use TigerT's pin icon for theEttore Perazzoli2000-09-292-10/+26
* Minor stylistical fixup.Ettore Perazzoli2000-09-291-2/+4
* Don't print "Folder registered successfully" if it didn't. (Duh. :)Dan Winship2000-09-292-3/+7
* If the startup folder cannot be open, default to the local Inbox.Ettore Perazzoli2000-09-282-5/+12
* Fix a bunch of EShortcutView problems. It's still buggy, but at leastEttore Perazzoli2000-09-274-19/+147
* Update the shortcut bar in the shell view to match the changes in theEttore Perazzoli2000-09-267-158/+431
* Fix a refcounting problem with the local storage. ("Somebody" added aEttore Perazzoli2000-09-252-2/+4
* Updates for the Bonobo changes from Michael who is having someEttore Perazzoli2000-09-233-19/+14
* Dear native speakers,Federico Mena Quintero2000-09-222-1/+5
* s/Bonobo_UIHandler/Bonobo_UIContainer/Michael Meeks2000-09-218-7/+35
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-1829-42/+59
* Everywhere add a -DEVOLUTION_DATADIR=${datadir} in the Makefile.amMichael Meeks2000-09-172-1/+6
* #include <bonobo-win.h>, not <bonobo-app.h>, which doesn't existEttore Perazzoli2000-09-162-1/+5
* foreach_data should be set to the caller-supplied data, not the tree itemDan Winship2000-09-152-4/+9
* Fixed bug #536 Popup folder tree button doesn't expandIain Holmes2000-09-152-4/+6
* add bonobo_ui_handler_unset_container to stop menus screwing up.Michael Meeks2000-09-142-2/+6
* Move a couple of helpers into Bonobo before more people start the re-buildMichael Meeks2000-09-142-18/+4
* Added $(GNOME_PRINT_LIBS) to evolution_LDADD.Christopher James Lahey2000-09-142-0/+5
* Get the status bar playing ball.Michael Meeks2000-09-142-31/+50
* re-order to suit and add freeze / thaw, update paths to toggles, removeMichael Meeks2000-09-142-16/+23
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-148-288/+213
* Make the pop-up folder bar pop down after a folder is selected.Ettore Perazzoli2000-09-132-5/+24
* Thou shalt add a space after `-I' when invoking `orbit-idl'.Ettore Perazzoli2000-09-132-1/+6
* Little UTF-8 fixLauris Kaplinski2000-09-132-2/+10
* Remove ui.xml stuff which was breaking distcheck.Ettore Perazzoli2000-09-132-4/+5
* Tidy some xml.Michael Meeks2000-09-131-105/+0
* Initialize libunicodeDan Winship2000-09-122-1/+6
* Fixed some warnings.Christopher James Lahey2000-09-122-2/+6
* Fix some annoying warnings in the folder selection dialog.Ettore Perazzoli2000-09-122-2/+12
* Remove debugging message.Ettore Perazzoli2000-09-122-2/+4
* Make `EvolutionStorage' and `ELocalstorage' actually update the CORBAEttore Perazzoli2000-09-127-14/+103
* Grmpf.Ettore Perazzoli2000-09-111-1/+1
* Unset the `GTK_FLOATING' flag when constructing anEttore Perazzoli2000-09-112-0/+8
* Fully support setting the display name in the tree. It seems to work.Ettore Perazzoli2000-09-115-81/+155
* Use the name of the storage or the folder in the storage set view,Ettore Perazzoli2000-09-103-5/+26
* Fixed some warnings.Christopher James Lahey2000-09-102-1/+6
* Fix a possible crash when viewing no folder.Ettore Perazzoli2000-09-102-1/+6
* Some UTF-8 fixes and experimental 16-bit unicode font supportLauris Kaplinski2000-09-092-1/+6
* Fix a stupid crash caused by not taking account of the fact that theEttore Perazzoli2000-09-092-0/+9
* Fix `e_folder_tree_get_folder()' so that it returns NULL (instead ofEttore Perazzoli2000-09-092-0/+8
* Make EvolutionStorage support multiple listeners.Ettore Perazzoli2000-09-092-28/+116
* Implemented a new `EFolderTree' object. Make `EStorage' use itEttore Perazzoli2000-09-096-187/+522
* Fix Chris' fixes.Ettore Perazzoli2000-09-093-6/+14
* Added base ETableModel functions.Christopher James Lahey2000-09-094-4/+62
* Changed so that ::set_owner is called after setting up the localEttore Perazzoli2000-09-085-19/+92
* Ooops, I did not mean to add those.Ettore Perazzoli2000-09-082-283/+0
* A simple explanation of what is going on here, as it's easy to getEttore Perazzoli2000-09-081-0/+14
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-0820-54/+1240
* Preliminaries for new UI handler.Michael Meeks2000-09-082-3/+109
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-022-2/+8
* free node_data. (removed_storage_cb): same. (new_storage_cb): don't freeChris Toshok2000-09-021-0/+9
* free node_data. (removed_storage_cb): same. (new_storage_cb): don't freeChris Toshok2000-09-021-12/+8
* Strdup path when setting the callback data.Christopher James Lahey2000-09-023-2/+7
* initialize delayed_selection = NULL;Chris Toshok2000-09-012-0/+5
* Changed `Evolution::Storage' so that the displayed name for a folderEttore Perazzoli2000-09-017-37/+62
* add delayed_selection to _EShellViewPrivate. (new_folder_cb): newChris Toshok2000-09-012-0/+59
* Strip off newlines when setting the messages in the statusbar, so thatEttore Perazzoli2000-08-292-3/+22
* Make the shell start up components through a OAF query forEttore Perazzoli2000-08-283-13/+96
* convert to use ETree instead of GtkCTree.Chris Toshok2000-08-265-399/+329
* Ref a few things that need it. Avoid triggering some assertions.Peter Williams2000-08-264-4/+23
* Remove unused file.Ettore Perazzoli2000-08-241-87/+0
* Don't crash if a component cannot be activated.Ettore Perazzoli2000-08-242-4/+12
* 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-202-1/+7
* Fixed a warning.Christopher James Lahey2000-08-202-2/+6
* Fixed a warning.Christopher James Lahey2000-08-202-0/+6
* fix for compiling with bonobo in stange prefix.Mathieu Lacage2000-08-201-1/+1
* update the pixmap define E_USE_STYLES to disable the current darkeningLarry Ewing2000-08-182-23/+33
* Fix menus and add placeholders in the menubar for the components toEttore Perazzoli2000-08-182-31/+37
* Make the close button on the ShellView quit Evolution. (Yeah, this isEttore Perazzoli2000-08-142-1/+19
* Removed bogus entry.Dan Winship2000-08-141-6/+0
* Get rid of some annoying debugging messages.Ettore Perazzoli2000-08-142-4/+6
* Commit the right version of this file.Ettore Perazzoli2000-08-131-4/+0
* Add a kludgy and simple interface to the shell views to access theEttore Perazzoli2000-08-138-21/+540
* add "in string evolution_homedir" to ShellComponent::set_owner'sDan Winship2000-08-1111-52/+46
* Add myself to the about box, finally.Peter Williams2000-08-112-1/+7
* Merge with camel-async.Peter Williams2000-08-112-13/+17
* Fixed some warnings.Christopher James Lahey2000-08-103-2/+5
* Fixed a warning.Christopher James Lahey2000-08-092-1/+4
* Add a placeholder for the print items in the "File" menu.Ettore Perazzoli2000-08-092-0/+7
* Check for ~/evolution/shortcuts.xml in addition to ~/evolution, to makeDan Winship2000-08-082-1/+38
* Actually commit this - I though it went in already.JP Rosevear2000-08-047-116/+70
* Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-043-1/+5
* Remove erroneous refs on folder_type_registry, storage_set.Michael Meeks2000-08-046-9/+37
* Make sure default_uri isn't NULL!!Jeffrey Stedfast2000-08-042-1/+6
* Update docs.Ettore Perazzoli2000-08-041-1/+22
* Update inline docs.Ettore Perazzoli2000-08-041-1/+1
* Update the ::user_select_folder() interface so that it accepts both aEttore Perazzoli2000-08-048-13/+208
* work with either gconf 0.5 or newerDan Winship2000-07-282-0/+8
* Teeny tiny mem leak fix.Matthew Loper2000-07-272-0/+5
* Get rid of some debugging messages that were not supposed to beEttore Perazzoli2000-07-271-6/+0
* Fix the pop-up tree so that it does not set up the grab when shownEttore Perazzoli2000-07-272-18/+32
* Work around utter GtkOptionMenu brokenness so that we finally have aEttore Perazzoli2000-07-252-2/+20
* Remove GOAD support.Dan Winship2000-07-254-84/+27
* Change EShellView so that it creates the menus with BonoboUIHandlerEttore Perazzoli2000-07-232-143/+252
* Fix a braino that caused Evolution to unref a NULL object when theEttore Perazzoli2000-07-222-5/+6
* Some changes to the pop-up folder tree, so that it makes more visualEttore Perazzoli2000-07-224-17/+127
* Improve the title bar pop-up button: use a toggle button instead of aEttore Perazzoli2000-07-214-24/+98
* First shot at the "click on the folder title, get the folder tree"Ettore Perazzoli2000-07-213-39/+227
* Prevent a crash by avoiding calling the populate_folder_context_menuEttore Perazzoli2000-07-212-0/+10
* Add support for the folder right-click ("context") menu. No componentEttore Perazzoli2000-07-215-5/+179
* Add interfaces to populate a folder's context menu. (Untested.)Ettore Perazzoli2000-07-214-31/+90
* Ooops. I did not actually commit the `.bcd' file.Ettore Perazzoli2000-07-201-6/+0
* Implement saving of pane positions.Ettore Perazzoli2000-07-202-3/+23
* Add support for saving the current configuration of all theEttore Perazzoli2000-07-209-28/+539
* #if 0 some unused functions to prevent warnings.Ettore Perazzoli2000-07-201-0/+2
* Remove cruft.Ettore Perazzoli2000-07-202-601/+0
* Added/fixed support for multiple views.Ettore Perazzoli2000-07-204-25/+40
* created a model for the EShortcutBar. This will probably have to be movedDamon Chaplin2000-07-172-6/+19
* Fixed to match gconf API change.Christopher James Lahey2000-07-132-1/+5
* Update the message.Dan Winship2000-07-112-15/+17
* `#if 0' an unused function.Ettore Perazzoli2000-07-112-0/+7
* Translate a default_folder of "" into NULL (which can't be passed overDan Winship2000-07-112-0/+8
* Removed some useless debugging messages.Ettore Perazzoli2000-07-113-2/+7
* Add FIXME comment.Ettore Perazzoli2000-07-111-0/+2
* As a quasi-hack, do a gdk_flush() when the shell view is unrealized soFederico Mena Quintero2000-07-102-1/+32
* Don't display the annoying "Cannot display..." view in the shell whenEttore Perazzoli2000-07-092-39/+15
* Some menu cleanup.Ettore Perazzoli2000-07-092-31/+14
* Add proper cast when filling in the CORBA sequence struct.Ettore Perazzoli2000-07-082-1/+6
* Add an extra ref for the CORBA storage BonoboObject so that the numberEttore Perazzoli2000-07-082-4/+15
* Remove useless reference to the storage registry in theEttore Perazzoli2000-07-072-10/+10
* Use the correct gconf path (/apps, not /app), and callDan Winship2000-07-062-5/+12
* Shell command for creating new folders.Ettore Perazzoli2000-07-062-1/+36
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-028-76/+281
* Removed bogus extra gtk_object_ref() that caused the shell not to quitEttore Perazzoli2000-07-022-2/+4
* add "cancel" to FolderSelectionListener.Dan Winship2000-07-014-16/+49
* Added missing CORBA_Object_duplicate() when storing the shellEttore Perazzoli2000-06-302-4/+11
* Derive EvolutionShellClient from BonoboObjectClient instead of BonoboObject.Ettore Perazzoli2000-06-304-7/+17
* Fix stupid typos and add a missing prototype.Ettore Perazzoli2000-06-302-4/+15
* EvolutionShellClient.Ettore Perazzoli2000-06-307-20/+405
* Update warning message to not say "CRASHING", since it won't if you haveDan Winship2000-06-302-6/+8
* Typo fixPeter Williams2000-06-302-1/+8
* Fixes brought to us by PurifyMatthew Loper2000-06-292-1/+8
* Don't make EShellViews ::ref the EShell.Ettore Perazzoli2000-06-292-4/+5
* Implement saving of configuration information. Now when you runEttore Perazzoli2000-06-298-12/+306
* Just fix some empty space and add the name of the file at the top ofEttore Perazzoli2000-06-281-2/+1
* Change EvolutionShellComponent so that it does ::ref the shell.Ettore Perazzoli2000-06-282-1/+5
* 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