summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Rename a variable it -> childIt.Stephen Kelly2012-09-271-5/+5
* qtypetraits.h: add is_signed/is_unsigned/not_/not_c predicatesMarc Mutz2012-09-271-1/+90
* QFlags: fail for 64-bit enumsMarc Mutz2012-09-271-0/+3
* Fix QScreen::orientation() not always being updated after changing the update...Simon Hausmann2012-09-261-0/+2
* Fix initial window orientation with Qt on MeeGo 1.2 HarmattanSimon Hausmann2012-09-262-1/+4
* Fix events being processed on application startSimon Hausmann2012-09-261-1/+1
* XCB: Correctly report the created OpenGL context version and profileSean Harmer2012-09-264-8/+107
* OpenGL: Fix QGLFormat::openGLVersionFlags() on OS XSean Harmer2012-09-261-0/+9
* Don't call parent() so often when processing a range.Stephen Kelly2012-09-261-1/+2
* QScrollBar: clean up wheelEvent() implementationMarc Mutz2012-09-261-14/+12
* [QTBUG-27308][QTBUG-21534] Don't mouse-wheel-scroll QScrollBar when disabledMarc Mutz2012-09-262-8/+15
* qdoc: retrying More refactoring of qdoc data structuresMartin Smith2012-09-2616-1738/+2016
* Reintroduce mention of QWidget in coordinate system docs.Samuel Rødal2012-09-261-2/+2
* QtPrintSupport: use PPD defaults in CUPS pluginTeemu Katajisto2012-09-262-0/+112
* qtest.h: add missing QT_NO_DATESTRING guardsJ-P Nurmi2012-09-261-0/+2
* Make QSignalTransition take a pointer-to-const QObjectGiuseppe D'Angelo2012-09-266-9/+9
* Fix MinGW/gcc warning about NOMINMAX being redefinedKai Koehne2012-09-261-1/+1
* Core: Silence gcc warnings about unitinialized members in qarraydata.cppKai Koehne2012-09-261-0/+9
* Fix restore/minimize/close buttons for maximized MDI subwidowsMiikka Heikkinen2012-09-262-0/+201
* Remove Windows CE time conversion compatibility functionsSimon Hausmann2012-09-262-702/+0
* If accept fails, stop accepting new connections and emit error signal.Jonas M. Gastal2012-09-269-6/+138
* [docs] QApplication: fix keyboardInputDirection() docsMarc Mutz2012-09-261-9/+1
* [docs] QInputDialog: document deprecated member getInteger()Marc Mutz2012-09-261-0/+32
* xcb: better error handling if no randr or screen resources query failsShawn Rutledge2012-09-261-47/+53
* [docs] QFlags: fix a whitespace errorMarc Mutz2012-09-261-1/+1
* QFileSystemModel: fix permission manglingMarc Mutz2012-09-262-8/+4
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-2615-18/+17
* QCharAttributes: add wordStart/wordEnd flagsKonstantin Ritt2012-09-265-44/+80
* fix incorrect uses of qmake in documentationJoerg Bornemann2012-09-252-6/+6
* QFileInfoGatherer: general cleanupsMarc Mutz2012-09-252-12/+14
* Fix default-constructed QFileSystemEntryJoão Abecasis2012-09-251-3/+3
* Ignore the QT_NAMESPACE for moc runsLars Knoll2012-09-251-1/+1
* Moc: Correctly expand macros with argumentsLars Knoll2012-09-252-19/+163
* Moc: Make # and ## valid tokens in cpp parsing modeLars Knoll2012-09-252-4/+6
* Correctly parse function macrosLars Knoll2012-09-253-8/+75
* Correctly expand macros without arguments in mocLars Knoll2012-09-252-15/+51
* qdbusmetatype_p.h: add missing QT_NO_DBUS guardsJ-P Nurmi2012-09-241-0/+3
* QSqlTableMode::selectRow(): lack of WHERE clause is an errorMark Brand2012-09-241-1/+9
* QSqlTableModel::selectRow(): reduce scope of QSqlQueryMark Brand2012-09-241-6/+8
* QSqlTableModel::selectRow(): fix failure on uncached rowsMark Brand2012-09-242-7/+21
* Fixed crash in moc on big endian platforms.Konstantin Tokarev2012-09-241-1/+1
* Fixed QJsonDocument::fromBinaryData on big endian platforms.Konstantin Tokarev2012-09-242-4/+4
* Fixed ifdef condition in QJson resulting in big endian breakage.Konstantin Tokarev2012-09-241-1/+1
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-247-7/+7
* Move the fetch and store pixel functions to qdrawhelper.cppThiago Macieira2012-09-242-113/+111
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2012-09-244-46/+28
* fix build failure for MinGW using "system" freetypeMark Brand2012-09-241-0/+6
* Try to auto-detect the font rendering for WinCEAndreas Holzammer2012-09-242-4/+34
* QModelIndex: add constexprMarc Mutz2012-09-241-10/+10
* QModelIndex: store quintptr instead of void*Marc Mutz2012-09-241-16/+12