summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Docs: Fix referencesChristian Stenger2012-12-138-16/+18
* Fix QWidget::setWindowOpacity() when called before show().Friedemann Kleint2012-12-126-4/+19
* QMenu: Do not set snapToMouse if a caused-widget exists.Friedemann Kleint2012-12-121-1/+1
* Accessible: Improve value interfacev5.0.0-rc2Frederik Gladhorn2012-12-127-31/+56
* DirectWrite support on MinGW needs _WIN32_WINNT to be set to 0x0600Erik van Pienbroek2012-12-121-0/+5
* OpenGL Examples: added example path for QtCreatorChristiaan Janssen2012-12-121-0/+2
* De-inline all setters in QWindowShawn Rutledge2012-12-122-77/+84
* qdoc: Make links to \target work intermoduleMartin Smith2012-12-124-34/+41
* Made QWidget::setWindowOpacity work with the XCB platform plugin.Samuel Rødal2012-12-122-0/+19
* QSpanData: use isAffine() instead of rolling your own testVitaliy Kharin2012-12-121-1/+1
* Some fixes to the OpenGL docs in GUIGunnar Sletta2012-12-122-5/+41
* Add directory to xcb-static.pro's INCLUDEPATHAlejandro Exojo2012-12-121-1/+1
* FreeType bitmaps interpreted in wrong formatFlorian Hänel2012-12-121-1/+13
* Improve Cocoa platform plugin loading.Morten Johan Sorvig2012-12-124-9/+22
* Document the new load / store methods in QAtomic{Int,Pointer}Thiago Macieira2012-12-122-0/+86
* Doc: Remove the mention of non-atomic convenience operators in QAtomicThiago Macieira2012-12-121-12/+0
* Partially revert e84e86dc.Morten Johan Sorvig2012-12-111-1/+1
* a11y: Do not refer to destructed QObject in Windows bridgeJan Arve Saether2012-12-112-10/+22
* Mac: disable transient scrollbar animations for non-QScrollBarsJ-P Nurmi2012-12-113-8/+12
* QApplication docs: restore console mode -snippetJ-P Nurmi2012-12-112-14/+25
* QScrollBar::initStyleOption(): fix QStyle::State_On handlingJ-P Nurmi2012-12-111-1/+1
* Fix compilation with (all versions of) MinGWKai Koehne2012-12-111-1/+1
* Automatically import plugins in all applications with static QtMiikka Heikkinen2012-12-113-28/+24
* Hardcoded url for RFC 1929 QTBUG-28500Nico Vertriest2012-12-111-1/+1
* QGraphicsView - fix rubberband to expand on wheel eventThorbjørn Lund Martsum2012-12-111-4/+4
* Remove incorrect and confusing documentation from qplatformwindow.cppSamuel Rødal2012-12-111-3/+0
* Consistently prefix all platform plugin libraries with "q".Samuel Rødal2012-12-113-3/+3
* QGraphicsView - move rubberband-handling into a private functionThorbjørn Lund Martsum2012-12-112-48/+55
* Fixed leading tabRobert Loehning2012-12-111-1/+1
* Remove QT_DLL and QT_NODLL defines.Stephen Kelly2012-12-111-2/+2
* QGraphicsView - add const to a not modified local variableThorbjørn Lund Martsum2012-12-111-1/+1
* QGraphicsView - remove reference to avoid weird code.Thorbjørn Lund Martsum2012-12-111-1/+1
* Inserted hardcoded urls for State Charts and S. C. XMLNico Vertriest2012-12-111-5/+3
* QMetaType: remember whether a type was registered with Q_DECLARE_METATYPEMarc Mutz2012-12-111-2/+15
* QDoc: Fix generated anchors for c++ class signalsTopi Reinio2012-12-111-1/+1
* Added url for SVG Color Keyword Names QTBUG-28500Nico Vertriest2012-12-111-1/+1
* Added hardcoded url QTBUG-28500Nico Vertriest2012-12-111-2/+2
* Hardcoded url for Mac Os X Aqua QTBUG-28500Nico Vertriest2012-12-111-2/+2
* Hardcoded url Item View Classes QTBUG-28500Nico Vertriest2012-12-111-3/+0
* Workaround with hardcoded url QT-BUG 28500Nico Vertriest2012-12-111-1/+1
* Qdoc: workaround, put hardcoded url QTBUG 28500Nico Vertriest2012-12-111-4/+4
* Qdoc: put hardcoded url as workaround QTBUG-28500Nico Vertriest2012-12-111-1/+1
* Entered hardcoded urls QTBUG-28500Nico Vertriest2012-12-111-2/+2
* Generate the introspection string during parsingKevin Ottens2012-12-111-55/+101
* SQL: Change in QSqlResultPrivate::positionalToNamedBinding()Caroline Chao2012-12-101-2/+0
* QLocale: Report RTL text direction for pa_Arab and uz_ArabKonstantin Ritt2012-12-101-9/+16
* Fix binary incompatibility between openssl versionsShane Kearns2012-12-103-3/+15
* Add QT_DEFAULT_QPA_PLUGIN to generated qconfig.priMiikka Heikkinen2012-12-102-0/+13
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-1042-0/+42
* Blackberry: Fix crash when opening file dialog without parent.Sergio Martins2012-12-106-23/+25