------------------------------------------------------------------- Mon Sep 7 12:32:21 UTC 2009 - pascal.bleser@opensuse.org - update to 1.6.1: * include patch to fix problem with building rpms * fix doxywizard problem with GENERATE_TREEVIEW ------------------------------------------------------------------- Fri Aug 21 14:16:00 CEST 2009 - nico.laus.2001@gmx.de - updated to version 1.6.0 - Changes * id 580924, 541234: Replaced the PHP based search engine by a Javascript/DHTML based one. As a result the search feature no longer requires a HTTP server with PHP enabled to be usable. Searching is limited to symbols though, but it is now possible to filter on symbol type. * id 519886: Make the HTML output XHTML 1.0 compliant. * id 579950: Objective-C categories are now merged with their base class, unless there is no base class. * Member groups with the same header within the same scope are now merged. This also works for Objective-C categories. * Changed the LaTeX style sheet such that more of the markup is configurable. Please update your style sheet if you use a custom one. * id 584844: Treat \details inside a brief description as a new paragraph command. * Split GENERATE_TREEVIEW into two separate options: GENERATE_TREEVIEW and USE_INLINE_TREES. * Removed the dependencies on libpng and libz, doxygen now generates gifs again for internal class diagrams (like it did 7 years ago ;-) - New features * Added option SORT_MEMBERS_CTORS_1ST, which when enabled places the constructors and destructors first in an otherwise sorted list. * id 581518: Applied patch by Tobias Hunger that adds support for documenting DBus XML interface descriptions. * Included QtHelp patch by Karsten Heimrich which adds missing reference and keyword for methods. * Included updates for the Korean and Polish translation. - Bug fixes (ids refer to the gnome bugzilla database) * id 131989: Fixed preprocessor handling for C# code. * id 133418: -- was not rendered correctly for LaTeX output * id 157485: Missing link in todo page. * id 318061: Two template functions that only differed in the number of template arguments were seen as the same function. * id 443939: HIDE_UNDOC_CLASSES did not work properly. * id 509348: Fixed problem with syncing the information of declaration and definition in the presence of an extra forward declaration in the source code. * id 522193: For C# enum values were merged together if the same enum name was used in different scopes. * id 523167: Included patch to handle PROGRAM statement in Fortran as subroutines/functions. * id 554636: Remove spacing around brackets for Obj-C protocols. * id 557026: Included patch for fixing wrongly labeled items in docsets. * id 560512: Improved parser to better disambiguate nested templates ending with >> from the bitshift right operator. * id 570238: Fixed matching problem for method in nested class, where the outer class is a template. * id 581746: Segfault/realloc error when a very long path was used. * id 582469: documented #define with guard caused wrong documentation. * id 582276: Doxywizard could crash on exit in some cases. * id 582676: Regression: a struct ivar in ObjC class screws up method identification. * id 583213: Included patch that avoids trailing spaces in the generated Doxyfile template. * id 584192: Included VHDL patch by Martin Klein * id 585543: Fixed case where matching declaration and definition did not work correctly. * id 585260: The "more..." link for files was broken, since the anchor was not generated. * id 586925: Fixed parsing problem when an unpaired apostrophe appeared in a Python comment. * id 588291: Included fix for doxywizard makefile. * id 588587: Added missing virtual destructor to CompAccept base class. * id 588968: Fixed segmentation fault for specific case in PHP code. * Fixed some issues building for Windows. * id 589514: Fixed problem handling strings like a"\b" within a comment. * id 589616: Fixed problem matching explicitly scoped parameter in a template class. * id 590712: A namespaced with name "internal" (C++/CLI keyword) could confuse doxygen's C++ parser. * id 591749: @optional/@required attributes for Objective-C were missing from the XML output. ------------------------------------------------------------------- Mon May 4 13:17:40 CEST 2009 - mseben@suse.cz - updated to version 1.5.9 - New features * Added new option LATEX_SOURCE_CODE, which when enabled adds source code also to the latex output * Included updates for the Finnish, Romanian, Korean, German, Japanese, and Hongarian translation. * Added translation support for Esperanto. * Added class attribute to the \todo and \bug HTML code so they can be customized via CSS. * Added support for Æ and æ characters. - Bug fixes (ids refer to the gnome bugzilla database) * id 395169: Some links via tagfiles were not correct in combination with CREATE_SUBDIRS=YES * id 539080: Having the same comment for the declaration and definition of a function could result in duplicate documentation in case the indentation level was different. * id 566713: Dot font was not removed even though DOT_CLEANUP was YES. * id 566925: Fixed problem resolving symbolic links. * id 567044: Fully qualified name was not shown correctly for nested classes. * id 567375: Fixed parse problem for typedefs with redundant braces. * id 567535: Fixed problem when parsing operator%= for CLI/C++ code. * id 567777: Fixed problem with latex output when using enums. * id 567990: Doxygen could crash when there was a symlink in project. * id 568237: Non-ascii values entered where not saved according to the INPUT_ENCODING. * id 568505: Fixed build problem for old Linux distributions. * id 569478: Fixed line continuation issue with the Fortran parser. * id 570960: C++ class defined in a .mm file was sometimes parsed as Objective-C code. * id 571013: In the wizard, editing a text field in the middle of the text in the expert tab caused the cursor to jump to the end of the line. * id 571096: Fixed Objective-C parsing problem when multiple protocol forward declarations are put on one line. * id 571990: Fixed compiler issue with portable_iconv by moving the function to a C file. * id 572560: Fixed parse issue when a #define is inside an enum. * id 572740: Fixed problem parsing C++ comments using line continuation. * id 573057: Included update for Swedish translator and changed the language code from SE to SV to comply with ISO 639. * id 578382: When referring to a static variable or function doxygen will now look at the file context in case of ambiguity. ------------------------------------------------------------------- Mon Feb 9 10:00:00 CET 2009 - olh@suse.de - compile with RPM_OPT_FLAGS again - apply 64bit patch unconditionally - fix compile warnings for string and signed char handling - disable language support on ppc64 code size too large, -mminimal-toc does not help ------------------------------------------------------------------- Wed Jan 14 12:00:00 CEST 2009 - nico.laus.2001@gmx.de - updated to compile on Fedora and Mandriva ------------------------------------------------------------------- Tue Jan 6 13:39:49 CET 2009 - mseben@suse.cz - updated to version 1.5.8 Changes * Completely rewrote the doxywizard. Main changes: * It is now based on Qt version 4. (4.3 or higher is required) * Different layout that allows easy switching between wizard and expert mode, without losing settings. * Running doxygen can be done without first having to save the configuration file. * For HTML output, there is a button to show the results in the default browser. * Option to change the default configuration that is used when you first start the wizard. * Non-default options are shown with red label, and there is context menu to reset them back to the default.- - rewritten (*-man.patch) - spec file clean-up, added libqt4-devel to BuildRequires - fixed qmake and moc path (*-qtdir.patch) ------------------------------------------------------------------- Tue Jul 15 13:39:08 CEST 2008 - anosek@suse.cz - updated to version 1.5.6 ------------------------------------------------------------------- Tue Oct 30 11:58:52 CET 2007 - anosek@suse.cz - updated to version 1.5.4 ------------------------------------------------------------------- Fri Jul 27 12:58:08 CEST 2007 - anosek@suse.cz - updated to version 1.5.3 ------------------------------------------------------------------- Tue Apr 10 09:34:13 CEST 2007 - anosek@suse.cz - fixed build of Doxywizard ------------------------------------------------------------------- Thu Apr 5 14:47:26 CEST 2007 - anosek@suse.cz - updated to version 1.5.2 ------------------------------------------------------------------- Thu Mar 29 13:16:19 CEST 2007 - mmarek@suse.de - added flex and bison to buildrequires ------------------------------------------------------------------- Mon Feb 5 16:17:23 CET 2007 - anosek@suse.cz - updated to version 1.5.1 * fixed build (makefile.patch) ------------------------------------------------------------------- Wed Oct 18 10:47:51 CEST 2006 - anosek@suse.cz - updated to version 1.5.0 * bugfixes ------------------------------------------------------------------- Mon Jun 26 12:35:29 CEST 2006 - mmarek@suse.cz - updated to 1.4.7 * new CALLER_GRAPH option to add called-by graph to functions * new REFERENCES_LINK_SOURCE option to set whether function names in REFERENCES_RELATION and REFERENCED_BY_RELATION link to source or documentation * doxywizard asks for confirmation before overwriting files in the save dialog ------------------------------------------------------------------- Wed Jan 25 21:35:34 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Tue Jan 17 10:56:07 CET 2006 - mmarek@suse.cz - remove %%_lib fix, which isn't needed anymore and actually breaks build on 64bit ------------------------------------------------------------------- Thu Jan 5 14:17:56 CET 2006 - mmarek@suse.cz - use make -j - add -fno-strict-aliasing ------------------------------------------------------------------- Mon Jan 2 13:43:34 CET 2006 - mmarek@suse.cz - update to 1.4.6 ------------------------------------------------------------------- Mon Oct 10 15:27:31 CEST 2005 - mmarek@suse.cz - update to 1.4.5 ------------------------------------------------------------------- Tue Sep 20 18:53:57 CEST 2005 - mmarek@suse.cz - fix qtools to build with gcc-4.1.0 ------------------------------------------------------------------- Thu Jul 28 19:06:18 CEST 2005 - postadal@suse.cz - updated to version 1.4.4 * added man pages - removed obsoleted qt-mt patch ------------------------------------------------------------------- Sat Jan 22 02:18:55 CET 2005 - ro@suse.de - fix build (qt-mt instead of qt) ------------------------------------------------------------------- Wed Jan 12 14:34:07 CET 2005 - postadal@suse.cz - updated to version 1.4.1 ------------------------------------------------------------------- Tue Aug 31 14:48:18 CEST 2004 - postadal@suse.cz - fixed for new flex ------------------------------------------------------------------- Tue Aug 03 18:48:56 CEST 2004 - postadal@suse.cz - updated to version 1.3.8 ------------------------------------------------------------------- Tue Apr 27 12:24:52 CEST 2004 - postadal@suse.cz - doxywizard split off (qt3 dependency)