Commit 678bef66cb79ed29127f6753782923d7dec5ca98

Minor changelog updates

Reviewed-by: Olivier Goffart
(cherry picked from commit 19d0a365dd99dc1a108e58949f7d0f49bac72623)
  
8989
9090QtCore
9191------
92 - QAbstractItemModel
93 * [MR#972] Added API to move items
94 * [MR#1072] Added function beginResetModel() / endResetModel()
9295
96
9397 - QByteArray
9498 * New overloads for QByteArray::insert() and QByteArray::prepend().
99 * [MR#1286] Added value_type typedef for STL compatibility
95100
96101 - QEventDispatcherGlib (internal class)
97102 * Fix a regression introduced in 4.5.3 that would cause timers to not
198198 - QAbstractItemView
199199 * [256502] Fixes selectionModel::hasSelection return value after
200200 model::reset.
201 * [MR#1426] Fixes some issues with Shift-selection
202 * [MR#1668] New QAbstractItemView::setDefaultDropAction
201203
202204 - QApplication
203205 * [QTBUG-739] Removed internal widgets from QApplication::topLevelWidgets().
322322 - QListView
323323 * [243335] Fixed the visualRect to return correct values when the widget is
324324 not yet shown.
325 * [MR#666] Fixed selection with Shift-Arrow/Shift-Click in QListView's IconMode
325326
326327 - QMainWindow
327328 * [226060] Adding actions to a toolbar would always make the next toolbar
428428 * [240325] Even with wrap mode set to Qt::TextWordWrap, the layout
429429 would sometimes break outside word boundaries when floating objects
430430 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()
431433
434
432435 - QTextLayout
433436 * [QTBUG-4468] Count tabs as multiple characters when applying a fixed
434437 column width.
452452
453453 - QTreeWidget
454454 * [253109] Shows the widget when calling setItemWidget.
455 * [MR#1393] Use stable sorting.
455456
456457 - QWidget
457458 * Added inputMethodHints property.
622622
623623 - QWebElement
624624 * New class; introduced to implement DOM like operations on a web page.
625
625
626626 - QWebFrame
627627 * New properties for an URL and a focus management.
628628 * New signals delivering current loading status.
870870
871871 - Phonon on Windows
872872 * 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
874874 rendering.
875875 * 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.
882882 a double 't' with the Calibri font.
883
883
884884 - EGL and OpenGL/ES
885885 * Protect the use of version-specific EGL symbols with #ifdef's.
886886 * Make sure an EGL context is current when resolving GL extensions.