summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make tests/auto/qdial pass.widgets-ngGabriel de Dietrich2009-12-111-1/+1
* Make tests/auto/qabstractslider pass.Gabriel de Dietrich2009-12-111-1/+1
* QAbstractSlider and sons (QDial, QScrollBar and QSlider) now use QRangeControl.Gabriel de Dietrich2009-12-119-566/+1330
* Adding QRangeControl filesGabriel de Dietrich2009-12-113-0/+0
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into widgets-ngAlexis Menard2009-12-0951-226/+1002
|\
| * Assistant: Make doc file watching work for the intended use case.ck2009-12-092-1/+75
| * Cocoa: scrolling viewports containing many widgets is slowRichard Moe Gustavsen2009-12-091-0/+4
| * Re-enabled support for the FSEvents-based QFileSystemWatcher.Denis Dzyubenko2009-12-092-6/+6
| * Implemented getting a canonical file name on Mac OS X 10.5Denis Dzyubenko2009-12-091-1/+16
| * Use realpath only on OS we know it works on.Denis Dzyubenko2009-12-092-4/+23
| * Assistant: Try to reload open pages on doc file update.ck2009-12-095-10/+23
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtck2009-12-0919-44/+150
| |\
| | * Fix the int validator not handling the localeThierry Bastian2009-12-094-4/+54
| | * Merge branch '4.6'Thiago Macieira2009-12-0813-32/+84
| | |\
| | | * Fix cleanup hooks error.Sarah Smith2009-12-081-2/+2
| | | * Update source package names in documentation.Jason McDonald2009-12-082-10/+10
| | | * Merge remote branch 'staging/4.6' into 4.6Oswald Buddenhagen2009-12-077-13/+43
| | | |\
| | | | * make qdoc3 a proper tools subtarget and install itOswald Buddenhagen2009-12-043-4/+5
| | | | * remove dead fileOswald Buddenhagen2009-12-041-5/+0
| | | | * Fix cursor positiong after block undo and redomae2009-12-041-2/+10
| | | | * Added auto test for the cursor position when doing block undo and redomae2009-12-041-1/+27
| | | | * Stylesheets example: Fix warning about multiple &-mnemonics.Friedemann Kleint2009-12-041-1/+1
| | | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-12-072-6/+2
| | | |\ \
| | | | * | Replace glColor4ub() calls with glColor4f()Rhys Weatherley2009-12-072-6/+2
| | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Bill King2009-12-0763-401/+1005
| | | |\ \ \
| | | * | | | Revert previous commit as it breaks an sqlite assumption.Bill King2009-12-041-5/+0
| | | * | | | Fixes: QOCI setForwardOnly(true) accumulating values.Bill King2009-12-042-1/+32
| | * | | | | Optimize QOrderedMutexLockerOlivier Goffart2009-12-081-3/+5
| | * | | | | Small optimisations in ~QObjectOlivier Goffart2009-12-081-4/+6
| | * | | | | Disable some code in normal build.Olivier Goffart2009-12-081-1/+1
| * | | | | | Assistant: Allow search tab to be displayed on start-up.ck2009-12-081-2/+2
| |/ / / / /
| * | | | | Assistant: Don't re-load saved pages that don't exist anymore.ck2009-12-081-11/+13
| * | | | | Added QToolBar::visibilityChanged(bool) signal.J-P Nurmi2009-12-083-0/+41
| * | | | | Assistant: Add "shared" directory to dependency list.ck2009-12-071-0/+1
| * | | | | Fix memory leakDavid Faure2009-12-071-0/+1
| * | | | | Assistant: Use tracing macro in all functions.ck2009-12-0718-0/+472
| * | | | | Assistant: Logical re-structuring of start-up code.ck2009-12-076-148/+172
| * | | | | Fix performance issue with live resizeRichard Moe Gustavsen2009-12-071-0/+4
* | | | | | Proper initialization of variables.Alexis Menard2009-12-082-6/+33
* | | | | | Very first work on a pushbutton control. Really unstable.Alexis Menard2009-12-077-79/+258
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into widgets-ngAlexis Menard2009-12-0714369-450589/+2069495
|\| | | | |
| * | | | | Cleanup, no functional change.kh12009-12-071-23/+30
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-12-0537-92/+544
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge commit '33441e2a611f07207b0b942368aab9010cdf8ab1' of oslo-staging-1/4.6...Simon Hausmann2009-12-0540-370/+702
| | |\ \ \ \
| | | * \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2009-12-04100-800/+1642
| | | |\ \ \ \
| | | | * | | | Fix compilation with Sun CC 5.9: it was crashing with this code.Thiago Macieira2009-12-041-4/+5
| | | | * | | | Apparently fixes some build issues on some old unixes...Pierre Rossi2009-12-041-1/+1
| | | * | | | | doc: Example page now lists images used by the exampleMartin Smith2009-12-0410-26/+168
| | * | | | | | Merge commit 'c0b81480b2909b18ac15bdd124a562ae005c2f41' into origin-4.6Olivier Goffart2009-12-0423-30/+302
| | |\ \ \ \ \ \
| | | * | | | | | Rebind window surface fbo after native GL renderingRhys Weatherley2009-12-044-2/+14