summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make sure qmake finds itself in CWD on windowsOswald Buddenhagen2013-04-261-0/+1
* Don't use the SubWindow flag for windows embedded in foreign windowsShawn Rutledge2013-04-265-7/+30
* Increase the loopLevel when activating menu items.Morten Johan Sørvig2013-04-262-0/+6
* Fix shortcut override for menusFrederik Gladhorn2013-04-263-9/+104
* Cleanup the SQL testsAndy Shaw2013-04-258-340/+342
* Don't do any transitions if the widget is disabledAndy Shaw2013-04-251-1/+1
* Respect the hotspot when creating the cursor in CocoaAndy Shaw2013-04-251-7/+7
* Windows: Update transient parent in show().Friedemann Kleint2013-04-253-13/+39
* Cocoa: Improve text heuristic menu item syncing logicGabriel de Dietrich2013-04-256-13/+51
* Cocoa: Reflect menu hierarchy in QCocoaMenu* objectsGabriel de Dietrich2013-04-255-6/+18
* Cocoa: Remove dead code in QCocoaMenu*Gabriel de Dietrich2013-04-253-22/+2
* fix namespaced buildOswald Buddenhagen2013-04-251-2/+2
* fix QProcessEnvironment documentation re case conversionOswald Buddenhagen2013-04-251-26/+11
* Windows native save file dialog: Do not append suffix afterwards.Friedemann Kleint2013-04-251-15/+39
* Do not include the treeview header if its hiddenJan Arve Saether2013-04-252-1/+8
* Fix windows expose logicGunnar Sletta2013-04-254-45/+54
* Improved robustness of threaded rendering in hellowindow example.Samuel Rødal2013-04-252-26/+55
* Fix segfault while handling system-wide shortcuts with xcbhluk2013-04-241-1/+1
* Run the CMake tests with QPrinter, not QPrintDialog.Stephen Kelly2013-04-241-1/+1
* Respond to the _NET_WM_CONTEXT_HELP WM_PROTOCOLS messageJan Kundrát2013-04-242-0/+13
* iOS: Don't try to set screen orientation before QApplication startupTor Arne Vestbø2013-04-241-0/+4
* Windows: Position full screen windows on the correct screen.Friedemann Kleint2013-04-241-2/+16
* QNX host lookup: do not try to load libresolv.so, it is not therePeter Hartmann2013-04-241-1/+1
* Fixed documentation of QWidget::mouseDoubleClickEvent.Samuel Rødal2013-04-241-2/+0
* Fixed crashes relating to SVG icons.Samuel Rødal2013-04-242-4/+10
* qsql_odbc: fix SQLGetStmtAtt usageMark Brand2013-04-241-7/+5
* Enable OpenGL library detection for mac.Stephen Kelly2013-04-242-9/+6
* SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-234-5/+15
* Don't list all QMAKE_LIBS in QMAKE_LIBS_OPENGL_ES2.Stephen Kelly2013-04-231-1/+1
* Fix retrieving of the generic system proxy via environment variablesThomas McGuire2013-04-232-1/+46
* Implement startup notification spec again.David Faure2013-04-238-1/+85
* qxcb: output clear error message when running on an 8-bit displayDavid Faure2013-04-231-1/+3
* Fix memory access violationKonstantin Ritt2013-04-231-2/+1
* Remove QLocalePrivate::m_localeIDhjk2013-04-235-36/+121
* Do not talk about `make confclean` in the top-level directoryJan Kundrát2013-04-231-1/+2
* QDataStream: Be a bit more verbose about operator>>(char *&)hjk2013-04-231-5/+11
* Use a QVector<QDateTime> instead of an array in QFileInfoPrivatehjk2013-04-233-1/+13
* Cocoa: Fix disabled minimize button on main windowsGabriel de Dietrich2013-04-231-1/+1
* Don't crash on a null window pointer.Morten Johan Sørvig2013-04-231-0/+3
* Cocoa: Add setAlertState(), isAlertState(), beep() functionsGabriel de Dietrich2013-04-235-1/+31
* Fixed QGLWidget not being able to be made current with a context.Samuel Rødal2013-04-232-5/+10
* Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-236-5/+40
* Move Mac translations to .cpp file for lupdate to pick them up.Friedemann Kleint2013-04-235-39/+170
* Set the sysroot if cross compiling the cmake tests.Stephen Kelly2013-04-231-0/+4
* Use the CMake list separator for content in a CMake list.Stephen Kelly2013-04-231-1/+1
* Fix header check: you must #include qconfig.h before QT_NO_OPENGLThiago Macieira2013-04-232-0/+4
* Accessibility: Ignore negative child indices in main windowFrederik Gladhorn2013-04-231-1/+1
* Fix typo in docsStephen Kelly2013-04-231-1/+1
* Fix build with QT_NO_CLIPBOARDStephen Kelly2013-04-231-0/+4
* File dialog manual test: Remove dot from default suffix.Friedemann Kleint2013-04-231-1/+1