| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright headers | Akseli Salovaara | 2015-03-31 | 229 | -2843/+2843 |
* | Don't use QAbstractButton::pixmap() as this will always return 0. | Andy Shaw | 2014-05-06 | 1 | -2/+2 |
* | Updated year in copyright header | Kai Koehne | 2014-03-26 | 229 | -229/+229 |
* | Explicitly cast some shorts to ushorts. | Raphael Kubo da Costa | 2013-04-23 | 1 | -1/+3 |
* | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-13 | 229 | -229/+229 |
* | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-29 | 229 | -5328/+5328 |
* | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 229 | -458/+458 |
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 229 | -229/+229 |
* | Fix the build with -qtnamespace configure options | suzuki toshiya | 2011-09-06 | 1 | -0/+5 |
* | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)' | suzuki toshiya | 2011-08-18 | 3 | -5/+5 |
* | Merge remote-tracking branch 'origin/4.8' | Olivier Goffart | 2011-06-24 | 1 | -13/+5 |
|\ |
|
| * | get rid of anacronysm | Ritt Konstantin | 2011-06-21 | 1 | -13/+5 |
* | | move some internal helper functions from qglobal.cpp to qcore_mac* | Ritt Konstantin | 2011-06-09 | 1 | -2/+0 |
|/ |
|
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 229 | -3776/+3776 |
* | Fix compilation with Qt3Support | Jiang Jiang | 2011-04-19 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-03-31 | 9 | -31/+31 |
|\ |
|
| * | Doc: Ensured that code snippets have appropriate file names. | David Boddie | 2011-02-08 | 9 | -31/+31 |
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-02-10 | 3 | -12/+22 |
|\ \
| |/ |
|
| * | Merge branch '4.7' of ../qt into 4.7 | David Boddie | 2011-01-13 | 229 | -229/+229 |
| |\ |
|
| * \ | Merge branch 'qdoc-simplified' into mimir-simplified | David Boddie | 2010-12-07 | 2 | -2/+2 |
| |\ \ |
|
| * | | | doc: Corrections to linking errors in the docs. | Martin Smith | 2010-11-01 | 2 | -3/+4 |
| * | | | doc: Corrections to linking errors detected by the DITA XML generator.. | Martin Smith | 2010-11-01 | 1 | -9/+18 |
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 229 | -229/+229 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Update copyright year to 2011. | Jason McDonald | 2011-01-11 | 229 | -229/+229 |
| | |/
| |/| |
|
* | | | qt project files: create pkg-config files for mingw | Mark Brand | 2011-01-10 | 1 | -1/+1 |
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-11-12 | 2 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Doc: Fixing typo | Sergio Ahumada | 2010-11-09 | 2 | -2/+2 |
| |/ |
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-10-25 | 17 | -85/+85 |
|\ \
| |/ |
|
| * | Doc: Fixed the in-repository licenses for the documentation. | David Boddie | 2010-10-04 | 17 | -85/+85 |
* | | Help the compiler look up erase() and insert() in Q3ValueVector | Tor Arne Vestbø | 2010-10-18 | 1 | -2/+2 |
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2010-09-22 | 2 | -2/+0 |
|\ \
| |/ |
|
| * | remove extra includes | Ritt Konstantin | 2010-09-21 | 2 | -2/+0 |
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-09-10 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-09-07 | 1 | -1/+2 |
| |\ |
|
| | * | Ensure that we load system libraries from the correct location. | Jan-Arve Sæther | 2010-09-03 | 1 | -1/+2 |
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938. | Jerome Pasion | 2010-08-09 | 1 | -1/+1 |
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2010-07-01 | 17 | -425/+187 |
|\ \ \
| |/ / |
|
| * | | Doc: Relicensed the documentation under the GNU FDL version 1.3. | David Boddie | 2010-06-21 | 17 | -425/+187 |
* | | | Fix suspicious code found by static code analysis: | Zachary Blair | 2010-06-27 | 1 | -2/+2 |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-05-20 | 2 | -28/+28 |
|\ \ \
| |/ /
|/| | |
|
| * | | Qt3 Support headers: Avoid warnings from mingw g++ | Jonathan Nieder | 2010-05-20 | 2 | -28/+28 |
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-05-04 | 1 | -3/+5 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | When one of the spin button subcontrol is activated, the state member of | Kevin Ottens | 2010-05-04 | 1 | -3/+5 |
* | | build fix for mingw | Thierry Bastian | 2010-03-23 | 1 | -1/+0 |
* | | make it possible to use sse2 with mingw | Thierry Bastian | 2010-03-11 | 1 | -1/+1 |
* | | Fixes Q3ListViewItem grandchildren not sorted if item has one child | Alexader Karaivanov | 2010-03-10 | 1 | -1/+8 |
* | | Imporve win64 support for mingw | Thierry Bastian | 2010-02-22 | 4 | -9/+9 |
* | | Compile with QT_USE_FAST_OPERATOR_PLUS | Olivier Goffart | 2010-02-21 | 1 | -1/+1 |
|/ |
|
* | Fixed some global QIcon/QPixmap instances that leaked handles on X11. | Trond Kjernåsen | 2010-02-09 | 3 | -22/+34 |