| Commit message (Expand) | Author | Age | Files | Lines |
* | fix build on windows | Maurice Kalinowski | 2009-05-11 | 1 | -1/+1 |
|
|
* | removed more exports on private classes (QMouseEventEx and QKeyEventEx) | Thierry Bastian | 2009-05-08 | 1 | -2/+2 |
|
|
* | removing additional unused export to classes only used in QtGui | Thierry Bastian | 2009-05-08 | 1 | -4/+4 |
|
|
* | Do not export inline private classes in qcssparser_p.h | Thierry Bastian | 2009-05-08 | 1 | -7/+7 |
|
|
* | QToolBarLayout and QDockWidgetLayout, which are private classes, are | Thierry Bastian | 2009-05-08 | 8 | -30/+42 |
|
|
* | Stop a crash in QMenuBar on Designer after my changes. | Norwegian Rock Cat | 2009-05-08 | 1 | -0/+2 |
|
|
* | Fixed unwanted merging of undo commands from different edit blocks | mae | 2009-05-08 | 3 | -20/+47 |
|
|
* | Extend QTextDocument test | mae | 2009-05-08 | 1 | -0/+18 |
|
|
* | Fixed leak of plugin instances | João Abecasis | 2009-05-08 | 1 | -1/+18 |
|
|
* | Fix leak of global data | João Abecasis | 2009-05-08 | 1 | -0/+9 |
|
|
* | Improved scrolling performance with invisible blocks | mae | 2009-05-08 | 1 | -2/+12 |
|
|
* | Change optimization flags from Os to O2 for OS X applications. | Morten Sørvig | 2009-05-08 | 2 | -6/+1 |
|
|
* | fix WinCE build | Maurice Kalinowski | 2009-05-08 | 1 | -0/+2 |
|
|
* | Merge branch '4.5' | Thiago Macieira | 2009-05-07 | 32 | -168/+471 |
|\ |
|
| * | Fixed a problem that caused QPrintDialog to invalidate QPrinter. | Trond Kjernåsen | 2009-05-07 | 1 | -5/+5 |
|
|
| * | Whitespace fix | Anders Bakken | 2009-05-07 | 1 | -1/+1 |
|
|
| * | Compiler warnings (Mac/Carbon) | Bjoern Erik Nilsen | 2009-05-07 | 9 | -15/+10 |
|
|
| * | Added types to the list. | Morten Engvoldsen | 2009-05-07 | 1 | -0/+10 |
|
|
| * | handle the back soft key on Windows mobile SmartPhones | Joerg Bornemann | 2009-05-07 | 2 | -1/+30 |
|
|
| * | Make the error dialogs less annoying. Show only one instead of many. | kh | 2009-05-07 | 1 | -11/+37 |
|
|
| * | Fixed some inconsistencies for image drawing on non-integer coords. | Samuel Rødal | 2009-05-07 | 3 | -5/+33 |
|
|
| * | fix parsing cookies in multiple lines | Peter Hartmann | 2009-05-07 | 2 | -17/+17 |
|
|
| * | Win: QLineEdit not updating correctly when embedded in Graphics View | Bjoern Erik Nilsen | 2009-05-07 | 1 | -1/+2 |
|
|
| * | qdoc: Moved platform-specific qdoc comments to common .cpp file. | Martin Smith | 2009-05-07 | 8 | -343/+379 |
|
|
| * | Ensure that small and mini spin boxes are drawn correctly. | Norwegian Rock Cat | 2009-05-07 | 1 | -39/+57 |
|
|
| * | Implement new cmd option to remove the full text search index. | kh | 2009-05-07 | 3 | -0/+46 |
|
|
| * | Fix strange context menu related bug on Windows Mobile | Thomas Hartmann | 2009-05-07 | 1 | -2/+7 |
|
|
| * | Cleanup, no functional change. | kh | 2009-05-07 | 1 | -48/+79 |
|
|
| * | Fix OpenSSL dynamic loading on OpenBSD. | Thiago Macieira | 2009-05-07 | 1 | -3/+6 |
|
|
| * | Make QNetworkProxy calculate the capabilities for a new proxy type | Thiago Macieira | 2009-05-07 | 2 | -3/+43 |
|
|
| * | Clarify documentation in QNetworkProxy about SOCKS5 supporting domain | Thiago Macieira | 2009-05-07 | 1 | -4/+5 |
|
|
| * | Make QDBusPendingCallWatcher emit a signal if it is created on an | Thiago Macieira | 2009-05-07 | 2 | -2/+81 |
|
|
| * | Fix configure error on Mac with "-arch x86" | Morten Sørvig | 2009-05-07 | 1 | -1/+0 |
|
|
| * | Use proper ways to create "window" surface | Anders Bakken | 2009-05-06 | 1 | -9/+1 |
|
|
* | | Fix treeview test with some style | Olivier Goffart | 2009-05-07 | 1 | -1/+4 |
|
|
* | | spanning columns did not have ViewItemPosition QStyleOptionViewItemV4::OnlyOn... | Olivier Goffart | 2009-05-07 | 2 | -4/+71 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Martin Smith | 2009-05-07 | 6 | -259/+299 |
|\ \ |
|
| * | | Reduced memory footprint of QGraphicsWidget. | jasplin | 2009-05-07 | 5 | -259/+298 |
|
|
| * | | Slim down WebKit import a bit more | Simon Hausmann | 2009-05-07 | 1 | -0/+1 |
|
|
* | | | qdoc: Moved platform-specific qdoc comments to common .cpp file. | Martin Smith | 2009-05-07 | 4 | -120/+132 |
|/ / |
|
* | | qdoc: Moved platform-specific qdoc comments to common .cpp file. | Martin Smith | 2009-05-07 | 4 | -224/+248 |
|
|
* | | Add the "We mean it" warning to a private header that didn't have it. | Jason McDonald | 2009-05-07 | 1 | -0/+11 |
|
|
* | | Add license header to source files that don't have one. | Jason McDonald | 2009-05-07 | 21 | -2/+780 |
|
|
* | | Fixed qDebugs within tests being written as "error" tags in the | Rohan McGovern | 2009-05-07 | 11 | -20/+75 |
|
|
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-05-06 | 79 | -910/+2264 |
|\ \
| |/ |
|
| * | Improved debug output for directfb:debug | Anders Bakken | 2009-05-06 | 1 | -6/+10 |
|
|
| * | Pass the scale parameter as an int. | Anders Bakken | 2009-05-06 | 1 | -1/+1 |
|
|
| * | Make Scale public | Anders Bakken | 2009-05-06 | 1 | -1/+3 |
|
|
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Nils Christian Roscher-Nielsen | 2009-05-06 | 1 | -1/+1 |
| |\ |
|
| | * | Fix crash in QWebView when application has a style sheet | Markus Goetz | 2009-05-06 | 1 | -1/+1 |
|
|