1. 23 Mar, 2014 16 commits
  2. 19 Mar, 2014 2 commits
  3. 18 Mar, 2014 1 commit
  4. 17 Mar, 2014 2 commits
  5. 16 Mar, 2014 1 commit
  6. 15 Mar, 2014 6 commits
  7. 13 Mar, 2014 1 commit
  8. 11 Mar, 2014 3 commits
  9. 10 Mar, 2014 1 commit
  10. 09 Mar, 2014 2 commits
  11. 06 Mar, 2014 1 commit
  12. 04 Mar, 2014 2 commits
  13. 02 Mar, 2014 1 commit
    • albert-github's avatar
      In case of sections with the same name they are not reported. · ac611be4
      albert-github authored
      In this patch it is checked if a section label has been used before and if so a warning is given with file name and line number (when possible) where the section label was used the first time.
      Note in section.h the item level was not initialized in the past in case of a copy constructor.
      ac611be4
  14. 01 Mar, 2014 1 commit
    • albert-github's avatar
      Extension in config.xml if type=string with format=image · 025cc9de
      albert-github authored
      In case of a project logo a preview is shown in the "wizard mode". In "expert mode" only the name is shown.
      In this patch the config.xml the type=string possibilities are extended with format=image (config.xml, configgen.py, config.h).
      The doxywizard has been extended so that in "expert mode" this type is supported and that a preview is given (expert.cpp, inputstring.cpp and inputstring.h), furthermore in wizard.cpp a minimum label size has been defined to prevent jumping of the items in case of switching between a message text and an icon.
      025cc9de