summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Small optimization.Aleksandar Sasha Babic2009-07-241-0/+4
* For some reason interface info on Symbian will notAleksandar Sasha Babic2009-07-241-2/+59
* Implemented setWindowIcon for S60 devices without context pane.Janne Anttila2009-07-231-0/+36
* Removed few compiler warnings when using NokiaX86 compiler.Janne Anttila2009-07-222-1/+2
* Increased default stack size for QThreads on Symbian.axis2009-07-161-0/+7
* Make S60 integration optional.Jason Barron2009-07-1544-158/+239
* Fixed a consistency problem in the backing store.axis2009-07-141-0/+4
* Fixed a bug where the input panel would not show up.axis2009-07-132-1/+32
* Fixed a bug where input capabilities would not be updated.axis2009-07-132-8/+8
* Make non-zero timers high priority.Johannes Oikarinen2009-07-131-2/+3
* Fix plugins properly.Jason Barron2009-07-101-1/+2
* someone forgot this import module: s60Liang Qi2009-07-101-1/+1
* Compile OpenVG paint engine after QScopedPointer changes.Jason Barron2009-07-101-1/+1
* Merge branch 'fixing_tst_qdatetimeedit'axis2009-07-104-86/+93
|\
| * Restructured some code that had flawed logic.axis2009-07-091-8/+10
| * Added key sequences for Symbian.axis2009-07-093-76/+81
* | Compile the OpenGL2 paint engine after the QScopedPointer changesJason Barron2009-07-091-3/+3
* | Fix compilation after merge.Jason Barron2009-07-091-1/+1
* | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-0984-7107/+7082
|\|
| * Merge branch 'fixing_tst_qdatetimeedit'axis2009-07-097-15/+41
| |\
| | * Switched to asynchronous focus handling on Symbian.axis2009-07-096-14/+40
| | * Removed a warning.axis2009-07-091-1/+1
| * | Fix compilation on WinCE by using correct scopes.Jason Barron2009-07-071-1/+1
| |/
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-0734-6921/+6920
| |\
| | * Fix typo in color calculation.Norwegian Rock Cat2009-07-071-3/+3
| | * Handle all PostgreSQL notifications sitting in the queueDerick Hawcroft2009-07-071-4/+4
| | * 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
| | * Fixed dead code possibly leading to crash.Rohan McGovern2009-07-031-1/+1
| | * 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-021-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
| | * 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
| | * Tinyint is unsigned, force it to such.Bill King2009-07-021-1/+3
| | * Get more autotests passing/fixed up.Bill King2009-07-021-2/+5
| | * We still need to Flip in NO_WM modeAnders Bakken2009-07-011-1/+1
| | * Make sure we check the right deviceAnders Bakken2009-07-011-2/+2
| | * Code cleanupAnders Bakken2009-07-011-48/+36
| | * Doc: clearifying docs - QProgressDialogMorten Engvoldsen2009-07-011-1/+1
| | * Fixed the build on Windows after regenerating the unicode tables.Denis Dzyubenko2009-07-011-2/+2
| | * Doc: correcting typoMorten Engvoldsen2009-07-012-2/+2
| | * Regenerated unicode tables after the fix in the generator.Denis Dzyubenko2009-07-012-6693/+6694
| | * Document unified toolbar change with regard to full screen change.Norwegian Rock Cat2009-07-011-3/+4
| | * Don assume QVariant::String data is going to always be unicode in QODBCDerick Hawcroft2009-07-011-1/+1