summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added missing include file.jasplin2009-12-151-0/+1
* QPlainTextEdit scrolling issue with folded paragraphsmae2009-12-141-3/+7
* Fix normalization of Type * constBradley T. Hughes2009-12-111-0/+3
* QGuiEventDispatcherGlib::flush() does nothing despite documentationBradley T. Hughes2009-12-112-0/+6
* Don't react to X errors on displays that are not the Qt display.Bradley T. Hughes2009-12-111-0/+5
* Make sure posted events are always sent.Bradley T. Hughes2009-12-111-1/+1
* Compile on Windows CE.Bradley T. Hughes2009-12-111-2/+13
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtEskil Abrahamsen Blomfeldt2009-12-1116-6/+111
|\
| * add {QString,QByteArray,QList,QLinkedList,QHash,QMap,QVector}::isSharedWith()Oswald Buddenhagen2009-12-1014-0/+42
| * fix (internal) apidocOswald Buddenhagen2009-12-101-1/+1
| * Mac: add support for public.vcard UTI (DnD)Richard Moe Gustavsen2009-12-101-0/+57
| * Prevent posted event starvation by native Windows messagesBradley T. Hughes2009-12-101-5/+11
* | Avoid crash in QObject::connect() if class has no signalsEskil Abrahamsen Blomfeldt2009-12-111-1/+1
|/
* 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-091-3/+9
* Fix the int validator not handling the localeThierry Bastian2009-12-093-4/+28
* Merge branch '4.6'Thiago Macieira2009-12-084-10/+14
|\
| * Fix cleanup hooks error.Sarah Smith2009-12-081-2/+2
| * Merge remote branch 'staging/4.6' into 4.6Oswald Buddenhagen2009-12-071-2/+10
| |\
| | * Fix cursor positiong after block undo and redomae2009-12-041-2/+10
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-12-062-6/+2
| |\ \
| | * | Replace glColor4ub() calls with glColor4f()Rhys Weatherley2009-12-062-6/+2
| | * | Fix crash in QVector::reserve when reserving smaller size on a shared vectorOlivier Goffart2009-12-021-1/+1
| | * | Fixed a potential crash in QDockWidgetThierry Bastian2009-12-011-2/+5
| | * | make signal handlers understand QVariant againKent Hansen2009-11-301-3/+18
| | * | Fixed a crash in the GL engine when trying to draw invalid pixmaps.Trond Kjernåsen2009-11-261-1/+1
* | | | 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
* | | | Added QToolBar::visibilityChanged(bool) signal.J-P Nurmi2009-12-082-0/+10
* | | | Fix performance issue with live resizeRichard Moe Gustavsen2009-12-071-0/+4
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-12-0515-53/+142
|\ \ \ \ | |/ / /
| * | | Merge commit '33441e2a611f07207b0b942368aab9010cdf8ab1' of oslo-staging-1/4.6...Simon Hausmann2009-12-0522-334/+463
| |\ \ \
| | * | | Fix compilation with Sun CC 5.9: it was crashing with this code.Thiago Macieira2009-12-041-4/+5
| * | | | Merge commit 'c0b81480b2909b18ac15bdd124a562ae005c2f41' into origin-4.6Olivier Goffart2009-12-0413-18/+85
| |\ \ \ \
| | * | | | Rebind window surface fbo after native GL renderingRhys Weatherley2009-12-044-2/+14
| | * | | | Better check for EGL extension stringsRhys Weatherley2009-12-041-1/+4
| | * | | | Some doc fixesJan-Arve Sæther2009-12-031-2/+2
| | * | | | Fixes broken selection with Shift and extended selectionOlivier Goffart2009-12-031-2/+2
| | * | | | QCompleter wouldn't emit highlighted() and activated() signalsGabriel de Dietrich2009-12-031-3/+3
| | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-12-033-5/+58
| | |\ \ \ \
| | | * | | | qreal-izationAleksandar Sasha Babic2009-12-021-0/+57
| | | * | | | Fixed softkey merging/traversing over window boundaries.Janne Anttila2009-12-021-1/+1
| | | * | | | Fixed crash on Symbian when using QProgressDialog::setCancelButton(0).Janne Anttila2009-12-021-4/+0
| | * | | | | Fixes transformation problems with QGraphicsProxyWidget.Yoann Lopes2009-12-022-3/+2
| * | | | | | Fixed compile for S60.Rohan McGovern2009-12-041-1/+1
| * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Bill King2009-12-039-6/+66
| |\ \ \ \ \ \
| * | | | | | | Fixes: OCI QSqlDatabase.tables() does not work with system tables.Bill King2009-12-021-31/+52