| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 650491 - Shell handles forwarding uris to existing process wrong | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
* | Bug 650524 - Use g_unix_signal_add_watch_full() for SIGTERM | Colin Walters | 2011-06-30 | 1 | -22/+19 |
* | Handle SIGTERM instead of SIGQUIT. | Matthew Barnes | 2011-06-30 | 1 | -9/+9 |
* | Bug 650525 - Don't install a SEGV handler | Colin Walters | 2011-06-30 | 1 | -51/+0 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 1 | -1/+2 |
* | Whitespace and coding style cleanups. | Matthew Barnes | 2011-06-30 | 1 | -4/+4 |
* | Remove the profiler plugin. | Matthew Barnes | 2011-06-30 | 1 | -4/+0 |
* | Port EShell to GtkApplication. | Matthew Barnes | 2011-06-30 | 1 | -9/+23 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 1 | -2/+5 |
* | Drop backward-compatibility cruft. | Matthew Barnes | 2011-06-30 | 1 | -3/+0 |
* | Bug #590245 - 'evolution --force-shutdown' should kill factories | Milan Crha | 2011-06-30 | 1 | -4/+40 |
* | Clarify command line parameter string | Andre Klapper | 2011-06-30 | 1 | -1/+2 |
* | Bug #597567 - Crash in comp_subject() | Milan Crha | 2010-10-21 | 1 | -0/+8 |
* | Bug 461769 - Add a --force-online command line option | Matthew Barnes | 2010-10-14 | 1 | -3/+15 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-10-04 | 1 | -3/+9 |
* | Increase safety on Windows | Fridrich Štrba | 2010-09-15 | 1 | -3/+29 |
* | Re-work my GtkDialog:has-separator workaround. | Matthew Barnes | 2010-09-11 | 1 | -3/+2 |
* | Work around deprecation of gtk_dialog_set_has_separator() | Matthew Barnes | 2010-09-11 | 1 | -0/+2 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-08-29 | 1 | -7/+7 |
* | Remove the last traces of dbus-glib. | Matthew Barnes | 2010-08-29 | 1 | -1/+0 |
* | We are not using dbus-glib anymore, don't call dbus_g_thread_init | Fridrich Štrba | 2010-08-05 | 1 | -1/+0 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-26 | 1 | -7/+7 |
* | Add optional clutter support. | Srinivasa Ragavan | 2010-07-26 | 1 | -0/+15 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-06-20 | 1 | -2/+2 |
* | [win32] Don't run evolution when asked to register handlers. | Fridrich Štrba | 2010-06-18 | 1 | -0/+3 |
* | [win32] add --register-handlers and --unregister-handlers options | Fridrich Štrba | 2010-06-18 | 1 | -2/+16 |
* | Bug 603468 - Improve handling of --quit option | Matthew Barnes | 2010-06-13 | 1 | -5/+11 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-27 | 1 | -2/+2 |
* | Merge branch 'express2' | Matthew Barnes | 2010-05-27 | 1 | -0/+12 |
|\ |
|
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-25 | 1 | -2/+2 |
| * | Fix compiler warnings. | Matthew Barnes | 2010-05-25 | 1 | -1/+1 |
| * | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-25 | 1 | -7/+43 |
| |\ |
|
| | * | [win32] Try to get the default application registration right | Fridrich Štrba | 2010-05-19 | 1 | -3/+3 |
| | * | Bug 619010 - Mailer's crash avoidance features are broken | Matthew Barnes | 2010-05-19 | 1 | -0/+3 |
| | * | [win32] Implement --reinstall, --show-icons, --hide-icons options | Fridrich Štrba | 2010-05-18 | 1 | -0/+28 |
| | * | [win32] Don't call glib functions before g_thread_init was called and | Fridrich Štrba | 2010-05-17 | 1 | -7/+12 |
| * | | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-17 | 1 | -0/+9 |
| |\| |
|
| | * | [win32] Set patch to evolution's bindir because some child processes | Fridrich Štrba | 2010-05-11 | 1 | -0/+9 |
| * | | Store the initial view request and use that to decide whether to show | Srinivasa Ragavan | 2010-04-22 | 1 | -0/+5 |
| * | | Detect MeeGo, and propagate settings variously. | Michael Meeks | 2010-04-12 | 1 | -0/+7 |
| |/ |
|
* | | [win32} Register evolution as "Contacts" application and .vcf handler | Fridrich Štrba | 2010-05-19 | 1 | -0/+1 |
* | | [win32] Try to get the default application registration right | Fridrich Štrba | 2010-05-19 | 1 | -3/+3 |
* | | Bug 619010 - Mailer's crash avoidance features are broken | Matthew Barnes | 2010-05-19 | 1 | -0/+3 |
* | | [win32] Implement --reinstall, --show-icons, --hide-icons options | Fridrich Štrba | 2010-05-18 | 1 | -0/+28 |
* | | [win32] Don't call glib functions before g_thread_init was called and | Fridrich Štrba | 2010-05-17 | 1 | -7/+12 |
* | | Convert "default-mailer" plugin to an extension. | Matthew Barnes | 2010-05-13 | 1 | -0/+3 |
* | | [win32] Set patch to evolution's bindir because some child processes | Fridrich Štrba | 2010-05-11 | 1 | -0/+9 |
* | | Bug #608766 - Replace pthread with GLib's GThread | Milan Crha | 2010-04-15 | 1 | -7/+5 |
* | | Giant leap towards GSEAL compliance. | Matthew Barnes | 2010-04-08 | 1 | -7/+8 |
* | | Fix a compiler warning in main.c. | Matthew Barnes | 2010-03-30 | 1 | -1/+1 |
* | | Drop support for migrating from Evolution < 2.0. | Matthew Barnes | 2010-03-30 | 1 | -29/+0 |
|/ |
|
* | Don't use the previous stored default shell type in express mode. | Michael Meeks | 2010-03-17 | 1 | -1/+4 |
* | Remove some more unnecessary windows workarounds. | Fridrich Strba | 2010-03-15 | 1 | -50/+1 |
* | Shell and UI manager cleanups. | Matthew Barnes | 2010-03-14 | 1 | -2/+19 |
* | Remove left-over ORBit2 calls on windows | Fridrich Strba | 2010-03-06 | 1 | -8/+0 |
* | Bug 608340 - Help text missing --debug parameter | Matthew Barnes | 2010-01-28 | 1 | -1/+1 |
* | Changes in mingw.org last w32api/mingw-rt packages. | Fridrich Strba | 2010-01-28 | 1 | -1/+1 |
* | Bug 606342 - PST option not offered in single file import | Matthew Barnes | 2010-01-23 | 1 | -0/+2 |
* | Bug 604520 - Create first account window hidden behind main window | Matthew Barnes | 2010-01-12 | 1 | -2/+2 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-05 | 1 | -18/+34 |
* | Remove some obsolete GConf keys. | Matthew Barnes | 2009-12-19 | 1 | -1/+0 |
* | Move icon theme path setup from main() to EShell. | Matthew Barnes | 2009-12-15 | 1 | -4/+0 |
* | Revise the EShell ref-leak check to not upset Valgrind. | Matthew Barnes | 2009-12-03 | 1 | -13/+11 |
* | Add an EShell:module-directory constructor property. | Matthew Barnes | 2009-12-02 | 1 | -0/+1 |
* | Rename EError to EAlert to match general use better | Jonathon Jongsma | 2009-12-01 | 1 | -1/+0 |
* | Implement a new 'killev' program. | Matthew Barnes | 2009-11-27 | 1 | -19/+3 |
* | Make EShell more subclassable. | Matthew Barnes | 2009-11-27 | 1 | -11/+0 |
* | Add a --quit command-line option. | Matthew Barnes | 2009-11-26 | 1 | -2/+6 |
* | Add a --geometry command-line option. | Matthew Barnes | 2009-11-26 | 1 | -0/+4 |
* | Kill Evolution's icon cache once and for all. | Matthew Barnes | 2009-11-20 | 1 | -3/+4 |
* | Bug 589153 - Use GtkBuilder instead of libglade | Matthew Barnes | 2009-11-17 | 1 | -2/+0 |
* | Bug #588093 - Allow import of local files from command line | Milan Crha | 2009-11-12 | 1 | -1/+4 |
* | Rearrange variables and Windows-only code to avoid warning | Tor Lillqvist | 2009-11-11 | 1 | -10/+11 |
* | Kill e-cursor(s) (both of them). | Matthew Barnes | 2009-11-10 | 1 | -4/+0 |
* | Bug #599740 - Crashing in g_thread_init | Milan Crha | 2009-10-27 | 1 | -1/+2 |
* | Bug 596952 - Offline mode does not stick when set from command line | Matthew Barnes | 2009-10-08 | 1 | -9/+15 |
* | Clean up includes in main.c. | Matthew Barnes | 2009-10-08 | 1 | -27/+17 |
* | Trim unused or unnecessary bits from the import framework. | Matthew Barnes | 2009-09-26 | 1 | -2/+0 |
* | Kill the killev program, and the whole tools directory. | Matthew Barnes | 2009-09-18 | 1 | -9/+30 |
* | Restore the alarm notify daemon. | Matthew Barnes | 2009-09-18 | 1 | -1/+1 |
* | Bug #590707 - Initialize DBus threading on start | Milan Crha | 2009-09-10 | 1 | -0/+6 |
* | Start migration -after- loading all modules and plugins. | Matthew Barnes | 2009-09-02 | 1 | -0/+5 |
* | Simplify EPlugin loading at startup. | Matthew Barnes | 2009-08-30 | 1 | -22/+18 |
* | Exit if no command-line URIs are handled. | Matthew Barnes | 2009-08-25 | 1 | -3/+4 |
* | Stop killing evolution-data-server services. | Matthew Barnes | 2009-08-23 | 1 | -69/+0 |
* | Bug 571488 - Migrate from deprecated gnome_sound to libcanberra | H.Habighorst | 2009-08-23 | 1 | -3/+0 |
* | Remove an unnecessary libgnomeui include. | Matthew Barnes | 2009-08-18 | 1 | -1/+0 |
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -19/+14 |
* | Fix a problem with EShell initialization. | Matthew Barnes | 2009-07-12 | 1 | -1/+1 |
* | Implement the shutdown protocol and stub in session management. | Matthew Barnes | 2009-07-11 | 1 | -132/+10 |
* | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-11 | 1 | -0/+28 |
|\ |
|
| * | [win32] When started from a console, get console output (Windows XP or | Fridrich Strba | 2009-07-04 | 1 | -0/+28 |
| * | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -1/+1 |
| * | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-29 | 1 | -9/+9 |
| * | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-29 | 1 | -3/+3 |
* | | Get the "startup-wizard" plugin working again. | Matthew Barnes | 2009-06-30 | 1 | -10/+8 |
* | | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -1/+1 |
* | | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 1 | -6/+6 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 1 | -3/+4 |
|\ \ |
|
| * | | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 1 | -3/+3 |
| |/ |
|
| * | Fix compiler warnings in shell. | Matthew Barnes | 2009-05-26 | 1 | -2/+4 |
| * | e-util/e-plugin.c e-util/e-plugin.h EPlugins must be loaded after Bonobo | Philip Van hoof | 2009-01-12 | 1 | -1/+9 |
| * | Remove unneeded #include <libgnome/gnome-util.h>. | Matthew Barnes | 2009-01-11 | 1 | -1/+0 |
| * | ** Related to bug #562155 | Matthew Barnes | 2008-12-28 | 1 | -1/+1 |
| * | Fix memory leak. (Fixes bug #565628). | Ignacio Casal Quinteiro | 2008-12-26 | 1 | -0/+2 |
| * | ** Fixes bug #563250 | Matthew Barnes | 2008-12-10 | 1 | -0/+3 |
| * | ** Fixes bug #557581 | Matthew Barnes | 2008-11-08 | 1 | -7/+12 |
| * | Change License from GPL to LGPL. | Sankarasivasubramanian Pasupathilingam | 2008-09-30 | 1 | -13/+13 |
| * | ** Fixes bug #508732 | Matthew Barnes | 2008-08-18 | 1 | -96/+2 |
| * | Bug 543758 - Never mark empty strings for translations | Tor Lillqvist | 2008-07-20 | 1 | -1/+1 |
* | | Convert EShellModule to EShellBackend | Matthew Barnes | 2009-05-07 | 1 | -2/+2 |
* | | Saving progress on a massive attachment handling rewrite. | Matthew Barnes | 2009-03-21 | 1 | -7/+9 |
* | | Kill EDropdownButton. | Matthew Barnes | 2009-02-21 | 1 | -16/+11 |
* | | Rename EShell:online-mode to EShell:online and update docs. | Matthew Barnes | 2009-02-19 | 1 | -5/+5 |
* | | When invoking Evolution with URIs on the command-line (e.g. mailto:), | Matthew Barnes | 2009-01-29 | 1 | -9/+6 |
* | | Add unique-1.0 requirement (blessed external dependency). | Matthew Barnes | 2009-01-29 | 1 | -54/+111 |
* | | Fix a runtime warning. | Matthew Barnes | 2009-01-18 | 1 | -1/+0 |
* | | Hack GtkIconTheme so we can reference category icons as named icons. | Matthew Barnes | 2009-01-18 | 1 | -0/+33 |
* | | Merge revisions 37047:37074 from trunk. | Matthew Barnes | 2009-01-15 | 1 | -0/+8 |
* | | Merge revisions 36866:37046 from trunk. | Matthew Barnes | 2009-01-12 | 1 | -1/+2 |
* | | Tweak the EShell API. | Matthew Barnes | 2009-01-08 | 1 | -4/+3 |
* | | Merge revisions 36811:36865 from trunk. | Matthew Barnes | 2008-12-11 | 1 | -0/+3 |
* | | Merge revisions 36737:36810 from trunk. | Matthew Barnes | 2008-11-24 | 1 | -7/+12 |
* | | Rearranged some of the addressbook code to try and eliminate some circular | Matthew Barnes | 2008-11-14 | 1 | -9/+15 |
* | | Merge revisions 36016:36533 from trunk. | Matthew Barnes | 2008-10-02 | 1 | -13/+13 |
* | | Begin documenting the new shell design. | Matthew Barnes | 2008-09-15 | 1 | -2/+2 |
* | | Fix some bugs in the way the shell widgets get initialized. | Matthew Barnes | 2008-09-09 | 1 | -2/+1 |
* | | Progress update: | Matthew Barnes | 2008-09-09 | 1 | -8/+21 |
* | | Progress update: | Matthew Barnes | 2008-08-27 | 1 | -2/+0 |
* | | Progress update: | Matthew Barnes | 2008-08-24 | 1 | -16/+5 |
* | | Progress update: | Matthew Barnes | 2008-08-23 | 1 | -55/+113 |
* | | Merge revisions 35993:36015 from trunk. | Matthew Barnes | 2008-08-19 | 1 | -94/+4 |
* | | Demonstrate loading the test module. | Matthew Barnes | 2008-08-14 | 1 | -1/+3 |
* | | Work through more compilation errors. | Matthew Barnes | 2008-08-09 | 1 | -126/+45 |
* | | Merge revisions 35747:35930 from trunk. | Matthew Barnes | 2008-08-08 | 1 | -1/+1 |
* | | Disable all components and plugins. Begin rewriting the shell. | Matthew Barnes | 2008-07-17 | 1 | -1/+1 |
|/ |
|
* | updated novell copyright notices (left others alone) | Jeffrey Stedfast | 2008-06-21 | 1 | -1/+1 |
* | ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and | Matthew Barnes | 2008-06-06 | 1 | -13/+1 |
* | ** Fixes bug #525241 (EPluginUI) | Matthew Barnes | 2008-05-09 | 1 | -0/+2 |
* | If no message catalog is installed for the current locale language, don't | Tor Lillqvist | 2008-05-08 | 1 | -0/+11 |
* | Changed stable version to 2.22.1 in Beta version warning message | Akhil Laddha | 2008-04-29 | 1 | -1/+1 |
* | Move the call to set_paths() on Windows earlier before | Tor Lillqvist | 2008-03-04 | 1 | -4/+4 |
* | Drop the call to gtk_rc_parse_string() to set gtk-fallback-icon-theme = | Tor Lillqvist | 2008-03-04 | 1 | -1/+0 |
* | On Windows, set PATH to include Evolution's "bin" folder and the | Tor Lillqvist | 2008-03-03 | 1 | -1/+62 |
* | Committing the build fix that comes up if DEVELOPMENT is enabled. | Srinivasa Ragavan | 2008-03-02 | 1 | -3/+4 |
* | Add commands to kill recent versions of evolution-data-server. | Matthew Barnes | 2008-02-14 | 1 | -0/+2 |
* | Change Crash Recovery to Crash detection. | Srinivasa Ragavan | 2008-01-31 | 1 | -1/+1 |
* | ** Fix for bug #219197 | Milan Crha | 2008-01-03 | 1 | -0/+19 |
* | ** Fix for bug #502501 | Srinivasa Ragavan | 2007-12-10 | 1 | -1/+1 |
* | ** Add basic support for crash recovery | Srinivasa Ragavan | 2007-12-05 | 1 | -1/+99 |
* | ** Remove trailing whitespace from source code. | Matthew Barnes | 2007-11-15 | 1 | -14/+14 |
* | Remove the version. Update the stable version. | Srinivasa Ragavan | 2007-10-29 | 1 | -1/+1 |
* | ** Fix for bug #471791 (Move away from asserts to g_ret*) | Srinivasa Ragavan | 2007-09-03 | 1 | -2/+2 |
* | Update FSF address in header comments (#469886). Patch from Tobias | Matthew Barnes | 2007-09-02 | 1 | -2/+2 |
* | Added a command line option to disable preview/selection for crash on select. | Srinivasa Ragavan | 2007-08-08 | 1 | -2/+10 |
* | ** Fix for bug #448201 from Gabor Kelemen | Srinivasa Ragavan | 2007-06-18 | 1 | -0/+2 |
* | ** Fix for bug #386503 from Matthew Barnes | Srinivasa Ragavan | 2007-06-03 | 1 | -1/+1 |
* | Fix file descriptor leaks | Jules Colding | 2007-05-29 | 1 | -1/+1 |
* | Bump stable version recommendation from 2.8.1 to 2.10.1. | Matthew Barnes | 2007-05-02 | 1 | -1/+1 |
* | ** Fixes bug #433005 (patch from Daniel Gryniewicz) | Matthew Barnes | 2007-04-25 | 1 | -0/+1 |
* | Fix build breaks | Srinivasa Ragavan | 2007-04-23 | 1 | -1/+2 |
* | Fix for bug #271851 | Srinivasa Ragavan | 2007-04-23 | 1 | -1/+5 |
* | Massive code cleanup (bug #429422) | Matthew Barnes | 2007-04-20 | 1 | -1/+0 |
* | ** Fixes bug #419524 | Matthew Barnes | 2007-03-21 | 1 | -1/+1 |
* | ** Fixes bug #419469 - Miscellaneous main.c cleanups | Matthew Barnes | 2007-03-20 | 1 | -78/+54 |
* | ** Fixes bug #360946 | Matthew Barnes | 2007-02-13 | 1 | -7/+1 |
* | Register import eplugin type. Fixes bug #372528. | Chris Halls | 2006-12-03 | 1 | -0/+2 |
* | Update last stable version. | Harish Krishnaswamy | 2006-10-17 | 1 | -1/+1 |
* | update last stable version number from 2.6.3 to 2.8.0 | Andre Klapper | 2006-09-14 | 1 | -1/+1 |
* | ** Fix for bug #334821 by Tollef Fog Heen | Srinivasa Ragavan | 2006-08-23 | 1 | -1/+2 |
* | update last stable version number from 2.6.2 to 2.6.3 | Andre Klapper | 2006-08-02 | 1 | -1/+1 |
* | update last stable version number from 2.6.1 to 2.6.2 | Andre Klapper | 2006-06-17 | 1 | -1/+1 |
* | update last stable version number from 2.4.2.1 to 2.6.1 | Andre Klapper | 2006-04-27 | 1 | -1/+1 |
* | add eds-1.4 and eds-1.6 to the list of old instances. | Harish Krishnaswamy | 2006-04-24 | 1 | -0/+2 |
* | Replaced popt with GOption API | Philip Van Hoof | 2006-04-19 | 1 | -34/+36 |
* | On Win32, set the gtk-fallback-icon-theme to "gnome". | Tor Lillqvist | 2006-02-21 | 1 | -0/+4 |
* | On Win32, finally call link_shutdown() (from ORBit2/linc2), otherwise we | Tor Lillqvist | 2006-02-21 | 1 | -1/+6 |
* | Remove unused code and fix format specifiers in some cases. | Kjartan Maraas | 2006-01-30 | 1 | -3/+0 |
* | s/don't/do not/ string change. Fixes #325276. | Harish Krishnaswamy | 2006-01-29 | 1 | -1/+1 |
* | updated Evolution release number in unstable warning popup | Andre Klapper | 2005-12-21 | 1 | -1/+1 |
* | Use libedataserver's e_xml_parse_file() instead of xmlParseFile() | Tor Lillqvist | 2005-12-18 | 1 | -12/+16 |
* | Update version and bugzilla information. | Harish Krishnaswamy | 2005-10-25 | 1 | -2/+2 |
* | Added widgets in INCLUDES. | Kaushal Kumar | 2005-06-23 | 1 | -1/+1 |
* | Retired GAL from Head. The relevant files have moved inside evolution. | Kaushal Kumar | 2005-06-17 | 1 | -1/+1 |
* | remove mono registrtion, this is implemented using a plugin now. register | Not Zed | 2005-05-25 | 1 | -14/+1 |
* | fix error file build/path changes | Not Zed | 2005-05-16 | 1 | -1/+1 |
* | add evolution-data-server-1.2 to the list of old dataserver instances.) | Harish Krishnaswamy | 2005-05-12 | 1 | -0/+1 |
* | setup the profiling plugin hook if profiling is compiled in. | Not Zed | 2005-04-28 | 1 | -0/+4 |
* | switch #ifdef DEVELOPMENT to #if DEVELOPMENT so the configure.in foo | JP Rosevear | 2005-03-21 | 1 | -10/+6 |
* | Make mailer depend on libedataserverui. | Hans Petter Jansson | 2005-02-24 | 1 | -1/+2 |
* | 2.0 is the current stable version. | Rodrigo Moya | 2004-12-30 | 1 | -1/+1 |
* | include es-event.h to fix 64 bit platform problems. | David Mosberger | 2004-12-08 | 1 | -0/+1 |
* | Evolution product name spelled with an uppercase E | Joan Sanfeliu | 2004-11-23 | 1 | -1/+1 |
* | register event hook. | Not Zed | 2004-10-25 | 1 | -2/+6 |
* | initialise plugin system. (main): add --disable-eplugin and --disable-mono | Not Zed | 2004-10-07 | 1 | -0/+23 |
* | init epasswords. | Not Zed | 2004-08-12 | 1 | -1/+3 |
* | Remove AUTOHELP option since GNOME adds this itself. Fixes bug #60374. | Jeffrey Stedfast | 2004-06-19 | 1 | -1/+3 |
* | test for skip_warning_dialog value in gconf here and not in | Radek Doulik | 2004-06-19 | 1 | -11/+9 |
* | ** See bug #54498. | Not Zed | 2004-06-18 | 1 | -33/+12 |
* | Call gnome_sound_init() before bonobo_main(). | Jeffrey Stedfast | 2004-06-17 | 1 | -1/+4 |
* | added noshell and noshell-reason error strings. the latter seems a waste, | Not Zed | 2004-05-18 | 1 | -5/+4 |
* | #include <gtk/gtkvbox.h> | Jeffrey Stedfast | 2004-05-18 | 1 | -1/+1 |
* | Call e_icon_factory_shutdown() after bonobo_main() exits. | Jeffrey Stedfast | 2004-05-13 | 1 | -2/+4 |
* | set title to just Evolution (show_development_warning): ditto for warning | JP Rosevear | 2004-05-10 | 1 | -6/+6 |
* | Call gnome_program_init with PACKAGE "-" BASE_VERSION so that we start up | Rodney Dawes | 2004-04-29 | 1 | -1/+1 |
* | Change component icons to use the icon theme names for icons Remove | Michael Terry | 2004-04-19 | 1 | -3/+8 |
* | Don't activate the components here. (e_shell_construct): Activate them all | Jeffrey Stedfast | 2004-04-10 | 1 | -1/+1 |
* | Remove dialog separators Change the border with of the dialog's vbox and | Rodney Dawes | 2004-04-01 | 1 | -10/+21 |
* | ** See bug #53683. | Not Zed | 2004-02-04 | 1 | -58/+0 |
* | turn development stuff back on | JP Rosevear | 2004-01-29 | 1 | -1/+1 |
* | g_message this (destroy_config): remove the various pieces to create a | JP Rosevear | 2004-01-29 | 1 | -6/+42 |
* | attempt the upgrade before trying to startup the wizard. | Not Zed | 2004-01-27 | 1 | -76/+0 |
* | drop now useless gtkhtml/gconf check | JP Rosevear | 2004-01-27 | 1 | -4/+0 |
* | Move uri_list loop into a separate function so we don't duplicate code in | Rodney Dawes | 2004-01-24 | 1 | -15/+30 |
* | kill the correct binary, tidy includes | JP Rosevear | 2004-01-16 | 1 | -2/+3 |
* | move version detection here | JP Rosevear | 2004-01-15 | 1 | -3/+61 |
* | detect the version more completely with the new util routine (main): don't | JP Rosevear | 2004-01-14 | 1 | -12/+10 |
* | these just handle creating the ~/evolution dir and so are no longer needed | JP Rosevear | 2003-12-30 | 1 | -4/+1 |
* | If component_id is the empty string, pass NULL for it to | Ettore Perazzoli | 2003-12-04 | 1 | -1/+4 |
* | Reimplemented using EComponentRegistry. | Ettore Perazzoli | 2003-11-21 | 1 | -5/+4 |
* | New helper function. (idle_cb): Call it if we have a local shell. Also, | Ettore Perazzoli | 2003-11-18 | 1 | -2/+22 |
* | Do not #include "e-local-folder.h". | Ettore Perazzoli | 2003-11-18 | 1 | -1/+1 |
* | Remove spurious puts()s. | Ettore Perazzoli | 2003-11-14 | 1 | -3/+0 |
* | (DEVELOPMENT_WARNING): Define. | Ettore Perazzoli | 2003-11-14 | 1 | -6/+13 |
* | kill the right thing (kill_old_dataserver): rename and check the version | JP Rosevear | 2003-11-12 | 1 | -10/+10 |
* | Added a new "-c" command-line arg. (idle_cb): If the arg is specified, | Ettore Perazzoli | 2003-11-11 | 1 | -39/+11 |
* | Various changes to merge in evolution-data-server reliance. | JP Rosevear | 2003-11-07 | 1 | -4/+4 |
* | New member "component_registry". (e_shell_construct): Don't call | Ettore Perazzoli | 2003-10-23 | 1 | -6/+0 |
* | Remove e_proxy_init call. (e-proxy is gone now) | Dan Winship | 2003-10-22 | 1 | -2/+0 |
* | Merge new-ui-branch to the trunk. | Ettore Perazzoli | 2003-10-22 | 1 | -25/+20 |
* | Ooops, revert changes: wrong branch. | Ettore Perazzoli | 2003-07-24 | 1 | -7/+2 |
* | Create a new EShellWindow and show it. | Ettore Perazzoli | 2003-07-24 | 1 | -2/+7 |
* | Removed "forced_upgrade" unused variable. (show_development_warning): Put | Ettore Perazzoli | 2003-05-20 | 1 | -5/+6 |
* | #ifdef'ed wombat killing code, depending on whether KILL_PROCESS_CMD is | Rodrigo Moya | 2003-05-15 | 1 | -0/+8 |
* | Add a #include to fix a warning. | Jeremy Katz | 2003-05-09 | 1 | -0/+1 |
* | (main): Add e_proxy_init() | Ettore Perazzoli | 2003-04-29 | 1 | -0/+1 |
* | Add a "--setup-only" flag, to just run e_setup() and exit. (For #40889) | Dan Winship | 2003-04-10 | 1 | -0/+5 |
* | Substitute version number into the evolution binary name in the server | Dan Winship | 2003-04-08 | 1 | -0/+11 |
* | (kill_old_wombat): New. | Ettore Perazzoli | 2003-03-29 | 1 | -1/+51 |
* | Update for e_notice move. Likewise Likewise Likewise Likewise Likewise | Dan Winship | 2003-03-25 | 1 | -1/+1 |
* | [Patch from Not Zed <NotZed@Ximian.com>] | Ettore Perazzoli | 2003-03-07 | 1 | -7/+12 |
* | Added a key for /apps/evolution/version - seems the best place to put it. | Not Zed | 2003-02-26 | 1 | -32/+6 |
* | fix the conf keys, currently unused. | Not Zed | 2003-02-24 | 1 | -2/+2 |
* | (segv_redirect): New, SIGSEGV signal handler. | Ettore Perazzoli | 2003-02-14 | 1 | -0/+57 |
* | Suggest people use 1.2.x instead of 1.0.x. | Joe Shaw | 2003-02-12 | 1 | -1/+1 |
* | s/glade_gnome_init/glade_init/ | Dan Winship | 2003-02-06 | 1 | -1/+1 |
* | Set GTK_RESPONSE_OK as the default response. | Ettore Perazzoli | 2003-01-28 | 1 | -1/+1 |
* | Generate the URI list from the popt context fetched from the GnomeProgram | Ettore Perazzoli | 2003-01-11 | 1 | -7/+14 |
* | setup gettext | Dan Winship | 2003-01-08 | 1 | -0/+4 |
* | [With this commit, the shell compiles without deprecated | Ettore Perazzoli | 2002-12-20 | 1 | -10/+3 |