Created
July 31, 2013 18:20
-
-
Save geojeff/6124649 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit b753ff7efacc2ad9d60fd2bb2aa8a082e0916ee1 | |
Author: geojeff <[email protected]> | |
Date: Wed Jul 31 13:13:39 2013 -0500 | |
Made changes for merge with master after long hiatus. | |
commit 0c56323f1dd058206bdba3d389d1ccf2a621cd8f | |
Merge: 7086a1e 67acca0 | |
Author: Jeff Pittman <[email protected]> | |
Date: Wed Jan 16 17:20:48 2013 -0800 | |
Merge pull request #3 from dernhelm7/derngrid | |
Bug fix: row_header height | |
commit 67acca079b6cfe98b80e088be50112619ec4ac1c | |
Author: Eowyn Dean <[email protected]> | |
Date: Fri Jan 11 16:24:58 2013 -0500 | |
Bug fix: row_header height | |
When number of rows extended past the height of the frame, the row | |
headers would increase in height and no longer match up with the rows. | |
The more rows, the taller each row header. This change makes the row | |
headers the same height as the rows no matter how many rows there are. | |
commit 7086a1ea1d0d5d10c726547a9d3e9f945561f954 | |
Author: geojeff <[email protected]> | |
Date: Fri Jan 4 09:55:31 2013 -0600 | |
Fixed merge conflicts. Added styling in setup.py | |
commit 8e795f7f0a37a643516ab926e461d42a6e011915 | |
Author: geojeff <[email protected]> | |
Date: Mon Dec 10 12:35:30 2012 -0600 | |
Removed conditional masking selection bug(s). | |
commit 52768b60c1c2958408a54e378bc905c58ba5b046 | |
Author: geojeff <[email protected]> | |
Date: Sun Dec 9 11:29:42 2012 -0600 | |
Added range check guarding grid cell del. Added back selection inclusion tests in select/delect ops. Added randomized column selection test. | |
commit cd68c826572d8c90b92afbec5e7000c2e1e1ea1a | |
Author: geojeff <[email protected]> | |
Date: Sun Dec 9 07:21:11 2012 -0600 | |
Made deselection happen regardless of selection mode change, with a comment that perhaps there should be a pop-up question about this. Fixed a related test. Changed conditionals in do_selection_op for consistency. | |
commit 84183e9dda5ea8b835381e5845cb90b55aaa08c3 | |
Author: geojeff <[email protected]> | |
Date: Sun Dec 9 06:35:46 2012 -0600 | |
Changed args_converter to take row index as first argument. | |
commit 05ec22bc321779892d517456d37917368da7ea3c | |
Author: geojeff <[email protected]> | |
Date: Sun Dec 9 05:15:59 2012 -0600 | |
Added grid selection tests. Fixed a few bugs in selection removal. Some problems fixed by adding selection removal to selection_mode_changed(), so that selection is cleared out first, on selection mode change. | |
commit 77a4c3d6aee44dcb131f7021c233308c173efd75 | |
Author: geojeff <[email protected]> | |
Date: Sat Dec 8 14:06:53 2012 -0600 | |
Fixed initial selection tests. | |
commit c7438eb23944f334731da9b9480b88d991fc3b5b | |
Author: geojeff <[email protected]> | |
Date: Sat Dec 8 13:33:56 2012 -0600 | |
Updated grid adapter tests for cell_args, instead of cls_dicts used in list adapter. | |
commit 91fc873c45df05f6fded188d380d031c64b4a38c | |
Author: geojeff <[email protected]> | |
Date: Sat Dec 8 13:25:40 2012 -0600 | |
Added the first grid tests. | |
commit 73b3a61d2c5b73101442d94a1194aef53191e2c0 | |
Author: geojeff <[email protected]> | |
Date: Sat Dec 8 12:21:18 2012 -0600 | |
Cleaned up docs. | |
commit 3c0400c573148a1b8ab5208a2e9ff08d665d88de | |
Author: geojeff <[email protected]> | |
Date: Sat Dec 8 12:04:46 2012 -0600 | |
Improved and updated docs. | |
commit 83e3b98da576912c1320d0f29f0daaf9917439cf | |
Author: geojeff <[email protected]> | |
Date: Sat Dec 8 10:57:52 2012 -0600 | |
Removed grid row from selection ops, so selection more simply involves grid cells. | |
commit cd4f2daa425a7d0ed7ed28ee83eda5cbfb098e17 | |
Author: geojeff <[email protected]> | |
Date: Sat Dec 8 08:37:17 2012 -0600 | |
Stubbed out not-implemented shape examples in grid_shapes.py. | |
commit 21213a00d58079371e273b181db89bcd99e36bb7 | |
Author: geojeff <[email protected]> | |
Date: Sat Dec 8 08:03:23 2012 -0600 | |
Changed cls_dicts to cell_args in remaining examples. | |
commit 09c4d5afc5564a123b299f1b7fdb9377be3f9b14 | |
Author: geojeff <[email protected]> | |
Date: Sat Dec 8 07:55:37 2012 -0600 | |
Changed cls_dicts to cell_args. | |
commit 94579a132d74e462f7ab189db31ef1ca87548ed2 | |
Author: geojeff <[email protected]> | |
Date: Thu Dec 6 18:40:39 2012 -0600 | |
Merged with master after the uix-listview pull request was merged. | |
commit 84d158f57a35c029ebda16388a6129432a541a5e | |
Merge: c74f135 75b7581 | |
Author: geojeff <[email protected]> | |
Date: Wed Nov 28 07:53:38 2012 -0600 | |
Merge remote-tracking branch 'upstream/master' into uix-gridview | |
commit 75b7581c9f6c90ca2f7a7b576c7958c18eee012e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment