summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Add more comparisons to narrow down error case.Stephen Kelly2013-08-221-0/+3
| | * Cocoa: Fix memory leak in event dispatcherGabriel de Dietrich2013-08-221-0/+1
| | * Style: Remove useless background paint for menu scrollerGabriel de Dietrich2013-08-221-1/+0
| | * Cocoa: Bring back old exposure behavior on Mac OS X 10.6Gabriel de Dietrich2013-08-221-0/+4
| | * Fix scrollbar appearance on Win8J-P Nurmi2013-08-221-22/+24
| | * Add json/savegame example.Mitch Curtis2013-08-2219-3/+861
| | * Check for window handle in QBackingStore::flush().Friedemann Kleint2013-08-221-0/+5
| | * moc generated code should compile with QT_NO_KEYWORDSOlivier Goffart2013-08-222-2/+7
| | * moc: Fix related objects containing itselfOlivier Goffart2013-08-222-2/+40
| | * moc: Issue a warning instead of an error when macro argument mismatchOlivier Goffart2013-08-222-3/+11
| | * Windows: Handle Qt::ForeignWindow.Friedemann Kleint2013-08-212-1/+15
| | * tests: Make the QT assignments more explicitSergio Ahumada2013-08-2116-32/+15
| | * Windows: Generate expose events for layered transient children.Friedemann Kleint2013-08-212-6/+29
| | * CMake: Allow specifying a TARGET in invocations of macros.Stephen Kelly2013-08-217-29/+296
| | * Populate INTERFACE_LINK_LIBRARIES property in the cmake files.Stephen Kelly2013-08-217-1/+191
| | * QWidget: Apply window opacity set before show.Friedemann Kleint2013-08-211-0/+2
| | * Add debugging output to randomly failing test.Stephen Kelly2013-08-211-3/+1
| | * CMake: Move some code around.Stephen Kelly2013-08-211-27/+27
| | * QXcbBackingStore: don't crash in flush() if no platformWindowShawn Rutledge2013-08-211-0/+4
| | * Don't use qt_mac_get_fixed_pitch() to resolve fixed pitch fonts on OSXTor Arne Vestbø2013-08-211-24/+0
| | * Android: Remove EGL_BAD_SURFACE warning on suspensionEskil Abrahamsen Blomfeldt2013-08-211-1/+0
| | * [QNX]Fix transparenciesAndreas Holzammer2013-08-212-31/+16
| | * Construct a valid QTime when creating timestamps for iBase SQL driver.Mitch Curtis2013-08-211-1/+1
| | * Specify maximum array size for QByteArray.Leonard Lee2013-08-211-0/+2
* | | QStyleSheetStyle: Fix (!a != b)Tobias Hunger2013-09-021-1/+1
* | | QDoc: Fix (!a == b) bugTobias Hunger2013-09-022-2/+2
* | | Fix remaining use of QTEST_NOOP_MAINAndrew Knight2013-09-021-5/+0
* | | Fix possible build failure in windowcontainer exampleAndrew Knight2013-09-021-0/+1
* | | Remove qguieventloop from auto tests if network is unavailableAndrew Knight2013-09-021-0/+3
* | | Remove qopengl auto test when Qt is not configured with OpenGL supportAndrew Knight2013-09-021-0/+2
* | | QDbus: Fix (!a == b) comparisonTobias Hunger2013-09-021-1/+1
* | | Revert Mac event loop changes.Morten Johan Sørvig2013-09-0220-426/+382
* | | Graphicsview: Simplify codeTobias Hunger2013-09-021-4/+1
* | | Fix last warning of qtbase with GCC.Thiago Macieira2013-08-311-1/+1
* | | Improve QBitArray's construction performance a littleThiago Macieira2013-08-311-5/+4
* | | Add a construction note on why QBitArray has a +1 everywhereThiago Macieira2013-08-311-0/+14
* | | Fix corner-case counting of bits in QBitArray::count(bool)Thiago Macieira2013-08-311-3/+3
* | | Remove workarounds to old GCC bugs we had encountered on IRIXThiago Macieira2013-08-312-30/+0
* | | QPainter: Fix (!a == b) bugTobias Hunger2013-08-311-2/+2
* | | add QProcess::nullDevice()Oswald Buddenhagen2013-08-303-0/+54
* | | QTreeView - fix next focus when there is no current indexThorbjørn Martsum2013-08-303-3/+19
* | | [2/2] Update bundled HarfBuzz-NG sources up to 0.9.20Konstantin Ritt2013-08-302-0/+5
* | | [1/2] Update bundled HarfBuzz-NG sources up to 0.9.20Konstantin Ritt2013-08-3018-440/+662
* | | Fix warning about class/struct mismatchTobias Hunger2013-08-301-2/+3
* | | Doc: Enable documentation for QScopedPointer's rvalue ref functionsTopi Reinio2013-08-301-3/+1
* | | qdoc: Enable support for rvalue references in function signaturesTopi Reinio2013-08-302-2/+7
* | | Cocoa: Fix QFontDialog, QColorDialog auto-testsGabriel de Dietrich2013-08-297-25/+42
* | | Make Qt process native and timer events on Cocoa applicationsGabriel de Dietrich2013-08-291-10/+0
* | | Make QGuiApplication::exec() run within NSApplicationMain()Gabriel de Dietrich2013-08-2913-347/+384
* | | QFileDialog: add MIME Type filtersDavid Faure2013-08-297-5/+135