Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-29 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 1 | -1/+0 | |
Too much effort to maintain. | |||||
2011-10-28 | Don't use QByteArray replace() overload that was only added in Qt 4.7 | Boris Kolpackov | 1 | -1/+7 | |
The bad thing is that another overload, added in Qt 4.5, was silently used in 4.5-4.6 versions which predictably did the wrong thing. | |||||
2011-04-27 | Use QtCore prefix when including Qt headers1.4.0 | Boris Kolpackov | 1 | -1/+1 | |
This appears to be more portable. For example, on Mac OS X with -framework QtCore option include <QString> does not work while including <QtCore/QString> does. | |||||
2011-04-26 | Use struct instead of class in specialization | Boris Kolpackov | 1 | -3/+2 | |
2011-04-24 | Get rid of image type argument in value traits template | Boris Kolpackov | 1 | -1/+1 | |
2011-04-22 | Complete qt/basic and qt/date-time implementations | Constantin Michael | 1 | -0/+72 | |