Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | Added a macro to reduce boilerplate code in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 5 | -17/+35 | |
| | | | * | | | | | | Removed dependency of EffectFactory on native effect headers | Gareth Stockwell | 2010-01-11 | 6 | -60/+48 | |
| | | | * | | | | | | Delayed creation of audio effect object until audio is initialized | Gareth Stockwell | 2010-01-11 | 8 | -23/+63 | |
| | | | * | | | | | | Modified effect parameter handling to improve user experience | Gareth Stockwell | 2010-01-11 | 9 | -23/+175 | |
| | | | * | | | | | | Added comments to clarify usage of Phonon::EffectParameter API | Gareth Stockwell | 2010-01-11 | 1 | -8/+9 | |
| | | | * | | | | | | Shortened description of audio equalizer bands | Gareth Stockwell | 2010-01-11 | 1 | -1/+1 | |
| | | | * | | | | | | Implemented audio effects capability querying in Phonon MMF backend | Gareth Stockwell | 2010-01-08 | 11 | -132/+226 | |
| | | | * | | | | | | Corrected parameter name ordering in internal Phonon MMF function signatures | Gareth Stockwell | 2010-01-08 | 2 | -4/+4 | |
| | | | * | | | | | | Fixed typo in Phonon::EffectWidget implementation | Gareth Stockwell | 2010-01-08 | 1 | -1/+1 | |
| | | * | | | | | | | Added absolute path to sqlite3.sis in s60installs.pro | Miikka Heikkinen | 2010-01-12 | 1 | -1/+1 | |
| | | | |_|_|_|/ / | | | |/| | | | | | ||||||
| | * | | | | | | | Fix D-Bus calls with QDBus::BlockWithGui. | Thiago Macieira | 2010-01-12 | 1 | -1/+1 | |
| | * | | | | | | | Fix an issue with HTTP headers like "private, max-age=300". | Thiago Macieira | 2010-01-12 | 1 | -1/+1 | |
| | * | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | Martin Smith | 2010-01-12 | 32 | -91/+459 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ... | Simon Hausmann | 2010-01-12 | 10 | -1/+292 | |
| | | * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-12 | 3346 | -3634/+4118 | |
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | | | * | | | | | | Prevent a crash when creating an inputContext from the QApplication dtor. | Simon Hausmann | 2010-01-12 | 2 | -2/+2 | |
| | | | * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-11 | 3346 | -3632/+4116 | |
| | | | |\ \ \ \ \ \ | | | | | |_|_|/ / / | | | | |/| | | | | | ||||||
| | | | | * | | | | | QNAM HTTP Code: Cache socket state inside ensureConnection() | Markus Goetz | 2010-01-11 | 1 | -4/+6 | |
| | | | | * | | | | | QNAM HTTP Code: When starting new request, prefer connected sockets. | Markus Goetz | 2010-01-11 | 1 | -5/+17 | |
| | | | | * | | | | | typo fix | Ritt Konstantin | 2010-01-11 | 1 | -1/+1 | |
| | | | | * | | | | | Fix code example | Bernhard Rosenkraenzer | 2010-01-11 | 1 | -1/+1 | |
| | | | | * | | | | | fix typo in qreadwritelock's documentation | Ritt Konstantin | 2010-01-11 | 1 | -3/+3 | |
| | | | | * | | | | | QNAM HTTP: Don't call d_func() so often | Markus Goetz | 2010-01-11 | 1 | -27/+30 | |
| | | | | * | | | | | QNAM HTTP: Fix readBuffer maximum size. | Markus Goetz | 2010-01-11 | 10 | -1/+54 | |
| | | | | * | | | | | QNAM HTTP: Optimize eatWhitespace() | Markus Goetz | 2010-01-11 | 1 | -3/+10 | |
| | | | | * | | | | | QNAM HTTP: Check if socket already tries to connect. | Markus Goetz | 2010-01-11 | 1 | -5/+12 | |
| | | | | * | | | | | network internals: fix build on S60 | Peter Hartmann | 2010-01-11 | 1 | -1/+1 | |
| | * | | | | | | | | doc: Updated the descriptions of the connection types. | Martin Smith | 2010-01-12 | 2 | -31/+44 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | Martin Smith | 2010-01-11 | 49 | -547/+933 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Add a way to access the normalised URL in QUrl. | Thiago Macieira | 2010-01-11 | 1 | -4/+8 | |
| | | * | | | | | | | network internals: start HTTP GET requests right away when called | Peter Hartmann | 2010-01-11 | 7 | -18/+30 | |
| | | * | | | | | | | Fix regression introduced in e49aee9f: set If-Modified-Since. | Thiago Macieira | 2010-01-11 | 1 | -8/+8 | |
| | | * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-09 | 3346 | -3560/+3931 | |
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | | | ||||||
| | | | * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-09 | 3346 | -3560/+3931 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-08 | 3346 | -3560/+3931 | |
| | | | | |\ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | Reverted two commits that were pushed to the wrong branch. | Denis Dzyubenko | 2010-01-08 | 3 | -59/+13 | |
| | | | | | * | | | | | | Use the new QTextCodec api in the QXmlStreamWriter. | Denis Dzyubenko | 2010-01-08 | 2 | -10/+2 | |
| | | | | | * | | | | | | Added new functions to QTextCodec that accept ConversionFlags. | Denis Dzyubenko | 2010-01-08 | 2 | -3/+57 | |
| | * | | | | | | | | | | doc: Corrected explanation of when append() does nothing. | Martin Smith | 2010-01-11 | 1 | -2/+3 | |
| | * | | | | | | | | | | doc: Added clarification about allocating space for the 0 terminator. | Martin Smith | 2010-01-11 | 1 | -3/+15 | |
| | | |_|_|/ / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Fixes: Fix spinbox with NoButton style in QGtkStyle | Jens Bache-Wiig | 2010-01-08 | 1 | -44/+53 | |
| | * | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | Martin Smith | 2010-01-08 | 45 | -266/+498 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Cocoa: Fix painting errors on QGLWidget resizing. | Morten Johan Sørvig | 2010-01-08 | 1 | -0/+7 | |
| | | * | | | | | | | | | Fix broken QGLWidget::renderPixmap on Mac/Carbon | Morten Johan Sørvig | 2010-01-08 | 1 | -4/+16 | |
| | | * | | | | | | | | | Fixes: Setting any style sheet breaks checkbox positioning | Jens Bache-Wiig | 2010-01-08 | 1 | -5/+7 | |
| | | * | | | | | | | | | Fixes: MenuItem size fixes and missing separator with Gtk+ | Jens Bache-Wiig | 2010-01-08 | 3 | -28/+33 | |
| | | * | | | | | | | | | QNAM HTTP: just use the expirationDate in the code that validates the cache | Thiago Macieira | 2010-01-08 | 1 | -2/+6 | |
| | | * | | | | | | | | | QNAM HTTP: change the caching semantics to match documentation | Thiago Macieira | 2010-01-08 | 1 | -7/+10 | |
| | | * | | | | | | | | | QNAM HTTP: fix the caching algorithm from RFC 2616 | Thiago Macieira | 2010-01-08 | 1 | -4/+10 | |
| | | * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2010-01-08 | 23 | -153/+222 | |
| | | |\ \ \ \ \ \ \ \ \ |