summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix warningLorn Potter2010-03-231-1/+1
* Revert "Avoid a data relocation by not trying to store a pointer in the .data...Rohan McGovern2010-03-221-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-22120-2610/+7251
|\
| * Make QStackTextEngine cheaper to constructAndreas Kling2010-03-221-5/+4
| * Add a function to get the transitions available from a stateKent Hansen2010-03-222-1/+20
| * Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets (part 2).Robert Griebl2010-03-222-0/+6
| * Fix behavior change QStringList::join() for nullKenji Sugita2010-03-221-0/+2
| * Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets.Robert Griebl2010-03-224-1/+29
| * 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
| * Upgraded QLocale data to Unicode CLDR 1.8.0Denis Dzyubenko2010-03-223-1886/+4320
| * Do not use FSEvents-based filesystemwatcher backend on Mac.Denis Dzyubenko2010-03-221-1/+1
| * add file missing in commit 74f5e34979b8a08a91aa3c2fa6d252e68eca7817Lars Knoll2010-03-221-0/+442
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-22105-713/+2395
| |\
| | * Moc: Add support for rvalue references in signals and slots.Thiago Macieira2010-03-222-3/+8
| | * Add support for polyphonic greekLars Knoll2010-03-225-24/+110
| | * Fix build failure on WinCE.Aaron McCarthy2010-03-221-0/+4
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-2197-714/+2283
| | |\
| | | * Disable C++0x mode for QtWebKit and QtScript since WebKit will not compile an...Thiago Macieira2010-03-202-0/+6
| | | * Compile Phonon in C++0x mode.Thiago Macieira2010-03-201-1/+1
| | | * Compile Qt in C++0x mode.Thiago Macieira2010-03-2010-81/+84
| | | * Avoid a data relocation by not trying to store a pointer in the .data section...Thiago Macieira2010-03-201-1/+1
| | | * Fix cast-from-ascii warningThiago Macieira2010-03-201-1/+1
| | | * Fix compilation on LinuxThiago Macieira2010-03-201-5/+5
| | | * Fix compilation with WINSCW: #include doesn't find files in the same dirThiago Macieira2010-03-201-3/+3
| | | * Rename m_volume to m_volThiago Macieira2010-03-202-6/+6
| | | * 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-1977-584/+1986
| | | |\
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1977-584/+1986
| | | | |\
| | | | | * Revert "Don't emit open signal on session close/error."Aaron McCarthy2010-03-197-30/+18
| | | | | * Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-1949-153/+308
| | | | | |\
| | | | | * | Rename networkAccess property to networkAccessible.Aaron McCarthy2010-03-193-31/+99
| | | | | * | Don't emit open signal on session close/error.Aaron McCarthy2010-03-197-18/+30
| | | | | * | Rename private signal.Aaron McCarthy2010-03-194-12/+24
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1874-541/+1863
| | | | | |\ \
| | | | | | * | Add Japanese/Korean keyboard specific keys to QKeySequenceTasuku Suzuki2010-03-181-0/+35
| | | | | | * | Fixed qmdiarea autotest regression on CocoaDenis Dzyubenko2010-03-181-1/+2
| | | | | | * | Fix JSC export macrosKent Hansen2010-03-182-2/+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-1869-522/+1810
| | | | | | |\ \
| | | | | | | * | Add flag to indicate that network sessions are expected on a platform.Aaron McCarthy2010-03-186-14/+15
| | | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1863-508/+1795
| | | | | | | |\ \
| | | | | | | | * | Make destructor virtual.Aaron McCarthy2010-03-181-1/+1
| | | | | | | | * | Optimized QLocale to access system locale on demand.Denis Dzyubenko2010-03-173-54/+179
| | | | | | | | * | 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-1759-454/+1618
| | | | | | | | |\ \