summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Some more qnetworkproxy_symbian informationMarkus Goetz2010-12-071-0/+5
* Added qnetworkproxy_symbian.cppMarkus Goetz2010-12-072-0/+62
* Weed out old unix code from qhostinfo_symbian.cppMarkus Goetz2010-12-071-313/+9
* Copy qhostinfo_unix.cpp to qhostinfo_symbian.cppMarkus Goetz2010-12-072-1/+408
* Symbian socket engine: Some more commentsMarkus Goetz2010-12-071-1/+11
* Use shared socket server session everywhereShane Kearns2010-12-063-27/+6
* Set preferences in socket server Connect()Shane Kearns2010-12-061-1/+6
* Use socket manager in QtNetworkShane Kearns2010-12-063-11/+43
* Add socket manager to corelibShane Kearns2010-12-062-13/+48
* Address some of the easier TODOs in native socket engineShane Kearns2010-12-012-86/+105
* Prototype socket managerShane Kearns2010-12-013-1/+140
* Skeleton code for symbian native socket engineShane Kearns2010-12-013-1/+768
* avoid the warning about comparison between signed and unsigned integersKonstantin Ritt2010-11-301-1/+1
* QRasterPixmapData: Reuse underlying QImage in fill() if possible.Andreas Kling2010-11-303-40/+46
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-11-307-25/+489
|\
| * DEF file freezemread2010-11-297-25/+489
* | minor optimization: decrease amount of possible detaches to 1Konstantin Ritt2010-11-291-6/+10
* | add reminders for Qt 5.0Konstantin Ritt2010-11-291-3/+3
* | add QChar::currentUnicodeVersion() static memberRitt Konstantin2010-11-292-0/+11
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-11-261-1/+1
|\
| * Corrected case on Symbian library.axis2010-11-261-1/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-11-263-7/+49
|\ \
| * | Added mipmap property to QGLFramebufferObjectFormat.Kim Motoyoshi Kalland2010-11-263-7/+49
| |/
* | QFileSystemWatcher: don't try to stop non-running threadJoão Abecasis2010-11-261-0/+2
* | QPollingFileSystemWatcherEngine: Fix double report of directory change.Tijl Coosemans2010-11-261-2/+8
* | QKqueueFileSystemWatcherEngine: Use higher file descriptors.Tijl Coosemans2010-11-261-0/+8
* | QKqueueFileSystemWatcherEngine: Unlock mutex between two events.Tijl Coosemans2010-11-261-13/+6
* | QKqueueFileSystemWatcherEngine: Unlock mutex before calling write(2).Tijl Coosemans2010-11-261-65/+69
* | QKqueueFileSystemWatcherEngine: Handle kevent(2) returning EINTR.Tijl Coosemans2010-11-261-1/+2
* | QKqueueFileSystemWatcherEngine: Deleting kevent is handled by close().Tijl Coosemans2010-11-261-13/+1
* | QKqueueFileSystemWatcherEngine: Use EV_CLEAR instead of EV_ONESHOT.Tijl Coosemans2010-11-261-14/+2
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-11-255-1/+11
|\
| * Fix some memory leaks.Fabien Freling2010-11-255-1/+11
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-11-253-2/+19
|\ \
| * | Allow QDial to wrap value when wrapping property is set.Andy Nichols2010-11-252-1/+16
| * | QtScript variant conversion: Convert numbers to (u)int if applicable (reviewe...Thomas Senyk2010-11-251-1/+3
| |/
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-11-252-0/+8
|\ \
| * \ Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-11-252-0/+8
| |\ \
| | * \ Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-11-252-0/+8
| | |\ \
| | | * \ Merge branch 4.6 into qt-4.7-from-4.6Qt Continuous Integration System2010-11-242-0/+8
| | | |\ \
| | | | * | Fix compliation of ALSA audio backend when checking for surround support.Justin McPherson2010-11-242-0/+8
* | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-2576-415/+1036
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-11-251-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fix inf loop bughawcroft2010-11-251-1/+1
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-2426-167/+600
| |\ \ \ \
| | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-2426-167/+600
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Janne Koskinen2010-11-231-1/+1
| | | |\ \ \
| | | | * | | Fix QPixmap::fromImage() in the OpenVG pixmap backend.Jason Barron2010-11-231-1/+1
| | | * | | | Fix spacesJanne Koskinen2010-11-232-2/+2
| | | |/ / /
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Janne Koskinen2010-11-232-17/+35
| | | |\ \ \