summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * remove over-uses of $$list()Oswald Buddenhagen2012-02-272-4/+4
| * avoid using infile() needlesslyOswald Buddenhagen2012-02-271-3/+4
| * Fix tst_qmenu.Debao Zhang2012-02-272-23/+12
| * QClipboard: Fix autotest failsDebao Zhang2012-02-276-28/+25
| * don't generate bogus TARGETsOswald Buddenhagen2012-02-271-6/+6
| * bump version of QMAKE_TARGET_PRODUCTOswald Buddenhagen2012-02-271-1/+1
| * Fix QThreadstorage test.Friedemann Kleint2012-02-277-25/+62
| * Fix icon loading in style sheets.Friedemann Kleint2012-02-273-31/+49
| * QtTest: add missing \since 5.0 to the new macrosDavid Faure2012-02-271-0/+6
| * Fix inconsistent auto test executable namesDavid Faure2012-02-273-1/+3
| * QRegExp: fix crashGiuseppe D'Angelo2012-02-272-0/+31
| * remove library version matching from qt.confOswald Buddenhagen2012-02-271-65/+2
| * Use new plugin system in qtbase.Friedemann Kleint2012-02-2724-35/+97
| * Simplify QMetaTypeSwitcher.Jędrzej Nowacki2012-02-272-26/+8
| * Optimize space for the QEventLoopQuitLocker.Stephen Kelly2012-02-271-9/+23
| * Reduce QtCore lib binary size by around ~3KB, by removing template codeJędrzej Nowacki2012-02-274-87/+38
| * Fix selftests while using QStringBuilderOlivier Goffart2012-02-271-1/+1
| * Remove deprecated usage of QKeySequence from qguivariantOlivier Goffart2012-02-271-2/+3
| * Remove usage of deprecated QAbstractItemModel::setRoleNamesOlivier Goffart2012-02-272-11/+7
| * Don't use deprecated QAbstractItemModel::reset()Olivier Goffart2012-02-276-6/+12
| * Cleanup usage of QVariant::Type.Jędrzej Nowacki2012-02-276-50/+50
| * Remove more support for unsupported GCC versions.Stephen Kelly2012-02-271-6/+2
| * Skip unstable qlineedit autotest on Ubuntu 11.10.Toby Tomkins2012-02-272-0/+6
| * qfiledialog2: Skip test that is passing on CI and failing otherwise.Toby Tomkins2012-02-271-3/+3
| * Changed qnetworkreply unittest to return correct codeKurt Korbatits2012-02-271-7/+5
| * QFlags<>: let the compiler generate copy ctor/op=Marc Mutz2012-02-261-2/+5
| * remove fallback re-initialization of TARGET after parsing projectOswald Buddenhagen2012-02-262-3/+1
| * RemoveRef should not remove the constOlivier Goffart2012-02-261-1/+0
| * QFixed: make constexprMarc Mutz2012-02-261-68/+68
| * QFixed{,Size}: reformulate some functions in a constexpr-friendly wayMarc Mutz2012-02-261-23/+24
| * uic: remove unused QRegExp #includesGiuseppe D'Angelo2012-02-262-2/+0
| * QPrinterInfo: remove unused variableMarc Mutz2012-02-261-1/+0
| * Remove usage of deprecated QRect::uniteOlivier Goffart2012-02-262-2/+2
| * Fix doc according to current method signatureABBAPOH2012-02-261-1/+0
| * Fix compilation of examples with QStringBuilderOlivier Goffart2012-02-253-5/+5
| * QSslError: fix wrong #endif placementMarc Mutz2012-02-251-1/+1
| * Fix MinGW configure bootstrapJonathan Liu2012-02-251-3/+31
| * process variable assignments with tabs as wellOswald Buddenhagen2012-02-251-1/+1
| * configure - fix detection of MSVC compiler in x64Shane Kearns2012-02-251-0/+4
| * Fix a crash in QSystemLocalePrivate::uiLanguages().Friedemann Kleint2012-02-251-1/+1
| * Fix compilation without QT_DEPRECATED_SINCEOlivier Goffart2012-02-251-2/+3
| * Implement isSharing() and isValid() methods for QCocoaGLContextTeemu Katajisto2012-02-252-3/+22
| * QFutureWatcher: Make constructors explicitMarc Mutz2012-02-251-3/+3
| * Fix to exit of adopted thread watcher in Windowsjian liang2012-02-251-7/+20
| * compile fix: parse under C++11Marc Mutz2012-02-241-6/+6
| * examples: compile w/o openglMarc Mutz2012-02-248-13/+20
| * Use new plugin system for SQL drivers.Friedemann Kleint2012-02-2427-39/+85
| * Use new plugin system for network bearer plugins.Friedemann Kleint2012-02-2418-19/+61
| * rcc: micro-optimizationMarc Mutz2012-02-241-1/+1
| * Fix tst_qlineedit.Friedemann Kleint2012-02-244-56/+82