summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Phonon: avoids assert when switching sourceThierry Bastian2009-08-111-0/+2
| | | | | The problem was that when switching source, the previous one was still running. So we now explicitly stop it.
* Phonon::VideoWidget still flickeringThierry Bastian2009-08-111-0/+2
| | | | | | | small patch to make sure even the native events of the pending ones won't trigger anything in the paintevent Task-number: 251776
* Fix Whitespace errorsPrasanth Ullattil2009-08-112-29/+29
| | | | Reviewed-by: Trust Me
* Fix compile error on 64BitPrasanth Ullattil2009-08-112-0/+34
| | | | | | Added new overload with int64 parameter. Reviewed-by: Simon Hausmann
* Add support for hooking BeginPaint/EndPaint on 64Bit WindowsPrasanth Ullattil2009-08-113-2/+111
| | | | | | | | | | Webkit uses the runtime patching trick explained by "Feng Yuan" for hooking these paint functions. It currently supports only 32bit assembly code. This patch adds support for 64Bit version. Since inline-assemblies are not supported for 64Bit, we have use a seperate .asm file. Reviewed-by: Simon Hausmann Reviewed-by: Thiago Macieira
* Phonon: Video widget on Windows flickers when going to next videoThierry Bastian2009-08-111-1/+14
| | | | | | | Now we just disable the updates during a short amount of time. This should give enough time to the video to start. Task-number: 251776
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMorten Sorvig2009-08-112-13/+22
|\
| * Phonon: improve locking to make it safer to load a sourceThierry Bastian2009-08-112-13/+22
| | | | | | | | Task-number: 259482
* | Perform the variable initalizations _before_ starting the clock.Morten Sorvig2009-08-111-2/+2
|/ | | | Removes a few of cycles erronously included in the results.
* Compile.Morten Sorvig2009-08-111-1/+1
|
* Fix BC breakage caused by commit 7aa2d76d.Morten Sorvig2009-08-112-1/+9
| | | | | Code compiled with 4.5 expects to find the QBenchmarkIterationController() constructor, so ad an overload instead of replacing it.
* Merge branch '4.5'Thiago Macieira2009-08-111-6/+7
|\ | | | | | | | | | | Conflicts: configure tests/auto/moc/tst_moc.cpp
| * xlC 7 cannot compile QtConcurrent with these templates hereThiago Macieira2009-08-071-1/+1
| | | | | | | | (cherry picked from commit cb64ac587249f5dc6563a035e2ef5a3ad2bc5d13)
| * Fix crash in QX11Data::xdndHandleEnter when XGetWindowProperty failsOctavian Voicu2009-08-061-6/+7
| | | | | | | | | | | | | | Task-number: 259143 Merge-request: 1119 Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
* | QTableView with swapped headers PageUp/PageDown bugGabriel de Dietrich2009-08-111-9/+8
| | | | | | | | | | | | | | | | | | QTableView with header-swapped rows wouldn't scroll correctly when PageUp or PageDown pressed. Simplified calculation for next currentIndex provided in QTableView::moveCursor. Task-number: 259308 Reviewed-by: olivier
* | Compile QtGui on Linux with no Gtk development package present.Friedemann Kleint2009-08-111-0/+4
| |
* | compile fix for Win32Maurice Kalinowski2009-08-111-1/+1
| | | | | | | | | | | | use correct function pointer (Get) Reviewed-by: Thomas Hartmann
* | Use a linked list for signal/slot ConnectionListAaron Kennedy2009-08-112-39/+86
| | | | | | | | | | | | | | Using a linked list, rather than a QList improves connection performance by eliminating the QList allocation costs. Reviewed-by: brad
* | Make compile.Bill King2009-08-112-0/+2
| |
* | Fixes coverity warning of uninit variable.Bill King2009-08-101-1/+1
| |
* | Doc: Fix links and qdoc warnings.Volker Hilsheimer2009-08-101-3/+3
| |
* | Better implementation for commit d13418effc5f00474541ae513a30c9a42c2a1cb3. TheGabriel de Dietrich2009-08-102-26/+36
| | | | | | | | | | | | previous version could run in an endless loop with infinite models. Reviewed-by: olivier
* | fixing the Windows CE build after adding gesture supportJoerg Bornemann2009-08-101-4/+11
| | | | | | | | | | | | We must guard the code with QT_WINCE_GESTURES. Reviewed-by: TrustMe
* | Make QGtkStyle react properly to font changes in GNOMEJens Bache-Wiig2009-08-103-18/+26
| | | | | | | | | | | | | | | | | | We only reacted to font changes before when the whole theme changed. Two things had to be fixed to support this. We need to check if the font changed in QGtkStyle::updateTheme and we need to make sure that QApplication does not reset these settings for us. Reviewed-by: joao
* | Introducing icon theme supportJens Bache-Wiig2009-08-1016-1253/+1370
| | | | | | | | | | | | | | | | | | | | | | | | Added some static functions to QIcon to support desktop themes based on the freedesktop spec. It is not intended to replace KIcon and the intention is to use it when available to share icon cache between applications. Applications currently using icon themes are Assistant, Designer and the textedit demo. Reviewed-by: ogoffart
* | Manual mergeThomas Hartmann2009-08-101-3/+1
| |
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtThomas Hartmann2009-08-105-27/+33
|\ \
| * | QtWebKit compile fix for Windows CEJoerg Bornemann2009-08-101-1/+1
| | | | | | | | | | | | | | | | | | There's no getenv on Windows CE. Reviewed-By: Simon Hausmann
| * | remove compiler warning for Windows CEJoerg Bornemann2009-08-101-24/+22
| | | | | | | | | | | | | | | | | | whitespaces fixed Reviewed-by: TrustMe
| * | respect QAbstractSpinBox::NoButtons in windowsce / windowsmobile stylesJoerg Bornemann2009-08-102-1/+9
| | | | | | | | | | | | | | | | | | | | | Code is adapted from QCommonStyle which handles this case for other styles. Reviewed-by: thartman
| * | Make chooseConfig work on some EGL implementationsHarald Fernengel2009-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the spec, if we pass a 0 out pointer, EGL should tell us how many configurations are available. However, we pass a 0 out pointer, but say that it's 256 elements big, it confuses some implementations. Fix that by passing a 0 out pointer and saying that it has space for 0 elements. Now we correctly get the amount of available configs. Reviewed-by: Rhys Weatherley <rhys.weatherley@nokia.com>
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtThomas Hartmann2009-08-1071-785/+1349
|\ \ \ | |/ / | | | | | | | | | Conflicts: src/gui/kernel/qapplication_win.cpp
| * | fix issues reported by CoverityKent Hansen2009-08-103-4/+3
| | |
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-08-102-0/+3
| |\ \
| | * | Doc: add \since 4.6 for new functionsVolker Hilsheimer2009-08-102-0/+3
| | | |
| * | | Doc: Fixed spelling mistake and some acronyms.David Boddie2009-08-101-5/+5
| |/ / | | | | | | | | | | | | Task-number: 259268 Reviewed-by: Trust Me
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-08-104-17/+8
| |\ \
| | * | Fixed a possible problem when unplugging a QToolBarThierry Bastian2009-08-101-1/+1
| | | | | | | | | | | | | | | | The 'break' statement was misplaced... This was found thanks to coverity
| | * | Compile fix on Linux.hjk2009-08-103-16/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: brad The declaration of getQApplicationPrivateInternal was only available as 'friend' on Q_WS_WIN.
| * | | Doc: Clarified the behavior of QDir::exists().David Boddie2009-08-101-5/+10
| |/ / | | | | | | | | | | | | Task-number: 259091 Reviewed-by: Trust Me
| * | Doc: Fix qdoc warningsVolker Hilsheimer2009-08-103-3/+11
| | |
| * | Removed unused member in QApplicationPrivateBradley T. Hughes2009-08-101-1/+0
| | | | | | | | | | | | The appAllTouchPoints variable isn't used on Windows, remove it.
| * | Compile fix with namespaceshjk2009-08-105-4/+21
| | |
| * | Fixed an assert that could happen when the mediaSource is deletedThierry Bastian2009-08-103-40/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using streaming, it could happen that the last reference to the MediaSource is in another thread. So the objects are destroyed from another thread. In which case we would delete QObject (ioDevice) in another thread. That is fixed by calling deleteLater which will ensure that they are deleted in their own thread. Note: there was a nother assert that could happen due to a race condition in the worker thread. That is also fixed with this patch. Reviewed-by: jbache
| * | Implemented QPinchGesture.Denis Dzyubenko2009-08-107-27/+316
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a new standard gesture, which is implemented using a native zoom and rotate gestures on Windows and with a direct touch event handling on other platforms. Improved pan support - we subscribe to native pan gesture only when it's really needed, and we pass proper flags for single finger horizontal/vertical panning. Reviewed-by: Richard Moe Gustavsen
| * | Made the QGesture::reset function protected.Denis Dzyubenko2009-08-102-3/+4
| | | | | | | | | | | | | | | | | | | | | By default the QGesture::reset function is protected, and it can be made public in the derived class if necessary. Reviewed-by: trustme
| * | Remove unused member.Jan-Arve Sæther2009-08-101-1/+0
| | |
| * | Whitespace cleanupJan-Arve Sæther2009-08-101-3/+3
| | |
| * | Fix default QWidget size on X servers with XineramaBradley T. Hughes2009-08-101-0/+7
| | | | | | | | | | | | | | | | | | | | | The default widget size is normally calculated from the root window size, but when running on an X server with Xinerama enabled, the root window spans all screens, making the widget far to large. Use the default screen's size instead to give the widget a size that should fit on a single screen.
| * | Link with winscw againHarald Fernengel2009-08-101-1/+1
| | | | | | | | | | | | | | | compiler mangles "struct" and "class" differently, so make sure that QTestCharBuffer is always forward declared as "struct".