summaryrefslogtreecommitdiffstats
path: root/src/qt3support
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-31229-2843/+2843
* Don't use QAbstractButton::pixmap() as this will always return 0.Andy Shaw2014-05-061-2/+2
* Updated year in copyright headerKai Koehne2014-03-26229-229/+229
* Explicitly cast some shorts to ushorts.Raphael Kubo da Costa2013-04-231-1/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-13229-229/+229
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-29229-5328/+5328
* Update contact information in license headers.Sergio Ahumada2012-08-01229-458/+458
* Update year in Nokia copyright messages.Jason McDonald2012-01-11229-229/+229
* Fix the build with -qtnamespace configure optionssuzuki toshiya2011-09-061-0/+5
* Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-08-183-5/+5
* Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-06-241-13/+5
|\
| * get rid of anacronysmRitt Konstantin2011-06-211-13/+5
* | move some internal helper functions from qglobal.cpp to qcore_mac*Ritt Konstantin2011-06-091-2/+0
|/
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-13229-3776/+3776
* Fix compilation with Qt3SupportJiang Jiang2011-04-191-0/+1
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-319-31/+31
|\
| * Doc: Ensured that code snippets have appropriate file names.David Boddie2011-02-089-31/+31
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-103-12/+22
|\|
| * Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-13229-229/+229
| |\
| * \ Merge branch 'qdoc-simplified' into mimir-simplifiedDavid Boddie2010-12-072-2/+2
| |\ \
| * | | doc: Corrections to linking errors in the docs.Martin Smith2010-11-012-3/+4
| * | | doc: Corrections to linking errors detected by the DITA XML generator..Martin Smith2010-11-011-9/+18
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-17229-229/+229
|\ \ \ \ | | |_|/ | |/| |
| * | | Update copyright year to 2011.Jason McDonald2011-01-11229-229/+229
| | |/ | |/|
* | | qt project files: create pkg-config files for mingwMark Brand2011-01-101-1/+1
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-122-2/+2
|\| |
| * | Doc: Fixing typoSergio Ahumada2010-11-092-2/+2
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-2517-85/+85
|\|
| * Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-0417-85/+85
* | Help the compiler look up erase() and insert() in Q3ValueVectorTor Arne Vestbø2010-10-181-2/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-222-2/+0
|\|
| * remove extra includesRitt Konstantin2010-09-212-2/+0
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-1/+2
|\|
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-071-1/+2
| |\
| | * Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-031-1/+2
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-1/+1
|\| |
| * | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-0117-425/+187
|\| |
| * | Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-2117-425/+187
* | | Fix suspicious code found by static code analysis:Zachary Blair2010-06-271-2/+2
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-05-202-28/+28
|\ \ \ | |/ / |/| |
| * | Qt3 Support headers: Avoid warnings from mingw g++Jonathan Nieder2010-05-202-28/+28
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-041-3/+5
|\ \ \ | |/ / |/| / | |/
| * When one of the spin button subcontrol is activated, the state member ofKevin Ottens2010-05-041-3/+5
* | build fix for mingwThierry Bastian2010-03-231-1/+0
* | make it possible to use sse2 with mingwThierry Bastian2010-03-111-1/+1
* | Fixes Q3ListViewItem grandchildren not sorted if item has one childAlexader Karaivanov2010-03-101-1/+8
* | Imporve win64 support for mingwThierry Bastian2010-02-224-9/+9
* | Compile with QT_USE_FAST_OPERATOR_PLUSOlivier Goffart2010-02-211-1/+1
|/
* Fixed some global QIcon/QPixmap instances that leaked handles on X11.Trond Kjernåsen2010-02-093-22/+34