ladybird/UI/Qt
Timothy Flynn fdbdb0ecd2 LibWebView+UI: Show an error page when we cannot sanitize a URL
Previously, if search was disabled, entering non-URL text would just
silently drop the search query (and on Qt, we would reload the current
URL). We now detect that the query did not result in a navigation and
load an error page instead, which directs the user to enable search.
2026-04-24 20:17:23 +02:00
..
Application.cpp LibWebView+UI: Add an about:bookmarks page to manage bookmarks 2026-04-09 10:08:06 -04:00
Application.h LibWebView+UI: Add an about:bookmarks page to manage bookmarks 2026-04-09 10:08:06 -04:00
Autocomplete.cpp UI/Qt: Adjust color of autocomplete title and header rows 2026-04-17 18:50:59 +02:00
Autocomplete.h UI/Qt: Show rich, history-backed address bar autocomplete 2026-04-16 21:01:28 +02:00
BookmarksBar.cpp LibWebView+UI: Add an about:bookmarks page to manage bookmarks 2026-04-09 10:08:06 -04:00
BookmarksBar.h LibWebView+UI: Add an about:bookmarks page to manage bookmarks 2026-04-09 10:08:06 -04:00
BrowserWindow.cpp UI/Qt: Restore focus when activating a tab 2026-04-17 08:06:24 +02:00
BrowserWindow.h UI/Qt: Create a bookmarks application menu and toolbar 2026-03-24 12:04:50 -04:00
CMakeLists.txt Meta: Move the Qt6 dependency stuff to the Qt UI CMake 2026-03-29 13:59:11 -06:00
EventLoopImplementationQt.cpp UI/Qt: Implement register_process for Qt Windows event loop 2026-04-12 16:08:07 +02:00
EventLoopImplementationQt.h UI/Qt: Implement register_process for Qt Windows event loop 2026-04-12 16:08:07 +02:00
EventLoopImplementationQtEventTarget.cpp LibWebView+UI: Move the UI event loops to the UI folder 2025-12-05 14:24:05 -05:00
EventLoopImplementationQtEventTarget.h LibWebView+UI: Move the UI event loops to the UI folder 2025-12-05 14:24:05 -05:00
FindInPageWidget.cpp Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00
FindInPageWidget.h UI/Qt: Clean up some manual forward declarations 2025-09-11 14:23:45 -04:00
Icon.cpp Everywhere: Unify naming of RGBA-like colors 2025-11-28 18:32:48 +01:00
Icon.h Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00
ladybird.qrc UI/Qt: Show rich, history-backed address bar autocomplete 2026-04-16 21:01:28 +02:00
LocationEdit.cpp LibWebView+UI: Show an error page when we cannot sanitize a URL 2026-04-24 20:17:23 +02:00
LocationEdit.h LibWebView+UI: Show an error page when we cannot sanitize a URL 2026-04-24 20:17:23 +02:00
main.cpp Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00
Menu.cpp UI/Qt: Integrate bookmark context menus into the bookmarks bar 2026-04-01 04:57:28 +02:00
Menu.h UI/Qt: Create a bookmarks application menu and toolbar 2026-03-24 12:04:50 -04:00
Settings.cpp LibWeb+LibWebView+UI: Migrate to LibWebView's language settings 2025-04-04 10:16:32 +02:00
Settings.h UI/Qt: Remove unused/undefined declaration from Qt settings 2025-09-16 10:38:20 +02:00
StringUtils.cpp LibWeb+LibWebView+WebContent+UI: Port the document title to UTF-16 2025-08-02 10:10:14 -07:00
StringUtils.h LibWeb+LibWebView+WebContent+UI: Port the document title to UTF-16 2025-08-02 10:10:14 -07:00
Tab.cpp LibWebView+UI: Show an error page when we cannot sanitize a URL 2026-04-24 20:17:23 +02:00
Tab.h UI/Qt: Create a bookmarks application menu and toolbar 2026-03-24 12:04:50 -04:00
TabBar.cpp UI/Qt: Store the TabWidget parent directly on TabBar 2026-03-22 18:36:36 -04:00
TabBar.h UI/Qt: Store the TabWidget parent directly on TabBar 2026-03-22 18:36:36 -04:00
TVGIconEngine.cpp LibGfx: Let Painter care about TinyVG transforms 2024-12-14 23:29:43 +01:00
TVGIconEngine.h Everywhere: Run clang-format 2026-02-18 08:02:45 -05:00
WebContentView.cpp Everywhere: Replace SharedBackingStore with Gfx::SharedImage 2026-04-09 01:18:59 +02:00
WebContentView.h UI/Qt: Store the click count as int to match UIEvent.detail's type 2026-03-17 04:01:29 -05:00