mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-21 19:26:35 +01:00
b60b2e36e9
Summary: This streamlines the code across all platforms and outsources the path building to QSP which implements the multi-platform logic. This keeps AppData lookup paths where they were (with additional lookup paths from QSP). Config location changes on Windows (from local to roaming) and OS X (from `Application Support` to `Preferences`). Cache also changes location on Windows and OS X. Temporary directory management is entirely outsourced to QTemporaryDir which is kept in a scoped pointer so it gets cleaned up on exit. Reviewers: drosca Reviewed By: drosca Differential Revision: https://phabricator.kde.org/D7767 |
||
---|---|---|
.. | ||
autosaver.cpp | ||
autosaver.h | ||
browserwindow.cpp | ||
browserwindow.h | ||
commandlineoptions.cpp | ||
commandlineoptions.h | ||
datapaths.cpp | ||
datapaths.h | ||
mainapplication.cpp | ||
mainapplication.h | ||
mainmenu.cpp | ||
mainmenu.h | ||
profilemanager.cpp | ||
profilemanager.h | ||
proxystyle.cpp | ||
proxystyle.h | ||
qzcommon.cpp | ||
qzcommon.h | ||
settings.cpp | ||
settings.h |