summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove the Q_NO_DATA_RELOCATION hackOlivier Goffart2012-01-131-13/+0
* Remove QAccessibleEventFrederik Gladhorn2012-01-121-1/+0
* Make QFtp private.Jonas M. Gastal2012-01-121-1/+0
* Remove unused QT_NO_TEXTSTREAM.David Faure2012-01-112-2/+0
* Remove QtV8 library from QtBaseSimon Hausmann2012-01-092-42/+0
* Removing QHttp class, its tests and its usage in examples.Jonas M. Gastal2012-01-061-4/+2
* Update copyright year in license headers.Jason McDonald2012-01-0556-56/+56
* Finish removing Qt3 supportBradley T. Hughes2011-12-236-242/+34
* Disable warnings when building mkv8snapshotBradley T. Hughes2011-12-141-0/+1
* qtbase: Remove QSound.Friedemann Kleint2011-12-071-1/+0
* Executing 'make install' did not build mkv8snapshotJyri Tahtela2011-12-061-0/+3
* Initialize the return value of signalsOlivier Goffart2011-11-291-1/+1
* Add support to moc for registering non-local enums via Q_ENUMS.Glenn Watson2011-11-271-0/+15
* Make v8 snapshots work in debug-and-release modeKent Hansen2011-11-241-0/+5
* Add V8 snapshot supportKent Hansen2011-11-222-0/+33
* moc: Remove code that generate QMetaObject.Olivier Goffart2011-11-154-320/+0
* moc: fix Q_INVOKABLE returning referencesOlivier Goffart2011-11-151-1/+4
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-143-2/+39
* Fix parsing of #if defined expressionOlivier Goffart2011-11-111-2/+3
* moc: support c++11 style enumsOlivier Goffart2011-10-293-4/+15
* Remove Windows and X11 from src/widgets/platforms.Robin Burchell2011-10-281-3/+0
* Fix compiler warnings.Friedemann Kleint2011-10-271-5/+0
* Move the implementation of normalizeTypeInternal()Bradley T. Hughes2011-10-271-1/+1
* Remove unnecessary sources from the bootstrap libraryBradley T. Hughes2011-10-251-7/+0
* Make some qtestlib headers private.Jason McDonald2011-10-231-5/+0
* Replace Q_WS_WIN by Q_OS_WIN in uic/network.Friedemann Kleint2011-10-172-5/+1
* QtBase: Move idc to Active Qt.Friedemann Kleint2011-10-103-354/+1
* Remove the remaining traces of QT3_SUPPORTLars Knoll2011-10-031-2/+0
* Get rid of the last traces of QMimeSourceLars Knoll2011-09-291-4/+0
* Remove uilib and QtUiTools from QtBaseLars Knoll2011-09-131-1/+0
* Merge branch 'refactor'Gunnar Sletta2011-09-134-385/+311
|\
| * Merge branch 'master' into refactorGunnar Sletta2011-09-121-3/+18
| |\
| * \ Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-061-3/+0
| |\ \
| * \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-291-1/+0
| |\ \ \
| * | | | Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-1/+1
| * | | | Merge branch 'master' into refactorGunnar Sletta2011-08-252-3067/+616
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-271-28/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-103-3/+3
| |\ \ \ \ \ \
| * | | | | | | idc: Do not link against QtGui.Friedemann Kleint2011-06-101-0/+2
| * | | | | | | Remove QPlatformEventLoopIntegration.Morten Sorvig2011-06-091-1/+0
| * | | | | | | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-013-2/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-2457-973/+973
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix build from scratch on Windows.Friedemann Kleint2011-05-241-4/+0
| * | | | | | | | | remove an unused classLars Knoll2011-05-201-1/+0
| * | | | | | | | | move drag handling back to GuiLars Knoll2011-05-201-1/+1
| * | | | | | | | | Remove QMAKE_MACOS_DEPLOYMENT_TARGET.Morten Sorvig2011-05-191-1/+0
| * | | | | | | | | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-114-431/+15
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | small fixesLars Knoll2011-05-081-9/+9
| * | | | | | | | | | fix class mappingLars Knoll2011-05-071-367/+298
* | | | | | | | | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |