Files
ladybird/Libraries/LibGUI
Andreas Kling e1ed71ef9e LibGUI: Make model sorting imperative and move order to AbstractView
Instead of SortingProxyModel having a column+order, we move that state
to AbstractView. When you click on a column header, the view tells the
model to resort the relevant column with the new order.

This is implemented in SortingProxyModel by simply walking all the
reified source/proxy mappings and resorting their row indexes.
2020-08-16 16:44:09 +02:00
..
2020-05-01 16:58:18 +02:00
2020-06-13 12:43:22 +02:00
2020-07-28 16:29:44 +02:00
2020-07-28 16:29:44 +02:00
2020-04-21 16:19:18 +02:00
2020-08-13 21:09:39 +02:00