Commit graph

45 commits

Author SHA1 Message Date
Sabri Ünal
3009610284 doc: fix misleading information
Correct "Display this online help manual" string.

Fixes: #1475
2023-02-28 17:43:32 +00:00
Sabri Ünal
3f46f5aee4 doc: Remove out-of-date information
"Use three pane view" option seems removed from Preferences.
Remove it from documentation.

Fixes: #1474
2023-02-28 17:43:32 +00:00
Sabri Ünal
69412c9370 doc: add a trail link and change logo size
Due to the logo in the title, trail links seems too big.
This patch fixes this error adding info tag and alternative titles.

Also makes Geary logo 48px to match other GNOME apps.
2023-02-10 19:33:50 +03:00
Tobias Bernard
54a67486ac app icon: darker yellow for better contrast 2021-01-17 11:31:57 +01:00
Andre Klapper
897722f784 Fix Mallard validation errors by changing section IDs 2020-07-06 19:19:11 +02:00
Michael Gratton
e3cd1ca64c Merge branch 'cherry-pick-b6907da0' into 'mainline'
Merge branch 'Vanadiae-gnome-3-36-patch-73276' into 'mainline'

See merge request GNOME/geary!524
2020-06-25 02:39:26 +00:00
Michael Gratton
afcefc32b4 Merge branch 'Vanadiae-gnome-3-36-patch-73276' into 'gnome-3-36'
help: stop making geary icon translatable

See merge request GNOME/geary!519

(cherry picked from commit b6907da0d42778584ba92c413631e65f8badb66b)

62499bdf help: stop making geary icon translatable
2020-06-25 02:06:27 +00:00
Michael Gratton
00f355648d help: Rework support and bug reporting text
Prefer referring to getting support rather than bug reporting. Add a
section describing how to get support vs reporting bugs. Streamline the
contributing page.
2020-06-24 23:06:16 +10:00
James Westman
f674c4d899 help: Update composer docs
Some recent changes to the composer layout need to be reflected in the user
manual.

Also added an explanation of what the Cc, Bcc, and Reply-To fields do.

Fixed some typos and improved wording elsewhere on the page.
2020-04-16 20:56:55 -05:00
Andre Klapper
d9c10b5f20 help: Make shortcuts.page pass "yelp-check validate"
<section> elements must include a <title> element.
2020-02-10 22:03:09 +01:00
Michael Gratton
82e77023bc Update help with information about single key shortcuts 2019-11-21 02:56:44 +11:00
Michael Gratton
f307722c1d Update archive, shortcuts and composer manual pages
Update pages to be consistent with how the app currently works. Mention
undo for both archiving and sending/saving/dicarding composers. Update
compser page to mention features added over the last few releases.
2019-11-18 18:33:10 +11:00
Michael Gratton
5df1b975a8 Update online manual to reflect new preferences 2019-09-27 21:23:34 +10:00
Michael Gratton
1379daa261 help: Update search.page to avoid using technical terminology 2019-03-25 23:23:13 +11:00
Michael Gratton
f752fbf7e3 help: Update accounts.page to reflect how the accounts editor now works 2019-03-25 23:23:13 +11:00
Michael Gratton
d7d03911fa help: Update overview.page 2019-03-25 23:23:13 +11:00
Michael Gratton
ba371010e5 help: Update index page and logo 2019-03-23 15:57:13 +11:00
Michael Gratton
8cbc76a41d Fix typo on the manual's search page
Fixes #192
2019-01-29 16:48:35 +11:00
Michael James Gratton
c8719a57e4 Fix mallard validation errors in manual pages. 2018-08-04 11:01:59 +10:00
Michael James Gratton
fd42fd5dd6 Simplify bug reporting info a bit, to unify with the wiki. 2018-06-14 12:32:42 +10:00
Michael James Gratton
0f110d5acb Update user manual to add Contributing and improve the Bugs page. 2018-06-13 22:30:10 +10:00
Andre Klapper
507da1abb5 Remove non-existing anchor link (target removed in 6b88f82) 2018-03-18 14:52:34 +01:00
Federico Bruni
173dea94fc help: Ctrl-M shortcut has been removed
See commit 54ba285a
2018-01-13 18:59:15 +11:00
Michael James Gratton
e6ecefd827 Remove composer pref text in the online manual, it no longer exists. 2018-01-11 03:13:58 +11:00
Michael James Gratton
8b42ceda1a Update start-notification preferences text, tooltip, and user manual.
Fixes Bug 742244, again.
2018-01-11 03:13:54 +11:00
Michael James Gratton
6b88f82019 Use the Gtk.ShortcutsWindow as the sole shortcut help.
Now that we are requiring at least GTK+ 3.22, we can remove the shortcuts
help from the manual so we aren't duplicating the information with the
Gtk.ShortcutsWindow.
2017-12-18 16:00:14 +11:00
Andre Klapper
380889fbf2 Add missing id parameters and title to <section>s so yelp-check validates 2017-09-25 18:02:33 +02:00
Michael James Gratton
548529d432 Add a keyboard nav section to the user manual.
* help/C/shortcuts.page: Add a new section, move existing focus commands
  to it, add shortcuts for conversation message nav.
