summaryrefslogtreecommitdiff
path: root/src/assistant
Commit message (Expand)AuthorAgeFilesLines
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-202-4/+0
* build valid URLsOswald Buddenhagen2012-09-201-1/+1
* CLucene: Fix compilation with win32-g++ and C++11Kai Koehne2012-09-131-0/+3
* Fix narrowing conversion compile errorJonathan Liu2012-09-041-1/+1
* assistant: don't crash when run as non-gui in mac/linuxTeemu Katajisto2012-08-301-8/+11
* Continue processing the qhp file on missing attributesLars Knoll2012-08-211-4/+4
* make use of QT_PRIVATE to specify private Qt dependenciesOswald Buddenhagen2012-08-131-3/+1
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-132-2/+2
* remove manual linking of libQtCluceneOswald Buddenhagen2012-08-131-15/+0
* Add support for modular docs in QHelpGenerator.Pierre Rossi2012-08-021-10/+1
* Prepare QtHelp library for modularized documentation.Pierre Rossi2012-08-0211-31/+65
* Add export macros to QtCLuceneThiago Macieira2012-08-0218-54/+52
* Fix a crash in Assistant.Pierre Rossi2012-08-021-1/+1
* Enforce sans-serif by default in assistantPierre Rossi2012-08-021-0/+11
* Mark QCLucene and QtDesignerComponents libraries as internal.Stephen Kelly2012-07-241-0/+1
* Export qhelpgenerator for use with qtPrepareTool()Casper van Donderen2012-07-171-7/+2
* Update the export macros in qttools.gitThiago Macieira2012-07-112-2/+2
* QtTools: Replace CONFIG+=help by QT+=helpFriedemann Kleint2012-07-092-2/+2
* Merge branch 'buildsystem'Oswald Buddenhagen2012-06-273-20/+6
|\
| * build system cleanupsOswald Buddenhagen2012-06-272-15/+2
| * auto-generate module prisOswald Buddenhagen2012-06-273-6/+5
* | Clucene: Fixed MSVC2011 build.Friedemann Kleint2012-06-253-12/+10
|/
* Fix building of qttools when printsupport module is disabled.Janne Anttila2012-06-191-1/+2
* clucene: Compile with clang's libc++Bradley T. Hughes2012-06-191-0/+8
* Fix windows build due to min/max macro clashSimon Hausmann2012-06-131-1/+1
* do not delete a literal constantTim Jenssen2012-06-061-1/+1
* Fix static init issue on MSVC2010 with HelpEngineWrapper.Casper van Donderen2012-06-063-7/+13
* Update the includes after QIcon was moved to back to QtGuiOlivier Goffart2012-05-201-1/+1
* Add a .gitignore to AssistantThiago Macieira2012-05-031-0/+2
* Change uses of {to,from}Ascii to {to,from}Latin1 [Assistant]Thiago Macieira2012-05-033-3/+3
* Fix Assistant crash when closing last tab.Janne Anttila2012-04-242-0/+11
* Don't use the QRegExp methods that modify the object [Assistant]Thiago Macieira2012-04-233-4/+4
* Move away from deprecated APIOlivier Goffart2012-04-201-2/+2
* Fixed window raise issue when handling remote commandsTaito Silvola2012-04-201-1/+1
* Fix assistant build with QT_NO_CLIPBOARDAndreas Holzammer2012-04-206-4/+28
* Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-2812-21/+21
* Fix DESTDIR of Qt Assistant.Friedemann Kleint2012-03-154-3/+7
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-041-94/+94
* Assistant: Remove usage of deprecated QAbstractItemModel::resetOlivier Goffart2012-02-272-4/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30137-137/+137
* Update obsolete contact address.Jason McDonald2012-01-23137-137/+137
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-198-8/+0
* Port assistant to QNetworkAccessManagerFriedemann Kleint2012-01-092-104/+95
* Update copyright year in license headers.Jason McDonald2012-01-06173-174/+174
* Rename trolltech-logo.png.Jason McDonald2011-12-282-1/+1
* Fix compilation due to header changesSergio Ahumada2011-12-183-4/+4
* compileHarald Fernengel2011-11-041-1/+1
* Fixed compile; QDesktopServices -> QStandardPathsRohan McGovern2011-10-241-2/+2
* QtTools/Assistant: Replace Q_WS_ by Q_OS_ where appropriate.Friedemann Kleint2011-10-196-20/+16
* Don't crash when running qhelpgenerator.Lincoln Ramsay2011-09-301-2/+2