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

Commit Graph

  • 7369e86a0a [SearchAction] Don't block Ctrl+F shortcut from pages nowrep 2014-03-31 17:58:56 +0200
  • 2d9dfa9db7 [WebInspector] WebInspector is now displayed inside WebTab nowrep 2014-03-31 17:46:59 +0200
  • 7f3d8ee786 [Cleanup] Split src/lib/webview into tabwidget, webkit and webtab folders nowrep 2014-03-31 14:54:08 +0200
  • b73751f497 [GreaseMonkey] Cleanup of GM_Downloader code nowrep 2014-03-31 12:37:24 +0200
  • ed823d4d50 [ClosedTabsButton] No longer needed to have two copies of button nowrep 2014-03-31 10:33:17 +0200
  • 5c8afde4d9 [Crash] Fixed crash in BrowserWindow::event nowrep 2014-03-31 10:01:04 +0200
  • bfe08409b4 [PrivateBrowsing] Show PrivateBrowsing indicator as left corner widget in tabbar nowrep 2014-03-31 09:50:54 +0200
  • da6ccdcee5 [ComboTabBar] Draw TabBarBase also on parts that are not QTabBar nowrep 2014-03-31 09:45:41 +0200
  • b26d9b06ab [ComboTabBar] Fixed right scroll button being hidden on resize S. Razi Alavizadeh 2014-03-30 16:40:36 +0200
  • b95da97904 [BrowserWindow] Move TabBar into NavigationContainer nowrep 2014-03-30 16:38:34 +0200
  • 6e71ae3c54 [ClosedTabsManager] Save icon of closed tab nowrep 2014-03-30 12:46:06 +0200
  • a059c005ff [SBI_Icons] Added Zoom Widget to StatusBarIcons plugin nowrep 2014-03-29 15:49:49 +0100
  • d6625c60fb [SBI_Icons] Update JavaScript icon state on startup nowrep 2014-03-29 15:48:50 +0100
  • 9c67d874e7 [Translations] Updated plugins translations nowrep 2014-03-29 15:47:38 +0100
  • 6812e020d6 [Qt5] Fixed hiding close button on current tab when dragging it nowrep 2014-03-29 13:02:17 +0100
  • e598ee1230 [CaBundle] Updated ca-bundle.crt nowrep 2014-03-27 22:32:41 +0100
  • 543c3b8732 [Translations] Try to load Qt (qt_*.qm) translations from Qt path nowrep 2014-03-27 11:51:31 +0100
  • 458f6fecf0 [DownloadItem] Add date of completed download Javier Llorente 2014-03-26 16:20:12 +0100
  • 9c7d6e9795 [BookmarksToolbarButton] Final fix for rendering issues with various styles nowrep 2014-03-26 10:11:30 +0100
  • 525c4ff5cf [MainMenu] Create toolbars and sidebars menu to fix shortcuts nowrep 2014-03-26 10:10:33 +0100
  • 586a9d2242 [OxygenFallback] Correctly initialize fallback icon theme nowrep 2014-03-26 10:05:27 +0100
  • 4305b59028 [ProgressBar] Use update() instead of repaint() nowrep 2014-03-25 17:06:50 +0100
  • 545b3f9c54 [SessionRestore] Set override busy cursor when restoring session nowrep 2014-03-25 16:55:00 +0100
  • a284a7c864 [SiteIcon] Don't set :pressed state when popup is not shown nowrep 2014-03-25 16:53:41 +0100
  • fcfe2999f7 [WebView] Delete m_page in destructor nowrep 2014-03-24 21:21:07 +0100
  • e1661a88b5 [ClosedTabsButton] Hide by default nowrep 2014-03-24 18:13:37 +0100
  • b9891a815b [LinuxTheme] Deleted now unused icons nowrep 2014-03-24 18:07:56 +0100
  • d4e9682db1 [SiteIcon] Don't flicker when opening site info popup nowrep 2014-03-24 17:07:25 +0100
  • 174b4e8218 [Unix] Don't register SIGPIPE handler nowrep 2014-03-24 16:28:28 +0100
  • f7a88a82f7 [Oxygen-fallback] Added bookmark-new-list icon nowrep 2014-03-24 16:22:32 +0100
  • c182dd6f34 [Icons] Removed unused icons nowrep 2014-03-24 16:16:35 +0100
  • ab638a5525 [IconProvider] Use fallback oxygen icon theme (in oxygen-fallback.qrc) nowrep 2014-03-24 16:08:33 +0100
  • 3c0576fcfa [BookmarksToolbarButton] Improved rendering of bookmark button nowrep 2014-03-24 12:51:42 +0100
  • a0dba6bd32 [BookmarksToolbarButton] Only fix down state rendering when button is folder nowrep 2014-03-23 23:54:09 +0100
  • 2e8c9f690e [SiteIcon] Support :pressed state for style sheets nowrep 2014-03-23 23:53:51 +0100
  • 2228b060bc Merge pull request #1266 from javierllorente/es_ES David Rosca 2014-03-23 18:14:31 +0100
  • 539ade15b8 add es_ES language translated Javier Llorente 2014-03-23 13:50:15 +0100
  • e10126d2a9 [TabWidget] Fix showing empty tab title when adding new tab nowrep 2014-03-22 23:59:38 +0100
  • 64b53baee3 [TabbedWebView] No need to override stop() method nowrep 2014-03-22 22:18:28 +0100
  • db2d879717 [WebHistoryWrapper] Removed unused WebHistoryWrapper class nowrep 2014-03-20 09:11:19 +0100
  • 0b4be9055e [Windows] Fixed inserting QUnicodeControlCharacterMenu to contextmenu. S. Razi Alavizadeh 2014-03-20 01:14:36 +0330
  • e36697eedf [SearchEngines] Support for loading POST engines from LocationBar nowrep 2014-03-19 21:27:43 +0100
  • 86c9c845c6 Merge pull request #1264 from K0r5hun/master David Rosca 2014-03-19 14:36:09 +0100
  • d247fd9f74 Fix msvc compile issue m_navigationBar undeclared identifier korwru 2014-03-19 15:38:14 +0400
  • a1e849fd9a Fix msvc compile error m_usingTransparentBackground undeclared identifier korwru 2014-03-19 15:32:30 +0400
  • 2097ce08d3 Fix msvc compile issue with datapaths korwru 2014-03-19 15:22:16 +0400
  • 75040eace2 Fix msvc compile issue in mainapplication use of undefined type RegisterQAppAssociation korwru 2014-03-19 15:14:01 +0400
  • a4588a0c28 Fix msvc compile issue in tabwidget. korwru 2014-03-19 15:01:53 +0400
  • 8e0d849e01 Fix compile issue with plugins on msvc. K0r5hun 2014-03-19 14:38:16 +0400
  • f042ba9b88 [TabBar] Fixed showing 2 AddTab buttons when tabs overflows nowrep 2014-03-18 20:38:30 +0100
  • cbc3f4f875 [DuckDuckGo] Use new icon for DuckDuckGo search engine nowrep 2014-03-18 20:10:19 +0100
  • 3d23f3eb02 [WebTab] Move more code into WebTab, instead of handling in TabWidget/TabBar nowrep 2014-03-18 20:00:34 +0100
  • 27a3781ed0 [ComboTabBar] Move right/left containers to ComboTabBar class nowrep 2014-03-18 17:35:44 +0100
  • 9e9b880235 [Travis] Build only master and v1.6 branches nowrep 2014-03-17 18:00:36 +0100
  • 5d523d1418 [ClosedTabsButton] Hide menu indicator nowrep 2014-03-17 17:03:16 +0100
  • 96b6743ac6 [ClosedTabsButton] New button in the right corner of tabbar nowrep 2014-03-17 15:01:28 +0100
  • 9cdad1b45d [Linux Theme] Use new icon for supermenu and bookmarks in locationbar nowrep 2014-03-17 13:00:12 +0100
  • b3c40e6281 [SiteIcon] Correctly show first site icon nowrep 2014-03-17 11:04:26 +0100
  • 5b6b6c6eaf [LoadingAnimation] New loading animation nowrep 2014-03-17 10:43:18 +0100
  • ebd501c9cd [SiteIcon] Show icon with small delay (100ms) nowrep 2014-03-17 08:58:49 +0100
  • a9eba60da2 [LocationCompleter] Pause updates when removing items from completer nowrep 2014-03-16 17:20:32 +0100
  • 20cd658274 [ProfileManager] Fix currentProfile() cutting last char of profile name nowrep 2014-03-16 15:31:19 +0100
  • b9c58b14b3 [AutoScroll] Force ArrowCursor when scrolling nowrep 2014-03-16 14:56:09 +0100
  • f9f74f3642 [LocationBar] Always show site icon in 16x16px nowrep 2014-03-16 14:31:21 +0100
  • e6baa54179 [Qt5] Fixed QIODevice::not open warning message nowrep 2014-03-16 14:30:59 +0100
  • 43cb2d6b27 [LocationBar] Fixed crash in setGoIconVisible. Always check for m_webView nowrep 2014-03-16 13:56:27 +0100
  • dbec199ea8 Fixed building with Qt5 nowrep 2014-03-16 13:55:37 +0100
  • fe0b03fdb7 Include QDebug in qzcommon.h nowrep 2014-03-16 13:22:41 +0100
  • d464d9bdef [LineEdit] Create context menu in LineEdit nowrep 2014-03-16 13:06:38 +0100
  • a701079d27 [LocationBar] Cleanup code + fixed showing rss icon nowrep 2014-03-16 12:11:24 +0100
  • 6e53add7d7 [LocationBar] Set cursor position at start when showing long url nowrep 2014-03-16 11:21:24 +0100
  • caabbc237f [LocationBar] Tweaked Linux theme. No longer hardcode height nowrep 2014-03-16 09:38:28 +0100
  • 23a599ed75 [ComboTabBar] Fixed double clicking on scroll buttons with Qt5 nowrep 2014-03-15 23:46:10 +0100
  • 72904a80c3 [LocationBar] Major cleanup. New code to change color of text parts nowrep 2014-03-15 23:22:35 +0100
  • 9c7e9a1396 Fixed building with Qt 4 nowrep 2014-03-15 20:20:39 +0100
  • c395f19524 [BrowserWindow] Create shortcuts with QShortcut instead manually in keypress nowrep 2014-03-15 19:58:19 +0100
  • 7e57cb63f5 [LocationCompleter] Run completions search in separate thread nowrep 2014-03-15 19:36:03 +0100
  • 8069573f08 [Crashlogs] Fix showing bad path when saving crashlogs nowrep 2014-03-15 19:16:58 +0100
  • 0a622e325c [SqlDatabase] New implementation, hold connections for threads nowrep 2014-03-15 19:15:46 +0100
  • 688e021fff [DatabaseWriter] Replace with new SqlDatabase class nowrep 2014-03-15 01:14:06 +0100
  • 167ae2af50 [SqlDatabase] New class allowing to exec Sql queries in separate thread nowrep 2014-03-15 01:03:06 +0100
  • 16ff847a8b [Session] Use the same session with both Qt4 & Qt5 nowrep 2014-03-14 14:08:38 +0100
  • a2de6e1627 [ShowStatusBar] Fixed settings to show/hide Status Bar nowrep 2014-03-14 13:33:33 +0100
  • fbafd56e90 [CaBundle] Update bundle + fix make_ca_bundle.sh script nowrep 2014-03-14 12:27:10 +0100
  • 83bb7c757c [CodeCleanup] Don't use m_isStarting and m_isClosing in BrowserWindow nowrep 2014-03-13 17:06:08 +0100
  • bd0cc0e121 [Crash] Fixed crash after closing some tabs (eg. GMail) nowrep 2014-03-13 16:05:06 +0100
  • b4d2ced60f [CodeCleanup] Cleanup Mac #ifdefs nowrep 2014-03-13 15:58:39 +0100
  • b52a84da3c [CreatingWindow] Don't disable updates when creating browser windows nowrep 2014-03-13 13:38:14 +0100
  • ae511eaa6c [Toolbars] Fixed toggle show Status Bar action nowrep 2014-03-13 13:36:57 +0100
  • 50e8bb071f [NetworkCache] Fix path for network cache nowrep 2014-03-13 12:53:19 +0100
  • 34bb2a2097 [WebInspector] Use TabWidget::currentChanged(int) signal and check for invalid tab nowrep 2014-03-13 12:47:01 +0100
  • ea60478160 [Toolbars] Fixed possibility to hide both Navigation Toolbar and Menu Bar nowrep 2014-03-13 12:31:08 +0100
  • 9a6bb0444d [TabBar] Make sure adding new background tab make it visible in tabbar nowrep 2014-03-13 12:07:05 +0100
  • 9fda55d86d [StatusBarIcons] Fixed crash when restoring session nowrep 2014-03-13 12:06:28 +0100
  • d2528417d1 [CodeCleanup] Removed all disconnectObjects() methods nowrep 2014-03-13 11:24:19 +0100
  • 07cf7036df [ComboTabBar] When removing tabs, don't use timer for enabling updates nowrep 2014-03-13 11:11:52 +0100
  • d109159408 [CloseOnLastTab] Instead of blocking closing tab, load new-tab-url nowrep 2014-03-13 11:11:15 +0100
  • 22452aa825 [CloseOnLastTab] Changed behavior of "Don't quit upon closing last tab" option nowrep 2014-03-12 22:31:33 +0100
  • 853e3905ee [Crash] Fixed crash after closing first app window nowrep 2014-03-12 21:36:34 +0100
  • 493edfc655 [AdBlockRule] Save some memory with dynamic allocation and removing member variables nowrep 2014-03-12 13:25:12 +0100