aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-memo-shell-sidebar.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 609836 - Add translator comments to ambiguous stringsMatthew Barnes2010-02-171-0/+6
|
* Bug 609403 - Doesn't restore window size alwaysMatthew Barnes2010-02-101-82/+79
|
* Fix some dead assignments.Matthew Barnes2010-02-081-2/+0
|
* Improve sidebar and ECalModel interaction.Matthew Barnes2010-01-301-40/+210
| | | | | Restores the "default client" behavior from 2.28, so that "Click to Add" task and memo fields work properly.
* Make authentication functionality availableGustavo Noronha Silva2010-01-271-2/+2
| | | | | | | This involves renaming the calendar auth-related functions to have a prefix, and shipping the headers. Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-5/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2009-12-261-2/+5
|
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
| | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary.
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-3/+3
| | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* port modules/ to new EError API.Jonathon Jongsma2009-12-011-2/+2
| | | | | | This should be everything now. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Bug 494394 - No way for the user to refresh a calendarMilan Crha2009-11-301-0/+7
|
* BugĀ 600397 - Delete option enabled for undeletable ESourceMatthew Barnes2009-11-141-0/+8
|
* Get the itip-formatter plugin working.Matthew Barnes2009-08-121-4/+22
|
* More refactoring of settings management.Matthew Barnes2009-08-091-35/+15
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+718
- Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.