summaryrefslogtreecommitdiffstats
path: root/Source/cmRST.h
Commit message (Expand)AuthorAgeFilesLines
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* cmRST: Add support for the note and productionlist directivesBrad King2013-10-301-0/+2
* cmRST: Teach cmake-module directive to scan bracket commentsBrad King2013-10-231-0/+1
* cmRST: Cross-reference cmake-developer.7 manual and cmRST DoxygenBrad King2013-10-221-0/+10
* cmRST: Process literal blocks after paragraphs ending in '::'Brad King2013-10-211-0/+3
* cmRST: Do not process inline markup in code-block literalsBrad King2013-10-211-1/+2
* Add class cmRST to do basic reStructuredText processingBrad King2013-10-161-0/+83
lt;Type> - QList of types other than pointers QStringList - QValueList<QString> with helper functions * Dialogs QColorDialog - user picks a color QFontDialog - user picks a font QWizard - framework for leading users through steps * Layout QGrid/QHBox/QVBox - grid and boxes of widgets automatically assembled QHGroupBox/QVGroupBox - easy framed groups of widgets * PNG Support PNG support is always compiled into Qt * Rich Text QTextView - formatted text and images QTextBrowser - navigate formatted text and images QStyleSheet - define your own XML formatting tags QSimpleRichText - display rixh text anywhere * Session management QSessionManager - safe state when system shuts down **************************************************************************** * Major changes in existing classes * **************************************************************************** QString is now 16-bit Unicode. QPoint, QPointArray, QSize and QRect now have 32-bit coordinates.