summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* After showing modal windows, WM_LBUTTONUP for double click is ignored.Prasanth Ullattil2010-03-231-0/+4
* Drag & drop operations wont end while using Remote Desktop sessionsPrasanth Ullattil2010-03-231-10/+6
* Revert change 7bf4512659 on Cocoa.Morten Johan Sørvig2010-03-231-1/+1
* Extended the high_attributes array, since we have more than 127 widget attrib...Robert Griebl2010-03-231-1/+1
* Add missing ,.Aaron McCarthy2010-03-231-1/+1
* Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-234-63/+33
|\
| * Fix a problem with the selection losing items when layout is changedThierry Bastian2010-03-221-0/+4
| * refactor connections/disconnections in QItemSelectionModelThierry Bastian2010-03-222-60/+26
| * small little change to the initialization of item viewsThierry Bastian2010-03-221-3/+1
| * disable copy of QPainterPathStroker as its not copiable.Gunnar Sletta2010-03-221-0/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-2244-202/+484
|\ \ | |/ |/|
| * Make QStackTextEngine cheaper to constructAndreas Kling2010-03-221-5/+4
| * Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets (part 2).Robert Griebl2010-03-221-0/+2
| * Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets.Robert Griebl2010-03-223-1/+26
| * Cocoa: fix eventdispatcher crash, found by macgui autotestRichard Moe Gustavsen2010-03-222-2/+7
| * Make QWidget::activateWindow() NET window manager aware.Robert Griebl2010-03-223-1/+25
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-2237-193/+420
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-2137-221/+430
| | |\
| | | * Compile Qt in C++0x mode.Thiago Macieira2010-03-205-46/+47
| | | * Add 2 signals, introduce side widget, make it possible to reset startIdJarek Kobus2010-03-192-27/+183
| | | * Do not create native window handle just because a parent has one.Denis Dzyubenko2010-03-191-1/+1
| | | * Tab color fix for document mode on Snow Leopard.Robert Griebl2010-03-191-4/+6
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1929-143/+193
| | | |\
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1929-143/+193
| | | | |\
| | | | | * Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-1921-60/+152
| | | | | |\
| | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1829-143/+193
| | | | | |\ \
| | | | | | * | Add Japanese/Korean keyboard specific keys to QKeySequenceTasuku Suzuki2010-03-181-0/+35
| | | | | | * | Fixed qmdiarea autotest regression on CocoaDenis Dzyubenko2010-03-181-1/+2
| | | | | | * | Minor update for f3f979cbd37f47892cd0c0a9fc23b802ed6f7890Prasanth Ullattil2010-03-181-0/+2
| | | | | | * | Incorrect translation for Application menu items in Mac.Prasanth Ullattil2010-03-183-18/+14
| | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1826-126/+142
| | | | | | |\ \
| | | | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1826-126/+142
| | | | | | | |\ \
| | | | | | | | * | Remove unwanted code in f8d5f2594a9b268b9eeecf95b24b23fc940c71cePrasanth Ullattil2010-03-171-3/+1
| | | | | | | | * | Compile fix on keypad-navigation systemsThiago Macieira2010-03-171-1/+1
| | | | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1726-127/+145
| | | | | | | | |\ \
| | | | | | | | | * | compile fix for WindowsThomas Hartmann2010-03-171-0/+1
| | | | | | | | | * | Fixed focus handling when Qt is embedded into Cocoa app.Denis Dzyubenko2010-03-171-3/+17
| | | | | | | | | * | Do not beep on Mac when pressing some keys.Denis Dzyubenko2010-03-174-4/+17
| | | | | | | | | * | Do not deliver the same key event multiple times in Cocoa.Denis Dzyubenko2010-03-173-28/+19
| | | | | | | | | * | Improved qt_x11_wait_for_window_managerDenis Dzyubenko2010-03-171-28/+10
| | | | | | | | | * | Cocoa: minisplitter has only 1px wide grab areaCarlos Manuel Duclos Vergara2010-03-171-2/+5
| | | | | | | | | * | "Strictly" Fullscreen Application in Mac OSCarlos Manuel Duclos Vergara2010-03-171-0/+16
| | | | | | | | | * | Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-1718-41/+41
| | | | | | | | | * | Port QtGui uses of QTime as a stopwatch to QTimestampThiago Macieira2010-03-1720-62/+60
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-222-10/+23
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fixed performance issues when falling back to raster for sub-pixmaps.Samuel Rødal2010-03-221-2/+7
| * | | | | | | | | | Dragging headers in item views done rightGabriel de Dietrich2010-03-221-8/+16
| |/ / / / / / / / /
* | | | | | | | | | Merge branch '4.6-s60' into 4.7-s60axis2010-03-2213-98/+160
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | QS60Style: All itemviews should indicate selection with tick markSami Merila2010-03-221-3/+3
| * | | | | | | | | QS60Style assert fails to detect an index failureSami Merila2010-03-221-1/+1