ladybird/Ladybird/Qt
Tim Ledbetter ebfb847d34 UI/Qt: Ensure we don't add the same zoom shortcut key more than once
On my system `QKeySequence::StandardKey::ZoomIn` includes both `Ctrl++`
and `Ctrl+=`, so explicitly adding the secondary `Ctrl+=` shortcut
ourselves results in an ambiguous shortcut error message being shown.

According to the Qt documentation the key bindings returned by
`QKeySequence::StandardKey::*` are platform specific, so we may still
need to add the secondary shortcut on some systems. Therefore, we now
check whether our secondary shortcut is already in the shortcut list
before adding it.
2024-06-11 09:19:01 -04:00
..
Application.cpp Ladybird: Respect window.open() features in Qt chrome 2024-05-30 16:16:33 -04:00
Application.h Ladybird: Respect window.open() features in Qt chrome 2024-05-30 16:16:33 -04: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 AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
AutoComplete.h Ladybird/Qt: Make String allocation infallible 2023-12-04 12:03:48 -07:00
BrowserWindow.cpp UI/Qt: Ensure we don't add the same zoom shortcut key more than once 2024-06-11 09:19:01 -04:00
BrowserWindow.h UI/Qt: Spoof user agent across all tabs 2024-06-06 10:07:57 +02: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: Display query results on find in page panel 2024-06-09 21:12:33 -04:00
FindInPageWidget.h UI/Qt: Display query results on find in page panel 2024-06-09 21:12:33 -04: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: Update placeholder text if search disabled 2024-06-11 09:50:46 +02:00
LocationEdit.h Ladybird: Add autocomplete to LocationEdit 2023-08-17 15:30:23 +01:00
main.cpp LibWebView: Replace usage of LibSQL with sqlite3 2024-06-06 11:27:03 -04: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 Ladybird: Move BrowserSettings/Defaults.h to Ladybird/DefaultSettings.h 2024-06-03 10:53:53 +02:00
Settings.h Ladybird/Qt: Introduce a hamburger menu and use by default 2024-05-06 08:24:56 -04: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: Display query results on find in page panel 2024-06-09 21:12:33 -04:00
Tab.h UI/Qt: Spoof user agent across all tabs 2024-06-06 10:07:57 +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 LibWeb: Add Web::UIEvents::KeyCode and KeyModifier enums, drop Kernel 2024-06-07 09:44:41 +02:00
WebContentView.h LibWeb+WebContent: Move scrollbar painting into WebContent 2024-06-05 07:03:42 +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