summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove QFactoryInterface from bearer pluginsLars Knoll2012-06-088-52/+1
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-0815-104/+6
* Remove QFactoryInterface from the generic pluginsLars Knoll2012-06-088-55/+8
* Remove QFactoryInterface from picture pluginsLars Knoll2012-06-083-23/+10
* Remove QFactoryInterface dependency from icon pluginsLars Knoll2012-06-083-21/+16
* Remove the QFactoryInterface dependency from accessible pluginsLars Knoll2012-06-087-135/+11
* Don't inherit from QFactoryInterface for image pluginsLars Knoll2012-06-088-54/+13
* Fix eglfs regression in configureDonald Carr2012-06-071-0/+1
* SIC: QPrintSupport - Remove options api from QPageSetupDialogJohn Layt2012-06-075-137/+8
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-076-16/+17
* QTextBoundaryFinder: Consider soft hyphen as line breaking opportunityKonstantin Ritt2012-06-073-6/+42
* Set the whiteSpace flag outside the grapheme and the line breaking loopKonstantin Ritt2012-06-071-7/+21
* Remove QFactoryInterface from sql driversLars Knoll2012-06-0712-91/+10
* Deprecate the use of QWeakPointer to track QObjects.Stephen Kelly2012-06-073-52/+28
* Expand the 'existing target guard' in generated CMake files.Stephen Kelly2012-06-072-23/+21
* Added SpellCheckUnderlineStyle theme hint.Samuel Rødal2012-06-073-2/+13
* Windows: Store only full-size DC's obtained by BeginPaint.Friedemann Kleint2012-06-072-8/+13
* Fix compilation of examples with -no-widgetsKent Hansen2012-06-075-5/+5
* Make qtexttable autotest build without widgetsKent Hansen2012-06-072-1/+8
* Make sql autotests build without widgetsKent Hansen2012-06-071-0/+2
* Make "other" autotests build without widgetsKent Hansen2012-06-071-0/+14
* Don't build printsupport autotests when widgets aren't availableKent Hansen2012-06-071-1/+1
* Fix common device spec pathsDonald Carr2012-06-071-3/+3
* Remove widgets dependency from xmlstreamlint exampleKent Hansen2012-06-071-1/+1
* Remove widgets dependency from qtconcurrent/map autotestKent Hansen2012-06-072-3/+3
* Make animation autotests build without widgetsKent Hansen2012-06-071-0/+3
* Remove widgets dependency from qdatastream autotestKent Hansen2012-06-072-1/+2
* Make qprocess autotest build without widgetsKent Hansen2012-06-072-0/+5
* Remove widgets dependency from qstringlistmodel autotestKent Hansen2012-06-072-3/+2
* Make itemmodels autotest build without widgetsKent Hansen2012-06-071-1/+3
* Make qstatemachine autotest build without widgetsKent Hansen2012-06-072-3/+16
* Make qpixmap autotest build without widgetsKent Hansen2012-06-072-2/+11
* Make qpicture autotest build without widgetsKent Hansen2012-06-072-1/+8
* Make qmovie autotest build without widgetsKent Hansen2012-06-072-1/+10
* get rid of "uninitialized member" gcc warningKonstantin Ritt2012-06-071-2/+1
* Mark the testSslOption method as introduced in Qt 4.8Laszlo Papp2012-06-071-0/+2
* Make gui tests build when widgets aren't availableKent Hansen2012-06-071-0/+4
* Make qpainter autotest build without widgetsKent Hansen2012-06-072-2/+31
* Make qtextdocumentlayout autotest build without widgetsKent Hansen2012-06-072-1/+8
* Make qtextobject autotest build without widgetsKent Hansen2012-06-072-1/+8
* QNX: Take nativeOrientation into account for QNX device orientationsSean Harmer2012-06-061-10/+25
* QtNetwork: disconnect other channels when network layer detectedMartin Petersson2012-06-063-0/+11
* Add Blackberry path for SSL certificatesNicolas Arnaud-Cormos2012-06-061-0/+1
* Use the correct ifdef (QT_WIDGETS_LIB) in qsqlrelationaldelegate.hKent Hansen2012-06-061-2/+2
* Rename QSystemLocale::fallbackLocale() to QSystemLocale::fallbackUiLocale()Mike FABIAN2012-06-066-8/+8
* Check LANGUAGE as well in QSystemLocale::fallbackLocaleMike FABIAN2012-06-062-1/+14
* Use LC_MESSAGES instead of LC_NUMERIC in QSystemLocale::fallbackLocale()Mike FABIAN2012-06-061-3/+1
* Fixed compile error in eglfs plugin due to narrowing conversion.Samuel Rødal2012-06-061-4/+8
* Test if the device is grabbed in some of the evdev pluginsLaszlo Agocs2012-06-062-4/+25
* statemachine: Make delayed event posting work from secondary threadKent Hansen2012-06-064-17/+151