summaryrefslogtreecommitdiff
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-056-17/+30
|\
| * Merge commit 'origin/4.5'Olivier Goffart2009-06-044-4/+17
| |\
| | * Don't use inactivatable timers to calculate time to wait for next timer.Thomas Sondergaard2009-06-041-3/+11
| | * fix catalan plural rulesOswald Buddenhagen2009-06-032-0/+4
| | * Add a note about what happens when passing 0 to qobject_cast in the docAndy Shaw2009-06-031-1/+2
| * | Fixed build error with Sun CC 5.5..jasplin2009-06-041-10/+10
| * | Improve detection of monotonic timer supportBradley T. Hughes2009-06-021-1/+1
| * | Integrate merge-request #573 into branch 'master'Eskil Abrahamsen Blomfeldt2009-06-021-1/+1
| |\ \
| | * | Remove the redundant timer kill and start when the twojieshuzheng2009-06-021-1/+1
| * | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-021-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Removed nested comment signature in the doc to fix a warning.Denis Dzyubenko2009-05-291-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-021-3/+1
|\ \ \ | |/ /
| * | Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-2914-55/+87
| |\ \
| * | | static method, no instance neededDavid Faure2009-05-291-1/+1
| * | | Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-222-23/+48
| |\ \ \
| * \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-204-6/+16
| |\ \ \ \
| * | | | | remove unused line (the function is even in qtgui nowadays)David Faure2009-05-181-2/+0
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-295-14/+30
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Compile fix with namespaces.hjk2009-05-281-2/+0
| * | | | | improved string operations all over the placeThierry Bastian2009-05-282-2/+2
| * | | | | Add a flag that ensure that a connection is made only oneOlivier Goffart2009-05-271-9/+27
| * | | | | Fixed keywords signals and slots to Q_SIGNALS and Q_SLOTSThierry Bastian2009-05-261-1/+1
* | | | | | Refactor the touch event dispatching code in preparation for allowing externa...Bradley T. Hughes2009-05-282-9/+12
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-2613-51/+67
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-252-16/+22
| * | | | | Removed some export to symbols that don't need itThierry Bastian2009-05-252-3/+3
| * | | | | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-254-11/+11
| * | | | | Merge branch '4.5'Thiago Macieira2009-05-223-5/+8
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Fixed compilation with -qtnamespaceMarkus Goetz2009-05-223-6/+6
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-221-4/+3
| |\ \ \ \ \
| | * | | | | Mark data as static, use fetch-and-store instead of test-and-setBradley T. Hughes2009-05-221-4/+3
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-2212-312/+308
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge branch 'kinetic-statemachine' of git@scm.dev.nokia.troll.no:qt/kinetic ...Alexis Menard2009-05-122-3/+4
| |\ \ \ \ \
| | * | | | | update stale docKent Hansen2009-04-291-1/+1
| | * | | | | rename QBoundEvent to QWrappedEvent and make it publicKent Hansen2009-04-291-1/+1
| | * | | | | kill StateFinished from docsKent Hansen2009-04-291-1/+0
| | * | | | | kill StateFinished event type since it doesn't exist anymoreKent Hansen2009-04-281-2/+1
| | * | | | | docKent Hansen2009-04-171-0/+3
| | * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-04-178-19/+47
| | |\ \ \ \ \
| | * | | | | | Initial import of kinetic-animations branch from the old kineticAlexis Menard2009-04-1774-0/+34480
| | / / / / /
| * | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-statemachineAlexis Menard2009-05-1210-21/+54
| |\ \ \ \ \ \
| * | | | | | | Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-1774-0/+34480
| / / / / / /
* | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-222-23/+48
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | allow to debug QVariant of float typeThierry Bastian2009-05-201-1/+4
| * | | | | | Use a per object lock for signal/slotsOlivier Goffart2009-05-201-22/+44
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-202-1/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-192-1/+5
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Added doc about QSharedMemory and other applicationsMarkus Goetz2009-05-181-0/+4
| | * | | | Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-192-5/+11
|\ \ \ \ \ \ | |/ / / / /