summaryrefslogtreecommitdiffstats
path: root/src/layout.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-3/+3
| | | | | | | | | | | | | | | | | This commit changes the following in relation to string use - The implicit convert from 'QCString' to 'const char *' is removed - Strings parameters use 'const QCString &' as much as possible in favor over 'const char *' - 'if (s)' where s is a QCString has been replaced by 'if(!s.isEmpty())' - data() now always returns a valid C-string and not a 0-pointer. - when passing a string 's' to printf and related functions 'qPrint(s)' is used instead of 's.data()' - for empty string arguments 'QCString()' is used instead of '0' - The copy() operation has been removed - Where possible 'qstrcmp(a,b)==0' has been replaces by 'a==b' and 'qstrcmp(a,b)<0' has been replaced by 'a<b' - Parameters of string type that were default initialized with '= 0' are no initialized with '= QCString()'
* issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)Dimitri van Heesch2021-04-081-4/+8
|
* Disable qregex.h and fix some warnings and issuesDimitri van Heesch2021-02-201-1/+0
|
* Regression. Pages appeared in the wrong order in the menu barDimitri van Heesch2021-01-231-1/+1
| | | | - prepend flag was interpreted wrongly
* Refactoring: cleanup unused qtools headersDimitri van Heesch2021-01-221-1/+0
|
* Refactoring: modernize LayoutNavEntry and LayoutDocEntry listsDimitri van Heesch2021-01-221-8/+17
|
* Make layout parser use the new XML parserDimitri van Heesch2020-12-111-30/+31
|
* Revert "Minor code cleanup for layout files"Dimitri van Heesch2019-10-161-4/+3
| | | | This reverts commit ed4515149fd0839dba1f59858aec37b73c0ac805.
* Minor code cleanup for layout filesDimitri van Heesch2019-09-241-3/+4
|
* issue @7140 DoxygenLayout does not support UTF8 BOM formatalbert-github2019-07-261-1/+1
| | | | Read the DoxygenLayout file in a similar way as the header / footer etc. for HTML and feed the (converted) result into the XML reader.
* Minor restructuringDimitri van Heesch2018-11-181-1/+0
|
* Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-2/+14
| | | | Added a Slice-optimized output mode.
* Fixing coverity messagesalbert-github2018-09-131-1/+2
| | | | Note: especially latexdocvisitor (dead code that should not be dead code).
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-3/+3
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-6/+7
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-7/+14
|
* Release-1.8.0-20120408Dimitri van Heesch2012-04-081-1/+1
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.6.1-20111226Dimitri van Heesch2011-12-261-2/+4
|
* Release-1.7.5.1-20110925Dimitri van Heesch2011-09-251-2/+5
|
* Release-1.7.5.1Dimitri van Heesch2011-08-211-1/+2
|
* Release-1.7.5Dimitri van Heesch2011-08-141-1/+1
|
* Release-1.7.4-20110727Dimitri van Heesch2011-07-271-1/+3
|
* Release-1.7.4Dimitri van Heesch2011-03-281-1/+1
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.7.3Dimitri van Heesch2011-01-031-2/+5
|
* Release-1.6.3-20100507Dimitri van Heesch2010-05-071-1/+1
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.5.6-20080819Dimitri van Heesch2008-08-191-0/+187