summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-03-05Doc: fixed snippet issues with customcompleter.qdocNico Vertriest2-0/+0
2013-03-05qdoc: Maintain correct nesting level for QML parsingMartin Smith2-4/+33
2013-03-05Return -1 as the API documents it for socket issuesLaszlo Papp1-5/+5
2013-03-05Avoid setting initialNameFilter when mode is DirectoryIrfan Omair1-4/+8
2013-03-05Fixed memory leak in QXmlStreamReaderRoman Pasechnik2-0/+3
2013-03-04Fix spellingOlivier Goffart2-4/+4
2013-03-04Windows: Repaint when switching off layered windows by opacity.Friedemann Kleint1-0/+2
2013-03-04qdoc: Allow QML linking without version nrMartin Smith1-8/+8
2013-03-03QGnomeTheme style names: replace cleanlooks with fusionJ-P Nurmi1-1/+1
2013-03-02showIsFullscreen: only respect this hint for windows and dialogsRichard Moe Gustavsen2-6/+9
2013-03-01Fix warnings reported by ICC in qdocThiago Macieira2-2/+2
2013-03-01QMimeDatabase: pass MatchMode down, to fix MatchContent.David Faure1-1/+1
2013-03-01Cocoa: Don't send duplicate mouse move events.Morten Johan Sørvig1-1/+0
2013-03-01Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn12-27/+404
2013-03-01Fix Alt key capture issue with mouseWheelIrfan Omair1-0/+2
2013-02-28Fixed -dbus-linked when cross-compiling from WindowsMatt Fischer1-2/+2
2013-02-28doc: remove link to obsolete docOlivier Goffart1-5/+1
2013-02-28QNX: QQnxCursor implementation.Rafael Roquetto6-3/+166
2013-02-28Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn12-27/+404
2013-02-28Fix QCommonStyle::drawControl(CE_ShapedFrame) for QFrame::H/VLineJ-P Nurmi1-3/+3
2013-02-28Fix automatic hiding/restoring of transient children.Friedemann Kleint1-2/+2
2013-02-28qcocamenubar: force update after destructorFawzi Mohamed1-1/+3
2013-02-28Fix CreateFileMapping() error handlingPeter Kümmel2-4/+5
2013-02-28Document MSVC-restrictions regarding QStringLiteral.Friedemann Kleint1-0/+13
2013-02-27Disable maximize button for fixed-size windows.Friedemann Kleint1-8/+7
2013-02-27Add snippet for QT_VERSION_CHECK.Mitch Curtis2-0/+14
2013-02-27Fix some punctuation errors.Mitch Curtis2-4/+3
2013-02-27QStandardPaths: Use forward slash consistently.Friedemann Kleint1-2/+2
2013-02-26Fix Qt Designer warning about being unable to handle property.Friedemann Kleint1-1/+1
2013-02-26Doc: Added the missing example snippetsVenugopal Shivashankar6-10/+333
2013-02-26Use the base implementation of QAbstractItemModel::sibling in QSIM.Stephen Kelly2-1/+2
2013-02-25Fix compilation with QT_NO_ACCESSIBILITY.Friedemann Kleint1-0/+4
2013-02-25Fix warnings about extra tokens after preprocessor directive.Friedemann Kleint1-1/+1
2013-02-25Cocoa: Fix appearance of transient light scroll bars.Christoph Schleifenbaum1-0/+2
2013-02-25Cocoa: Make grabWindow work on retina displays.Morten Johan Sørvig1-3/+3
2013-02-25QNX post an expose event when the window is hiddenFabian Bumberger1-3/+3
2013-02-25Doc: Add the missing \since 5.0Debao Zhang4-0/+18
2013-02-25Set correct image format for non-alpha windows.Morten Johan Sørvig1-1/+3
2013-02-25Remove debug output that can cause crashes in static builds.Frederik Gladhorn1-12/+53
2013-02-24Transient QWindows centered; default-constructed geometryShawn Rutledge9-37/+123
2013-02-24Rename qAbs Function for timevalDavid E. Narváez1-3/+2
2013-02-23Cocoa: Compile with Qt in a namespace.Morten Johan Sørvig1-1/+4
2013-02-23QCococaWindow: Add NSView hosting support.Morten Johan Sørvig5-6/+32
2013-02-23Ofono also changed the context API. This updates it to workLorn Potter3-26/+26
2013-02-23Fix OpenGL context creation in the XCB pluginFredrik Höglund5-212/+56
2013-02-23Don't assume that all CFPropertyListRef are CFArrayRefsThiago Macieira2-7/+16
2013-02-22Cocoa: Add basic support for Qt::SubWindow.Morten Johan Sørvig3-2/+55
2013-02-22doc: QML Inheritance is not resolved correctly.Martin Smith5-11/+48
2013-02-21Hiding scrollbar on MacOSX 10.7 if policy is set to ScrollBarAlwaysOffCyril Oblikov1-6/+6
2013-02-21moc: Fix infinite recursion in macro substitutionOlivier Goffart3-4/+21