[Commits] [wesnoth/wesnoth] fab79d: Help Browser: Actually show the correct topics wit...
GitHub
noreply at github.com
Sun Apr 16 23:43:01 UTC 2017
Branch: refs/heads/gui2_help
Home: https://github.com/wesnoth/wesnoth
Commit: fab79d86de23d8afa88bfd9589bc4c9ca8593950
https://github.com/wesnoth/wesnoth/commit/fab79d86de23d8afa88bfd9589bc4c9ca8593950
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M data/gui/window/help_browser.cfg
M src/gui/dialogs/help_browser.cpp
M src/gui/dialogs/help_browser.hpp
M src/gui/dialogs/title_screen.cpp
Log Message:
-----------
Help Browser: Actually show the correct topics with the correct icons
This also fixes the lag when opening help and makes the topic text appear.
(The topic text is not parsed at the moment, though.)
Commit: 0702e004e8d2a9b86fdfb990200b0f183faacdfd
https://github.com/wesnoth/wesnoth/commit/0702e004e8d2a9b86fdfb990200b0f183faacdfd
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M src/gui/dialogs/help_browser.cpp
M src/gui/dialogs/help_browser.hpp
M src/help/help.cpp
M src/help/help.hpp
Log Message:
-----------
Help Viewer: Show topics with generated text
Commit: 5a52816873f03bdf05f5536a5a70b7581441995c
https://github.com/wesnoth/wesnoth/commit/5a52816873f03bdf05f5536a5a70b7581441995c
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M src/help/help_impl.cpp
M src/help/help_impl.hpp
Log Message:
-----------
Help: That parameter isn't really needed
Commit: 918f1e909356c7b4555ec04d70039a4f6455e7df
https://github.com/wesnoth/wesnoth/commit/918f1e909356c7b4555ec04d70039a4f6455e7df
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M data/gui/window/help_browser.cfg
Log Message:
-----------
Help Browser: improved layout stability and added next/back buttons (non-functional, of course)
Commit: cf8762cbca2d336ad8aead4e76ee0f1f236a2c13
https://github.com/wesnoth/wesnoth/commit/cf8762cbca2d336ad8aead4e76ee0f1f236a2c13
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M src/gui/dialogs/help_browser.cpp
M src/help/help_impl.cpp
M src/help/help_impl.hpp
M src/help/help_text_area.cpp
M src/help/help_text_area.hpp
Log Message:
-----------
Help Viewer: Parse help markup to Pango markup... mostly.
The help parser now outputs a config rather than a vector of strings of
which some should be taken literally and others parsed as WML.
Commit: 3719367346d2ec2b88e0813f20e94a35d0952e8f
https://github.com/wesnoth/wesnoth/commit/3719367346d2ec2b88e0813f20e94a35d0952e8f
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M data/gui/window/help_browser.cfg
M src/gui/dialogs/help_browser.cpp
M src/gui/dialogs/help_browser.hpp
Log Message:
-----------
Help Browser: implemented viewing of sub-sections/topics
Commit: d5b74a380ad90731ff8583dd98b9dc061278e16a
https://github.com/wesnoth/wesnoth/commit/d5b74a380ad90731ff8583dd98b9dc061278e16a
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M src/gui/dialogs/title_screen.cpp
M src/help/help.cpp
Log Message:
-----------
Moved new help entry point to a common location
Commit: a8edca2d54d319ddbcefea116f1c785850a680c8
https://github.com/wesnoth/wesnoth/commit/a8edca2d54d319ddbcefea116f1c785850a680c8
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M src/gui/dialogs/help_browser.cpp
M src/gui/dialogs/help_browser.hpp
Log Message:
-----------
Help Browser: Implement history
Commit: 25f45f1671e0b3f6be9d52d3806d7ab8d22d1552
https://github.com/wesnoth/wesnoth/commit/25f45f1671e0b3f6be9d52d3806d7ab8d22d1552
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M src/help/help_text_area.cpp
Log Message:
-----------
Fix GUI1 help topics not showing
Commit: f28794f06a7b921cb0bbc5081c9f85a1b3e5e6c1
https://github.com/wesnoth/wesnoth/commit/f28794f06a7b921cb0bbc5081c9f85a1b3e5e6c1
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
A data/gui/widget/toggle_button_help_topic.cfg
M data/gui/window/help_browser.cfg
M src/gui/dialogs/help_browser.cpp
Log Message:
-----------
Help Browser: properly implement toggling by clicking the book icons
Commit: 696a8b6e730379242ea004d59b31a38367b95e6e
https://github.com/wesnoth/wesnoth/commit/696a8b6e730379242ea004d59b31a38367b95e6e
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M src/gui/dialogs/help_browser.cpp
Log Message:
-----------
Help Browser: Fix back button being visible when dialog opens
Commit: 7a78f4b517b334e91dfff7921afec15633d3f6a5
https://github.com/wesnoth/wesnoth/commit/7a78f4b517b334e91dfff7921afec15633d3f6a5
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M data/gui/window/help_browser.cfg
M src/gui/dialogs/help_browser.cpp
Log Message:
-----------
Help Browser: Show topic title
Commit: 61c2d9743d669390041c908eba7e06336541f423
https://github.com/wesnoth/wesnoth/commit/61c2d9743d669390041c908eba7e06336541f423
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M src/gui/dialogs/help_browser.cpp
Log Message:
-----------
Help Browser: Don't double-list a section's root topic
Commit: ece130102c036a749af408df41c2bb06826a0932
https://github.com/wesnoth/wesnoth/commit/ece130102c036a749af408df41c2bb06826a0932
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M src/gui/widgets/tree_view_node.cpp
Log Message:
-----------
Tree View: Allow find_widget to recurse into the nodes
Commit: bfb501569bbe0dac48c2d226fa80dc57e6e21786
https://github.com/wesnoth/wesnoth/commit/bfb501569bbe0dac48c2d226fa80dc57e6e21786
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M src/gui/widgets/tree_view_node.cpp
M src/gui/widgets/tree_view_node.hpp
Log Message:
-----------
Tree View Node: Add functionality to auto-expand parents when selecting a node
Commit: 31f32dc7059d73b4fb4da79e6894c9ef82d4cc8b
https://github.com/wesnoth/wesnoth/commit/31f32dc7059d73b4fb4da79e6894c9ef82d4cc8b
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M src/gui/dialogs/help_browser.cpp
M src/gui/dialogs/help_browser.hpp
M src/help/help.cpp
Log Message:
-----------
Help Browser: Support arbitrary initial topic
Hidden topics still untested.
Commit: d0836487995579e17433e414e8ed5ea2cc3d4fbe
https://github.com/wesnoth/wesnoth/commit/d0836487995579e17433e414e8ed5ea2cc3d4fbe
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M src/gui/widgets/tree_view_node.cpp
Log Message:
-----------
Tree View Node: Minor fixup to expand parents option
Commit: 99d79b758140583e7430a06d6c563a91133d467e
https://github.com/wesnoth/wesnoth/commit/99d79b758140583e7430a06d6c563a91133d467e
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M data/gui/window/help_browser.cfg
Log Message:
-----------
Help Browser: fixup topic title layout
Commit: e01697d94ee509d59fd12bf88105930a7d646d18
https://github.com/wesnoth/wesnoth/commit/e01697d94ee509d59fd12bf88105930a7d646d18
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-17 (Mon, 17 Apr 2017)
Changed paths:
M data/gui/window/help_browser.cfg
Log Message:
-----------
Help Browser: removed help topic padding
Compare: https://github.com/wesnoth/wesnoth/compare/fbfe22233834...e01697d94ee5
More information about the Commits
mailing list