-
Notifications
You must be signed in to change notification settings - Fork 107
/
CHANGES
89 lines (73 loc) · 2.16 KB
/
CHANGES
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
88
89
=======
CHANGES
=======
------
1.3
------
* now works with python 3
* removed Pmw dependency
* can provide dict to table constructor
------
1.2
------
* moved modules to proper folder for setup.py
* fixed outstanding bugs from google code
* improved cell padding
------
1.1.2
------
* removed defunct code for filtering in model
* can now filter properly from model class
* changed autoaddrows to make much faster for large number of rows
* added notequals operator for filtering
------
1.1.1
------
* changed importdict method to make more efficient for large amounts of data
* added more tests
* fix to autoaddrows
* changes to sort behaviour so that current order is kept when adding/deleting rows
* fix to draw visible multiple row selection only
------
1.1
------
* table now renders large amounts of data by only drawing visible frame
* fixes to filtering bar
* removed paged view
* removed 'name' as a special field
* adding rows from GUI no longer requires rec names
* can now set row header width
* can now show record keys in row header instead of numbers
* row header drawn with same alignment as cells
* renamed most remaining Table.py methods to camel case
------
1.0.3
------
* added new, load and save methods to table directly
* added ImportTable method to table for interactive use
* fixed clicking outside column header bug
* fix to update selected col when redrawing
* added Dialog.py module
* removed simpletabledialog
* tidied up popupmenu
------
1.0.2
------
* restored Filtering.py, filtering works ok
* more improvement to auto resize cols, now checks currrent col sizes
* fixed model.save() method
* added ability to save table, add rows to popup menu
* fixed delete cells button binding
* cell font preferences now uses available fonts from os
* removed unused prefs from dialog
------
1.0.1
------
* add_Column method fixed
* Added ability to align cells left right or center
* Fixed problem of sort order lost when deleting rows
* Sort in descending order works correctly
* Fixes to plotting, but needs reworking or removal
* Added setSelectedCells method so a block of cells can be selected
* Improved text fitting in cells
* Automatic resizing of columns improved