summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add Russian translation for qvfbRitt Konstantin2009-07-062-0/+329
| * Update Russian translation for Qt Linguist.Ritt Konstantin2009-07-061-11/+17
| * Update Russian translation for Qt libraries.Ritt Konstantin2009-07-061-108/+104
| * Update Russian Qt phrase bookRitt Konstantin2009-07-061-10/+42
| * Fix issue where a mainwindow would show two size grips in Cocoa.Norwegian Rock Cat2009-07-061-2/+5
| * Implement QApplication::setOverrideCursor to use pure Cocoa callsNorwegian Rock Cat2009-07-061-1/+11
| * Removed superfluous code in assistant's search module.ck2009-07-063-16/+6
| * Fixed race condition in search module.ck2009-07-063-15/+21
| * Fix more sql autotest failures.Bill King2009-07-061-3/+4
| * Fix precision autotest for SqlServerBill King2009-07-061-6/+7
| * Fixed dead code possibly leading to crash.Rohan McGovern2009-07-031-1/+1
| * Fix up two more qsqldatabase autotests.Bill King2009-07-031-1/+8
| * Fixes ::record for dialect 3 named tables in interbase/firebird.Bill King2009-07-031-2/+2
| * Fixes invalid length for numeric fields in oracle.Bill King2009-07-031-1/+1
| * QDirectFBPaintEngine return if destRect is nullAnders Bakken2009-07-031-0/+2
| * Better debug output for QDirectFBPaintEngineAnders Bakken2009-07-021-2/+5
| * Remove unused function viewUnderTransparentForMouseView in QCocoaView.Prasanth Ullattil2009-07-022-57/+0
| * Drag and drop events are not delivered correctly in CocoaPrasanth Ullattil2009-07-022-8/+43
| * Implement hitTestNorwegian Rock Cat2009-07-022-54/+7
| * Fix a regression where dynamic tooltips wouldn't show up in Cocoa.Norwegian Rock Cat2009-07-022-4/+15
| * Minor: fix spelling in configure.exe -help output.Thiago Macieira2009-07-021-1/+1
| * Fix oops in strcmp in QBuffer.Thiago Macieira2009-07-021-1/+1
| * Add a note about this method not being safe in multithreaded contextsThiago Macieira2009-07-021-0/+7
* | QPropertyAnimation: save a Q_GLOBAL_STATICThierry Bastian2009-07-081-10/+8
* | Fix possible crash in QDockAreasThierry Bastian2009-07-081-1/+1
* | Define M_PI in qmath.h if not defined by math.h (as is the case on Windows), ...Volker Hilsheimer2009-07-083-8/+4
* | Make test pass when executed from debug/release directory.Volker Hilsheimer2009-07-081-0/+3
* | QMainWindow: fix the use of animation and improve code qualityThierry Bastian2009-07-083-52/+38
* | Compile fix for the qapplication autotest.Denis Dzyubenko2009-07-081-25/+43
* | autotest compile fix for MacOSXThierry Bastian2009-07-081-1/+1
* | doc: Output a clearer "All functions in this class are..." statement.Martin Smith2009-07-084-53/+156
* | QMenuBar: the extension could be visible when it shouldn'tThierry Bastian2009-07-081-2/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtVolker Hilsheimer2009-07-0819-134/+272
|\ \
| * | Phonon: Fixed a possible race conditionThierry Bastian2009-07-081-7/+13
| * | fast Windows version of QLocalSocketJoerg Bornemann2009-07-083-120/+138
| * | added auto test tst_QLocalSocket::readBufferOverflowJoerg Bornemann2009-07-081-0/+33
| * | Phonon: Fixed a possible race conditionThierry Bastian2009-07-081-1/+1
| * | Cocoa: Plain text from clipboard use '\r' as newline instead of '\n'Prasanth Ullattil2009-07-083-2/+25
| * | Animations: fix compilation with QT_NO_ANIMATIONThierry Bastian2009-07-0810-4/+63
| * | QMainWindow: compile fix when defining QT_NO_DOCKWIDGETThierry Bastian2009-07-081-2/+1
* | | Use current license header.Volker Hilsheimer2009-07-082-4/+4
|/ /
* | QMainWindow: fixed a crash in some cases when deleting the widgetThierry Bastian2009-07-082-13/+6
* | QMainWindow: made use of QPropertyAnimation for animationsThierry Bastian2009-07-084-149/+59
* | The offset of cropRect should not depend on the position of the windowBenjamin Poulain2009-07-081-1/+1
* | Tables aren't deleting properly. Send the correct name .Bill King2009-07-081-4/+4
* | On Mac OS X, translate the wrect to the coordinates on screenBenjamin Poulain2009-07-072-7/+51
* | ItemViews: _q_fetchMore now uses a timer instead of invokeMethodThierry Bastian2009-07-073-6/+9
* | Fixes a crash when scrolling a scrollarea with a mouse wheel.Denis Dzyubenko2009-07-072-0/+2
* | QColumnView: new uses QPropertyAnimation over QTimeLineThierry Bastian2009-07-072-22/+9
* | Getting rid of compiler warnings on windowsThierry Bastian2009-07-073-9/+5