Commit 678bef66cb79ed29127f6753782923d7dec5ca98
- Diff rendering mode:
- inline
- side by side
dist/changes-4.6.0
(21 / 9)
|   | |||
| 89 | 89 | ||
| 90 | 90 | QtCore | |
| 91 | 91 | ------ | |
| 92 | - QAbstractItemModel | ||
| 93 | * [MR#972] Added API to move items | ||
| 94 | * [MR#1072] Added function beginResetModel() / endResetModel() | ||
| 92 | 95 | ||
| 96 | |||
| 93 | 97 | - QByteArray | |
| 94 | 98 | * New overloads for QByteArray::insert() and QByteArray::prepend(). | |
| 99 | * [MR#1286] Added value_type typedef for STL compatibility | ||
| 95 | 100 | ||
| 96 | 101 | - QEventDispatcherGlib (internal class) | |
| 97 | 102 | * Fix a regression introduced in 4.5.3 that would cause timers to not | |
| … | … | ||
| 198 | 198 | - QAbstractItemView | |
| 199 | 199 | * [256502] Fixes selectionModel::hasSelection return value after | |
| 200 | 200 | model::reset. | |
| 201 | * [MR#1426] Fixes some issues with Shift-selection | ||
| 202 | * [MR#1668] New QAbstractItemView::setDefaultDropAction | ||
| 201 | 203 | ||
| 202 | 204 | - QApplication | |
| 203 | 205 | * [QTBUG-739] Removed internal widgets from QApplication::topLevelWidgets(). | |
| … | … | ||
| 322 | 322 | - QListView | |
| 323 | 323 | * [243335] Fixed the visualRect to return correct values when the widget is | |
| 324 | 324 | not yet shown. | |
| 325 | * [MR#666] Fixed selection with Shift-Arrow/Shift-Click in QListView's IconMode | ||
| 325 | 326 | ||
| 326 | 327 | - QMainWindow | |
| 327 | 328 | * [226060] Adding actions to a toolbar would always make the next toolbar | |
| … | … | ||
| 428 | 428 | * [240325] Even with wrap mode set to Qt::TextWordWrap, the layout | |
| 429 | 429 | would sometimes break outside word boundaries when floating objects | |
| 430 | 430 | affected the width available to the text. | |
| 431 | * [MR#681] Added support for roman numbering for lists | ||
| 432 | * [MR#1753] Fixed escaping HTML attributes QTextDocument::toHtml() | ||
| 431 | 433 | ||
| 434 | |||
| 432 | 435 | - QTextLayout | |
| 433 | 436 | * [QTBUG-4468] Count tabs as multiple characters when applying a fixed | |
| 434 | 437 | column width. | |
| … | … | ||
| 452 | 452 | ||
| 453 | 453 | - QTreeWidget | |
| 454 | 454 | * [253109] Shows the widget when calling setItemWidget. | |
| 455 | * [MR#1393] Use stable sorting. | ||
| 455 | 456 | ||
| 456 | 457 | - QWidget | |
| 457 | 458 | * Added inputMethodHints property. | |
| … | … | ||
| 622 | 622 | ||
| 623 | 623 | - QWebElement | |
| 624 | 624 | * New class; introduced to implement DOM like operations on a web page. | |
| 625 | |||
| 625 | |||
| 626 | 626 | - QWebFrame | |
| 627 | 627 | * New properties for an URL and a focus management. | |
| 628 | 628 | * New signals delivering current loading status. | |
| … | … | ||
| 870 | 870 | ||
| 871 | 871 | - Phonon on Windows | |
| 872 | 872 | * Now much more reliable when reading a file through a QIODevice. | |
| 873 | * If Video Mixing Renderer 9 is not available, falls back to software | ||
| 873 | * If Video Mixing Renderer 9 is not available, falls back to software | ||
| 874 | 874 | rendering. | |
| 875 | 875 | * Fixed a flicker issue when switching source with a transition time of 0 | |
| 876 | |||
| 877 | - [QTBUG-3620] Fixed bug on X11 that caused bitmap fonts to become so small | ||
| 878 | it was unreadable when printed or presented in a print preview widget. | ||
| 879 | |||
| 880 | - [QTBUG-4445] Fixed bug on Windows that caused problems when printing | ||
| 881 | text where several characters were represented by a single glyph, e.g. | ||
| 876 | |||
| 877 | - [QTBUG-3620] Fixed bug on X11 that caused bitmap fonts to become so small | ||
| 878 | it was unreadable when printed or presented in a print preview widget. | ||
| 879 | |||
| 880 | - [QTBUG-4445] Fixed bug on Windows that caused problems when printing | ||
| 881 | text where several characters were represented by a single glyph, e.g. | ||
| 882 | 882 | a double 't' with the Calibri font. | |
| 883 | |||
| 883 | |||
| 884 | 884 | - EGL and OpenGL/ES | |
| 885 | 885 | * Protect the use of version-specific EGL symbols with #ifdef's. | |
| 886 | 886 | * Make sure an EGL context is current when resolving GL extensions. |

