aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add a typecast.Dan Winship2000-10-171-2/+0
* Check if there are any files in default_user that are not in ~/evolutionIain Holmes2000-10-161-2/+2
* Use an EScrollFrame instead of a GtkScrolledWindow for the folderEttore Perazzoli2000-10-151-41/+34
* initialize priv->sockets to NULL, fixes startup crash on non-ia32Matt Wilson2000-10-081-0/+1
* Backported (from EVOLUTION_0_5_1) the code that allowed the shell toEttore Perazzoli2000-10-071-3/+98
* add a freeze / thaw pair to reduce flicker on switching controls.Michael Meeks2000-10-061-0/+5
* Disable summary stuff, it appears to be badly broken.Michael Meeks2000-10-051-32/+26
* remove evil usize set.Michael Meeks2000-10-041-1/+0
* kill.Michael Meeks2000-10-031-54/+56
* Get the title bar for the folder view to use TigerT's pin icon for theEttore Perazzoli2000-09-291-10/+16
* If the startup folder cannot be open, default to the local Inbox.Ettore Perazzoli2000-09-281-5/+6
* Updates for the Bonobo changes from Michael who is having someEttore Perazzoli2000-09-231-7/+7
* s/Bonobo_UIHandler/Bonobo_UIContainer/Michael Meeks2000-09-211-1/+1
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-4/+4
* Move a couple of helpers into Bonobo before more people start the re-buildMichael Meeks2000-09-141-18/+0
* Get the status bar playing ball.Michael Meeks2000-09-141-31/+44
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-36/+65
* Make the pop-up folder bar pop down after a folder is selected.Ettore Perazzoli2000-09-131-5/+16
* Little UTF-8 fixLauris Kaplinski2000-09-131-2/+6
* Make `EvolutionStorage' and `ELocalstorage' actually update the CORBAEttore Perazzoli2000-09-121-2/+4
* Fixed some warnings.Christopher James Lahey2000-09-101-1/+2
* Fix a possible crash when viewing no folder.Ettore Perazzoli2000-09-101-1/+1
* Some UTF-8 fixes and experimental 16-bit unicode font supportLauris Kaplinski2000-09-091-1/+2
* initialize delayed_selection = NULL;Chris Toshok2000-09-011-0/+1
* add delayed_selection to _EShellViewPrivate. (new_folder_cb): newChris Toshok2000-09-011-0/+49
* Strip off newlines when setting the messages in the statusbar, so thatEttore Perazzoli2000-08-291-3/+15
* Ref a few things that need it. Avoid triggering some assertions.Peter Williams2000-08-261-2/+4
* Fixed a warning.Christopher James Lahey2000-08-201-0/+2
* Make the close button on the ShellView quit Evolution. (Yeah, this isEttore Perazzoli2000-08-141-1/+15
* Get rid of some annoying debugging messages.Ettore Perazzoli2000-08-141-4/+0
* Add a kludgy and simple interface to the shell views to access theEttore Perazzoli2000-08-131-18/+170
* Fixed a warning.Christopher James Lahey2000-08-091-1/+0
* Actually commit this - I though it went in already.JP Rosevear2000-08-041-58/+21
* Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-041-1/+1
* Remove erroneous refs on folder_type_registry, storage_set.Michael Meeks2000-08-041-2/+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-271-18/+27
* Some changes to the pop-up folder tree, so that it makes more visualEttore Perazzoli2000-07-221-0/+13
* Improve the title bar pop-up button: use a toggle button instead of aEttore Perazzoli2000-07-211-4/+46
* First shot at the "click on the folder title, get the folder tree"Ettore Perazzoli2000-07-211-21/+114
* Add support for the folder right-click ("context") menu. No componentEttore Perazzoli2000-07-211-1/+1
* Implement saving of pane positions.Ettore Perazzoli2000-07-201-3/+17
* As a quasi-hack, do a gdk_flush() when the shell view is unrealized soFederico Mena Quintero2000-07-101-1/+22
* Don't display the annoying "Cannot display..." view in the shell whenEttore Perazzoli2000-07-091-39/+9
* Don't make EShellViews ::ref the EShell.Ettore Perazzoli2000-06-291-4/+0
* Implement saving of configuration information. Now when you runEttore Perazzoli2000-06-291-0/+114
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-2/+12
* Restore the toolbar. I committed a line of code that shouldn't haveEttore Perazzoli2000-06-081-1/+1
* Fixed a refcount leak and added interfaces to add/remove foldersEttore Perazzoli2000-06-081-1/+5
* Free the uri variable.Christopher James Lahey2000-06-021-0/+2
* 5 more pixels in the default width to make the welcome message happy.Ettore Perazzoli2000-06-011-1/+1
* Reduce the size of the window by a bit and add some padding to makeEttore Perazzoli2000-06-011-2/+3
* Make the tree view slightly larger and hidden by default. Also, setEttore Perazzoli2000-06-011-2/+4
* Implemented right-click menus for the shell's shortcut bar (the userEttore Perazzoli2000-06-011-3/+20
* Initialize the toggle items in the View menu when creating them, soEttore Perazzoli2000-05-311-1/+20
* Make quit work again by implementing a CORBA method to unregisterEttore Perazzoli2000-05-311-39/+100
* Added a title bar for the folder view. Removed title bar from theEttore Perazzoli2000-05-301-101/+140
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-28/+41
* Was using the wrong include here.Christopher James Lahey2000-05-251-1/+1
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-251-14/+16
* Use TigerT's new mini icons in the shell's folder tree view.Ettore Perazzoli2000-05-161-1/+1
* Use the new ETitleBar widget in the shell, thus allowing the user toEttore Perazzoli2000-05-161-25/+148
* Initial implementation of the tree view for the folders.Ettore Perazzoli2000-05-141-90/+179
* Set the icons when changing between components.Christopher James Lahey2000-05-101-0/+69
* Display the default inbox at startup, instead of an empty view.Ettore Perazzoli2000-05-091-9/+3
* Machinery for quitting and handling the relationship between a shellEttore Perazzoli2000-05-071-0/+12
* Big shell reorganization.Ettore Perazzoli2000-05-071-357/+423
* turned the notebook border off. The calendar looks better without it. IfDamon Chaplin2000-05-051-0/+3
* Removing more cruft.Ettore Perazzoli2000-05-031-0/+1
* Turn off control frame autoactivation, so the toolbars work correctly.Dan Winship2000-05-021-0/+1
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-8/+22
* + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer andMatthew Loper2000-04-271-18/+74
* + * widgets/Makefile.am: Added e-paned directory.Matthew Loper2000-04-241-17/+39
* set calendar's uri with a property bagSeth Alves2000-04-191-1/+17
* Added a note field.Christopher James Lahey2000-04-151-2/+2
* + * addressbook/gui/component/addressbook.c (control_activate): MakeMatthew Loper2000-04-101-1/+1
* + * folder-browser.c (folder_browser_destroy): Unref the shellMatthew Loper2000-04-081-4/+43
* hook up control:calendarSeth Alves2000-04-061-0/+3
* 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-231-60/+59
* New private field in EShellView added, which contains the notebook and aMatthew Loper2000-03-211-19/+73
* Added an E_FOLDER_CONTACTS section to the get_view function.Christopher James Lahey2000-03-141-0/+25
* (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-131-9/+28
* Implementation of the service repository interface as a bonobo object.bertrand2000-03-121-0/+2
* More changes than a man can remember.Bertrand Guiheneuf2000-03-061-2/+9
* More work on the code. Added more for the framework.Arturo Espinosa2000-01-191-19/+39
* More work; Model view for the shortcut bar is better; More menus; More fea...Arturo Espinosa2000-01-181-72/+4
* Shaping up; Model/view is still not fully setup, but coming, comingArturo Espinosa2000-01-171-9/+72
* Use e_bar_set_item_data.Miguel de Icaza2000-01-161-1/+68
* MoreArturo Espinosa2000-01-121-0/+66