- 05 Jan, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 04 Jan, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 03 Jan, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 02 Jan, 2014 2 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 01 Jan, 2014 1 commit
-
-
albert-github authored
Not only for Man pages the extra returns are necessary but also for LaTeX output. The change in filedef.cpp is a direct consequence of t the bug report. The groupdef.cpp has been tested on propriety code and the namespacedef.cpp and dirdef.cpp directly follow from code similarity.
-
- 31 Dec, 2013 1 commit
-
-
albert-github authored
Original title does not cover problem anymore. Problem has evolved to that when clicking on the name for the source file (in LaTeX) a jump to the beginning of the document was made. This problem is fixed with this patch.
-
- 30 Dec, 2013 3 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
- operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface.
-
- 29 Dec, 2013 1 commit
-
-
Dimitri van Heesch authored
-
- 25 Dec, 2013 1 commit
-
-
Dimitri van Heesch authored
-
- 24 Dec, 2013 4 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Fabrizio Oddone authored
-
- 23 Dec, 2013 3 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 17 Dec, 2013 2 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 15 Dec, 2013 1 commit
-
-
t-ashula authored
-
- 14 Dec, 2013 2 commits
-
-
albert-github authored
This is an extension / improvement to the pull request 67 from groleo - make printing of -d levels more flexible (when adding a new one this is now done automatically) - layout of the message
-
albert-github authored
A number of error messages lacked the '\n' character
-
- 12 Dec, 2013 5 commits
-
-
Adrian Negreanu authored
Signed-off-by:
Adrian Negreanu <adrian.m.negreanu@intel.com>
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 11 Dec, 2013 1 commit
-
-
pianofab authored
When parsing a large codebase dot failed to start. Adding this line helped narrow down the issue. Increasing my VirtualBox VM RAM size worked around the issue. A proper fix would be to spawn separate processes without using fork() so they don't start with the giant address space used by the current process.
-
- 10 Dec, 2013 1 commit
-
-
Dimitri van Heesch authored
-
- 08 Dec, 2013 3 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 07 Dec, 2013 1 commit
-
-
Dimitri van Heesch authored
-
- 02 Dec, 2013 1 commit
-
-
albert-github authored
Proposed patch so the word abstract is recorded correctly in case of Java
-
- 01 Dec, 2013 4 commits
-
-
albert-github authored
There are different types of hyperlinks: external and internal. The internal hyperlinks should have \\l behind the word HYPERLINK, the external shouldnt.
-
albert-github authored
Replaced: if (!(x->title().length())) return; by: if (x->title().isEmpty()) return;
-
albert-github authored
Adjusted documentation and in case the title is the empty string in a DocXRefItem the visitPre and visitPost do nothing.
-
albert-github authored
Added keyword IMPURE analogous to keyword PURE
-