ladybird/Applications
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
..
About LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Browser Misc: Use automatic window positioning in more applications 2020-08-15 17:38:19 +02:00
Calculator Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
Calendar Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
Debugger Applications: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
DisplaySettings Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
FileManager LibGUI: Make model sorting imperative and move order to AbstractView 2020-08-16 16:44:09 +02:00
FontEditor Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
Help Help: Spruce up the UI with some tasteful layout margins 2020-08-10 21:20:28 +02:00
HexEditor Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
IRCClient Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
KeyboardMapper Unicode: Try s/codepoint/code_point/g again 2020-08-05 22:33:42 +02:00
KeyboardSettings KeyboardSettings: Preselect the current keymap in the dropdown menu. 2020-08-07 09:11:04 +02:00
Piano Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
PixelPaint Meta: Replace remaining LibM/math.h includes with math.h 2020-08-12 16:18:33 +02:00
QuickShow QuickShow: Disown child process after spawning 2020-08-04 18:17:16 +02:00
SoundPlayer AK: Rename KB, MB, GB to KiB, MiB, GiB 2020-08-16 16:33:28 +02:00
SystemMonitor LibGUI: Make model sorting imperative and move order to AbstractView 2020-08-16 16:44:09 +02:00
Terminal Misc: Use automatic window positioning in more applications 2020-08-15 17:38:19 +02:00
TextEditor TextEditor: Show pageview URLs in statusbar on hover 2020-08-11 15:45:02 +02:00
Welcome LibGUI: Add and use Window::center_on_screen() 2020-08-15 17:38:19 +02:00
CMakeLists.txt Applications: Add new KeyboardSettings application 2020-06-08 09:28:18 +02:00