aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogsDan Vrátil2011-05-161-1/+1
|
* Remove redundant EAccountList utilities.Matthew Barnes2011-04-261-0/+1
| | | | | Kill itip_addresses_get() and itip_addresses_get_default(), and use e_get_account_list() and e_get_default_account() instead.
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-4/+0
|
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+0
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* Bug 596601 (bnc) - monitor system timezone changes in evolutionChenthill Palanisamy2010-04-161-0/+4
|
* Cleanup delete actions in shell views.Matthew Barnes2010-01-111-1/+2
|
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-1/+0
| | | | | | | | | | 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
* Bug #579599 - Let the Advanced Search work againMilan Crha2009-11-191-0/+1
|
* Simplify clipboard handling in addressbook.Matthew Barnes2009-11-121-1/+1
|
* Simplify clipboard handling in calendar.Matthew Barnes2009-11-121-0/+1
|
* Convert some "Save As" actions to run asynchronously.Matthew Barnes2009-11-081-0/+2
| | | | | | | | | | This introduces e-shell-utils for miscellaneous utility functions that integrate with the shell or shell settings. First function is e_shell_run_save_dialog(), which automatically remembers the selected folder in the file chooser dialog. Also, kill some redundant save dialog functions, as well as some write-this-string-to-disk functions that block.
* Trim more fat off the GnomeCalendar API.Matthew Barnes2009-08-191-0/+2
| | | | Oh and hey look, I can see events now!
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-2/+6
|
* Get the calendar view popup menu working.Matthew Barnes2009-08-161-0/+7
|
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-3/+0
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+170
- 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.