summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable modularization of translation files.Jan-Arve Saether2012-07-125-18/+108
* Fix crash when column is inserted before rowspanned cellEskil Abrahamsen Blomfeldt2012-07-122-3/+52
* fix splitting of $PATH when looking for sh.exeOswald Buddenhagen2012-07-121-1/+2
* remove another symbian remnant: QMAKE_RVCT_LINKSTYLEOswald Buddenhagen2012-07-121-7/+2
* test behavior of $${absolute,relative}_path() with empty 1st argumentOswald Buddenhagen2012-07-121-0/+2
* remove pointless checking/fallback code for $$TARGETOswald Buddenhagen2012-07-122-2/+0
* remove support for syncqt-based config testsOswald Buddenhagen2012-07-123-427/+0
* remove QT_NO_SIGNALMAPPER from featuresTasuku Suzuki2012-07-124-16/+0
* Fix wince buildAndreas Holzammer2012-07-121-0/+2
* QPA: pass cmdline arguments to QPlatformIntegrationPlugin constructorGirish Ramakrishnan2012-07-123-15/+5
* Implement qWaitForWindowShown using qWaitForWindowExposed.Friedemann Kleint2012-07-122-3/+5
* don't unnecessarily normalize $$[QT_INSTALL_*] any moreOswald Buddenhagen2012-07-121-5/+5
* QNX: Rename copyBack() to blitPreviousToCurrent()Thomas McGuire2012-07-122-6/+8
* QNX: Factor out blitHelper() functionThomas McGuire2012-07-122-30/+30
* QNX: Add comment in post() explaining how buffering worksThomas McGuire2012-07-121-0/+22
* Tests: Fix printsupport profiles.Friedemann Kleint2012-07-122-2/+2
* make the prl lookup search in standard locationsOswald Buddenhagen2012-07-123-4/+7
* android: fix build mistake from earlier mkspec namingRobin Burchell2012-07-121-1/+1
* Fix static plugin loading.Thiago Macieira2012-07-121-4/+11
* Write qHash functions for QDate, QTime and QDateTime.Mitch Curtis2012-07-125-1/+49
* Add unary operator+ to QPoint and QPointF.Mitch Curtis2012-07-124-0/+56
* Put the ICU libraries in LIBS_PRIVATEThiago Macieira2012-07-111-2/+2
* fix QT.<module>.*_VERSION referencesOswald Buddenhagen2012-07-111-1/+1
* do not mess with VERSIONOswald Buddenhagen2012-07-111-2/+2
* Improve windowflags, windowgeometry manual tests.Friedemann Kleint2012-07-118-21/+62
* eglfs: add virtual destructor to QEglFsHooksRobin Burchell2012-07-111-0/+1
* linuxfb: Add config.test and configure supportGirish Ramakrishnan2012-07-114-2/+101
* Fix some spelling errorsSergio Ahumada2012-07-1138-52/+52
* Add protected virtual ensureActiveTarget() to QOpenGLPaintDeviceJocelyn Turcotte2012-07-113-0/+15
* Improve QPoint and QPointF auto tests.Mitch Curtis2012-07-114-72/+679
* 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
* fix build with namespaced qtOswald Buddenhagen2012-07-111-0/+4
* 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-113-2/+13
* 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-112-15/+36
* statemachine: Emit finished() signal when the initial state is finalKent Hansen2012-07-112-1/+24
* statemachine: Small refactoring of initial transition codeKent Hansen2012-07-112-15/+16
* statemachine: Get rid of hidden start stateKent Hansen2012-07-112-45/+9