summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* More consistent dock widget painting on WindowsJens Bache-Wiig2012-09-272-32/+12
* Fix typo: contais -> contains.Stephen Kelly2012-09-271-1/+1
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-2724-3138/+19
* Blackberry: Fix hardware button detection on the BB Dev AlphaThomas McGuire2012-09-271-1/+1
* [Doc cleanup] Fix typos and style of QPushButton and QGroupBoxDavid Gil2012-09-272-18/+17
* WindowsPlugin: Fix MinGW warningsKai Koehne2012-09-272-2/+4
* ItemViews: Fix MinGW compiler warningKai Koehne2012-09-271-0/+3
* Return correct accessible name when a label has rich textJosé Millán Soto2012-09-271-1/+9
* (WINCE)Add failure for font outline functionAndreas Holzammer2012-09-271-0/+2
* QtPrintSupport: cleanup CUPS tmp filesTeemu Katajisto2012-09-271-0/+1
* xcb: consistently check xcb_get_extension_data for extension initsShawn Rutledge2012-09-271-4/+10
* Implement the missing raster operations that were in Qt 3Andy Shaw2012-09-277-9/+173
* Doc: update QMap's description following 5cb036851Pierre Rossi2012-09-271-1/+1
* QMetaType build fix with Q_NO_CURSOR and friends.Jędrzej Nowacki2012-09-273-17/+79
* documentation fixesMarcel Krems2012-09-272-2/+2
* Fix typo in variable name.Stephen Kelly2012-09-271-2/+2
* Fix spelling mistakeThiago Macieira2012-09-271-1/+1
* 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