aboutsummaryrefslogtreecommitdiffstats
path: root/shell/killev.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* Fix/mute issues found by Coverity scanMilan Crha2013-11-151-1/+2
| | | | | | | | | | | | This makes the code free of Coverity scan issues. It is sometimes quite pedantic and expects/suggests some coding habits, thus certain changes may look weird, but for a good thing, I hope. The code is also tagged with Coverity scan suppressions, to keep the code as is and hide the warning too. Also note that Coverity treats g_return_if_fail(), g_assert() and similar macros as unreliable, and it's true these can be disabled during the compile time, thus it brings in other set of 'weird' changes.
* Bug 710797 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-301-3/+3
|
* Remove all g_type_init() calls.Matthew Barnes2013-09-281-2/+0
| | | | g_type_init() is deprecated in GLib 2.36.
* killev.c: Don't kill D-Bus services.Matthew Barnes2012-07-021-36/+25
| | | | | Evolution is no longer a privileged D-Bus client. Only terminate Evolution, not the D-Bus services that other clients may be using.
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-1/+2
|
* Bug #590245 - 'evolution --force-shutdown' should kill factoriesMilan Crha2010-12-071-8/+33
|
* Fix places where "~/.evolution" is hard-coded.Matthew Barnes2010-07-091-4/+5
| | | | | Also replace "$USER_DATA_DIR/cache" path constructions with e_get_user_cache_dir().
* Implement a new 'killev' program.Matthew Barnes2009-11-271-0/+158
For now this only terminates Evolution, but the same basic approach should also be used with the Evolution-Data-Server D-Bus services.