Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Help System #41

Merged
merged 33 commits into from Oct 20, 2011
Merged

Conversation

vaussard
Copy link
Member

After some discussions on the mailing list, it appeared important to update our workflow regarding the help system of Aseba Studio. It has been decided to use the wiki-based help as the main reference.

This set of patches:

  • Create a Python-based fetcher in maintainer/updatedoc/. It will recursively download the Wikidot help for the available languages, and update the doc in studio/doc/.
  • Switch to the Qt Help Framework (http://doc.qt.nokia.com/stable/qthelp-framework.html), working with specific XML descriptor files, generating binary files used by the help system.
  • Create a new viewer in Aseba Studio, leveraging the features of the previous point, enhancing the user experience with the help system. Even if this part can be greatly enhanced, it is still a major improvement over the previous system.

This will simply the documentation-related issues, like issues #14, #26, #31, and lay out the foundations for new features, like the context-aware help of issue #35.

Florian Vaussard added 30 commits October 19, 2011 16:06
The hierarchy of the pages is based on the breadcrumbs of each page.
This is used to build a tree, which is used to build the XML file.
Unfortunatly, some CSS properties (padding, centering) have no effect in
the QTextBrowser used to display the content... We should switch to the
QtWebKit if we want to use those properties one day :-(
The application first search for the binaries in the application's folder,
then fallback to a user-defined path. If no data found, a warning is emitted,
and the Help Viewer will appear blank.
Florian Vaussard added 3 commits October 19, 2011 16:06
This is not mandatory, but needed to update the translations and handy
to work with Qt Creator.
stephanemagnenat added a commit that referenced this pull request Oct 20, 2011
@stephanemagnenat stephanemagnenat merged commit 04fffd2 into aseba-community:master Oct 20, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants