summary refs log tree commit diff
path: root/doc/languages-frameworks/qt.section.md
Commit message (Collapse)AuthorAge
* doc: prepare for commonmarkJan Tojnar2021-06-07
| | | | | | | | | | | | | | We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags.
* doc/languages-frameworks/*: add missing languages to code fencesSandro Jäckel2021-04-05
| | | | convert shell -> ShellSession
* doc: replace &lt; with < in MarkdownRobert Schütz2021-03-07
|
* doc: fix XML syntax in Qt sectionAlyssa Ross2021-02-11
|
* qt.section.md: fix xml syntaxMartin Weinelt2021-02-09
|
* qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel2021-01-25
|
* qt.section.md: use new syntax for admonitionsThomas Tuegel2021-01-25
|
* nixpkgs/manual: update Qt documentationThomas Tuegel2021-01-25
|
* doc: add function argument order convention (#110060)V2021-01-20
| | | | | | | | | | | * doc: add function argument order convention Ordering by usage is the de facto ordering given to arguments. It's logical, and makes finding argument usage easier. Putting lib first is common in NixOS modules, so it's reasonable to mirror this in nixpkgs proper. Additionally, it's not a package as such, has zero dependencies, and can be found used anywhere in a derivation. * doc: clean up usage of lib
* Qt docs: we now use qt5-packages.nixFrederik Rietdijk2021-01-10
|
* doc/Qt: migrate to CommonMark (#105004)Wil Taylor2020-11-29
* Updated QT section * Fixed trailing whitespace * Update doc/languages-frameworks/qt.section.md Co-authored-by: Jan Tojnar <jtojnar@gmail.com> * Update doc/languages-frameworks/qt.section.md Co-authored-by: Jan Tojnar <jtojnar@gmail.com> * Made changes to docs as per jtojnar's review * Added docbook tags for callouts back in Co-authored-by: Jan Tojnar <jtojnar@gmail.com>