2017-02-23 14:08:02 +11:00
Michael James Gratton
e6c6e7c013 Update help text for move/label shortcuts in manual/help overlay.
Make it describe the result of the action, not the UI effect.
2016-10-04 09:54:06 +11:00
Michael James Gratton
32a7f76360 Hook up attach file shortcut, add it to user guide. Bug 743565. 2016-06-09 00:21:44 +10:00
Michael James Gratton
66928f73f6 Enable L/M keyboard shortcut for label/moving messages. Fixes Bug 731737.
* help/C/shortcuts.page: Document new shortcuts.

* src/client/application/geary-controller.vala: Add shortcuts for copy
  and move actions.

* src/client/components/pill-toolbar.vala (PillBar::create_menu_button):
  Hook up the button's related action to invoke the button's popup menu,
  taking care not to cause an infinte loop.
  (PillBar::setup_button): Connect to the related_action's tooltip notify
  signal via a local variable rather than via the button, so it does not
  get lost when it changes for Gtk.MenuButton actions.
2016-05-29 23:25:49 +10:00
Michael James Gratton
54ba285ab8 Clean up shortcuts and shortcut docs. Closes Bug 766987.
* src/client/application/geary-controller.vala: Remove prefs and accounts
  shortcuts.

* ui/app_menu.interface: Remove prefs and accounts shortcuts

* help/C/shortcuts.page: Capitalise J/K, remove prefs and accounts
  shortcuts.
2016-05-29 22:24:19 +10:00
Michael James Gratton
77b1c26b54 Add documentation for new is:foo search operators. Bug 726661. 2016-05-05 08:23:05 -04:00
Florin Lipan
d25b87f7a1 Add F6 navigation shortcut keys to the help page. 2016-04-13 10:27:37 -04:00
Robert Schroll
15b1632d17 Update preferences with descriptions of new options
Namely, the "Use three pan view" and "Always watch for new mail"
options.  Also update the text about notifications to reflect changes to
GNOME Shell.

https://bugzilla.gnome.org/show_bug.cgi?id=749925
2016-04-12 04:41:17 -04:00
Jim Nelson
32f337102a Document new conversation navigation keys for bug #714434 2015-03-05 17:24:01 -08:00
Robert Schroll
a624f29b06 Document HTML signatures
https://bugzilla.gnome.org/show_bug.cgi?id=743562
2015-01-29 17:27:26 -05:00
Robert Schroll
8a302a9f81 Add composer shortcuts to documentation
https://bugzilla.gnome.org/show_bug.cgi?id=741573
2014-12-19 00:41:17 -05:00
Jim Nelson
f46c5374be Clarify help documentation: Closes bgo#726576 2014-03-17 12:56:18 -07:00
Charles Lindsay
356a1aff58 Update help docs
Closes: bgo #724082
Closes: bgo #725618
Closes: bgo #724081
Closes: bgo #720625
2014-03-12 12:12:43 -07:00
Charles Lindsay
d5117b94b5 Update keyboard shortcuts in help
Closes: bgo #721792
2014-01-08 11:19:19 -08:00
Eric Gregory
d1aae04383 Closes #6611 Help updated for 0.4 2013-10-01 17:31:09 -07:00
Eric Gregory
237d22b599 Closes #6610 Help updated for 0.3 2013-03-19 14:42:22 -07:00
Adam Dingle
91416889fa Fixed #5674 (update help documentation for 0.2). 2012-09-26 15:34:53 -07:00
Nate Lillich
6ae00e391f Fixes #5177. The help documentation is now at help/C instead of just help. 2012-05-04 17:21:28 -07:00