-
Notifications
You must be signed in to change notification settings - Fork 11
/
CHANGES.txt
87 lines (71 loc) · 3.44 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
QAIV (QAdvanced Item Views) Change Log
======================================
Version 0.4 - 2014-08-21
+ new features
- Qt5 support added
- QAdvancedTableView: API for custom sort and fiter proxy model implemented
- QAdvancedTableView: properties filterDisabledIcon and filterEnabledIcon added
- QTableModelWriter: custom role selection added (default role is Qt::DisplayRole)
+ changes
- QMimeData utilities: argument role changed from Qt::ItemDataRole to int
- QAbstractFilterModel: support for roles other than Qt:DisplayRole in method headerData enabled
- QAbstractFilterProxyModel: signals resultAboutToChange() and resultChanged() implemented
+ bug fixes
- #3 wrong cell context is copied if a proxy model is used
- #2 debug error is model is empty
- #1 qMimeDataAddHtml inserts html fragments as text instead of html
- Missing files added
+ misc
- code cleanup
- Qt project files updated
Version 0.3 - 2014-01-06
+ bug fixes
- 019220: source model reset not recognized
- 019179: header size different from vcolumn size when restoring state
- 019183: Doc errors setDefaultFilterType
- 019194: QAIV tableView no effect with resizeColumnsToContents
+ new features
- show more columns dialog improved
- QAutoFilter: Ok and Cancel buttons added to filter editor dialog
- QGroupingProxyModel: custom section header for group column added
- QGroupingProxyModel: custom title and icon for ungrouped items folder added
- QGroupingProxyModel: property groupsSpanned added
- QSelectionListFilter: Ok and Cancel buttons added to filter editor dialog
- class QTableModelExportPushButton added
- class QTableModelWriter added
- QMimeData utils extended for class QAdvancedTableView
+ changes
- QMimeData utilities extended (see qmimedatautil.h)
+ documentation updated
- QFilterView
Version 0.2 - 2013-06-15
+ bug fixes
- QAbstractFilterModel: layout change of the source model is not recognized by the filter model
- QConditionalDecorationDialog: icons disapear after changing a conditional decoration
- QConditionalDecorationDialog: a new condition is hidden if the number of conditions is larger than the visible space
- QFilterEditorWidget: filter editor popup widget does not recognize desktop geometry
- QUniqueValuesProxyModel: model is not updated after a layout change of the source model
+ changes
- example application: hint added to tab 'QConditionalDecorationProxyModel'
+ new features
- QAbstractItemModelDecoration: methods restoreState() and saveState() added
- QConditionalDecoration: the definition is no longer bound to the column it is bind to
- QConditionalDecorationProxyModel: support for multiple icons per item decoration added
- QConditionalDecorationProxyModel: property iconSpacing added to class QConditionalDecorationProxyModel
- QConditionalDecorationProxyModel: methods restoreState() and saveState() added
- QMimeData utilities add (see qmimedatautil.h)
- example application: copy to clipboard added (format aware copy)
- Translation de-de added (WIP)
+ documentation updated
- images added to repository
- QConditionalDecoration
- QFilterGroup
- QFixedRowsTableView
- QFixedRowsFilterProxyModel
- QFixedRowsDecorationProxyModel
- QGroupingProxyModel
- QSharedItemSelectionModel
- QSingleColumnProxyModel
- QUniqueValuesProxyModel
Version 0.1 - 2013-03-20
+ First release