aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-task-shell-content.c
Commit message (Collapse)AuthorAgeFilesLines
* EShellView: Add a "view-instance" property.Matthew Barnes2013-07-061-18/+2
| | | | | | | | | | | | | | EShellView now holds a reference to the active GalViewInstance. Where applicable, the EShellView subclass is responsible for keeping this up to date when the sidebar selection changes. Holding a reference allows EShellView to implement common actions like "Save Current View" directly instead pushing it on to subclasses. New functions: e_shell_view_get_view_instance e_shell_view_set_view_instance
* ETaskShellContent: Remove hard-coded default table state.Matthew Barnes2013-07-021-15/+0
| | | | | | | | I don't remember why E_TASK_TABLE_DEFAULT_STATE was needed when e-calendar-table.etspec already specifies a default ETableState. Some of the column numbers it was referencing weren't even valid. Removing it seems to make no difference in Evolution.
* Calendar views inline text edit with Ctrl+C/V/X does not workMilan Crha2013-06-211-0/+13
| | | | | | | | The shortcuts Ctrl+C/V/X are used for whole calendar items copy/paste/cut, not for text when editing event details inline, either in a day/week view or in a list view. By tracking the is-editing property of respective cell editor and using it when enabling/disabling clipboard actions makes the respective text operations work as expected.
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start.
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-2/+2
|
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+6
|
* Bug #676179 - Memos/Tasks - Update preview when it's shownDan Vrátil2012-06-141-0/+6
|
* Adapt modules/calendar to the new ESource API.Matthew Barnes2012-06-031-1/+5
|
* Reduce diff noise with 'account-mgmt' branch.Matthew Barnes2012-06-031-2/+2
| | | | One last time.
* Bug #675863 - Cannot load webview.css from Tasks/MemosDan Vrátil2012-05-171-12/+16
|
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-1/+1
|
* Miscellaneous EShellView-related cleanups.Matthew Barnes2011-12-081-53/+40
|
* Port some calendar plugins to use GSettingsRodrigo Moya2011-09-261-1/+0
|
* Port ETask/MemoShellContent to GSettingsRodrigo Moya2011-09-221-8/+7
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-301-4/+4
|
* Coding style and whitespace cleanups.Matthew Barnes2011-06-301-1/+2
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-0/+4
|
* Fix compiler warnings.Matthew Barnes2011-06-301-2/+0
| | | | Mostly dead assignments.
* Restore lockdown integration.Matthew Barnes2011-06-301-1/+0
| | | | | | | | | | | | | With lockdown settings available through GSettings, widgets can handle lockdown integration themselves without having to use EShellSettings. Also fixed a few places where printing or save-to-disk actions were either not properly wired up or not responding to lockdown settings, but much more work needs done. Attachments, for example, are not honoring the disable-save-to-disk setting at all. This too requires the recently-added gsettings-desktop-schemas dependency.
* Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+3
|
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-301-11/+6
|
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-101-9/+3
| | | | | Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties.
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-3/+8
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* Bug 625624 - Customizations of contacts views forgottenMatthew Barnes2010-07-301-1/+4
| | | | Found similar bugs in EShellMemoContent and EShellTaskContent.
* EShellContent: Add a focus_search_results() method.Matthew Barnes2010-06-251-0/+11
| | | | | This gives EShellSearchbar something concrete to call to direct focus away from itself instead of tabbing forward and hoping for the best.
* Bug 613038 - Preview pane size not rememberedMatthew Barnes2010-05-291-13/+31
| | | | | | | Converted size restoration of all preview panes to be triggered by EShellWindow::shell-view-created signal. The signal is emitted when the view is fully initialized and visible. Shell views can use that as a trigger for restoring pane sizes from GConf.
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-4/+4
|
* Simplify the search UI for express mode.Matthew Barnes2010-03-271-1/+3
| | | | | | | | | | | | | | | For express mode: - Move the search bar up to the toolbar. - Hide the "filter" combo box and lock down the first item. - Hide the "scope" combo box and lock down the first item. (This is the combo box with "Current Folder" only in the mailer.) - EShellView owns the search bar widget now instead of EShellContent. - Insert several nasty hacks that will likely come back to bite me.
* Add extensions to configure calender widgets.Matthew Barnes2010-03-201-1/+1
| | | | | | Make ECalendarItem, ECalendarView, ECalModel, EDateEdit, EMeetingStore, and EMeetingTimeSelector extensible and register extensions to automatically bind every instance to the appropriate EShellSettings.
* Add DnD support to e-selection.c.Matthew Barnes2010-02-091-11/+15
| | | | | | Avoid listing calendar and directory targets explicitly, so that e-selection.c contains the one and only master list. Still need to figure out how to centralize "text/x-source-vcard".
* Give all preview panes a search bar.Matthew Barnes2010-01-181-28/+31
| | | | Use Shift+Ctrl+F as the accelerator for consistency with the mailer.
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-2/+0
|
* Rename ECalendarTable to ETaskTable.Matthew Barnes2009-12-271-13/+12
| | | | | Since ECalendarTable was only used for tasks anyway, and ETaskTable pairs nicely with EMemoTable.
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-5/+0
| | | | | | | | | | | | | | | | | | EFocusTracker tracks the input focus within a window and helps keep the sensitivity of "selectable" actions in the main menu up-to-date. Selectable actions include Cut, Copy, Paste, Select All and Delete. EFocusTracker has built-in support for widgets that implement the GtkEditable interface such as GtkEntry and GtkTextView. It also supports custom widgets that implement the ESelectable interface, which is a subset of GtkEditable and can apply to anything that displays selectable content (esp. tree views and ETables). This commit integrates EFocusTracker with EShellWindow, CompEditor, EMsgComposer, and ESignatureManager. It also bumps the GtkHTML requirement to 2.29.5 to utilize the new GtkhtmlEditor:html constructor property.
* Refactor the EShell search API.Matthew Barnes2009-12-191-0/+15
| | | | | | | | | | | | | | | | | Move the search interface to a new widget: EShellSearchbar The current search rule is now stored in EShellView, and the search context in EShellViewClass similar to GalViewCollection (since it's class-specific, not instance-specific). Also add a couple new signals to EShellView: "clear-search" and "custom-search" ("custom" refers to an advanced search or a saved search -- something more complex than a quick search). Still working out a few kinks. The search entry is clearly trying to be too many things. We need a different way of indicating that you're looking at search results. Perhaps a search results banner similar to Nautilus.
* Kill ETableScrolled.Matthew Barnes2009-12-081-24/+29
| | | | | ETableScrolled is nothing but a GtkScrolledWindow containing an ETable. It adds nothing of value and actually makes customizing ETable harder.
* Bug #591330 - Do not clear task preview every minuteMilan Crha2009-11-261-2/+2
|
* Bug 601785 - Menu glitches in memo and task viewMatthew Barnes2009-11-141-0/+6
|
* EWebView popup menu enhancements.Matthew Barnes2009-11-141-6/+4
| | | | Bumps the GtkHtml dependency to 3.29.2 for gtk_html_unselect_all().
* Finish killing Bonobo.Matthew Barnes2009-09-091-2/+9
|
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-4/+4
| | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing.
* Add vertical view to Memos and Tasks.Matthew Barnes2009-08-281-33/+78
|
* Fix resize behavior of main window panes.Matthew Barnes2009-08-271-2/+2
| | | | | Now that I finally understand how the "resize" and "shrink" child properties in GtkPaned work. Was a real brain teaser for some reason.
* More refactoring of settings management.Matthew Barnes2009-08-091-3/+5
|
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-12/+9
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+700
- 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.