summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Build with the LSB build envHarald Fernengel2012-03-151-1/+5
| * Add a way to query for global handles in QPlatformNativeInterfaceJørgen Lind2012-03-152-0/+6
| * QHttpNetworkConnectionChannel: Warn if bytesAvailable and no replyMartin Petersson2012-03-151-3/+3
| * QTableView: call model->submit() on row changeMark Brand2012-03-152-0/+43
| * QSqlTableModel bugfix: consider uncached rows submittedMark Brand2012-03-151-0/+2
| * Refactor theme plugin loading.Friedemann Kleint2012-03-1516-37/+111
| * Simplify QMetaObject::newInstanceJędrzej Nowacki2012-03-141-3/+3
| * Reimplement QMetaType::create method.Jędrzej Nowacki2012-03-141-228/+55
| * Cocoa: Improve basic window handling.Morten Johan Sorvig2012-03-1411-214/+201
| * Fix a memory leak in QMetaObject::connectSlotsByName function.Jędrzej Nowacki2012-03-141-1/+1
| * Fix compilation of the Windows accessibility code for MinGW.Friedemann Kleint2012-03-147-34/+57
| * Add QGuiApplication::platformName.Friedemann Kleint2012-03-143-2/+22
| * Explicit use of null namespace breaks namespaced buildDonald Carr2012-03-141-3/+3
| * Remove unused forward declaration.Sergio Martins2012-03-141-1/+0
| * bootstrap: remove QtXml dependencyGiuseppe D'Angelo2012-03-143-19/+15
| * QStyleSheetStyle: Fix icon properties.Friedemann Kleint2012-03-141-2/+1
| * QHeaderView - documentation update. Prefer hideSection over 0-resize.Thorbjørn Lund Martsum2012-03-141-2/+4
| * Disconnect slots from the old sourcemodel in QIdentityProxyModelkb2012-03-141-40/+40
| * Use QRect::united(), QRect::unite() is deprecated.Sergio Martins2012-03-142-2/+2
| * QHeaderView - renaming functions in Qt5Thorbjørn Lund Martsum2012-03-149-79/+164
| * Fix LSB buildHarald Fernengel2012-03-141-2/+3
| * Add two (forgotten) since 5.0Thorbjørn Lund Martsum2012-03-142-0/+4
| * Use the lazily-queried families for all QPA multi font engines.Pierre Rossi2012-03-1411-40/+53
| * QRegExp: remove docs about RegExp2 being default in Qt5Giuseppe D'Angelo2012-03-141-2/+2
| * Fix build error when QT_NO_FILESYSTEMWATCHER is setsh kim2012-03-142-1/+5
| * build fix for -no-freetype in Windowsjian liang2012-03-145-22/+23
| * Made sure first created xcb window still receives focus.Samuel Rødal2012-03-141-1/+2
| * Unify QMetaType::TypeFlags detection.Jędrzej Nowacki2012-03-144-40/+44
| * Add bin/qdoc to .gitignoreGiuseppe D'Angelo2012-03-141-1/+1
| * remove obsolete qudevhelper and adopt mouse and touch pluginsJohannes Zellner2012-03-1411-135/+251
| * Uncomment disabled code in QResourceEngine autotest.Jason McDonald2012-03-141-1/+1
| * Tidy the QSettings autotest.Jason McDonald2012-03-141-86/+62
| * Remove commented code from qtconcurrentmap autotest.Jason McDonald2012-03-141-9/+0
| * Removed invalid assert in BMP loader code.Kim Motoyoshi Kalland2012-03-141-2/+0
| * Fix a Typo in evdevkeyboard.proRick Stockton2012-03-140-0/+0
| * Windows: Fix QSpinBox background setting via stylesheetMiikka Heikkinen2012-03-132-4/+8
| * improve declaration scopeMark Brand2012-03-131-1/+1
| * use QStringLiteralMark Brand2012-03-131-1/+1
| * Fix memory leak when sqlite3_open_v2 failsHonglei Zhang2012-03-131-0/+5
| * Deliver events in qtestmouseLaszlo Agocs2012-03-131-6/+11
| * Add support for IAccessible2 on WindowsJan-Arve Saether2012-03-13135-409/+42522
| * uic: Avoid creating multiline QStringLiterals for MSVC.Friedemann Kleint2012-03-131-10/+25
| * Print all accessibility event strings.Frederik Gladhorn2012-03-131-47/+1
| * Optimize HB memory consumption of PairPos1 in GPOS tablesEskil Abrahamsen Blomfeldt2012-03-132-28/+101
| * qdoc3: qdoc now handles overloaded methods for QMLMartin Smith2012-03-138-15/+81
| * Update the footer for qdoc output for qt-project.Casper van Donderen2012-03-132-27/+31
| * Remove -arch argument and #define QT_ARCH from configuresBradley T. Hughes2012-03-139-239/+297
| * Clean up test, check radio button and checkbox.Frederik Gladhorn2012-03-131-3/+8
| * Autotest details of QAccessibleEvent.Frederik Gladhorn2012-03-132-22/+40
| * QNam: only init channels when needed.Martin Petersson2012-03-133-47/+139