summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-2226-41/+263
|\
| * tst_qurl: add tests for mailto parsing and toString. No bug.David Faure2014-07-221-0/+7
| * Windows: Fix window geometry when transiting from fullscreen to maximized.Friedemann Kleint2014-07-211-1/+4
| * Windows printing: Preserve painter when syncing state.Friedemann Kleint2014-07-211-1/+4
| * Android: Fix tests in gui/text requiring test dataEskil Abrahamsen Blomfeldt2014-07-2111-10/+65
| * generate QGL header file from qgl.hLiang Qi2014-07-181-0/+1
| * Ensure transient parents are top level widgets.Friedemann Kleint2014-07-183-1/+38
| * Windows: Send QTabletLeaveProximity events.Friedemann Kleint2014-07-171-13/+13
| * Added stream version into network cache file formatNikita Krupenko2014-07-172-1/+80
| * make QtWidgets claim style pluginsOswald Buddenhagen2014-07-161-0/+1
| * CMake: Don't check the existence of GL files in the Qt5Gui package.Stephen Kelly2014-07-161-11/+11
| * QSplitter: Exclude top level widgets from child event handling.Friedemann Kleint2014-07-152-3/+32
| * Doc: Hide QTextInlineObject constructor from the documentationTopi Reinio2014-07-141-0/+5
* | Windows: Default to MS Shell Dlg 2Eskil Abrahamsen Blomfeldt2014-07-221-1/+1
* | Improve debug output of QImage, QPixmap and QIcon.Friedemann Kleint2014-07-213-3/+33
* | Improve debugging output for QLoggingCategoryKai Koehne2014-07-211-6/+6
* | Add example qtlogging.conf file to QLoggingCategory documentationKai Koehne2014-07-211-1/+7
* | Android: Add uninstall option.BogDan Vatra2014-07-211-0/+8
* | Android: Use androiddeployqt from qt path.BogDan Vatra2014-07-211-2/+3
* | resoureces.prf: use small resources (though cpp file) for xcodeFawzi Mohamed2014-07-211-1/+1
* | iOS: Detect external screen connections and expose as additional QScreenTor Arne Vestbø2014-07-214-24/+87
* | iOS: Add helper for getting the iOS platform integration instanceTor Arne Vestbø2014-07-216-4/+16
* | iOS: Fix compilation with Xcode6/iOS8 SDKTor Arne Vestbø2014-07-211-0/+1
* | iOS: Refactor qioswindow.mm into quiview.mm and quiview_accessibility.mmTor Arne Vestbø2014-07-216-380/+493
* | Fusion style: Use QStyleHelper::dpiScaled() where applicable.Friedemann Kleint2014-07-211-57/+83
* | Add support for CONFIG += c++14Thiago Macieira2014-07-201-0/+17
* | "Beautify" the two-pass RCC executionThiago Macieira2014-07-201-0/+1
* | Update bundled HarfBuzz-NG copy to 0.9.32Konstantin Ritt2014-07-2067-3397/+4290
* | QRingBuffer: purge unused part of the apiAlex Trotsenko2014-07-181-33/+0
* | Fix up existing high DPI manual test.Friedemann Kleint2014-07-182-53/+125
* | Implement QApplication::topLevelAt() using QGuiApplication::topLevelAt().Friedemann Kleint2014-07-181-10/+3
* | qdoc: Validate index file pathsTopi Reinio2014-07-181-1/+10
* | qdoc: Support use of \value command outside \enum topic.Topi Reinio2014-07-184-15/+31
* | QItemSelectionModel: Sort persistent model indexes taking parent into account.Friedemann Kleint2014-07-171-3/+21
* | QDoc: Allow the listing of uppercase- and lowercase-named items in list.Jerome Pasion2014-07-171-1/+1
* | RCC: Use macros not defined in qglobal.hhjk2014-07-162-26/+26
* | rcc: Prevent CRLF conversion on Windows for -binaryKai Koehne2014-07-161-0/+9
* | Canonicalize inputs when filtering default system pathsMichael Palimaka2014-07-151-0/+1
* | QDoc: Allow QDoc to collect all QML basic types in a map.Jerome Pasion2014-07-153-1/+22
* | windows: Fix ANGLE function resolution in static buildsAndrew Knight2014-07-152-165/+188
* | QDebug: Add resetFormat()Kai Koehne2014-07-153-3/+37
* | QGroupBox: Exclude top level widgets from child event handling.Friedemann Kleint2014-07-152-0/+21
* | Remove outdated commentFrederik Gladhorn2014-07-151-1/+0
* | Fix current directory setting in manual dialog test.Friedemann Kleint2014-07-152-6/+12
* | Improve QLoggingCategory example code in documentationKai Koehne2014-07-151-14/+14
* | Examples: Add Q_DECL_OVERRIDE to overridden functionsOlivier Goffart2014-07-15195-740/+740
* | Rename QPixelFormat enum value to avoid conflict with X.h.Axel Rasmussen2014-07-143-6/+6
* | Doc: update QCoreApplication to be clear that we don't support text UIThiago Macieira2014-07-141-2/+2
* | QDoc: Prevent QDoc from outputting the brief for example pages.Jerome Pasion2014-07-141-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devShawn Rutledge2014-07-1421-252/+204
|\ \