Commit Graph

8 Commits

Author SHA1 Message Date
Norbert Thiebaud
6a7d81e7a5 remove include of pch header from toolkit 2011-11-27 13:25:40 -06:00
Caolán McNamara
e8ced5594b add mode-lines to new filess 2011-08-04 15:39:25 +01:00
Francisco Saito
9f89f363dd drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:47 +01:00
Frank Schoenheit [fs]
7031556478 gridsort: made the row title a row heading, being an Any instead of a string 2011-01-16 22:18:58 +01:00
Frank Schoenheit [fs]
4c08b4b3d3 gridsort: reworked the notification system for inserted/removed rows
In this course, more code which was in SVTXGridControl was moved to the places it belongs to, effectively
meaning that the TableControl has better chances than before to be used outside an SVTXGridControl (though
we're not there, yet).

Also, the selection-related methods in TableControl/_Impl got some refactoring love, so the implementation
details are hidden in the Impl class now, instead of being exposed to an exploited by the TableControl.

And while we were there ... The XGridSelection does not provide a |selectColumn| anymore (there was no
preparation whatsoever for column selection, anywhere, thus it was a complete dummy.)
Also, its de/selectRows methods have been removed: They have questionable use, and make implementation
rather difficult, compared with multiple calls to de/selectRow.
2011-01-13 14:08:36 +01:00
Frank Schoenheit [fs]
34f93e97f2 gridsort: XGridDataModel: moved modifying functionality into XMutableGridDataModel. 2011-01-10 15:47:51 +01:00
Frank Schoenheit [fs]
d3dcce2434 gridsort: make build on unxlngi6 2011-01-04 15:09:05 +01:00
Frank Schoenheit [fs]
7bef1fa0ec gridsort: introduced container listeners at the grid model, reworked and fixed listener relationship between grid model/control/peer 2010-12-07 13:50:47 +01:00