1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 18:22:10 +02:00
falkonOfficial/src/lib
Luís Pereira 0096801556 Don't call non-const member functions on temporaries
They can detach if the container is shared. Even if they are not shared,
using const method when possible is good practice.

Differential Revision: https://phabricator.kde.org/D9730
2018-01-11 19:05:56 +01:00
..
3rdparty Don't call non-const member functions on temporaries 2018-01-11 19:05:56 +01:00
adblock AdBlockTreeWidget: Fix restoring item font and color for normal rules 2017-12-03 19:10:56 +01:00
app Don't call non-const member functions on temporaries 2018-01-11 19:05:56 +01:00
autofill SqlDatabase: Remove exec and execAsync methods 2017-12-23 18:34:46 +01:00
bookmarks Create every QSqlQuery with correct database for current thread 2017-12-18 13:06:42 +01:00
cookies First steps towards a cmake buildsystem, currently only builds src/lib. 2017-09-09 20:27:44 +02:00
data SVN_SILENT made messages (.desktop file) - always resolve ours 2018-01-04 04:51:59 +01:00
downloads DownloadManager: Add app name to download finished notification 2018-01-01 18:11:01 +01:00
history Add ClosedWindowsManager allowing to restore closed windows 2018-01-02 15:03:11 +01:00
navigation LocationBar: Fix correctly loading "localhost" instead of launching search 2018-01-01 17:02:12 +01:00
network Remove leftover references to no longer used pinnedtabs.dat file 2017-12-30 18:06:06 +01:00
notifications Initial rename to Falkon 2017-08-25 17:32:32 +02:00
opensearch Create every QSqlQuery with correct database for current thread 2017-12-18 13:06:42 +01:00
other Add an option to disable search suggestions from the address bar. 2017-12-31 16:44:02 +01:00
plugins Initial rename to Falkon 2017-08-25 17:32:32 +02:00
popupwindow Initial rename to Falkon 2017-08-25 17:32:32 +02:00
preferences Use correct web settings in private browsing mode 2018-01-02 22:59:17 +01:00
session SessionManager: Use relative paths for session files in settings 2018-01-02 22:57:19 +01:00
sidebar BrowserWindow: Save sidebar for each window 2018-01-02 22:56:41 +01:00
tabwidget TabBar: Reject drags from other app instances 2018-01-02 22:57:26 +01:00
tools ClosedWindowsManager: Fix crash when saving window without any tabs 2018-01-02 22:57:34 +01:00
webengine Use correct web settings in private browsing mode 2018-01-02 22:59:17 +01:00
webtab WebTab: Correctly remove itself from TabWidget 2018-01-01 17:01:48 +01:00
CMakeLists.txt Add ClosedWindowsManager allowing to restore closed windows 2018-01-02 15:03:11 +01:00