1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 10:12:10 +02:00
falkonOfficial/src/lib
nowrep 72904a80c3 [LocationBar] Major cleanup. New code to change color of text parts
The code to change color of host of url is completely new.
It doesn't use any paint hacks anymore. That means text in
locationbar will now be always rendered pixel perfect, as it would
with normal QLineEdit.

Cleanup in LocationCompleter. It is now using QCompleter in inline
mode to complete domain. It is still not ideal, eg. it refreshes
and show the domain completion with delay (job run in separate thread),
and sometimes it misses it completely.

WebSearchBar: Always complete when receiving suggestions. Fix issue
when suggestions were only showed after typing at least 2 characters.
2014-03-15 23:22:35 +01:00
..
3rdparty [LocationBar] Major cleanup. New code to change color of text parts 2014-03-15 23:22:35 +01:00
adblock [AdBlockRule] Save some memory with dynamic allocation and removing member variables 2014-03-12 13:25:12 +01:00
app [BrowserWindow] Create shortcuts with QShortcut instead manually in keypress 2014-03-15 19:58:19 +01:00
autofill [DatabaseWriter] Replace with new SqlDatabase class 2014-03-15 01:14:06 +01:00
bookmarks Fixed building after recent commits 2014-03-11 09:12:37 +01:00
cookies [CodeCleanup] Major cleanup in MainApplication class 2014-03-10 00:47:07 +01:00
data [CaBundle] Update bundle + fix make_ca_bundle.sh script 2014-03-14 12:27:10 +01:00
desktopnotifications [DataPaths] Added new class DataPaths 2014-03-09 21:51:42 +01:00
downloads [CodeCleanup] Major cleanup in MainApplication class 2014-03-10 00:47:07 +01:00
history [CodeCleanup] Major cleanup in MainApplication class 2014-03-10 00:47:07 +01:00
navigation [LocationBar] Major cleanup. New code to change color of text parts 2014-03-15 23:22:35 +01:00
network [CodeCleanup] Removed all disconnectObjects() methods 2014-03-13 11:24:19 +01:00
opensearch [DatabaseWriter] Replace with new SqlDatabase class 2014-03-15 01:14:06 +01:00
other [DatabaseWriter] Replace with new SqlDatabase class 2014-03-15 01:14:06 +01:00
plugins [CodeCleanup] Cleanup Mac #ifdefs 2014-03-13 15:58:39 +01:00
popupwindow [CodeCleanup] Removed all disconnectObjects() methods 2014-03-13 11:24:19 +01:00
preferences [ShowStatusBar] Fixed settings to show/hide Status Bar 2014-03-14 13:33:33 +01:00
rss [CodeCleanup] Major cleanup in MainApplication class 2014-03-10 00:47:07 +01:00
session [Session] Use the same session with both Qt4 & Qt5 2014-03-14 14:08:38 +01:00
sidebar [MainMenu] Added MainMenu class that holds all menu actions of window 2014-03-10 16:55:11 +01:00
tools Fixed building with Qt 4 2014-03-15 20:20:39 +01:00
webview [Session] Use the same session with both Qt4 & Qt5 2014-03-14 14:08:38 +01:00
lib.pro [BrowserWindow] Create shortcuts with QShortcut instead manually in keypress 2014-03-15 19:58:19 +01:00