summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* doc: Corrected several qdoc warnings.Martin Smith2009-07-031-3/+3
* Fixed compile of QtCore with some exotic GNU toolchains.Rohan McGovern2009-07-031-1/+1
* Refactored gesture apiDenis Dzyubenko2009-07-023-33/+2
* Correct #include path for qcore_unix_p.hThiago Macieira2009-07-021-1/+1
* Use void* in the read/write replacementsThiago Macieira2009-07-021-2/+2
* Fix build with MSVC2003: apparently the code path I thought was Unix was also...Thiago Macieira2009-07-021-3/+3
* Revert "Add support for creating the object alongside the Data structure in Q...Thiago Macieira2009-07-021-47/+0
* Experimental: allow QSharedPointer to be used with forward declarations that ...Thiago Macieira2009-07-021-1/+1
* Add support for creating the object alongside the Data structure inThiago Macieira2009-07-021-0/+47
* Add qobject_cast for QSharedPointer.Thiago Macieira2009-07-023-0/+110
* Use the safe versions of the network system calls I have just added.Thiago Macieira2009-07-022-1/+75
* Add a properly-safe version of select(2).Thiago Macieira2009-07-023-43/+159
* Port QProcess to use the EINTR-safe and thread-safe functionsThiago Macieira2009-07-021-148/+65
* Use the safe versions in these system calls I've just introduced.Thiago Macieira2009-07-024-16/+21
* Make the inotify_init call also use FD_CLOEXEC-safe version of theThiago Macieira2009-07-021-3/+37
* Port most uses of ::open and QT_OPEN to the safe version.Thiago Macieira2009-07-026-25/+24
* Add qcore_unix_p.h containing mostly safe versions of Unix functions.Thiago Macieira2009-07-022-0/+247
* Merge branch 'research/qdbus-improvements'Thiago Macieira2009-07-021-5/+18
|\
| * Use an "int status" extra parameter in property reading/writing.Thiago Macieira2009-07-021-5/+18
* | add support for attaching meta data to translatable messagesOswald Buddenhagen2009-07-021-0/+28
* | Merge branch '4.5'Thiago Macieira2009-07-022-6693/+6694
|\ \ | |/
| * Fixed the build on Windows after regenerating the unicode tables.Denis Dzyubenko2009-07-011-2/+2
| * Regenerated unicode tables after the fix in the generator.Denis Dzyubenko2009-07-012-6693/+6694
* | QAnimation: fix a jump in values when restarting an animationThierry Bastian2009-07-011-26/+21
* | Animation: fixed a NOTIFY signal name that was wrongThierry Bastian2009-07-011-1/+1
* | QNAM: Direct transfer of HTTP buffer to the QNetworkReply bufferMarkus Goetz2009-07-011-1/+46
* | Make the macros QT_WA & QT_WA_INLINE only use the unicode partMarius Storm-Olsen2009-07-011-10/+2
* | src/qt3support: Remove QT_WA and non-Unicode code paths, dropping Win9x and N...miniak2009-07-011-0/+9
* | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-012-2/+21
* | Handle application paths larger than MAX_PATH, and fix potential buffer overflowMarius Storm-Olsen2009-07-012-10/+39
* | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-0128-1340/+554
* | Merge branch '4.5'Marius Storm-Olsen2009-06-301-1/+2
|\ \ | |/
| * QTemporaryFile: Report the user-provided openModeJoão Abecasis2009-06-291-1/+2
* | Initialize the time structure in QTime::currentTime()Benjamin Poulain2009-06-291-2/+1
* | Merge branch '4.5'Thiago Macieira2009-06-282-5/+9
|\ \ | |/
| * Fix detection of the ELF interpreter on Linux.Thiago Macieira2009-06-282-5/+9
* | Fixed a gcc 4.4 warning on switching a value outside the enum.Thiago Macieira2009-06-262-8/+13
* | De-export the ThreadEngineBarrier class and de-inline the call to acquire.Morten Sørvig2009-06-262-2/+13
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-261-57/+19
|\ \
| * | Clean up QSharedPointer cast implementations.Thiago Macieira2009-06-261-57/+19
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-262-2/+31
|\ \ \ | |/ /
| * | Add some macro expressions to qglobal.h for typeof, alignof and aligned().Thiago Macieira2009-06-261-1/+30
| * | QVariant::setValue had a bug when changing its typeThierry Bastian2009-06-261-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-261-1/+7
|\ \ \ | |/ /
| * | Merge branch '4.5'Thiago Macieira2009-06-261-1/+7
| |\ \ | | |/
| | * make invokable constructors work with classes in namespaceKent Hansen2009-06-251-1/+7
| | * Bump Qt version number.Jason McDonald2009-06-251-2/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-263-3/+7
|\ \ \ | |/ /
| * | Merge branch '4.5'Thiago Macieira2009-06-252-2/+6
| |\ \ | | |/
| | * Change QSharedPointer to track (or not) pointers when the #define isThiago Macieira2009-06-252-2/+6