| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the license test pass. | Frans Englich | 2009-08-19 | 7 | -28/+167 |
|
|
* | optimize getToken(), part 2: avoid QString::append() | Oswald Buddenhagen | 2009-08-17 | 1 | -24/+66 |
|
|
* | consolidate some variables | Oswald Buddenhagen | 2009-08-17 | 1 | -70/+66 |
|
|
* | optimize getToken(), part 1 | Oswald Buddenhagen | 2009-08-17 | 1 | -29/+47 |
|
|
* | optimize getChar() | Oswald Buddenhagen | 2009-08-17 | 1 | -7/+9 |
|
|
* | Rename qlistdata.cpp (back) to qlist.cpp. | Volker Hilsheimer | 2009-08-17 | 2 | -2/+2 |
|
|
* | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 12 | -28/+1753 |
|
|
* | Add some more exception around to clucene index writer. | kh1 | 2009-08-17 | 2 | -20/+60 |
|
|
* | qdoc: Fixed the bug that made reporting NOTIFY signals not work. | Martin Smith | 2009-08-17 | 3 | -3/+9 |
|
|
* | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 1 | -5/+3 |
|
|
* | qmake's include function now supports three arguments | Keith Isdale | 2009-08-14 | 1 | -2/+4 |
|
|
* | Assistant compiles on Windows CE | Thomas Hartmann | 2009-08-13 | 2 | -0/+8 |
|
|
* | Fix qmake warnings | Prasanth Ullattil | 2009-08-13 | 2 | -4/+0 |
|
|
* | qdoc: Disabled reporting the NOTIFY signal until I know what it broke. | Martin Smith | 2009-08-13 | 1 | -3/+2 |
|
|
* | qdoc: Changed the scripts for the google search box | Martin Smith | 2009-08-12 | 1 | -1/+6 |
|
|
* | qdoc: Added google CSE to each page. | Martin Smith | 2009-08-12 | 1 | -11/+18 |
|
|
* | Update obsolete license headers. | Jason McDonald | 2009-08-12 | 5 | -10/+15 |
|
|
* | Replace "Trolltech" with more appropriate terms. | Jason McDonald | 2009-08-12 | 10 | -11/+11 |
|
|
* | Surrounded a string const with QString() to get snippet to work. | Martin Smith | 2009-08-12 | 1 | -0/+1 |
|
|
* | Update obsolete URL's in code and docs. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | Update references to online documentation. | Jason McDonald | 2009-08-12 | 4 | -5/+5 |
|
|
* | Eliminate last mentions of "Qt Software". | Jason McDonald | 2009-08-12 | 2 | -2/+2 |
|
|
* | Update URL's to use new domain. | Jason McDonald | 2009-08-12 | 19 | -27/+27 |
|
|
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1134 | -1134/+1134 |
|
|
* | Tr-Fixes in Qt Designer. | Friedemann Kleint | 2009-08-11 | 3 | -7/+9 |
|
|
* | Introducing icon theme support | Jens Bache-Wiig | 2009-08-10 | 9 | -17/+75 |
|
|
* | Linguist: Fixed spehling error. | Friedemann Kleint | 2009-08-10 | 4 | -10/+10 |
|
|
* | qdoc: List the NOTIFY signal function in the property doc. | Martin Smith | 2009-08-10 | 5 | -3/+18 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Keith Isdale | 2009-08-10 | 13 | -95/+148 |
|\ |
|
| * | Make checksdk give a nonzero exit code when it's asked for an SDK which | Rohan McGovern | 2009-08-10 | 1 | -2/+2 |
|
|
| * | nicer way to deal with missing support for template class friends | Oswald Buddenhagen | 2009-08-06 | 2 | -4/+13 |
|
|
| * | Designer: Cannot edit menus in an RTL form when Designer uses LTR. | Friedemann Kleint | 2009-08-06 | 9 | -62/+114 |
|
|
| * | qdoc: Don't include internal or private classes in annotated lists. | Martin Smith | 2009-08-06 | 1 | -1/+2 |
|
|
| * | qdoc: Fixed a Windows crash in HtmlGenerator::generateCompactList(). | Martin Smith | 2009-08-06 | 1 | -26/+17 |
|
|
* | | In a .pro file the include() function does not warn if specified file | Keith Isdale | 2009-08-10 | 4 | -4/+4 |
|/ |
|
* | Merge commit 'origin/4.5' | Rohan McGovern | 2009-08-06 | 2 | -0/+6 |
|\ |
|
| * | Fix compilation when QT_NO_HTTP is defined | Markus Goetz | 2009-08-05 | 2 | -0/+6 |
|
|
* | | cetcpsync: unneeded error message removed | Joerg Bornemann | 2009-08-05 | 1 | -1/+2 |
|
|
* | | cetest compile fix | Joerg Bornemann | 2009-08-05 | 1 | -2/+3 |
|
|
* | | small cleanup in cetest | Joerg Bornemann | 2009-08-05 | 2 | -17/+18 |
|
|
* | | missing license header added in cetcpsyncsvr | Joerg Bornemann | 2009-08-05 | 1 | -0/+40 |
|
|
* | | Workaround a crash in qdoc. | Volker Hilsheimer | 2009-08-05 | 1 | -0/+5 |
|
|
* | | initial revision of cetcpsync | Joerg Bornemann | 2009-08-05 | 6 | -0/+996 |
|
|
* | | initial revision of cetcpsyncserver | Joerg Bornemann | 2009-08-05 | 7 | -0/+1398 |
|
|
* | | cetest: add support for cetcpsync (our simple ActiveSync replacement) | Joerg Bornemann | 2009-08-05 | 5 | -7/+305 |
|
|
* | | Make \annotatedlist <group> work also in pages that are not \group pages. | Volker Hilsheimer | 2009-08-05 | 1 | -9/+6 |
|
|
* | | qdoc: Removed the "No such group" qdoc error. | Martin Smith | 2009-08-05 | 1 | -0/+2 |
|
|
* | | Merge AudioServices into mainline. | Justin McPherson | 2009-08-05 | 1 | -0/+15 |
|
|
* | | Assistant: Use non-GUI version of QApplication for command-line tasks. | ck | 2009-08-04 | 1 | -1/+15 |
|
|
* | | qdoc: Added \annotated list command to qdoc3. | Martin Smith | 2009-08-04 | 6 | -14/+40 |
|
|