1
mirror of https://invent.kde.org/network/falkon.git synced 2025-09-11 17:07:55 +02:00

Commit Graph

  • 408b2ffad6
    TabWidget: Add public webTab method David Rosca 2018-02-05 11:41:15 +0100
  • fbbe3c6385
    TabTreeModel: Ignore dropping child on its parent David Rosca 2018-02-04 15:58:36 +0100
  • aa332a4ed2
    VerticalTabs: Reject drop on last row in pinned tabs model David Rosca 2018-02-04 15:51:12 +0100
  • 9eccf4fae3
    TabModel: Rework drag&drop logic David Rosca 2018-02-04 14:24:40 +0100
  • ca15006145
    TabWidget: Track last WebTab instead of only index David Rosca 2018-02-04 13:14:46 +0100
  • dbd4e75941
    VerticalTabs: Save expanded state in session David Rosca 2018-02-04 12:02:39 +0100
  • 095e0ff517
    WebTab: Add sessionData property David Rosca 2018-02-04 12:01:29 +0100
  • 62264501e2
    VerticalTabs: Switch tabs with mouse wheel David Rosca 2018-02-04 11:24:21 +0100
  • bbbe136346
    VerticalTabs: Handle Ctrl+Tab switching tabs in tree order David Rosca 2018-02-04 11:13:18 +0100
  • ee2e1e9f78
    TabWidget: Add BrowserWindow accessor David Rosca 2018-02-04 11:02:02 +0100
  • 0bf881c168
    Plugins: Hook key events in TabWidget David Rosca 2018-02-04 10:11:38 +0100
  • 25d70e557a
    VerticalTabs: Add Simple theme David Rosca 2018-02-03 20:20:21 +0100
  • 7bb2b5dfed
    VerticalTabs: Cleanups in Windows theme David Rosca 2018-02-03 20:20:09 +0100
  • b24041cb8e
    LocationCompleterDelegate: Don't use selected icon mode for favicons David Rosca 2018-02-03 19:53:09 +0100
  • ca60f9a300
    VerticalTabs: Don't use selected icon mode for favicons David Rosca 2018-02-03 19:51:19 +0100
  • 4db34d4645
    VerticalTabs: Remove custom properties for colors David Rosca 2018-02-03 19:39:35 +0100
  • 06621a6f8a
    VerticalTabs: Add windows theme David Rosca 2018-02-03 19:28:37 +0100
  • 2c731111d7
    VerticalTabs: Add support for changing themes David Rosca 2018-02-03 19:24:09 +0100
  • 2c60d8bcfb
    VerticalTabs: Add option to append/prepend new child tabs David Rosca 2018-02-03 18:38:53 +0100
  • e981f638de
    VerticalTabs: Hide pinned tabs view when empty David Rosca 2018-02-03 18:16:18 +0100
  • f3d5f27cdf
    VerticalTabs: Set Qt::NoFocus policy David Rosca 2018-02-03 17:45:48 +0100
  • 8c96660852
    VerticalTabs: Add new tab button David Rosca 2018-02-03 17:39:20 +0100
  • faec2d2b20
    VerticalTabs: Fix object names for close button David Rosca 2018-02-03 17:34:56 +0100
  • ac9830381d
    VerticalTabs: Add option to indentate background of items David Rosca 2018-02-03 16:55:06 +0100
  • e5a55a6c69
    VerticalTabs: Fix rendering negative margins when updating single index David Rosca 2018-02-03 16:35:20 +0100
  • 79d116d07c
    TabTreeDelegate: Make it stylable on which items to show close button David Rosca 2018-02-03 16:08:03 +0100
  • 36eb1f5523
    VerticalTabs: Fix QSS styling issues David Rosca 2018-02-03 15:33:51 +0100
  • ad387fe712
    TabTreeView: Draw real tabbar close button and make it stylable David Rosca 2018-02-03 12:46:42 +0100
  • 6985a8567a
    RestoreManager: Validate all elements in session file David Rosca 2018-02-03 10:53:07 +0100
  • e6b220a87a
    WebTab: Add option to prepend child tabs instead of appending David Rosca 2018-02-03 10:41:43 +0100
  • 81e86d4a3c
    BookmarksToolbar: Fix setting correct minimum height David Rosca 2018-02-03 10:16:11 +0100
  • 4ad6d6cda1
    TabTreeModel: Only sync top-level tabs when closing window David Rosca 2018-02-02 17:59:03 +0100
  • ae4d971d1a
    BrowserWindow: Add aboutToClose signal David Rosca 2018-02-02 17:57:24 +0100
  • 05bb94adfe
    VerticalTabs: Correctly delete models when switching view type David Rosca 2018-02-02 17:28:56 +0100
  • 68c30781bb
    VerticalTabs: Show tooltips for tabs David Rosca 2018-02-02 16:45:46 +0100
  • e9f3679bb1
    TabTreeModel: Sync top-level tabs with main tabbar David Rosca 2018-02-02 16:39:27 +0100
  • a1101c129c
    VerticalTabs: Move scrollbar to the left David Rosca 2018-02-02 15:18:36 +0100
  • 805c23ddb9
    VerticalTabs: Expand subtree when new tab is inserted David Rosca 2018-02-02 14:25:54 +0100
  • 072d3c28ee
    VerticalTabs: Show pinned tabs in horizontal list above normal tabs David Rosca 2018-02-02 14:02:59 +0100
  • 801c1845b5
    Cleanups in TabTreeView David Rosca 2018-02-02 12:45:14 +0100
  • fc9f88ae67
    VerticalTabs: Set scrolling per pixel David Rosca 2018-02-02 12:00:52 +0100
  • ebd2b6da51
    VerticalTabs: Automatically scroll to current tab David Rosca 2018-02-02 11:51:32 +0100
  • 66023d2dba
    Add VerticalTabs plugin David Rosca 2018-02-02 11:28:29 +0100
  • af95dd14e2
    WebTab: Fix updating isCurrentTab in attach David Rosca 2018-02-02 10:53:31 +0100
  • 16c7af63b6
    BrowserWindow: Add accessor for TabModel David Rosca 2018-02-02 10:00:39 +0100
  • 9f4ac24cf8
    TabBar: Initialize pinned tab width from real tab David Rosca 2018-02-02 08:54:45 +0100
  • 01c5397fef
    WebTab: Don't set "Loading..." tab text David Rosca 2018-02-01 21:19:34 +0100
  • 0c7245fa9f
    TabContextMenu: Require only WebTab in constructor David Rosca 2018-02-01 20:33:29 +0100
  • 29735b24c8
    WebTab: Add makeCurrentTab and closeTab methods David Rosca 2018-02-01 20:25:57 +0100
  • 349f6b9c32
    TabWidget: Fix emitting tabMoved when pinning tabs David Rosca 2018-02-01 20:21:11 +0100
  • 188082b690
    TabModel: Add AudioPlayingRole and AudioMutedRole David Rosca 2018-02-01 15:45:40 +0100
  • 47be65f903
    TabIcon: Make static image data public David Rosca 2018-02-01 15:23:41 +0100
  • 7bba5b79ed GIT_SILENT made messages (after extraction) l10n daemon script 2018-02-04 03:24:04 +0100
  • 59dbfc1f48
    TabTreeModel: Reset model when source resets David Rosca 2018-01-31 20:21:00 +0100
  • ebaab19f88
    TabWidget: Correctly emit tabRemoved when detaching tab David Rosca 2018-01-31 20:20:25 +0100
  • 43e472e50e
    TabBar: Disallow detaching tab when there is only one tab in the only window David Rosca 2018-01-31 20:00:38 +0100
  • dc8ddb03c1
    TabTreeModel: Don't allow to move pinned tabs David Rosca 2018-01-31 19:56:31 +0100
  • 85def54d3c
    WebTab: Preserve order of child tabs in session file David Rosca 2018-01-31 19:48:29 +0100
  • 4bb75de25c
    WebTab: Fix removing from existing parent in addChildTab David Rosca 2018-01-31 19:46:26 +0100
  • 1c7288204c
    ProfileManager: Never allow to use session from newer profile version David Rosca 2018-01-31 19:12:19 +0100
  • 4124c67c5f
    Autotests: Add qWait(10) at the end of QtWebEngine tests David Rosca 2018-01-31 19:10:59 +0100
  • fa19d97dc4
    WebTab: Don't add pinned tabs to tab tree David Rosca 2018-01-31 19:08:17 +0100
  • e57fb65c95
    Add TabTreeModel David Rosca 2018-01-31 18:48:38 +0100
  • 57b605e4e0
    TabModel: add CurrentTabRole and LoadingRole David Rosca 2018-01-31 11:45:47 +0100
  • a8bda61f3e
    TabModel: Remove ParentTabRole and ChildTabsRole David Rosca 2018-01-31 10:54:35 +0100
  • 2b994920ad
    WebTab: Fix detaching completer and site icon David Rosca 2018-01-31 10:30:28 +0100
  • 67973d704d
    WebTab: Add addChildTab method David Rosca 2018-01-31 10:12:09 +0100
  • 1b473ac580
    Detach WebTab when removing tab David Rosca 2018-01-30 21:14:35 +0100
  • 72c4b605a5
    TabModel: Implement drag&drop David Rosca 2018-01-30 18:55:18 +0100
  • 8fe53f1c2c
    WebTab: Correctly reparent children in destructor David Rosca 2018-01-30 17:41:37 +0100
  • 33b2f0f908
    WebView: Try requestedUrl when url is empty in title() David Rosca 2018-01-30 17:31:36 +0100
  • 61299c89b6
    WebTab: Save parent tab index in session file David Rosca 2018-01-30 16:41:30 +0100
  • 5b7653188b
    Track parent tab for WebTab when opening new tabs David Rosca 2018-01-30 16:02:54 +0100
  • e44877d4c7
    WebTab: Add parentTab and childTabs properties David Rosca 2018-01-30 15:51:24 +0100
  • 2377503517
    Add TabModel David Rosca 2018-01-30 14:53:18 +0100
  • f8531ac632
    MainMenu: Fix null session manager warnings in test mode David Rosca 2018-01-30 11:17:25 +0100
  • 0d71069122
    LocationBar: Don't suggest to search for javascript: scheme David Rosca 2018-01-29 22:18:01 +0100
  • a89fcf9002
    GM_Manager: Remove no longer needed doDownloadScript helper David Rosca 2018-01-29 22:03:43 +0100
  • f9feab7d9d
    GM_Script: Download icon and display it in settings David Rosca 2018-01-29 21:54:33 +0100
  • 4283260504
    GM_Script: Fix support for @noframes David Rosca 2018-01-29 21:46:21 +0100
  • b5b77e7932
    GM_Script: Add iconUrl property David Rosca 2018-01-29 21:39:37 +0100
  • 1c4937b64c
    LocationBar: Fix transforming text to url when searching is disabled David Rosca 2018-01-29 09:42:24 +0100
  • efe806e65e GIT_SILENT made messages (after extraction) l10n daemon script 2018-01-30 03:21:50 +0100
  • 894394adbb GIT_SILENT made messages (after extraction) l10n daemon script 2018-01-29 03:23:57 +0100
  • e45876c2a3
    Autotests: Add WebViewTest David Rosca 2018-01-29 00:20:28 +0100
  • 056d5ec3aa
    Autotests: Clean test profile directory before each test David Rosca 2018-01-29 00:24:09 +0100
  • 069c10c1f1
    BrowserWindow: Don't show window in test mode David Rosca 2018-01-29 00:08:18 +0100
  • 662f935f68
    Fix build with older GCC David Rosca 2018-01-28 23:26:43 +0100
  • f36799a8da
    WebView: Correctly transfer loading signals when changing page David Rosca 2018-01-28 23:18:35 +0100
  • 1fe7f0c232
    Correctly handle possibility that page changes in WebView David Rosca 2018-01-28 22:14:52 +0100
  • b5d872f64e
    TabContextMenu: Add Load Tab action David Rosca 2018-01-28 21:53:38 +0100
  • 13e81d0b21
    LocationBar: Don't allow to load url when tab is not restored David Rosca 2018-01-28 21:48:23 +0100
  • 2d01a6d092
    WebTab: Set new WebPage when unloading tab David Rosca 2018-01-28 21:42:37 +0100
  • 9b3f56093e
    TabbedWebView: Rename setWebPage -> setPage David Rosca 2018-01-28 18:35:44 +0100
  • 32c613a35a
    Fix appdata David Rosca 2018-01-28 16:04:56 +0100
  • deca7f7399
    LocationBar: Also whitelist data: scheme for loading urls David Rosca 2018-01-28 15:45:54 +0100
  • ae3aebc06c
    Preferences: Always show Password Manager options David Rosca 2018-01-28 14:03:50 +0100
  • 89f3b18df3
    AutoFill: Add option to disable auto complete on sites David Rosca 2018-01-28 13:57:10 +0100
  • e719a959d4
    AutoFill: completePage now returns only list of usernames David Rosca 2018-01-28 13:13:04 +0100
  • fa8fe079cb
    SqlDatabase: Correctly create new connections for threads David Rosca 2018-01-28 12:49:35 +0100