summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-2/+4
* Reading QJsonObject property should not modify the object itself.Jędrzej Nowacki2014-07-254-11/+83
* Fix QJsonObject const index operatorJędrzej Nowacki2014-07-251-1/+1
* Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-255-10/+21
* Re-implement QVector::countJoão Abecasis2014-07-251-7/+1
* QRegularExpression: make optimize() constGiuseppe D'Angelo2014-07-252-2/+2
* QtDBus: Warn if blocking calls take too long.Robin Burchell2014-07-251-0/+87
* QLineEdit: Emit textEdited() when the clear button is clicked.Friedemann Kleint2014-07-243-3/+14
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-2410-30/+59
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-2210-30/+59
| |\
| | * 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
| | * Ensure transient parents are top level widgets.Friedemann Kleint2014-07-182-1/+6
| | * Windows: Send QTabletLeaveProximity events.Friedemann Kleint2014-07-171-13/+13
| | * Added stream version into network cache file formatNikita Krupenko2014-07-171-1/+9
| | * 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-151-2/+4
| | * Doc: Hide QTextInlineObject constructor from the documentationTopi Reinio2014-07-141-0/+5
* | | Add missing 8_8_8_8 pixel types to QOpenGLTextureSean Harmer2014-07-242-0/+4
* | | QSettings: use QSaveFile and QLockFile to write the settingsOlivier Goffart2014-07-241-235/+56
* | | Rewrite QRingBufferAlex Trotsenko2014-07-241-191/+88
* | | Android: fix Switch & CalendarView text appearancesJ-P Nurmi2014-07-241-10/+39
* | | QFileDialog: emit urlsSelected+urlSelected in accept().David Faure2014-07-243-12/+17
* | | QMainWindow:::restoreDockWidget(): Restore to correct screen.Friedemann Kleint2014-07-241-3/+5
* | | Show timing of all executed SQL queriesRobin Burchell2014-07-241-3/+23
* | | Make QTextStream respect QLocale with OmitGroupSeparatorsThiago Macieira2014-07-241-1/+1
* | | QInputDialog: simplify signalForMember()Marc Mutz2014-07-231-8/+5
* | | QSettings: use QStandardPaths to get XDG_CONFIG_HOME.David Faure2014-07-231-0/+6
* | | 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-231-2/+2
* | | Fix a few more race conditions with QLibrary::LoadHintsThiago Macieira2014-07-234-22/+32
* | | 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
* | | Support setting a default severity level for QLoggingCategoryKai Koehne2014-07-235-35/+95
* | | QInputDialog: use a switch instead of a string pointer tableMarc Mutz2014-07-231-10/+25
* | | QDebugStateSaver: Fix trailing space issuesKai Koehne2014-07-231-1/+8
* | | 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
* | | 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-231-3/+7
* | | Add QFileDevice::MemoryMapFlags::MapPrivateOption flag.Simon Sasburg2014-07-234-7/+36
* | | Fix warnings about integer conversion in qloggingregistry.cpp.Friedemann Kleint2014-07-221-3/+3