ladybird/Ladybird/Qt
Tim Ledbetter c36a49b61e UI/Qt: Reduce flicker when populating autocomplete
Previously, autocomplete was cleared before the results for the current
query were retrieved. The new results would then be added when the
network request completed. This resulted in a noticable flicker. The
results are now updated when the request for the current query is
completed.

There is a small behavior change in that the query itself is no longer
included in the autocomplete dropdown unless the list would otherwise
be empty.
2024-06-27 18:24:28 +02:00
..
Application.cpp Everywhere: Transition ImageDecoder to be single-instance, owned by UI 2024-06-26 16:09:33 -06:00
Application.h Everywhere: Transition ImageDecoder to be single-instance, owned by UI 2024-06-26 16:09:33 -06:00
AudioCodecPluginQt.cpp Ladybird: Move Qt-specific classes and functions to a Qt subdirectory 2023-08-07 14:58:04 -06:00
AudioCodecPluginQt.h Ladybird: Move Qt-specific classes and functions to a Qt subdirectory 2023-08-07 14:58:04 -06:00
AudioThread.cpp Ladybird: Move Qt-specific classes and functions to a Qt subdirectory 2023-08-07 14:58:04 -06:00
AudioThread.h Ladybird: Move Qt-specific classes and functions to a Qt subdirectory 2023-08-07 14:58:04 -06:00
AutoComplete.cpp UI/Qt: Reduce flicker when populating autocomplete 2024-06-27 18:24:28 +02:00
AutoComplete.h UI/Qt: Reduce flicker when populating autocomplete 2024-06-27 18:24:28 +02:00
BrowserWindow.cpp UI/Qt: Don't hide the location bar URL when creating a tab from a URL 2024-06-21 07:31:53 +02:00
BrowserWindow.h LibWeb: Add motion preference 2024-06-18 10:31:54 -04:00
CMakeLists.txt CMake: Move ladybird target creation to UI-specific CMakeLists 2024-06-05 13:56:46 -04:00
EventLoopImplementationQt.cpp Ladybird/Qt: Use a precise timer for event loop timer events 2024-02-26 16:12:20 -07:00
EventLoopImplementationQt.h LibCore+Ladybird: Don't force timer ids to be integer just to remap them 2024-02-25 17:24:36 -07:00
EventLoopImplementationQtEventTarget.cpp Ladybird: Move Qt-specific classes and functions to a Qt subdirectory 2023-08-07 14:58:04 -06:00
EventLoopImplementationQtEventTarget.h Ladybird: Move Qt-specific classes and functions to a Qt subdirectory 2023-08-07 14:58:04 -06:00
FindInPageWidget.cpp UI/Qt: Add standard shortcuts for find in page actions 2024-06-14 14:11:19 +02:00
FindInPageWidget.h UI/Qt: Add standard shortcuts for find in page actions 2024-06-14 14:11:19 +02:00
Icon.cpp Ladybird/Qt: Move the TVG icon loader to a utility file 2024-04-03 20:56:04 +02:00
Icon.h Ladybird/Qt: Move the TVG icon loader to a utility file 2024-04-03 20:56:04 +02:00
InspectorWidget.cpp Ladybird/Qt: Adjust the Inspector context menu by the device pixel ratio 2024-03-11 16:49:20 +01:00
InspectorWidget.h Ladybird/Qt: Adjust the Inspector context menu by the device pixel ratio 2024-03-11 16:49:20 +01:00
ladybird.qrc Ladybird/Qt: Add a find in page widget 2024-05-30 16:30:11 +02:00
LocationEdit.cpp UI/Qt: Show search engine name in location bar 2024-06-25 09:56:42 +01:00
LocationEdit.h UI/Qt: Show search engine name in location bar 2024-06-25 09:56:42 +01:00
main.cpp Everywhere: Transition ImageDecoder to be single-instance, owned by UI 2024-06-26 16:09:33 -06:00
RequestManagerQt.cpp LibHTTP+RequestServer: Use HTTP::HeaderMap for request headers 2024-06-09 15:34:02 +02:00
RequestManagerQt.h LibHTTP+RequestServer: Use HTTP::HeaderMap for request headers 2024-06-09 15:34:02 +02:00
Settings.cpp UI/Qt: Show search engine name in location bar 2024-06-25 09:56:42 +01:00
Settings.h UI/Qt: Show search engine name in location bar 2024-06-25 09:56:42 +01:00
SettingsDialog.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SettingsDialog.h Ladybird/Qt: Do not "share" ownership of Qt objects 2023-12-04 12:03:48 -07:00
StringUtils.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
StringUtils.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Tab.cpp UI/Qt: Don't show URL when a new tab is initially focused 2024-06-17 17:26:55 +02:00
Tab.h UI/Qt: Don't show URL when a new tab is initially focused 2024-06-17 17:26:55 +02:00
TabBar.cpp Ladybird: Add a context menu to the tab bar 2024-04-29 08:11:21 +02:00
TabBar.h Ladybird: Add a context menu to the tab bar 2024-04-29 08:11:21 +02:00
TaskManagerWindow.cpp Ladybird: Slightly increase the size of the Task Manager window 2024-04-22 14:46:10 -06:00
TaskManagerWindow.h Ladybird: Add a simple TaskManager window for tracking child processes 2024-04-02 09:52:34 -06:00
TVGIconEngine.cpp Ladybird: Move Qt-specific classes and functions to a Qt subdirectory 2023-08-07 14:58:04 -06:00
TVGIconEngine.h Ladybird: Move Qt-specific classes and functions to a Qt subdirectory 2023-08-07 14:58:04 -06:00
WebContentView.cpp Everywhere: Transition ImageDecoder to be single-instance, owned by UI 2024-06-26 16:09:33 -06:00
WebContentView.h LibWeb: Add Contrast preference 2024-06-13 11:18:38 +02:00
WebSocketImplQt.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebSocketImplQt.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebSocketQt.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebSocketQt.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30