summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* probably need to update user configurations once in a while tooLorn Potter2010-03-171-1/+1
* use dynamicstore insteadLorn Potter2010-03-171-29/+14
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1517-236/+809
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1517-236/+809
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1517-236/+809
| | |\
| | | * Remove configure test for NetworkManager.Aaron McCarthy2010-03-151-1/+1
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1216-235/+808
| | | |\
| | | | * get known wifi networks a more complicated way, but without accessingLorn Potter2010-03-122-102/+265
| | | | * fix crash on 10.6 with no wifi interfaceLorn Potter2010-03-122-5/+16
| | | | * Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-1116-134/+533
* | | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-03-1523-2730/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-1523-2730/+30
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Moved Symbian audio backend into QtMultimedia.dllGareth Stockwell2010-03-1212-2707/+0
| | * | | Fixed filename cases to support building Qt for Symbian in LinuxMiikka Heikkinen2010-03-123-3/+3
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-111-1/+5
| | |\ \ \
| | | * | | Avoid unnecessary memory allocation in the jpeg handler's image detectionSimon Hausmann2010-03-111-1/+5
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-101-0/+0
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-101-0/+0
| | | |\ \ \
| | | | * | | Fix sqlite3_v9.2.zip to export sqlite3.iby to correct location.Miikka Heikkinen2010-03-101-0/+0
| | * | | | | Do qFatal() on unsupported screen format instead of crashing laterPaul Olav Tvete2010-03-101-0/+3
| | |/ / / /
| | * | | | compile fix for plugins\sqldrivers\sqlite on WinCE 6Joerg Bornemann2010-03-101-0/+2
| | |/ / /
| | * | | Compile without QT3_SUPPORTAnders Bakken2010-03-091-2/+2
| | * | | Improve scrolling in DirectFBAnders Bakken2010-03-092-17/+13
| | * | | Don't use DirectFB for non-existing pixmapsAnders Bakken2010-03-081-0/+2
* | | | | Gstreamer player: allow video output changes during video playback.Dmytro Poplavskiy2010-03-152-18/+186
|/ / / /
* | | | Install plugins to correct path.Justin McPherson2010-03-153-3/+3
| |/ / |/| |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-122-20/+33
|\ \ \ | |_|/ |/| |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7Dmytro Poplavskiy2010-03-095-80/+204
| |\ \
| * | | Delayed initialization of gstreamer video widget.Dmytro Poplavskiy2010-03-082-20/+33
* | | | Don't wait forever when scanning for wifi networks on win32 fails.Aaron McCarthy2010-03-101-3/+20
* | | | use Qt's private mac functions, reduce code redundancyLorn Potter2010-03-091-43/+13
* | | | JPEG plugin: Use switch() instead of if()Markus Goetz2010-03-081-11/+22
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Lorn Potter2010-03-075-97/+226
|\ \ \ \
| * | | | Avoid conversion to/from QChar in the cn codec to unicodeBenjamin Poulain2010-03-071-11/+11
| * | | | Avoid memory allocations in conversion from Gb2312/Gb18030 to unicodeBenjamin Poulain2010-03-071-14/+37
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-0712-155/+236
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-064-79/+185
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Compile with DirectFB version >= 1.2.0 && < 1.2.9Anders Bakken2010-03-051-1/+1
| | * | | QDirectFBPaintEngine optimizationAnders Bakken2010-03-051-3/+4
| | * | | Add some warnings when using DISABLE/WARN in DFBAnders Bakken2010-03-051-4/+19
| | * | | Support keypad input with vnc driverPaul Olav Tvete2010-03-031-0/+34
| | * | | Simplify DirectFB performance debuggingAnders Bakken2010-03-021-16/+87
| | * | | Fix licenseCheck autotestOlivier Goffart2010-03-021-1/+1
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-sql-team into 4.6Bill King2010-03-022-61/+45
| | |\ \ \
| | | * | | Make composition modes work better for DirectFBAnders Bakken2010-03-011-60/+39
| | | * | | Don't disable alpha when filling with opaque colorAnders Bakken2010-03-011-1/+1
| | | * | | Add support for composition mode DSPD_DST in DFBAnders Bakken2010-03-011-0/+5
| | * | | | Fixes: ODBC Driver expects 16bit when system is 32bitBill King2010-03-021-0/+1
| | |/ / /
* | | | | don't try to build corewlan plugin when corewlan was not found at configureLorn Potter2010-03-071-1/+1
| |_|/ / |/| | |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-0512-155/+236
|\ \ \ \ | |/ / / |/| | |