-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChange_log.txt
More file actions
75 lines (56 loc) · 2.84 KB
/
Change_log.txt
File metadata and controls
75 lines (56 loc) · 2.84 KB
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
Revision History:
05/11/2018 0.1 Brian O'Hagan
Initial creation from other projects
05/20/2018 0.2 Brian O'Hagan
Move column and rows, sort optimizations, column and row auto size functions,
etc.
05/31/2018 0.3 Brian O'Hagan
Use 3-d arrows, binding updates, description updates, auto scroll to end for
updates to end of table, see selected items, numerous clean-ups, etc.
06/23/2018 0.4 Brian O'Hagan
Added hide/show column, fixes to sort column #0, etc.
06/29/2018 0.5 Brian O'Hagan
Added filter capability, numerous optimizations, bug fixes, etc.
07/07/2018 Brian O'Hagan
Renamed setup and reconfig to create and reconfigure, added stub for tooltips
if bindings are added, corrected bug in multi delete, remove see, added unhide
alias, update call to sort, sort info removed dash from direction, don't do
sort for child nodes, and improved filter op detection.
07/13/2018 0.6 Brian O'Hagan
Changed create to track id for tree which allows for storing multiple widgets
for handlers, changed handlers to use id, added column titles menu, sort mode
for columns, use ttk::style to get default fonts, Copy to clipboard binding,
sort order & direction without dash, hide/show columns, sort calls restripe, etc.
07/19/2018 Brian O'Hagan
Updated clear table to also remove filters so cached items are deleted too.
Delete and sortUpdate call restripe, corrected errors in Copy binding update
calling sort, and fither to see first selected item.
08/06/2018 Brian O'Hagan
Fix bug where if a filtered table is deleted, the cache of hidden nodes isn't
removed too. Added trace on widget delete to unset var. Updated stripe color.
08/14/2018 Brian O'Hagan
Added mode to sort info and preserve mode for general sort function.
09/03/2018 0.7 Brian O'Hagan
Bug fix for column title alignment, detach, and delete functions.
10/4/2018 Brian O'Hagan
Bug fix for delete and to handle lsort -integer or -real with empty elements.
10/9/2018 Brian O'Hagan
Bug fix for to use ascii vs dictionary for default sort, optimizations, added
checks for valid widget in sortbycolumn, reordered procs, etc.
10/12/2018 Brian O'Hagan
In delete, insert, and update added check for filtered data, use style lookup
for default font, TkDefaultFont as default font, only scroll to end for append
to end operations, and restore all (inc added/del) items after filter.
02/05/2019 0.8 Brian O'Hagan
Added stripe grouping by column value
04/28/2019 Brian O'Hagan
Added restore view of selected items after filter or sort operation
05/06/2019 Brian O'Hagan
Improvement to view first selected item after sort.
07/01/2019 Brian O'Hagan
Escape brackets in find pattern.
02/21/2020 Brian O'Hagan
Improvements to RowAutoSize.
03/27/2020 Brian O'Hagan
Changed to use carets for sort direction to match Windows themes.
Added work around to Tk 8.6.9 to restore tag colors.