index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better handling of invalid font tables
HEAD
4.8
Eskil Abrahamsen Blomfeldt
2015-10-23
10
-85
/
+198
*
Add Missing Debug Operator Declaration for QTouchEvent::TouchPoint
v4.8.7
Kalle Viironen
2015-05-06
1
-0
/
+2
*
OSX: avoid crash in invalidateBuffer_resizeHelper on parentless widget
René J.V. Bertin
2015-04-21
1
-1
/
+1
*
Doc: Update obsolete external URLs
Topi Reinio
2015-04-11
4
-4
/
+4
*
Update copyright headers
Akseli Salovaara
2015-03-31
1255
-16279
/
+16278
*
Identify XButton1|2 release events when mouse is moving.
Matteo Bertini
2015-03-26
1
-0
/
+6
*
Use qSwap instead of std::swap so platforms without STL still compile
Andy Shaw
2015-03-20
1
-1
/
+1
*
Fixes crash in bmp and ico image decoding
Eirik Aavitsland
2015-03-13
1
-6
/
+7
*
Fixes crash in gif image decoder
Eirik Aavitsland
2015-03-13
1
-0
/
+2
*
QGLWidget and re-parenting
Timur Pocheptsov
2015-03-02
1
-1
/
+1
*
Simplify mirroring code and add tests for non-aliged 1 bit images
Laszlo Agocs
2015-02-27
1
-89
/
+109
*
Fix Carbon build
Andy Shaw
2015-02-27
1
-1
/
+1
*
Fix a division by zero when processing malformed BMP files.
Richard J. Moore
2015-02-26
1
-0
/
+6
*
Fix Focus problem with QX11EmbedWidget
Yikei Lu
2015-02-16
1
-0
/
+3
*
Don't leak RENDER Pictures in QPixmap::paintEngine().
Pierre-Loup A. Griffais
2015-02-13
1
-3
/
+5
*
Backport implementation of OS X QSystemTrayIcon from Qt 5
Samuel Gaist
2015-02-12
1
-62
/
+110
*
Added check if fontEngine is still in the cache.
David Weisgerber
2015-01-29
1
-1
/
+1
*
Fix bugs generating PDF on Cocoa
James Turner
2015-01-29
2
-3
/
+67
*
Bump year to 2015
Kai Koehne
2015-01-15
1
-2
/
+2
*
Fix compilation with QDND_DEBUG.
Friedemann Kleint
2015-01-06
2
-5
/
+7
*
Check world matrix is true when seeing if transformations are supported
Andy Shaw
2015-01-02
1
-0
/
+2
*
QIdentityProxyModel: remove slow bounds-checking, for more performance
David Faure
2014-12-24
1
-3
/
+0
*
Use metrics returned by GetGlyphOutline in GGO_METRICS mode
lasconic
2014-12-16
1
-3
/
+26
*
Fix OpenType fonts with cmap tables on Windows
Josh Faust
2014-12-13
2
-3
/
+11
*
Make distance fields rendering work with Opentype CFF fonts
Eskil Abrahamsen Blomfeldt
2014-12-13
2
-1
/
+14
*
fix glyph's CMAP index might be corrupted
Konstantin Ritt
2014-12-13
1
-1
/
+1
*
Fixed a bug where spans did not always work in layouts.
Jan Arve Saether
2014-12-10
1
-1
/
+1
*
Windows: Fix return value of QDesktopServices::storageLocation(DataLocation).
Friedemann Kleint
2014-12-04
1
-6
/
+7
*
Rewrite debug output of event classes.
Friedemann Kleint
2014-12-03
1
-242
/
+359
*
Auto-scroll while selecting entire rows/columns did not work
Jan Arve Saether
2014-12-03
1
-2
/
+4
*
Adjust the layout if a QGraphicsWidget is explicitly hidden
Jan Arve Saether
2014-10-31
3
-1
/
+14
*
Fix license text and URLs in QMessageBox::aboutQt().
Friedemann Kleint
2014-10-20
1
-14
/
+14
*
QTreeView: speed up isRowHidden for the case where no rows are hidden.
David Faure
2014-10-13
1
-0
/
+2
*
[OS X]: respect icon visibility preference in system tray menus
René J.V. Bertin
2014-10-09
1
-1
/
+1
*
QMacStyle: Fix QTabBar appearance on Yosemite
Jari Tenhunen
2014-10-07
1
-10
/
+19
*
Backport: use backslashes for UNCs path
Samuel Gaist
2014-10-01
1
-16
/
+23
*
QLineEdit: Disable standard key 'cut' when there is no selection.
Dyami Caliri
2014-09-29
1
-1
/
+1
*
OSX: make QFileDialog::getSaveFileName honor the initial file name.
Erik Verbruggen
2014-09-16
1
-1
/
+1
*
QPdf::addImage(): avoid a QImage detach when it's in an acceptable Format
Martin Pley
2014-09-11
1
-3
/
+3
*
QListView: Catch stack overflow on mutual scrollbar calculation.
Lars Knoll
2014-09-10
1
-2
/
+32
*
Fix font cache check in QFontEngineFT::recalcAdvances()
Miikka Heikkinen
2014-09-09
1
-1
/
+3
*
Revert previous QFileDialog fix for Solaris
Samuli Piippo
2014-09-05
1
-1
/
+1
*
QSwipeGestureRecognizer: Use qAbs() to check distances.
Friedemann Kleint
2014-09-04
1
-1
/
+1
*
Don't call virtual methods after the source model is destroyed.
Andreas Hartmetz
2014-09-03
2
-1
/
+3
*
Replace all ocurrences of NSApp with [NSApplication sharedApplication].
Jake Petroules
2014-09-01
16
-88
/
+89
*
Fix QPainter::drawPolyline() painting errors with cosmetic pen
aavit
2014-08-29
1
-4
/
+4
*
QMacStyle: Fix focus frame rendering in Yosemite
Jari Tenhunen
2014-08-20
1
-5
/
+14
*
Mac Style: Fix QLineEdit frame in 10.10
Jari Tenhunen
2014-08-19
1
-10
/
+8
*
Remove use of 'register' from Qt.
Kevin Funk
2014-08-11
8
-96
/
+96
*
Fix compilation warnings due to superfluous commas at the end of enums.
Robert Griebl
2014-08-05
2
-4
/
+4
[next]