aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
Commit message (Expand)AuthorAgeFilesLines
* EShell-related cleanups.Matthew Barnes2013-07-061-22/+18
* EShell: Check cookie before calling gtk_application_uninhibit().Matthew Barnes2013-05-311-1/+8
* Remove e_shell_set_startup_view().Matthew Barnes2013-04-011-18/+0
* Remove e_shell_get_startup_view().Matthew Barnes2013-04-011-7/+0
* EShell: Remove "meego-mode" property.Matthew Barnes2013-04-011-54/+0
* Remove e_shell_adapt_window_size().Matthew Barnes2013-04-011-34/+0
* EShell: Remove "small-screen-mode" property.Matthew Barnes2013-04-011-56/+1
* Remove EShellSettings.Matthew Barnes2013-03-171-77/+1
* e_shell_load_modules: Explicitly load EClientCache extensions.Matthew Barnes2013-02-171-0/+6
* EShell: Add a read-only "client-cache" property.Matthew Barnes2013-02-171-6/+80
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-3/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-1/+1
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-061-19/+6
* Bug 676141 - Use GtkApplication for session managementMatthew Barnes2012-10-161-43/+13
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-1/+1
* Remove the last remaining usage of GConfMilan Crha2012-06-151-2/+2
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-3/+2
* Adapt libeshell to the new ESource API.Matthew Barnes2012-06-031-1/+55
* Remove "currently-offline" key from GSettings added for bug #655753Milan Crha2012-04-251-9/+0
* Bug #655753 - Improve offline notification for network outageMilan Crha2012-04-231-0/+9
* Use GNetworkMonitor to drive EShell:network-available.Matthew Barnes2012-04-011-2/+12
* Do not call gtk_main_quit() on shell quit when none is runningMilan Crha2012-01-061-1/+2
* Reduce diff noise with account-mgmt branch.Matthew Barnes2011-12-201-0/+1
* Bug #663122 - Doesn't quit on exit with GLib's git masterMilan Crha2011-12-031-0/+2
* Remove e_shell_get_gconf_client().Matthew Barnes2011-11-251-24/+0
* Miscellaneous cleanups.Matthew Barnes2011-11-231-4/+7
* Fix compiler warnings.Matthew Barnes2011-11-231-3/+2
* Build fixesRodrigo Moya2011-11-151-1/+1
* Migrate EShellSettings to GSettingsRodrigo Moya2011-11-151-1/+2
* Migrate most of the shell code to GSettingsRodrigo Moya2011-10-131-9/+4
* Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-101-214/+64
|\
| * Let GtkFileChooser track its own last-used-folder.Matthew Barnes2011-10-061-4/+0
| * GtkApplication has some new EShell-like features.Matthew Barnes2011-10-061-210/+64
* | Merge from masterRodrigo Moya2011-10-051-3/+9
|\|
| * Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-4/+7
| * The EExtension framework is now in libebackend.Matthew Barnes2011-09-261-3/+3
| * Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
| * Bug 649993 - Change behavior of --component optionMatthew Barnes2011-05-241-0/+22
| * Bug 650491 - Shell handles forwarding uris to existing process wrongMatthew Barnes2011-05-231-41/+29
| * Restore lockdown integration.Matthew Barnes2011-03-281-26/+0
| * Fix an EShell reference leak.Matthew Barnes2011-03-251-0/+9
| * Port EShell to GtkApplication.Matthew Barnes2011-03-251-150/+156
| * Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
| * Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-7/+3
| * Bug 642171 - Implicit libgnome dependency for lockdown GConf keysMatthew Barnes2011-02-131-0/+4
| * Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
| * Bug #638808 - camel_shutdown() called too earlyMilan Crha2011-01-111-0/+1
| * Add e_shell_submit_alert().Matthew Barnes2010-12-271-0/+66
| * Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-061-0/+3
| * Bug #207580 - Allow new mail check on individual accountsMilan Crha2010-11-261-36/+0
* | Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-0/+4
* | Bug 649993 - Change behavior of --component optionMatthew Barnes2011-06-301-0/+22
* | Bug 650491 - Shell handles forwarding uris to existing process wrongMatthew Barnes2011-06-301-41/+29
* | Restore lockdown integration.Matthew Barnes2011-06-301-26/+0
* | Fix an EShell reference leak.Matthew Barnes2011-06-301-0/+9
* | Port EShell to GtkApplication.Matthew Barnes2011-06-301-150/+156
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+2
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-301-7/+3
* | Bug 642171 - Implicit libgnome dependency for lockdown GConf keysMatthew Barnes2011-06-301-0/+4
* | Remove NULL checks for GObject methods.Matthew Barnes2011-06-301-2/+2
* | Bug #638808 - camel_shutdown() called too earlyMilan Crha2011-06-301-0/+1
* | Add e_shell_submit_alert().Matthew Barnes2011-06-301-0/+66
* | Free/busy meeting view doesn't work due to non-working extensionMilan Crha2011-06-301-0/+3
* | Bug #207580 - Allow new mail check on individual accountsMilan Crha2011-06-301-36/+0
|/
* Simplify EActivity.Matthew Barnes2010-10-231-6/+6
* Bug 461769 - Add a --force-online command line optionMatthew Barnes2010-10-141-9/+33
* Add a GCancellable to EActivity.Matthew Barnes2010-09-191-6/+15
* Various memory leaksMilan Crha2010-09-081-1/+1
* Convert composer autosave to an EExtension.Matthew Barnes2010-09-031-1/+16
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-2/+5
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-111-1/+1
* Make EImportAssistant extensible.Matthew Barnes2010-07-311-1/+1
* Remove unused 'preview' argument from e_import_assistant_new_simple().Matthew Barnes2010-07-301-3/+2
* Bug 621210 - Can't get the shell back after closing itMatthew Barnes2010-06-211-1/+30
* EShell cleanups.Matthew Barnes2010-06-211-3/+6
* Bug 603468 - Improve handling of --quit optionMatthew Barnes2010-06-131-57/+59
* More GTK3 preparation.Matthew Barnes2010-06-041-7/+9
* Convert "startup-wizard" to an EExtension.Matthew Barnes2010-06-031-2/+6
* Merge branch 'express2'Matthew Barnes2010-05-271-0/+161
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-5/+4
| * get window sizing logic right (again)Michael Meeks2010-04-231-1/+1
| * Store the initial view request and use that to decide whether to showSrinivasa Ragavan2010-04-221-0/+23
| * revert snafu to full-screening ...Michael Meeks2010-04-191-2/+1
| * Re-work the over-complicated event editor as a tabbed notebook.Michael Meeks2010-04-191-2/+3
| * Detect MeeGo, and propagate settings variously.Michael Meeks2010-04-121-0/+139
| * Demonstrate extending the EExtension API.Matthew Barnes2010-04-071-21/+13
| * Move "section" documentation out of header files.Matthew Barnes2010-04-071-0/+6
| * Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-071-8/+0
| * Make EShell and related classes extensible.Matthew Barnes2010-04-071-34/+13
* | Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-10/+10
* | Demonstrate extending the EExtension API.Matthew Barnes2010-03-221-21/+13
* | Move "section" documentation out of header files.Matthew Barnes2010-03-221-0/+6
* | Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-03-201-8/+0
* | Make EShell and related classes extensible.Matthew Barnes2010-03-201-34/+13
|/
* Disabling Gnome schemas for windowsFridrich Strba2010-03-151-0/+2
* Shell and UI manager cleanups.Matthew Barnes2010-03-141-28/+58
* Removed obsolete method signatures in em-account-editor.hMichael Meeks2010-03-141-5/+16
* Fix a typoSrinivasa Ragavan2010-03-141-6/+3
* Add 'express mode' gconf settingMichael Meeks2010-03-141-1/+21
* More relocation cleanup EVOLUTION_ICONSDIR -> EVOLUTION_ICONDIRFridrich Strba2010-03-111-0/+1
* Remove some unnecessary terminal messages.Matthew Barnes2010-03-101-12/+0
* Move icon theme path setup from main() to EShell.Matthew Barnes2009-12-151-0/+6
* Bug 603592 - X11 window roles should be setMatthew Barnes2009-12-041-0/+10
* Revise the EShell ref-leak check to not upset Valgrind.Matthew Barnes2009-12-031-6/+5
* Add an EShell:module-directory constructor property.Matthew Barnes2009-12-021-6/+65
* Make EShell more subclassable.Matthew Barnes2009-11-271-19/+34
* Handle a missed corner case with --quit.Matthew Barnes2009-11-261-0/+11
* Add a --quit command-line option.Matthew Barnes2009-11-261-19/+56
* Add a --geometry command-line option.Matthew Barnes2009-11-261-1/+46
* Bug #588093 - Allow import of local files from command lineMilan Crha2009-11-121-11/+55
* Convert some "Save As" actions to run asynchronously.Matthew Barnes2009-11-081-10/+4
* Clean up e_shell_get_active_window()Matthew Barnes2009-10-211-12/+16
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-0/+27
* Finish killing Bonobo.Matthew Barnes2009-09-091-24/+10
* Start migration -after- loading all modules and plugins.Matthew Barnes2009-09-021-3/+0
* Fix for few compiler warningsMilan Crha2009-08-311-2/+2
* Exit if no command-line URIs are handled.Matthew Barnes2009-08-251-1/+3
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-2/+2
* Update GConf when the online/offline button is clicked.Matthew Barnes2009-08-141-0/+4
* Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-011-50/+13
* Finish EggSMClient shell integration.Matthew Barnes2009-07-161-34/+102
* Add a "quit-requested" signal to the shutdown protocol.Matthew Barnes2009-07-131-28/+76
* Fix a problem with EShell initialization.Matthew Barnes2009-07-121-5/+4
* Implement the shutdown protocol and stub in session management.Matthew Barnes2009-07-111-65/+95
* Get the "startup-wizard" plugin working again.Matthew Barnes2009-06-301-0/+6
* Fix similar weak pointer issues throughout.Matthew Barnes2009-06-201-0/+6
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-1/+0
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-111-1/+0
| * Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #548469 (Drop support for...Suman Manjunath2008-10-171-43/+7
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-301-13/+13
| * Fix a little compiler warning I caused.Matthew Barnes2008-08-181-1/+1
| * ** Fixes bug #508732Matthew Barnes2008-08-181-0/+20
* | Convert EShellModule to EShellBackendMatthew Barnes2009-05-071-112/+106
* | Make the selected attachment view and file chooser folder persistent.Matthew Barnes2009-04-151-10/+0
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-301-1/+19
* | Saving progress on a massive attachment handling rewrite.Matthew Barnes2009-03-211-0/+14
* | Fix crash on exit.Matthew Barnes2009-02-201-0/+2
* | Documentation tweaks.Matthew Barnes2009-02-191-7/+19
* | Rename EShell:online-mode to EShell:online and update docs.Matthew Barnes2009-02-191-37/+37
* | Clean up the EMFormat stack. Add some GObject properties to bind to.Matthew Barnes2009-02-191-2/+25
* | When invoking Evolution with URIs on the command-line (e.g. mailto:),Matthew Barnes2009-01-291-70/+97
* | Add unique-1.0 requirement (blessed external dependency).Matthew Barnes2009-01-291-40/+197
* | Make action group management in shell windows more elegant.Matthew Barnes2009-01-271-0/+12
* | Add action groups to support lockdown, starting with printing.Matthew Barnes2009-01-271-0/+73
* | Fix online mode initialization.Matthew Barnes2009-01-141-1/+1
* | Tweak the EShell API.Matthew Barnes2009-01-081-43/+37
* | Update EShell documentation.Matthew Barnes2008-12-281-6/+6
* | - Get offline synchronization working in the mailer (I think).Matthew Barnes2008-12-141-24/+87
* | - Fix NetworkManager connection tracking.Matthew Barnes2008-12-141-20/+209
* | Documentation improvements.Matthew Barnes2008-11-201-0/+156
* | Progress update:Matthew Barnes2008-11-191-1/+33
* | Rearranged some of the addressbook code to try and eliminate some circularMatthew Barnes2008-11-141-6/+12
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-0/+22
* | Fix some compilation errors.Matthew Barnes2008-10-051-2/+2
* | Support migration in the new shell design.Matthew Barnes2008-10-051-0/+43
* | Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-021-0/+6
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-12/+7
* | Progress update:Matthew Barnes2008-09-181-2/+1
* | Begin documenting the new shell design.Matthew Barnes2008-09-151-6/+186
* | Progress update:Matthew Barnes2008-08-241-18/+18
* | Progress update:Matthew Barnes2008-08-231-68/+254
* | Committing the day's progress.Matthew Barnes2008-08-191-0/+1
* | Merge revisions 35993:36015 from trunk.Matthew Barnes2008-08-191-1/+6
* | Demonstrate loading the test module.Matthew Barnes2008-08-141-3/+8
* | Add a few stub functions to get compilation to complete.Matthew Barnes2008-08-111-0/+46
* | Treat the Preferences window as a singleton.Matthew Barnes2008-08-091-13/+7
* | Work through more compilation errors.Matthew Barnes2008-08-091-0/+54
* | Fix some compilation errors.Matthew Barnes2008-08-081-4/+9
* | Commit progress, which breaks everything.Matthew Barnes2008-08-081-1300/+62
* | Disable all components and plugins. Begin rewriting the shell.Matthew Barnes2008-07-171-97/+3
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-4/+2
* Patch from James Westby <jw+debian@jameswestby.net>: Fix for bug #518103 (Ch...Suman Manjunath2008-04-261-1/+1
* ** Fix for bug #511232Jan Tichavsky2008-01-231-1/+1
* Fix a regression due to my previous commit.Srinivasa Ragavan2008-01-191-1/+1
* ** Fix for bug #329712Srinivasa Ragavan2008-01-181-5/+10
* ** Fix for bug #219197Milan Crha2008-01-031-11/+32
* ** Add basic support for crash recoverySrinivasa Ragavan2007-12-051-0/+3
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-55/+55
* ** Fixes bug #492058Damien Carbery2007-11-031-14/+14
* ** Fix for bug #329823Milan Crha2007-10-111-0/+38
* ** Fixes bug #437579Matthew Barnes2007-10-101-2/+5
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-281-3/+3
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-5/+5
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* ** Added a hook event after the shell is started.Srinivasa Ragavan2007-07-031-0/+8
* Revert the change from 2007-05-11. (#407104)Matthew Barnes2007-05-141-7/+13
* Create a shell window if the schema or an alias was found. Previously thisMatthew Barnes2007-05-121-13/+7
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+2
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fix memory leak of iid.Harish Krishnaswamy2006-12-041-0/+1
* Don't call bonobo_activation_active_server_unregister() here, it's tooTor Lillqvist2006-06-191-4/+5
* Remove unused code and fix format specifiers in some cases.Kjartan Maraas2006-01-301-12/+4
* Evolution-Component.idl Evolution-Shell.idl Remove duplicate definitionsParthasarathi Susarla2005-12-221-3/+3
* Evolution is now Network Aware, the day of complete awareness beckons, TheShreyas Srinivasan2005-12-221-9/+15
* committed these files to fix http://bugzilla.gnome.org/show_bug.cgi?id=260354Parthasarathi Susarla2005-12-211-3/+11
* Use libedataserver's e_xml_parse_file() instead of xmlParseFile()Tor Lillqvist2005-12-181-49/+47
* fix warning. (impl_Shell_findComponent): fix signature for warning.Not Zed2005-08-181-103/+84
* Merge back eplugin-import-branch.Michael Zucci2005-07-121-2/+0
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* BonoboObject wrapper for Evolution::Component interface. Abstract, doesn'tNot Zed2005-06-021-0/+25
* fix error file build/path changesNot Zed2005-05-161-1/+1
* don't build wizard related codeJP Rosevear2005-04-291-1/+0
* fix the qualifier bit assignments for the STATE target.Not Zed2005-03-181-1/+1
* bump version, requiresJP Rosevear2005-03-011-7/+11
* Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-241-1/+2
* open a new window if we get a component id type urlJP Rosevear2005-01-101-4/+11
* set start_offline gconf key when ever offline state is changed.Sivaiah Nallaagatla2004-12-241-4/+9
* register event hook.Not Zed2004-10-251-1/+18
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+2
* set online status for e_passwords see #62856 (work around)Sivaiah Nallagatla2004-09-141-0/+2
* ** See bug #62856 (workaround only)Not Zed2004-08-301-0/+6
* added last_version item.JP Rosevear2004-08-021-81/+177
* merged this into e_shell_create_window, all it was doing was adding aNot Zed2004-07-261-24/+9
* ** See bug #57367.Not Zed2004-06-241-13/+1
* ** See #58827.Not Zed2004-06-011-9/+18
* Implemented. Sends the "interactive" message when the first window isSarfraaz Ahmed2004-05-261-1/+35
* remove unused.Not Zed2004-05-211-1/+0
* add for translators.Not Zed2004-05-121-32/+52
* Don't save window state here.Dan Winship2004-05-011-1/+4
* Don't activate the components here. (e_shell_construct): Activate them allJeffrey Stedfast2004-04-101-13/+25
* make sure the component is activated before calling upgradeFromVersion.Chris Toshok2004-04-101-1/+4
* unref the component registryDan Winship2004-04-101-0/+5
* use BASE_VERSION to supply the major/minor version, and useChris Toshok2004-04-101-6/+11
* Change this a lot. Now each component will maintain its ownDan Winship2004-04-091-16/+0
* when we check the evolution dir exists, check the evolution dir exists,Not Zed2004-03-121-7/+7
* make this C89 compliantJP Rosevear2004-02-051-3/+3
* ** See bug #53683.Not Zed2004-02-041-27/+66
* attempt the upgrade before trying to startup the wizard.Not Zed2004-01-271-1/+75
* there is no splash screen any moreJP Rosevear2004-01-271-5/+1
* detect the version more completely with the new util routine (main): don'tJP Rosevear2004-01-141-9/+5
* make sure we actually upgrade between revisionsJP Rosevear2004-01-091-1/+1
* these just handle creating the ~/evolution dir and so are no longer neededJP Rosevear2003-12-301-3/+1
* Mark the settings dialog as transient for the main windowRoss Burton2003-12-231-0/+1
* Implement.Ettore Perazzoli2003-12-051-31/+19
* If component_id is the empty string, pass NULL for it toEttore Perazzoli2003-12-041-0/+3
* Pass a label for the status bar control for now.Ettore Perazzoli2003-12-021-23/+0
* New member offline_handler. (offline_procedure_started_cb): New.Ettore Perazzoli2003-12-011-19/+58
* Reimplemented using EComponentRegistry.Ettore Perazzoli2003-11-211-36/+10
* Destroy the tooltips instead of unreffing them.Ettore Perazzoli2003-11-191-0/+23
* New helper function. (idle_cb): Call it if we have a local shell. Also,Ettore Perazzoli2003-11-181-1/+74
* Do not #include "e-local-folder.h".Ettore Perazzoli2003-11-181-3/+8
* New.Ettore Perazzoli2003-11-141-0/+26
* New signal "component_changed". (class_init): Install. (switch_view):Ettore Perazzoli2003-11-131-10/+18
* Added a new "-c" command-line arg. (idle_cb): If the arg is specified,Ettore Perazzoli2003-11-111-39/+17
* New member "component_registry". (e_shell_construct): Don't callEttore Perazzoli2003-10-231-216/+23
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-1238/+151
* Ooops, revert changes: wrong branch.Ettore Perazzoli2003-07-241-2/+1