summaryrefslogtreecommitdiffstats
path: root/addon
Commit message (Collapse)AuthorAgeFilesLines
* flex: use %option instead of command line options.Adrian Negreanu2016-09-212-1/+2
|
* Merge pull request #451 from albert-github/feature/bug_761641Dimitri van Heesch2016-09-032-10/+19
|\ | | | | Bug 761471 - Do not allow ligatures in log output
| * Bug 761471 - Do not allow ligatures in log outputalbert-github2016-02-062-10/+19
| | | | | | | | | | Replacing QTextEdit by QTextBrowser. Need to have 1 <pre> block as otherwise an empty line appears between 2 blocks appears as data is read in parts.
* | Bug 764359 - Recent File list allows only 2 entriesalbert-github2016-03-311-0/+2
| | | | | | | | | | Looks like the update of the GUI in respect to the "recent list" interfered with the reading of the values in the external list (which was updated during GUI update). Order of items was also reversed.
* | Bug 764359 - Recent File list allows only 2 entriesalbert-github2016-03-311-3/+13
|/ | | | | Looks like the update of the GUI in respect to the "recent list" interfered with the reading of the values in the external list (which was updated during GUI update). Order of items was also reversed.
* Building doxyapp fails after update of config methodology to improve performancealbert-github2016-01-172-13/+22
| | | | This is a regressing on the "Changed configuration mechanism to directly access options in order to improve performance ( a93ec7221d1a258f0268e0c081782478372efe0b)
* fix ninja build errorRafael Sadowski2016-01-161-1/+1
| | | | error: build.ninja:1548: bad $-escape (literal $ must be written as $$)
* doxyapp and CLANG linkingalbert-github2015-12-121-0/+2
| | | | In case CLANG is enabled for doxygen this library is also used for doxyapp, but the clang libraries were not included in the doxyapp CMake project.
* Adding compilation options for flex/lex and bison/yaccalbert-github2015-12-081-1/+1
| | | | | | | | | | | | | | | Adding the options LAEX_FLAGS and YACC_FLAGS to the COMPILE_FLAGS for flex/lex bison/yacc to create more flexibility during compilation. Example: when one wants to compile e.g. fortranscanner.l with the flex debug flag -d one can perform the following steps: - touch fortranscanner.l in te src directory - run make LEX_FLAGS=-d or set environment variable LEX_FLAGS to -d run make to undo this touch again forttranscanner -l and run make (don't forget to unset the environment variable LEX_FLAGS) Analogous for bison/yacc wit the YACC_FLAGS
* DO NOT hardcode x86-64 architecture.Marcin Juszkiewicz2015-10-081-1/+1
| | | | | | | | | | | doxygen built on most of architectures by pure luck and order of Qt5 qatomics_arch.h header where check for QT_ARCH_X86_64 was *after* most of other architectures. But not after AArch64 where it failed due to attempt of using x86-64 atomics code. Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
* Make doxywizard compatible with Qt5Dimitri van Heesch2015-07-149-186/+302
|
* libpng warning: iCCP: known incorrect sRGB profilealbert-github2015-07-126-0/+0
| | | | | On a number of systems the warning "libpng warning: iCCP: known incorrect sRGB profile" is thrown due to the fact that newer versions of libpng (1.6.2 ?) has stricter rules about iCCP. Converted all, relevant png files with: convert <file> -strip <file>
* Don't show a console when launching doxywizard on Windows.Dimitri van Heesch2015-07-011-2/+2
|
* Various minor changesDimitri van Heesch2015-06-202-558/+7
| | | | | | - made copying doc and example files a target - fixed bug using temparary in the wizard. - Added faq question about extension mapping
* Further cleanups related to the cmake build systemDimitri van Heesch2015-06-181-4/+5
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-06-061-228/+255
|\
| * Merge pull request #342 from groleo/regexp-search.pyDimitri van Heesch2015-06-061-228/+255
| |\ | | | | | | sqlite3: add regexp searches to search.py
| | * sqlite3: add regexp searches to search.pyAdrian Negreanu2015-05-221-228/+255
| | |
| | * Bug 745870 - [PATCH] QT4's qmake is titled differently on Fedora 21albert-github2015-03-091-1/+1
| | | | | | | | | | | | Corrected patch for the problem. Here nothing to be copied but multiple possibilities for executables are checked.
* | | Added missing libraries for building doxysearch on WindowsDimitri van Heesch2015-06-061-0/+6
|/ /
* | Further cmake changesDimitri van Heesch2015-05-312-17/+3
| | | | | | | | | | | | | | - made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism
* | Removed old build files, added install targets and other optionsDimitri van Heesch2015-05-1712-226/+66
| |
* | use cmakeAdrian Negreanu2015-05-154-0/+104
| | | | | | | | | | | | | | | | | | | | runtest.pl replaced by testing/test_driver.cmake version.py replaced by cmake/version.cmake lang_cfg.py replaced by cmake/lang_cfg.cmake settings.py implemented in src/CMakeLists.txt increasebuffer.py replaced by defining the YY_BUF_SIZE and YY_READ_BUF_SIZE Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* | Bug 745870 - [PATCH] QT4's qmake is titled differently on Fedora 21albert-github2015-03-101-1/+1
|/ | | | Corrected patch for the problem. Here nothing to be copied but multiple possibilities for executables are checked.
* Bump copyright yearDimitri van Heesch2015-02-2637-37/+37
|
* Consistency in handling HTML and LaTeX in respect to header and footeralbert-github2014-12-281-20/+23
| | | | | There was a discrepancy in the handling of the header and footer files between HTML and LaTeX. Also the wrong error / warning routine was called and the config_err and config_warn have been made more consistent with the messages(.cpp)
* Prevent overly long terms from stopping the search indexerDimitri van Heesch2014-12-231-7/+14
|
* Fixed typos in C/C++ comments. There are no functional changes.orbitcowboy2014-12-151-3/+3
|
* Fixed typos in comments. No functional changes.orbitcowboy2014-12-102-4/+4
|
* Add missing escape in doxysearch.cpp when result contained a double quoteDimitri van Heesch2014-09-131-1/+1
|
* Preparations for release 1.8.8Dimitri van Heesch2014-08-211-2/+1
|
* Bug 730887 - [PATCH] Fix potential copy and paste error in inputstring.cppDimitri van Heesch2014-06-071-1/+1
|
* Set deployment targets for MacOSX 10.5+ versionsDimitri van Heesch2014-05-151-1/+1
|
* Doxywizard: make the Next button on the last page of the expert tab switch ↵Dimitri van Heesch2014-05-033-5/+21
| | | | to the run tab
* Doxywizard: make the Next button on the last page of the wizard switch to ↵Dimitri van Heesch2014-05-034-11/+31
| | | | the run tab
* Corrected copyright yearalbert-github2014-04-211-1/+1
|
* Extension in config.xml if type=string with format=imagealbert-github2014-03-014-12/+92
| | | | | | 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.
* Merge pull request #126 from albert-github/feature/bug_doxywizard_logo_msgDimitri van Heesch2014-02-271-13/+32
|\ | | | | Give message when PROJECT_LOGO cannot be found or cannot be converted
| * Give message when PROJECT_LOGO cannot be found or cannot be convertedalbert-github2014-02-261-13/+32
| | | | | | | | | | In case the project logo does not exist or cannot be converted give a message instead of a white box. Also update STR_PROJECT_LOGO in case a filename is selected that cannot be found.
* | Superfluous include removedalbert-github2014-02-261-1/+0
| | | | | | | | include remained for debug session.
* | Showing error message on windows in case on error on startupalbert-github2014-02-261-8/+23
|/ | | | | On case, on windows, more than 1 argument is given doxywizard stops without showing a message even though a printf is present. In this patch the message is show (for all platforms) by means of a message box, furthermore in case the argument --help is given the usage message is given in a message box.
* Updated copyrightDimitri van Heesch2014-02-1136-1176/+1176
|
* sqlite3: add new searches to search.pyAdrian Negreanu2014-02-081-62/+267
| | | | | | | | | | + -I <I> Get the includers of <I> + -i <I> Get the includees of <I> + -M <C> Get all members of class <C> + -B <C> Get the base classes of class <C> + -S <C> Get the sub classes of class <C> Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Fixes for missing build dependenciesDimitri van Heesch2014-01-222-7/+0
|
* Spitting generated files better from source filesalbert-github2014-01-219-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is a patch for the build system so that less (no) generated files are in the source directories and also that the different build (on windows are independent of each others). Also the different sub-projects (e.g. doxygen , doxywizard) don't share any files anymore. - ./.gitignore A number of files are not in the src directory anymore. generated directories are included. rtf and xml directories are there for possible future use. - ./Doxyfile The generated files are not anymore in the src directory so they don't have to be excluded anymore - ./configure Adjustmenst so the generated files are in the different subdirectories - ./Makefile.in - addon/doxmlparser/examples/metrics/metrics.pro.in - addon/doxmlparser/src/doxmlparser.pro.in - addon/doxmlparser/test/xmlparse.pro.in - addon/doxyapp/doxyapp.pro.in - addon/doxysearch/doxyindexer.pro.in - addon/doxysearch/doxysearch.pro.in - addon/doxywizard/Makefile.in - addon/doxywizard/doxywizard.pro.in - libmd5/libmd5.pro.in - qtools/qtools.pro.in - src/Makefile.in - src/doxygen.pro.in - src/libdoxycfg.pro.in - src/libdoxycfg.t.in - src/libdoxygen.pro.in - src/libdoxygen.t.in Adjustment to the new directory structure - addon/doxywizard/expert.cpp include file is generated in the generated_src/doxywizard directory, referenced through -I on compile line - src/lang_cfg.h File is now automatically generated - src/languages.py Correction of used path for new structure - src/settings.py - src/version.py Place for resulting file handled through an argument, so it is possible to have a separate file for each sub-project - tmake/lib/win32-g++/generic.t - tmake/lib/win32-mingw/generic.t The destination path was added twice, in case of a depth of more than 1 level (doxmlparser) this lead to problems - winbuild/Config.rules - winbuild/Gen_head.rules - winbuild/Languages.rules - winbuild/Lex.rules - winbuild/Settings.rules - winbuild/Version.rules correcting some path of generated files - winbuild/Doxygen.sln Build order dependency could be dropped as the version.cpp file is now a generated file for doxygen and doxywizard - winbuild/Doxygen.vcproj - winbuild/Doxywizard.vcproj Corrected paths to the new structure. Added unistd as an external generated file - winbuild/unistd.h File is now generated - winbuild/Unistd.rules - winbuild/unistd.py Generated unistd for doxygen and doxywizard in a consistent way. - winbuild/doxyindexer.vcproj - winbuild/doxysearch.vcproj - winbuild/qtools.vcproj Corrected paths to the new structure. - winbuild/runbison.bat - winbuild/version.bat Not used anymore everything handled through rules.
* add search.py, a client for doxygen_sqlite3.dbAdrian Negreanu2014-01-091-0/+159
| | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Undo changes to doxywizard.pro.inDimitri van Heesch2013-11-021-1/+1
|
* Another update for the build systemAlbert2013-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - .gitignore src/unistd.h is not on src directory anymore (windows version is on winbuild directory) - doxywizard.pro.in consistency 0bj -> ../../objects - Doxygen.sln build doxygen 64 bit debug too - Doxygen.vcproj Config was missing (cannot be automatic due to the fact that there are 2 rules in 1 file), see also Doxywizard.vcproj - Doxywizard.vcproj consistency in respect to directories $(QTDIR)/mkspecs/msvc2005 -> $(QTDIR)/mkspecs/msvc2008 settings part was present for x64 but not for Win32 (x64 not necessary for doxywizard) Config_dw was missing (cannot be automatic due to the fact that there are 2 rules in 1 file), see also Doxygen.vcproj - Version.rules version.py does not need any arguments - doxyindexer.vcproj consistency in respect to directories - doxysearch.vcproj consistency in respect to directories
* Doxysearch under Cygwin should not have extension cgi.exe but just .cgiAlbert2013-10-201-1/+1
|
* Bug 702265 - Generated Doxyfile differs from result of doxygen -u (partial fix)Dimitri van Heesch2013-10-132-2243/+1
|