summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* remove completely useless .qm install sub-targetOswald Buddenhagen2009-09-251-3/+0
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-251-0/+5
|\
| * qdoc: test only for major and minor version when generating "since" lists.Volker Hilsheimer2009-09-241-0/+5
* | Stop qdoc outputting meaningless paths in html comments.Jason McDonald2009-09-251-1/+1
|/
* detect and eliminate forwarding headersOswald Buddenhagen2009-09-231-7/+20
* reduce peak memory consumptionOswald Buddenhagen2009-09-231-30/+70
* actually use the argument of Q_DECLARE_TR_FUNCTIONSOswald Buddenhagen2009-09-231-9/+59
* namespaces *can* have tr() functions, after allOswald Buddenhagen2009-09-231-11/+8
* drastically improve lupdate's scalabilityOswald Buddenhagen2009-09-231-197/+280
* optimize/clarify function context stringificationOswald Buddenhagen2009-09-231-5/+6
* do not record class forward declarationsOswald Buddenhagen2009-09-231-28/+27
* remove more dead codeOswald Buddenhagen2009-09-231-2/+1
* remove dead codeOswald Buddenhagen2009-09-231-13/+2
* move static objects out of function scopeOswald Buddenhagen2009-09-231-6/+6
* use a source char pointer instead of a string + indexOswald Buddenhagen2009-09-231-13/+18
* take advantage of knowing that qstrings are zero-terminated internallyOswald Buddenhagen2009-09-231-6/+5
* no need to actually compute number values. only 0 is specialOswald Buddenhagen2009-09-231-37/+18
* when matching strings, skip also leading commentsOswald Buddenhagen2009-09-231-6/+8
* avoid isalpha() & isalnum()Oswald Buddenhagen2009-09-231-2/+3
* cut down use of qstring::simplified()Oswald Buddenhagen2009-09-231-6/+10
* optimize directory scanningOswald Buddenhagen2009-09-231-21/+12
* simplifyOswald Buddenhagen2009-09-231-4/+1
* missing & in foreachOswald Buddenhagen2009-09-231-1/+1
* add --sort-contexts optionOswald Buddenhagen2009-09-221-0/+4
* Generate mac refs in docs.Jason McDonald2009-09-222-0/+4
* Remove distinction between different editions in docs.Jason McDonald2009-09-221-6/+3
* Make compileBill King2009-09-221-1/+1
* Letting the xmlpatternsvalidator tool properly handle relative pathsJoão Abecasis2009-09-211-45/+42
* Doc: Exclude the Q_CORE_EXPORT_INLINE declaration from the docs.David Boddie2009-09-211-0/+1
* qdoc: Reverting 4.6 to %VERSION%.Martin Smith2009-09-211-1/+1
* qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-212-4/+9
* Corrected license header in /tools/xmlpatternsvalidator/main.h.Kim Motoyoshi Kalland2009-09-211-1/+1
* Removed empty line before the license header in qdesigner_utils_p.h.Kim Motoyoshi Kalland2009-09-211-1/+0
* Update recommendation for make command to run after configure for SymbianIain2009-09-211-1/+1
* qdoc: Added "since" 4.6 lists to the "What's New" page.Martin Smith2009-09-216-8/+71
* Doc: Added missing qdoc macros.David Boddie2009-09-181-0/+5
* Remove remaining support for win32-mwc mkspecIain2009-09-181-3/+0
* Fix broken .ui file - class name was not specified correctly.Rhys Weatherley2009-09-171-1/+1
* Merge branch '4.5' into 4.6Tom Cooksey2009-09-173-42/+50
|\
| * Designer: tab order in DeviceProfileDialog correctedJoerg Bornemann2009-09-171-38/+46
| * Update qt eclipse integration version number in docs, fix paths.Jarek Kobus2009-09-172-4/+4
| * Update license headers again.Jason McDonald2009-09-081118-4472/+4473
* | Fix alpha setting in Designer's "Edit Palette" windowFriedemann Kleint2009-09-163-17/+8
* | qdoc: Added the "All Functions" link back into the header.Martin Smith2009-09-161-0/+2
* | Change compile options for configure so it can be built using msvc2008Shane Kearns2009-09-151-0/+4
* | QCursor support for Symbian OSShane Kearns2009-09-151-1/+0
* | When parsing a java file do not simply ignore the first character.Jan-Arve Sæther2009-09-151-1/+0
* | Improve upon the previous commit and allow more cases to activate.Thiago Macieira2009-09-131-32/+34
* | qdbus tool: enable service activation when calling methodsCaio Marcelo de Oliveira Filho2009-09-131-12/+15
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-091186-4774/+5011
|\ \