summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix multiselection by CTRL-click in QFileDialog/KDE.Friedemann Kleint2013-02-211-1/+5
* Fix path separators in archives created by QZipWriterPavel Mogilevskiy2013-02-211-6/+6
* Fix text issue with Hiragana characters when stylesheet is applied.Mitch Curtis2013-02-212-0/+12
* Take fontconfig font width into accountBernd Weimer2013-02-211-5/+18
* QStackedLayout: Fix crash when focus widget is destroyed in hide()Jan Arve Saether2013-02-201-12/+15
* Fix QDeclarativeListView currentSection property updateNils Jeisecke2013-02-201-0/+2
* update ofono APILorn Potter2013-02-202-21/+71
* fix connman bearer for new API.Lorn Potter2013-02-202-6/+65
* Fixed some issues in QFontconfigDatabase::fallbacksForFamilyBernd Weimer2013-02-191-3/+4
* QThread documentation: do not discourage the reimplementation of QThreadSze Howe Koh2013-02-192-39/+29
* Add a method that allows registration of files to typesAlan Alpert2013-02-194-1/+122
* qpa: Fix crash when requesting QApplication::platformNativeInterface()Julien Brianceau2013-02-191-1/+1
* Add missing Objective-C namespace prefixesHalewijn Geerts2013-02-191-2/+2
* Ensure the native filedialog starts up with the right directoryAndy Shaw2013-02-181-0/+2
* Fix call to QMetaObject::metaCall from updatePropertyDavid E. Narváez2013-02-181-2/+5
* QLocale: Update tamil's AM/PM textEl Mehdi Fekari2013-02-151-107/+106
* Ensure that pixels is only freed if there was no CGImage for itAndy Shaw2013-02-131-1/+1
* Fixed checking HOME variable return value using isEmpty()Pasi Petäjäjärvi2013-02-131-1/+1
* Strip prepending <hostname>: string from currentPath() for VxSimPasi Petäjäjärvi2013-02-131-1/+9
* Cocoa: Do not use NSOpenGLPFAAccelerated flag for GL contextJonathan Liu2013-02-121-3/+0
* QLocale: Update the Japanese and Czech localeEl Mehdi Fekari2013-02-121-5/+5
* BB10 systemProxyForQuery: query system proxy also for non-URL requestsPeter Hartmann2013-02-122-4/+28
* QProcessEnvironment: Permit magic cmd variablesDaniel Teske2013-02-081-1/+2
* QNX: Don't let eglMakeCurrent() fail when using two contexts.Sergio Martins2013-02-082-29/+8
* Fixed crash in image reader when reading certain BMP files.Samuel Rødal2013-02-081-4/+4
* Fix TIFFTAG_RESOLUTIONUNIT handling.Leonard Lee2013-02-061-4/+5
* Actually use EGLint - EGLconst does not exist.Milian Wolff2013-02-061-1/+1
* remove misleading statement from ~QSqlDatabase()Mark Brand2013-02-051-3/+0
* BlackBerry bearer plugin: check whether device is online several timesPeter Hartmann2013-02-032-0/+25
* BlackBerry: The MeasurementSystem port was for BlackBerry OS not QNXSamuli Piippo2013-02-012-11/+11
* Ensure QDeclarativeTextLayout uses the correct penChris Adams2013-02-011-1/+12
* Only allow one dir to be selected for getExistingDirectory() on WinAndy Shaw2013-01-301-1/+1
* Make compile with QT_NO_FILESYSTEMITERATORThomas Zander2013-01-305-0/+10
* Make sure the correct name filter is selected in the Mac file dialogAndy Shaw2013-01-301-5/+9
* Add a means to specify that the VM_POOL_SIZE can be 1gb and not 2gbAndy Shaw2013-01-301-0/+4
* Observe GL context loss in ShaderEffectItemChris Adams2013-01-302-38/+7
* Make sure QGraphicsItem notifies changes to focusScopeItem.Andreas Aardal Hanssen2013-01-291-5/+7
* don't prematurely reduce LIBS when adding sql link listsMark Brand2013-01-294-4/+4
* Call endSheet when the QFileDialog was shown as a sheet on MacAndy Shaw2013-01-291-0/+2
* Use correct variable type EGLint for EGL attributesPasi Petäjäjärvi2013-01-283-4/+4
* VxWorks process (RTP) mode does not have taskLock/taskUnlock functionsPasi Petäjäjärvi2013-01-281-0/+5
* Add support getting memory page size to RTP mode on VxWorks.Pasi Petäjäjärvi2013-01-282-1/+7
* Use Qt defined gettimeofday for VxWorks and no fallback to X11 versionPasi Petäjäjärvi2013-01-282-1/+9
* VxWorks header only available in DKM mode and not in RTP mode.Pasi Petäjäjärvi2013-01-281-1/+1
* Use taskIdSelf() function instead of taskIdCurrent global variablePasi Petäjäjärvi2013-01-281-2/+2
* Use stub functions getpwuid and getgrgid for VxWorksPasi Petäjäjärvi2013-01-281-2/+2
* Do not define QT_NO_DYNAMIC_LIBRARY for VxWorks process (RTP)Pasi Petäjäjärvi2013-01-281-1/+1
* Use sched_get_priority_* functions only for SCHED_RR and SCHED_FIFOPasi Petäjäjärvi2013-01-281-2/+14
* Fix comments to use pre C99 standard style insteadPasi Petäjäjärvi2013-01-281-5/+5
* Undefine overlapping variable names defined in VxWorks headersPasi Petäjäjärvi2013-01-281-0/+38