summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * printing: Make sure window modality works with native print dialogsBradley T. Hughes2012-04-044-7/+30
| * Removed Qt 5 todo comments from qpalette.hSamuel Rødal2012-04-041-3/+3
| * Pass autorepeat info to input context key filtering with XCBPekka Vuorela2012-04-031-12/+19
| * Remove duplicate non-const methods from QProgressBar.Jason McDonald2012-04-032-8/+6
| * Fix warnings about signed/unsigned comparisons in QtJson.Friedemann Kleint2012-04-032-5/+5
| * Fix warnings about unused variables.Friedemann Kleint2012-04-034-13/+7
| * Fix warnings about truncations in constants.Friedemann Kleint2012-04-038-10/+10
| * Fixing the QNX QPA build for non blackberry targetsKevin Krammer2012-04-031-4/+1
| * Delete the screen event handler after its last user.Thomas McGuire2012-04-031-1/+2
| * QWindow: add windowModality as a Q_PROPERTY()Bradley T. Hughes2012-04-032-8/+23
| * WindowsXP: Fix Item view alternate color being black.Friedemann Kleint2012-04-031-3/+35
| * Make API in QPlatformSharedGraphicsCache a little more genericEskil Abrahamsen Blomfeldt2012-04-031-3/+4
| * qdoc: findNodeRecursive() was called with a null start nodeMartin Smith2012-04-032-2/+14
| * Fixes a problem with the proxy detection on WindowsThierry2012-04-031-2/+46
| * Move handling of rotation changes from event handler to screenKevin Krammer2012-04-035-20/+29
| * Corrected filenames to build on case-sensitive Mac filesystemsShawn Rutledge2012-04-032-2/+2
| * Adapt Maliit input context to new input method interfacesPekka Vuorela2012-04-032-37/+22
| * Rename offset() to setOffset()Thomas McGuire2012-04-032-4/+4
| * Fix adding and removing of windows to their screenThomas McGuire2012-04-032-9/+5
| * Get rid of false positive warning when stopping video playbackThomas McGuire2012-04-031-2/+4
| * Fix indentationThomas McGuire2012-04-031-5/+5
| * Fix release mode warnings about unused variables.Friedemann Kleint2012-04-033-0/+3
| * QDoc documentation: modified the instructions for documenting signals.Jerome Pasion2012-04-031-16/+9
| * Rename clip() to clipData() to avoid confusion and warningJiang Jiang2012-04-031-2/+2
| * Prepare category logging for Qt integrationWolfgang Beck2012-04-032-15/+25
| * Windows: Improve Freetype font database registry check for fontsMiikka Heikkinen2012-04-031-0/+2
| * Return early in QRawFont::setPixelSize.Pierre Rossi2012-04-031-1/+1
| * eglfs: delete screen on exitGirish Ramakrishnan2012-04-034-3/+18
| * eglfs: Fix header guardsGirish Ramakrishnan2012-04-034-12/+12
| * Document QFile::rename and QDir::rename's copy operationVincent A2012-04-032-2/+12
| * Convert Boolean value into integerHonglei Zhang2012-04-021-0/+4
| * Use the relevant "\since 5.0" entry (proposed to public since 5.0)Laszlo Papp2012-04-021-0/+1
| * Add a native interface with the possibility to query the window groupThomas McGuire2012-04-025-3/+139
| * Adapt QNX platform input contexts to QGuiApplication::focusObject()Pekka Vuorela2012-04-024-50/+24
| * Change fatal exit in QPlatformFontDatabase to a warning.Friedemann Kleint2012-04-021-3/+3
| * Calculate correct bounding rect for glyph runs in QTextLayoutEskil Abrahamsen Blomfeldt2012-04-021-1/+2
| * QNAM: close the channel if bytesAvailable and nothing piplinedMartin Petersson2012-04-021-8/+2
| * Remove redundant virtual method reimplementations from QToolBar.Jason McDonald2012-04-022-18/+0
| * Remove unused dummy vars from print preview widgets.Jason McDonald2012-04-022-3/+0
| * qdoc: Don't lower case <shortdesc> in DITA.Martin Smith2012-04-021-32/+31
| * Adapt windows input context to QGuiApplication::focusObject()Pekka Vuorela2012-04-021-6/+6
| * QTBUG-24936: Ensure alpha cache is cleared when printing to PDF.Tarja Sundqvist2012-04-021-0/+1
| * Fix a crash in cursorToX() when new block is addedJiang Jiang2012-04-021-0/+4
| * Remove qdoc for obsolete methods of QSet.Jason McDonald2012-04-021-10/+0
| * QAbstractSocket::waitForConnected check if host name is an IP addressMartin Petersson2012-04-021-1/+10
| * Fix QTcpServer::listen() returning true when the port is in use on OS X.Robin Burchell2012-04-021-1/+7
| * Harfbuzz-thai - fix buffer overflow when setting item attributesJohn Tapsell2012-04-021-2/+7
| * Fix multicast join/leave when binding to QHostAddress::Any.Robin Burchell2012-04-022-0/+17
| * qdoc: Add the \hr commandMartin Smith2012-04-025-0/+16
| * qdoc: Allow documenting a C++ class as a QML type.Martin Smith2012-04-0215-729/+998