summaryrefslogtreecommitdiff
path: root/LibGUI/GTableModel.h
AgeCommit message (Expand)Author
2019-03-15IRCClient+LibGUI: Add an input box so we can send messages to channels.Andreas Kling
2019-03-15LibGUI: Add a mode where GTableModel automatically activates on selection.Andreas Kling
2019-03-09LibGUI: Use a separate data role for the table model sorting order.Andreas Kling
2019-03-09Make it possible to sort a GTableModel by column+order.Andreas Kling
2019-03-06LibGUI: GTableModel::data() should take a GModelIndex instead of int,int.Andreas Kling
2019-03-04LibGUI: Unbreak clearing GTableView selection by clicking outside items.Andreas Kling
2019-03-01LibGUI: Allow basic keyboard navigation in GTableView.Andreas Kling
2019-03-01LibGUI: Let GTableModel handle the selection instead of doing it virtually.Andreas Kling
2019-02-28LibGUI: Add a GModelNotification class that views will receive.Andreas Kling
2019-02-28LibGUI: Add GVariant class and use it for table model data.Andreas Kling
2019-02-28LibGUI: Allow specifying per-column text alignment.Andreas Kling
2019-02-28LibGUI: Take ProcessManager's process view and turn it into GTableView.Andreas Kling
2019-02-28ProcessManager: Move ProcessTableModel class to its own files.Andreas Kling
2019-02-28ProcessManager: Start working on a graphical process manager.Andreas Kling