aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/evolution-shell
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement the main toolbar's "prefer-item" feature.Matthew Barnes2013-06-111-2/+0
| | | | | | | | | | | | | | | | This fixes a bug in the old implementation where the application could crash after a second shell window was created and destroyed, because a signal handler with the destroyed shell window as the closure was left connected. But moreover this simplifies the implementation by using a property binding plus transform function instead of juggling signal handlers, and also adds code comments where things get a little tricky. Removed (now unused) functions: e_shell_window_get_toolbar_new_prefer_item e_shell_window_set_toolbar_new_prefer_item
* Remove e_shell_view_[un]block_update_actions().Matthew Barnes2013-06-011-2/+0
| | | | No longer needed.
* Rename libeshell to libevolution-shell.Matthew Barnes2013-05-288-0/+702
To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-shell.