summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make QTextStream respect QLocale with OmitGroupSeparatorsThiago Macieira2014-07-242-87/+115
* | | QInputDialog: simplify signalForMember()Marc Mutz2014-07-231-8/+5
* | | tst_qfiledialog: use QStandardPaths test modeDavid Faure2014-07-231-11/+8
* | | QSettings: use QStandardPaths to get XDG_CONFIG_HOME.David Faure2014-07-234-3/+9
* | | Document that qHash(T) must be in T's namespace, due to ADLThiago Macieira2014-07-231-4/+4
* | | Don't store QLibraryPrivate with empty file names in the global storeThiago Macieira2014-07-232-2/+5
* | | Fix a few more race conditions with QLibrary::LoadHintsThiago Macieira2014-07-235-22/+40
* | | Slight doc improvementsFrederik Gladhorn2014-07-231-2/+2
* | | Add accessible roles for web document, paragraph and sectionFrederik Gladhorn2014-07-236-0/+19
* | | Fix accessibility test code to copy events also based on interfacesFrederik Gladhorn2014-07-231-9/+42
* | | Accessibility Linux: send children changed notificationsFrederik Gladhorn2014-07-232-1/+17
* | | Introduce qmake feature use_gold_linkerAllan Sandfeld Jensen2014-07-235-0/+42
* | | Support setting a default severity level for QLoggingCategoryKai Koehne2014-07-236-37/+133
* | | QInputDialog: use a switch instead of a string pointer tableMarc Mutz2014-07-231-10/+25
* | | iOS: Gracefully fail main()-renaming when link-time optimizations are enabledTor Arne Vestbø2014-07-231-2/+19
* | | Xcode: Fix QMAKE_PRE_LINK dependency handlingTor Arne Vestbø2014-07-231-3/+3
* | | QDebugStateSaver: Fix trailing space issuesKai Koehne2014-07-232-1/+31
* | | iOS: Let QScreen manage UIWindow and root view-controllerTor Arne Vestbø2014-07-237-54/+64
* | | QLockFile/Windows: Determine host name from environment variable COMPUTERNAME.Friedemann Kleint2014-07-231-9/+16
* | | Keep global state of debug stream (QImage, QPixmap, and QIcon)Kai Koehne2014-07-233-24/+30
* | | QDoc: Fixed section title offset in QML basic type pages.Jerome Pasion2014-07-231-0/+1
* | | QDoc: Restored QML basic type pages' table of contents.Jerome Pasion2014-07-231-0/+2
* | | Add link-time optimization support for Clang, GCC and ICCThiago Macieira2014-07-237-6/+71
* | | Be more specific in "Loading logging rules" debug outputKai Koehne2014-07-231-1/+1
* | | Introduce Q_DECL_UNUSED_MEMBER for clangKai Koehne2014-07-233-7/+15
* | | rcc: String literal conversion cleanupKai Koehne2014-07-232-8/+8
* | | Make QRingBuffer::append() not leave empty arrays in buffer listAlex Trotsenko2014-07-232-3/+22
* | | Add QFileDevice::MemoryMapFlags::MapPrivateOption flag.Simon Sasburg2014-07-235-14/+51
* | | Fix warnings about integer conversion in qloggingregistry.cpp.Friedemann Kleint2014-07-221-3/+3
* | | QDebug: Add a doc section about formatting optionsKai Koehne2014-07-221-0/+12
|/ /
* | 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