summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* expand arguments to s// operatorOswald Buddenhagen2009-07-201-1/+1
* support loops: implement for(), next() & break()Oswald Buddenhagen2009-07-204-4/+149
* implement if() testOswald Buddenhagen2009-07-201-1/+81
* implement {greater,less}Than(), equals(), clear() & unset()Oswald Buddenhagen2009-07-201-5/+53
* support custom functions: implement defineTest(), defineReplace(), defined(),...Oswald Buddenhagen2009-07-204-110/+283
* remove return values from the visitors which need noneOswald Buddenhagen2009-07-203-38/+36
* surround file inclusion with saving/restoring condition stateOswald Buddenhagen2009-07-201-1/+4
* fix conditionals, in particular the nested else handlingOswald Buddenhagen2009-07-201-31/+27
* fix m_invertNext effect scopingOswald Buddenhagen2009-07-201-2/+4
* put condition state variables into a structureOswald Buddenhagen2009-07-202-23/+32
* return value cleanupOswald Buddenhagen2009-07-201-97/+61
* ifdef cleanupOswald Buddenhagen2009-07-201-1/+1
* compile against the Windows 7 SDK RCBradley T. Hughes2009-07-201-15/+16
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtOswald Buddenhagen2009-07-204-32/+240
|\
| * doc: Changed several \reimp to \internalMartin Smith2009-07-202-19/+19
| * On Vista the native file dialog search feature return wrong paths.Prasanth Ullattil2009-07-201-4/+208
| * doc: Print warning where \reimp is used where \internal should be used.Martin Smith2009-07-201-9/+13
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-2044-629/+636
|\ \ | |/ |/|
| * Fix QTextCodec case-insensitive comparison while in a Turkish locale.Thiago Macieira2009-07-201-4/+8
| * Fix assert in message handling.Frans Englich2009-07-203-4/+28
| * Fix the hand scrolling in QGraphicsView that will stop unexpectedly.Alexis Menard2009-07-201-1/+1
| * Fix crash when native socket notifiers would send a notification after being ...Norwegian Rock Cat2009-07-201-4/+8
| * fix crash due to null pointer referencingAlex2009-07-201-1/+1
| * don't rely on system codec when handling PO filesOswald Buddenhagen2009-07-175-8/+17
| * QDirIterator: Doc fixes and whitespace cleanupJoão Abecasis2009-07-171-19/+12
| * Refactoring QDirIteratorPrivate::pushSubDirectoryJoão Abecasis2009-07-171-26/+15
| * QDirIterator: reducing "randomness"João Abecasis2009-07-171-10/+3
| * QDirIterator was returning inconsistent dataJoão Abecasis2009-07-171-6/+1
| * Test case for QDirIterator regression introduced in 4.5.0João Abecasis2009-07-171-10/+21
| * Fix deadlock in the QWS server when destroying lots of windowsTom Cooksey2009-07-172-3/+8
| * reorganize numerus form count normalizationOswald Buddenhagen2009-07-179-30/+51
| * QUdpSocket: Doc improvementMarkus Goetz2009-07-171-0/+3
| * Prepare device in DFBPaintEngine::beginAnders Bakken2009-07-171-0/+2
| * Mark virtual functions as virtual in DFBPaintEngAnders Bakken2009-07-171-27/+26
| * Remove unused function in QDirectFBPaintEngineAnders Bakken2009-07-172-34/+0
| * Don't create dfbsurface in video mem if systemonlyAnders Bakken2009-07-171-1/+3
| * Clean up directfb bit flippingAnders Bakken2009-07-178-69/+66
| * Fix accidental selection of popup items under the mouse in QComboBoxmae2009-07-171-0/+2
| * tst_qnetworkreply: Removed warningMarkus Goetz2009-07-171-0/+1
| * Removed outdated information from QNetworkRequest documentationMarkus Goetz2009-07-171-3/+1
| * Enhanced QDirModel documentationMarkus Goetz2009-07-171-1/+4
| * Update the example TrafficInfo for GCC 3.3Benjamin Poulain2009-07-171-1/+3
| * Don't assume that raster can do porter duff in dfbAnders Bakken2009-07-171-5/+1
| * Fixed bug where line widths were rounded to integers in the GL engine.Kim Motoyoshi Kalland2009-07-161-1/+1
| * Phonon: fixed a big memory leak on WindowsThierry Bastian2009-07-162-2/+4
| * Better caching of file system icon providers.Norwegian Rock Cat2009-07-161-1/+36
| * Clean up qdirectfbpaintengine.cppAnders Bakken2009-07-151-149/+150
| * Don't force a lock in QDirectFBPaintEngine::clipAnders Bakken2009-07-152-27/+5
| * Clean up rect/line drawing in dfb paintengineAnders Bakken2009-07-151-82/+63
| * Fix off by one bug in dfbpe::drawTiledPixmapAnders Bakken2009-07-151-4/+4