summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove qSort/qStableSort usages from itemmodelsGiuseppe D'Angelo2012-11-073-12/+18
* Add configure option to minimize xcb runtime dependenciesKai Koehne2012-11-0738-109/+37262
* fix warnings about empty "while" bodiesOswald Buddenhagen2012-11-071-7/+7
* fix sign mismatch warningsOswald Buddenhagen2012-11-071-2/+2
* Fix autocapture for doubleclick in WindowsMiikka Heikkinen2012-11-071-1/+2
* qpa: Fix rendering issue in blitter engine (negative scaling factors)Julien Brianceau2012-11-071-1/+5
* Fix sentences in QGraphicsItem documentation.Mitch Curtis2012-11-071-10/+10
* Cocoa: fix backingstore flush for 10.8Teemu Katajisto2012-11-071-9/+6
* QGtkStyle: remove references to gtk_progress_configure()J-P Nurmi2012-11-073-6/+0
* Fix for compiling with clang with c++11.Erik Verbruggen2012-11-071-1/+1
* Do not define QT_BASIC_ATOMIC_HAS_CONSTRUCTORS for clang.Erik Verbruggen2012-11-071-1/+12
* Fix excess enter events when showing modal dialog on button pressMiikka Heikkinen2012-11-071-0/+6
* Fix invalid mouse press and release events on window maximizeMiikka Heikkinen2012-11-072-2/+31
* Resolve xcb_poll_for_queued_event at run-time.Samuel Rødal2012-11-073-29/+49
* Fix for compiling with clang with c++11.Erik Verbruggen2012-11-061-1/+1
* Cocoa: fix memory leaksTeemu Katajisto2012-11-064-3/+14
* Fix inconsistent leave/enter events for main window when popup is openMiikka Heikkinen2012-11-061-1/+5
* Mac: remove some unused code in QFontDialogLiang Qi2012-11-062-33/+0
* Allow connect to functors with less parameters than the signalOlivier Goffart2012-11-061-1/+19
* Don't include qaccessible.h on QT_NO_ACCESSIBILITYKevin Funk2012-11-061-1/+3
* Send QContexMenuEvent when Context Menu key is pressed.Friedemann Kleint2012-11-061-1/+8
* Improve Direct X SDK detection in configure.exeFriedemann Kleint2012-11-061-0/+1
* Dynamically resolve functions of dwmapi.dll.Friedemann Kleint2012-11-063-12/+107
* QGtkStyle: GTK3 compatible combo boxesJ-P Nurmi2012-11-063-19/+24
* QGtkStyle: GTK3 compatible type checkingJ-P Nurmi2012-11-062-5/+5
* QGtkStyle: handle focus & default widgets in GTK3 compatible wayJ-P Nurmi2012-11-063-20/+70
* De-inline some destructors in QtWidgetsMarc Mutz2012-11-0630-1/+178
* Fix native RGB text on OpenGL ES 2 without BGRA extensionEskil Abrahamsen Blomfeldt2012-11-062-3/+19
* Fix connection to const slots (or from const signals)Olivier Goffart2012-11-061-0/+121
* Fix QAccessible to build when QT_NO_ACCESSIBILITY is definedJ-P Nurmi2012-11-051-0/+10
* QGtkPainter: use gtk_widget_get_style()J-P Nurmi2012-11-051-1/+1
* Fix GDI leaks in fontengineMiikka Heikkinen2012-11-052-3/+6
* QWindowsVistaStyle: Restore altered brush origin.Friedemann Kleint2012-11-051-0/+2
* QtWidgets: add some explicitMarc Mutz2012-11-056-36/+39
* Doc fixes.Frederik Gladhorn2012-11-032-3/+1
* Implement editable text interface for QLineEdit.Frederik Gladhorn2012-11-032-1/+22
* QTscii and QIscii are not big codecsPeter Kümmel2012-11-034-7/+7
* Fix conditional jump based on an uninitialized variable.Jędrzej Nowacki2012-11-031-2/+3
* Improve QByteDataBuffer::read() performance with partial readsAntti Harju2012-11-031-22/+48
* Angle: Make it call the correct host toolsYuchen Deng2012-11-031-1/+5
* Make QGLWidget::paintGL() call glClear().Morten Johan Sorvig2012-11-031-0/+1
* Cocoa: make text subpixel rendering check to work for non-Apple displaysTeemu Katajisto2012-11-031-16/+38
* QIdentityProxyModel: fix sibling() reimplementationMark Brand2012-11-021-1/+1
* Update mac-specific code in qtestlib for Qt5Liang Qi2012-11-022-16/+8
* Qt 5.0 QTreeView. Prevent manual moving of the first sectionThorbjørn Lund Martsum2012-11-025-1/+23
* Mac: refactor scrollbar animationsJ-P Nurmi2012-11-0214-243/+274
* Make it possible to use mini and small size on mac without widgetJens Bache-Wiig2012-11-022-18/+20
* Review of documentation.Michele Caini2012-11-021-6/+25
* Make it obvious that adding a QLayout to QSplitter is not supported.Mitch Curtis2012-11-021-1/+8
* xcb: Fix a trivial reply leakUli Schlachter2012-11-021-1/+1