David Rosca
0fc6ca85c4
Fix deleting cookies
...
Closes #2137
9 years ago
David Rosca
2349ca8912
ComboTabBar: Disable focus for scroll area
9 years ago
David Rosca
9f20772238
TabBar: Fix scrolling to current tab after session restore
9 years ago
David Rosca
c25e6a99a6
BrowserWindow: Don't focus locationbar when starting with webpage
9 years ago
David Rosca
1881a800bf
AutoScroll: Disable on frames
...
It doesn't support scrolling outside main frame, so just disable
it on frames so middle clicking links is possible.
9 years ago
David Rosca
7c329b1281
ProxyStyle: Don't disable context menu on scrollbars
9 years ago
David Rosca
7bdd1b951f
Give WebView focus after restoring tab
9 years ago
David Rosca
64b48f6899
Use native scrollbars for main scrollbars
...
Use native widgets to render main scrollbars (scrollbars of the
main webview widget, not iframes etc).
It makes the scrollbars on body element invisible and instead draws
native widgets on the space for scrollbars.
Comes with possibility to disable it, enabled by default.
9 years ago
David Rosca
83444d8851
IconChooser: Fix drawing selected item with fusion style
9 years ago
David Rosca
c9797f5600
WebView: Make sure to return non-null inputWidget()
9 years ago
David Rosca
2ad5e82ce2
WebView: Fix finding rwhvqt with Qt 5.8
9 years ago
David Rosca
96202a6fe0
WebView: Remove custom drag&drop handling
...
QtWebEngine drag&drop now works
9 years ago
David Rosca
1a0ec338de
LocationBar: Replace all contents when dropping text
9 years ago
David Rosca
299d554a8e
Remove History::optimizeHistory()
9 years ago
David Rosca
b5b2bf6a0b
Automatically clear old icons and VACUUM database every 20 runs
9 years ago
David Rosca
5d2ffc30d1
FlashCookieManager: Operate on PepperFlash cookies
9 years ago
David Rosca
6117f468f4
Cleanup in Clear Recent History dialog
...
Also adjust paths to QtWebEngine
9 years ago
David Rosca
d68840a32b
Fix forgetting loaded plugins in portable mode
9 years ago
David Rosca
51130f4ed7
Revert "Plugins: Only resolve relative plugin paths"
...
This reverts commit 3447e139b5 .
9 years ago
David Rosca
3447e139b5
Plugins: Only resolve relative plugin paths
9 years ago
David Rosca
6cac8b50ce
Plugins: Use relative paths when NO_SYSTEM_DATAPATH is set
9 years ago
David Rosca
fe6005bb26
Windows Installer: Install all translations
...
Closes #1860
9 years ago
David Rosca
9626eac48e
Update translations
9 years ago
David Rosca
24be6708e2
SpellCheck: Support multiple languages
9 years ago
David Rosca
868a0ba84e
Preferences: Force icon size to always be 32x32
9 years ago
David Rosca
8a2fc0862f
Fix performance when querying icons from database
...
Make use of the index on icons column by using GLOB
instead of LIKE and handle the escaping ourselves.
Closes #1679
9 years ago
David Rosca
3a9e0501df
Fix saving new icons in database
...
Regression from 38bf9d2b4a
9 years ago
David Rosca
c7fa3101db
LocationCompleterRefreshJob: Use IconProvider to load icons
...
IconProvider can now be used from different threads
9 years ago
David Rosca
34cc74ab18
Drop the threaded icon loading completely
...
Also fix icons in buttons in bookmarks toolbar
9 years ago
David Rosca
c2d38dfb7d
SqlDatabase::query now modifies the passed SqlQuery
9 years ago
David Rosca
bb25bb8593
Don't use async icon loading in history/bookmarks models
...
Sometimes it crashes, needs more investigation, but this seems
to fix it.
Bookmarks icons are still loaded only when shown inside the view.
9 years ago
David Rosca
d19f5de7bf
SqlDatabase: Skip copy when executing query on main thread
9 years ago
David Rosca
5fb492d033
Load icons asynchronously in History and Bookmarks models
...
See #1679
9 years ago
David Rosca
a4c4aabfe5
HistoryMenu: Load icons asynchronously
...
See #1679
9 years ago
David Rosca
d6ff977282
BookmarksMenu: Load icons only when action is shown
...
See #1679
9 years ago
David Rosca
ca3d29d917
BookmarkItem: Only try refreshing icons when icon was not found
9 years ago
David Rosca
c4804600b2
Load bookmark icons for menus in separate threads
...
Should help with #1679
9 years ago
David Rosca
5298dc9857
RecoveryPage: Fix displaying list of windows and tabs
9 years ago
David Rosca
f9c7ed9759
Drop qwebchannel.js copy and use it from qrc instead
9 years ago
David Rosca
f0c52c4a85
Fix build with latest QtWebEngine
9 years ago
David Rosca
4657fdf60c
flatpak: Rename and update build for master branch
9 years ago
hakking
12a277fe19
Update installer.nsi ( #2115 )
9 years ago
hakking
7b7a3d2531
Update languages.nsh ( #2112 )
...
Add "Hong Kong Cantonese" (LangId 3076, zh-HK).
9 years ago
David Rosca
e8b3ca69d8
Add flatpak build manifest
9 years ago
David Rosca
f785d81c41
Fix creating QWebChannel on first QWebEnginePage load
...
The "qt" object may be undefined at the time QWebEngineScript
that creates web channel is being run. Try to create the web channel
until it finally succeeds in 100ms intervals.
Fixes the "Uncaught ReferenceError: qt is not defined" error message.
9 years ago
hakking
962c236372
Update qupzilla.desktop ( #2111 )
...
Add zh-HK
10 years ago
ravas
89d633d957
added Chrome bookmarks path for OS X ( #2110 )
...
* added Chrome bookmarks path for OS X
10 years ago
David Rosca
d671039e9f
Fix Q_OS_OSX check
10 years ago
David Rosca
ac160506f6
SpellCheck: Fix dictionary directories for macOS
...
Also show directories in preferences.
10 years ago
David Rosca
81b8adfe95
SpellCheck: Show spellcheck directories in preferences
10 years ago