Commit Graph

39409 Commits

Author SHA1 Message Date
8056f5e85d User docs: Make IDs unique 2013-06-22 09:17:05 -07:00
0048c32731 User docs: Fix markup 2013-06-22 09:11:39 -07:00
41b1cde7cf Add useful section link title for help page 2013-06-22 17:07:02 +01:00
d7b3a3289f User docs: Add missing markup 2013-06-22 08:56:55 -07:00
1c0c12f3cc User docs: Embed the license from legal.xml instead of having it manually written in the file 2013-06-22 08:23:19 -07:00
6121241ffb User docs: Embed account type configuration instructions on First Run Wizard page.
The instructions per account are collapsed by default and expandable in clients that support ui: (like recent Yelp versions). This requires turning the <list> of account types on intro-first-run.page into <section>s as ui:expandable is not supported inside of <list> elements.

Embedding directly does not require users to follow "Click here for configuration instructions for this account" links anymore, that we get rid of "Click here to get to next step if you came from the First Run Wizard help page" sections at the bottom of each account type configuration page.
2013-06-22 07:57:24 -07:00
522e3b8d76 User docs: Rephrase section headings so the links at the bottom of Yelp are descriptive 2013-06-22 07:57:24 -07:00
c04a73ce32 User docs: Use unordered list for SMTP configuration steps as for receiving types 2013-06-22 07:57:24 -07:00
a37685e4af User docs: Remove duplicated hint 2013-06-22 07:57:24 -07:00
1f181f1e7b EMFolderTreeModel: Listen for "folder-info-stale" signals.
The signal indicates the folder tree for a particular store needs to be
reconstructed.  We do this by calling em_folder_tree_model_add_store().
2013-06-22 10:05:21 -04:00
04ffa1afb9 EMFolderTreeModel cleanups. 2013-06-22 09:36:50 -04:00
77346775da Bug 702710 - MessageList: Delay state capture for regen.
Delay capturing MessageList state for a regen operation until the idle
callback, so the caller has a chance to configure the MessageList first.

Also, move the CamelFolderThread into the private structure and provide
thread-safe internal accessor functions for it.
2013-06-21 14:34:06 -04:00
e8753f37f8 MessageList cleanups. 2013-06-21 14:34:02 -04:00
df33267935 Fix typo in org.gnome.evolution.mail.gschema.xml.in. 2013-06-21 13:41:22 -04:00
f927a9a169 Bug 702664 - Settings migration issue from "headers" to "show-headers"
Give the "show-headers" key a proper default value, and watch out for
an empty "headers" key, which is supposed to imply that default value.
2013-06-21 11:06:16 -04:00
4a101290fd Calendar views inline text edit with Ctrl+C/V/X does not work
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.
2013-06-21 15:56:34 +02:00
97c70105b7 ESelectionModel: Don't assume an ESorter is present.
ETree does not provide one anymore.
2013-06-21 09:47:57 -04:00
3c2e03fa5c extended_g_node_insert_before: Small correction. 2013-06-21 09:41:03 -04:00
26a0168f9e Bug 702796 - Work around GNode's O(N) tail insertions 2013-06-21 09:07:07 -04:00
cc4d56585c User docs: Embed expandable instructions on how to restore from backup directly in first-run page instead of making users click to go to 'Backup/Restore' page. Hey, it's 2013. 2013-06-20 20:14:55 -07:00
6cc7aeef1e User docs: Use XInclude for one more occasion of the same strings 2013-06-20 18:50:28 -07:00
4fef99b846 User docs: Use descriptive links, avoid 'click here' 2013-06-20 17:17:51 -07:00
c184668758 User docs: Add TODO that screenshot is likely outdated; add seealso link to calendar alarms page 2013-06-20 17:12:01 -07:00
a25b7228d8 User docs: Rephrase to make clearer that file covers adding address books 2013-06-20 17:04:48 -07:00
3a2913c26c User docs: Remove detail information unneeded at this stage 2013-06-20 17:00:09 -07:00
9f9d480309 ETableSorter: Further cleanups. 2013-06-20 16:44:24 -04:00
f8a116931c ESorterArray: Further cleanups. 2013-06-20 16:25:37 -04:00
ad6b3f483d Convert ESorter to an interface. 2013-06-20 16:10:21 -04:00
6ebf6c2155 Update ETree API documentation. 2013-06-20 16:10:21 -04:00
794bf75c9e Remove e_tree_view_to_model_row().
Now that ETree no longer has an ESorter, this function is silly.
2013-06-20 15:31:53 -04:00
27e326c80f Remove e_sorter_new().
ESorter itself does nothing useful, so there's no reason to create one.

