summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some spelling errorsSergio Ahumada2012-07-1128-41/+41
* Add protected virtual ensureActiveTarget() to QOpenGLPaintDeviceJocelyn Turcotte2012-07-113-0/+15
* Avoid loading multiple bearer plugins of the same keyJiang Jiang2012-07-111-0/+5
* Add stylehint to use querying RTL keyboard support.Friedemann Kleint2012-07-119-21/+23
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-115-0/+29
* Don't set the resize and move flags when activating fullscreen modeThomas McGuire2012-07-111-0/+8
* Fix unit tests when CMAKE_PREFIX_PATH env var is not set.Stephen Kelly2012-07-111-0/+3
* linuxfb: Remove QFbWindow::setVisibleGirish Ramakrishnan2012-07-113-13/+2
* linuxfb: Add m prefix to all member variablesGirish Ramakrishnan2012-07-114-69/+69
* linuxfb: raise and lower should take QFbWindow as argsGirish Ramakrishnan2012-07-113-25/+23
* linuxfb: let the window register itself with the screenGirish Ramakrishnan2012-07-112-3/+3
* linuxfb: Add option to not switch to graphics modeGirish Ramakrishnan2012-07-111-2/+5
* linuxfb: Rework screen codeGirish Ramakrishnan2012-07-117-896/+437
* linuxfb: remove mScreens from QFbWindowGirish Ramakrishnan2012-07-113-65/+33
* linuxfb: create image only on resizeGirish Ramakrishnan2012-07-112-11/+3
* linuxfb: don't store window in backingstoreGirish Ramakrishnan2012-07-116-19/+17
* QNX: fix linking by implementing QStandardPaths::enableTestMode()Marc Mutz2012-07-111-3/+20
* statemachine: Support parallel root stateKent Hansen2012-07-111-11/+27
* statemachine: Emit finished() signal when the initial state is finalKent Hansen2012-07-111-1/+12
* statemachine: Small refactoring of initial transition codeKent Hansen2012-07-112-15/+16
* statemachine: Get rid of hidden start stateKent Hansen2012-07-112-45/+9
* linuxfb: add linuxfb.json and moc main.cppGirish Ramakrishnan2012-07-113-1/+10
* linuxfb: make linuxfb compileGirish Ramakrishnan2012-07-115-95/+205
* linuxfb: make platformsupport convenience compileGirish Ramakrishnan2012-07-1113-722/+1037
* List required xcb packages for Ubuntu 12.04.Jason McDonald2012-07-111-0/+3
* statemachine: Revamp property assignments implementationKent Hansen2012-07-113-243/+380
* statemachine: Refactor {enter,exit}States() functionsKent Hansen2012-07-112-19/+34
* XCB: Use glXCreateContextAttribsARB if availableSean Harmer2012-07-111-1/+43
* Remove clipboard operations from QAccessibleEditableTextInterfaceJan-Arve Saether2012-07-119-200/+151
* Change deprecated use of qgenericplugin_qpa.h to qgenericplugin.hSergio Ahumada2012-07-111-1/+1
* Fix showNormal() and friends for platforms with fullscreen hintThomas McGuire2012-07-102-4/+4
* make gui compile with QT_NO_SHORTCUTJeremy Katz2012-07-101-0/+5
* Use DirectWrite font engine for non-ttf fonts as wellEskil Abrahamsen Blomfeldt2012-07-101-3/+1
* Get font's underline position in DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-102-0/+11
* Make the documentation consistent with the header and QVector* classesLaszlo Papp2012-07-101-4/+4
* statemachine: Don't assign properties for transitions with no targetsKent Hansen2012-07-101-6/+4
* statemachine: Tiny refactoring to avoid double lookupKent Hansen2012-07-103-3/+4
* statemachine: Add some missing QT_NO_PROPERTIES guardsKent Hansen2012-07-102-4/+10
* statemachine: Small refactoring of animation selection codeKent Hansen2012-07-102-14/+21
* statemachine: Purge restorable properties when they are restoredKent Hansen2012-07-101-0/+2
* Set compound state's initial state to 0 if it is removed/deletedKent Hansen2012-07-101-0/+2
* statemachine: Let QPropertyAssignment do the property writeKent Hansen2012-07-102-4/+4
* statemachine: Don't crash if property assignment target is deletedKent Hansen2012-07-103-13/+36
* Use Q_DECL_CONSTEXPR for the QFlag's inline constructorLaszlo Papp2012-07-101-2/+2
* QtGui: declare some classes as sharedMarc Mutz2012-07-1010-1/+37
* Use factor and divisor wording to be consistent with the documentation and restLaszlo Papp2012-07-101-27/+27
* statemachine: goToState() should require that the machine is runningKent Hansen2012-07-101-10/+7
* Speed up QCoreApplication construction a bitHarald Fernengel2012-07-102-3/+3
* Color transparency support in html import/exportAlexey Chernov2012-07-102-5/+32
* Support fallback fonts in DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-104-88/+162