summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-249-37/+123
| | * | Rename qAbs Function for timevalDavid E. Narváez2013-02-241-3/+2
| | * | Cocoa: Compile with Qt in a namespace.Morten Johan Sørvig2013-02-231-1/+4
| | * | QCococaWindow: Add NSView hosting support.Morten Johan Sørvig2013-02-235-6/+32
| | * | Ofono also changed the context API. This updates it to workLorn Potter2013-02-233-26/+26
| | * | Fix OpenGL context creation in the XCB pluginFredrik Höglund2013-02-235-212/+56
| | * | Don't assume that all CFPropertyListRef are CFArrayRefsThiago Macieira2013-02-232-7/+16
| | * | Cocoa: Add basic support for Qt::SubWindow.Morten Johan Sørvig2013-02-223-2/+55
| | * | doc: QML Inheritance is not resolved correctly.Martin Smith2013-02-225-11/+48
| | |/
| | * Hiding scrollbar on MacOSX 10.7 if policy is set to ScrollBarAlwaysOffCyril Oblikov2013-02-211-6/+6
| | * moc: Fix infinite recursion in macro substitutionOlivier Goffart2013-02-213-4/+21
| | * Add qcore_mac_p.h to the list of headers.Thiago Macieira2013-02-211-0/+2
| | * Forward the 3rd parameter of dataChangedAlbert Astals Cid2013-02-212-8/+8
| | * Emit which role actually changedAlbert Astals Cid2013-02-211-1/+1
| | * Doc: Update image in QPainter class reference docsTopi Reinio2013-02-201-0/+0
| | * qdoc: QML Inheritance is not resolved correctly.Martin Smith2013-02-2010-49/+215
| | * Fix QVector detaching in one thread while another destroys it.Jędrzej Nowacki2013-02-201-2/+1
| | * Doc: Document example manifest files in QDoc manualTopi Reinio2013-02-201-0/+93
| | * QMacStyle::drawControl(CE_ProgressBar): add missing null pointer checkJ-P Nurmi2013-02-201-1/+1
| | * Avoid potential crash when changing styles with stylesheetJan Arve Saether2013-02-201-8/+11
| | * Fix multiselection by CTRL-click in QFileDialog/KDE.Friedemann Kleint2013-02-201-1/+5
| | * Fix reentrancy problem in image readingaavit2013-02-201-0/+4
| | * Fix for url encoding in QDesktopServices::openUrl().Indrajit Tapadar2013-02-201-1/+1
| | * Revert "QGtkStyle: GTK3 compatible combo boxes"J-P Nurmi2013-02-203-22/+17
* | | Make QLocalSocket::open set an error when already connectedCorentin Jabot2013-03-061-0/+2
* | | QSqlResult: private d -> protected d_ptrMark Brand2013-03-062-6/+43
* | | add QSqlResult constructor suitable for inheritanceMark Brand2013-03-062-0/+12
* | | QSqlResultPrivate: private q -> protected q_ptrMark Brand2013-03-062-3/+4
* | | prepare QSqlResultPrivate() to allow subclassingMark Brand2013-03-062-6/+7
* | | Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-058-12/+12
* | | Clear the current thread data for the main threadThiago Macieira2013-03-055-7/+12
* | | Added JNI convenience classes in QtPlatformSupport.Yoann Lopes2013-03-056-0/+3583
* | | Fix build with older Clang versions without __has_extensionTor Arne Vestbø2013-03-051-0/+4
* | | Make QLocalSocket connectable with open()Corentin Jabot2013-03-055-37/+94
* | | Make QProcess startable with open()Corentin Jabot2013-03-052-3/+99
* | | QLocale: Add some more languages and scriptsKonstantin Ritt2013-03-053-156/+869
|/ /
* | Fix crash in flushWindowSystemEvents() in QGuiApplication-cleanup.Friedemann Kleint2013-03-052-2/+13
* | Output window in warning about flush() for unexposed window.Friedemann Kleint2013-03-051-2/+5
* | Windows: Print size constraints in geometry warning.Friedemann Kleint2013-03-051-2/+7
* | Windows: Take custom margins into account for size constraints.Friedemann Kleint2013-03-052-8/+10
* | Introducing the Qt Android portPaul Olav Tvete2013-03-05113-47/+11858
* | Long live QLockFileDavid Faure2013-03-058-0/+895
* | Make the new OpenGL function headers compile on their ownThiago Macieira2013-03-0523-46/+92
* | ApplicationStates: add more states to Qt::ApplicationStateRichard Moe Gustavsen2013-03-042-4/+21
* | Fix potential issue in QTBF itemization codeKonstantin Ritt2013-03-041-1/+1
* | Fix selection of fonts that require OpenType featuresKonstantin Ritt2013-03-045-6/+9
* | Add QProxyStyle(QString key) constructor for convenienceJ-P Nurmi2013-03-042-5/+25
* | Fusion style: Remove unnecessary widget castGabriel de Dietrich2013-03-041-6/+4
* | Mark all qtbase headers that aren't cleanThiago Macieira2013-03-0327-0/+105
* | QGtk2Theme: use GtkSettings to fetch the icon theme nameJ-P Nurmi2013-03-022-0/+25