ESorter should really be an interface.
2013-06-20 15:31:53 -04:00
7435afa54c ESorter cleanups. 2013-06-20 15:31:53 -04:00
b63340b736 Remove unused e_tree_find_next(). 2013-06-20 15:31:53 -04:00
a0bfd19716 Remove unused e_tree_get_tooltip(). 2013-06-20 15:31:53 -04:00
ce4a2a7748 Remove unused e_tree_model_to_view_row(). 2013-06-20 15:31:53 -04:00
05f69aaec0 Remove unused e_tree_get_prev_row(). 2013-06-20 15:31:52 -04:00
bb22e3b53a Remove unused e_tree_get_next_row(). 2013-06-20 15:31:52 -04:00
187fcd6653 Remove unused e_tree_get_printable(). 2013-06-20 15:31:52 -04:00
e6dfce71e8 Remove unused e_tree_load_state(). 2013-06-20 15:31:52 -04:00
a5af202855 Remove unused e_tree_set_search_column(). 2013-06-20 15:31:52 -04:00
9a4aed9785 Remove unused e_tree_save_state(). 2013-06-20 15:31:52 -04:00
6abeaa3223 Remove e_tree_row_count().
Reducing API bloat.  Do this instead:

  adapter = e_tree_get_table_adapter (tree);
  row_count = e_table_model_row_count (E_TABLE_MODEL (adapter));
2013-06-20 15:31:52 -04:00
662c1a21bf Remove e_tree_force_expanded_state().
Reducing API bloat.  Do this instead:

  adapter = e_tree_get_table_adapter (tree);
  e_tree_table_adapter_force_expanded_state (adapter, state);
2013-06-20 15:31:52 -04:00
68b0b10221 Remove e_tree_load_expanded_state_xml().
Reducing API bloat.  Do this instead:

  adapter = e_tree_get_table_adapter (tree);
  e_tree_table_adapter_load_expanded_state_xml (adapter, xml);
2013-06-20 15:31:52 -04:00
ebcb25def1 Remove e_tree_save_expanded_state_xml().
Reducing API bloat.  Do this instead:

  adapter = e_tree_get_table_adapter (tree);
  xml = e_tree_table_adapter_save_expanded_state_xml (adapter);
2013-06-20 15:31:52 -04:00
40da203f43 Remove e_tree_load_expanded_state().
Reducing API bloat.  Do this instead:

  adapter = e_tree_get_table_adapter (tree);
  e_tree_table_adapter_load_expanded_state (adapter, filename);
2013-06-20 15:31:52 -04:00
63a53b5aa4 Remove e_tree_save_expanded_state().
Reducing API bloat.  Do this instead:

  adapter = e_tree_get_table_adapter (tree);
  e_tree_table_adapter_save_expanded_state (adapter, filename);
2013-06-20 15:31:52 -04:00
a8bb464bf5 Remove e_tree_show_node().
Reducing API bloat.  Do this instead:

  adapter = e_tree_get_table_adapter (tree);
  e_tree_table_adapter_show_node (adapter, path);
2013-06-20 15:31:51 -04:00
2965f986dd Remove e_tree_root_node_is_visible().
Reducing API bloat.  Do this instead:

  adapter = e_tree_get_table_adapter (tree);
  visible = e_tree_table_adapter_root_node_is_visible (adapter);
2013-06-20 15:31:51 -04:00
792f0ba374 Remove e_tree_row_of_node().
Reducing API bloat.  Do this instead:

  adapter = e_tree_get_table_adapter (tree);
  row = e_tree_table_adapter_row_of_node (adapter, path);
2013-06-20 15:31:51 -04:00