summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Compile after merge commit 8079a0c5b4ee6550501476410fab457d63c705b6Bjørn Erik Nilsen2009-07-214-28/+24
* Merge commit 'qt/master' into graphicseffectsBjørn Erik Nilsen2009-07-212346-45039/+105156
|\
| * Workaround for transacted, locked and inaccesible filesRitt Konstantin2009-07-202-2/+104
| * Doc: fix links between QGraphicsItem and QTouchEventVolker Hilsheimer2009-07-202-7/+7
| * Doc: fix formatting of lists.Volker Hilsheimer2009-07-201-12/+17
| * Doc: not an overloadVolker Hilsheimer2009-07-201-2/+0
| * Use QVERIFY in benchmarks, insteads of returning silently in case of errorOlivier Goffart2009-07-201-4/+2
| * Add low level POSIX bench on WindowsRitt Konstantin2009-07-201-6/+31
| * Adding test case for PNG compression icon loadingminiak2009-07-202-0/+33
| * Partial fix for Qt issue #244648 - QtIcoHandler does not support large & Vist...miniak2009-07-201-0/+12
| * Return selectedFilter in QGtkStyle file dialogsLukáš Lalinský2009-07-202-5/+27
| * Doc: clarify relevance for QGraphicsItem and add a few \saVolker Hilsheimer2009-07-201-26/+84
| * Doc: small improvementsVolker Hilsheimer2009-07-202-6/+21
| * Doc: Make QAction::priority/Priority documentation clearerVolker Hilsheimer2009-07-201-9/+9
| * Fixed includes in the gestures public headers.Denis Dzyubenko2009-07-202-10/+9
| * Fixes build for Windows MobileThomas Hartmann2009-07-201-1/+0
| * doc: Changed several \reimp to \internalMartin Smith2009-07-208-22/+8
| * absolute lupdate path for the new test as wellOswald Buddenhagen2009-07-201-1/+1
| * Fix static leak to make valgrinding easier.dt2009-07-201-63/+61
| * micro-optimize: (x.toLower() == y) => !x.compare(y, Qt:: CaseInsensitive)Oswald Buddenhagen2009-07-201-10/+10
| * fix return value of error() & coOswald Buddenhagen2009-07-201-1/+2
| * make message() & co. handling more qmake-likeOswald Buddenhagen2009-07-201-14/+1
| * 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