forked from Silverfish/proton-bridge
Other: reorganised QMLBackend class code.
This commit is contained in:
@ -1,20 +1,4 @@
|
||||
# Copyright (c) 2022 Proton AG
|
||||
#
|
||||
# This file is part of Proton Mail Bridge.
|
||||
#
|
||||
# Proton Mail Bridge is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# Proton Mail Bridge is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with Proton Mail Bridge. If not, see <https://www.gnu.org/licenses/>.
|
||||
# Doxyfile 1.9.4
|
||||
# Doxyfile 1.9.6
|
||||
|
||||
# This file describes the settings to be used by the documentation system
|
||||
# doxygen (www.doxygen.org) for a project.
|
||||
@ -35,7 +19,8 @@
|
||||
# configuration file:
|
||||
# doxygen -x [configFile]
|
||||
# Use doxygen to compare the used configuration file with the template
|
||||
# configuration file without replacing the environment variables:
|
||||
# configuration file without replacing the environment variables or CMake type
|
||||
# replacement variables:
|
||||
# doxygen -x_noenv [configFile]
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
@ -101,7 +86,7 @@ CREATE_SUBDIRS = YES
|
||||
# level increment doubles the number of directories, resulting in 4096
|
||||
# directories at level 8 which is the default and also the maximum value. The
|
||||
# sub-directories are organized in 2 levels, the first level always has a fixed
|
||||
# numer of 16 directories.
|
||||
# number of 16 directories.
|
||||
# Minimum value: 0, maximum value: 8, default value: 8.
|
||||
# This tag requires that the tag CREATE_SUBDIRS is set to YES.
|
||||
|
||||
@ -573,7 +558,8 @@ HIDE_UNDOC_MEMBERS = NO
|
||||
# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
|
||||
# undocumented classes that are normally visible in the class hierarchy. If set
|
||||
# to NO, these classes will be included in the various overviews. This option
|
||||
# has no effect if EXTRACT_ALL is enabled.
|
||||
# will also hide undocumented C++ concepts if enabled. This option has no effect
|
||||
# if EXTRACT_ALL is enabled.
|
||||
# The default value is: NO.
|
||||
|
||||
HIDE_UNDOC_CLASSES = NO
|
||||
@ -611,7 +597,8 @@ INTERNAL_DOCS = YES
|
||||
# Windows (including Cygwin) and MacOS, users should typically set this option
|
||||
# to NO, whereas on Linux or other Unix flavors it should typically be set to
|
||||
# YES.
|
||||
# The default value is: system dependent.
|
||||
# Possible values are: SYSTEM, NO and YES.
|
||||
# The default value is: SYSTEM.
|
||||
|
||||
CASE_SENSE_NAMES = NO
|
||||
|
||||
@ -863,6 +850,14 @@ WARN_IF_INCOMPLETE_DOC = YES
|
||||
|
||||
WARN_NO_PARAMDOC = YES
|
||||
|
||||
# If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about
|
||||
# undocumented enumeration values. If set to NO, doxygen will accept
|
||||
# undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag
|
||||
# will automatically be disabled.
|
||||
# The default value is: NO.
|
||||
|
||||
WARN_IF_UNDOC_ENUM_VAL = NO
|
||||
|
||||
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
|
||||
# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
|
||||
# then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
|
||||
@ -919,10 +914,21 @@ INPUT =
|
||||
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
|
||||
# documentation (see:
|
||||
# https://www.gnu.org/software/libiconv/) for the list of possible encodings.
|
||||
# See also: INPUT_FILE_ENCODING
|
||||
# The default value is: UTF-8.
|
||||
|
||||
INPUT_ENCODING = UTF-8
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses The INPUT_FILE_ENCODING tag can be used to specify
|
||||
# character encoding on a per file pattern basis. Doxygen will compare the file
|
||||
# name with each pattern and apply the encoding instead of the default
|
||||
# INPUT_ENCODING) if there is a match. The character encodings are a list of the
|
||||
# form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
|
||||
# "INPUT_ENCODING" for further information on supported encodings.
|
||||
|
||||
INPUT_FILE_ENCODING =
|
||||
|
||||
# If the value of the INPUT tag contains directories, you can use the
|
||||
# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
|
||||
# *.h) to filter out the source-files in the directories.
|
||||
@ -1029,6 +1035,11 @@ IMAGE_PATH =
|
||||
# code is scanned, but not when the output code is generated. If lines are added
|
||||
# or removed, the anchors will not be placed correctly.
|
||||
#
|
||||
# Note that doxygen will use the data processed and written to standard output
|
||||
# for further processing, therefore nothing else, like debug statements or used
|
||||
# commands (so in case of a Windows batch file always use @echo OFF), should be
|
||||
# written to standard output.
|
||||
#
|
||||
# Note that for custom extensions or not directly supported extensions you also
|
||||
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
|
||||
# properly processed by doxygen.
|
||||
@ -1070,6 +1081,15 @@ FILTER_SOURCE_PATTERNS =
|
||||
|
||||
USE_MDFILE_AS_MAINPAGE =
|
||||
|
||||
# The Fortran standard specifies that for fixed formatted Fortran code all
|
||||
# characters from position 72 are to be considered as comment. A common
|
||||
# extension is to allow longer lines before the automatic comment starts. The
|
||||
# setting FORTRAN_COMMENT_AFTER will also make it possible that longer lines can
|
||||
# be processed before the automatic comment starts.
|
||||
# Minimum value: 7, maximum value: 10000, default value: 72.
|
||||
|
||||
FORTRAN_COMMENT_AFTER = 72
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to source browsing
|
||||
#---------------------------------------------------------------------------
|
||||
@ -1167,10 +1187,11 @@ VERBATIM_HEADERS = YES
|
||||
|
||||
ALPHABETICAL_INDEX = YES
|
||||
|
||||
# In case all classes in a project start with a common prefix, all classes will
|
||||
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
|
||||
# can be used to specify a prefix (or a list of prefixes) that should be ignored
|
||||
# while generating the index headers.
|
||||
# The IGNORE_PREFIX tag can be used to specify a prefix (or a list of prefixes)
|
||||
# that should be ignored while generating the index headers. The IGNORE_PREFIX
|
||||
# tag works for classes, function and member names. The entity will be placed in
|
||||
# the alphabetical list under the first letter of the entity name that remains
|
||||
# after removing the prefix.
|
||||
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
|
||||
|
||||
IGNORE_PREFIX =
|
||||
@ -1249,7 +1270,12 @@ HTML_STYLESHEET =
|
||||
# Doxygen will copy the style sheet files to the output directory.
|
||||
# Note: The order of the extra style sheet files is of importance (e.g. the last
|
||||
# style sheet in the list overrules the setting of the previous ones in the
|
||||
# list). For an example see the documentation.
|
||||
# list).
|
||||
# Note: Since the styling of scrollbars can currently not be overruled in
|
||||
# Webkit/Chromium, the styling will be left out of the default doxygen.css if
|
||||
# one or more extra stylesheets have been specified. So if scrollbar
|
||||
# customization is desired it has to be added explicitly. For an example see the
|
||||
# documentation.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_EXTRA_STYLESHEET =
|
||||
@ -1264,6 +1290,19 @@ HTML_EXTRA_STYLESHEET =
|
||||
|
||||
HTML_EXTRA_FILES =
|
||||
|
||||
# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
|
||||
# should be rendered with a dark or light theme.
|
||||
# Possible values are: LIGHT always generate light mode output, DARK always
|
||||
# generate dark mode output, AUTO_LIGHT automatically set the mode according to
|
||||
# the user preference, use light mode if no preference is set (the default),
|
||||
# AUTO_DARK automatically set the mode according to the user preference, use
|
||||
# dark mode if no preference is set and TOGGLE allow to user to switch between
|
||||
# light and dark mode via a button.
|
||||
# The default value is: AUTO_LIGHT.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_COLORSTYLE = AUTO_LIGHT
|
||||
|
||||
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
|
||||
# will adjust the colors in the style sheet and background images according to
|
||||
# this color. Hue is specified as an angle on a color-wheel, see
|
||||
@ -1627,17 +1666,6 @@ HTML_FORMULA_FORMAT = png
|
||||
|
||||
FORMULA_FONTSIZE = 10
|
||||
|
||||
# Use the FORMULA_TRANSPARENT tag to determine whether or not the images
|
||||
# generated for formulas are transparent PNGs. Transparent PNGs are not
|
||||
# supported properly for IE 6.0, but are supported on all modern browsers.
|
||||
#
|
||||
# Note that when changing this option you need to delete any form_*.png files in
|
||||
# the HTML output directory before the changes have effect.
|
||||
# The default value is: YES.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
FORMULA_TRANSPARENT = YES
|
||||
|
||||
# The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands
|
||||
# to create new LaTeX commands to be used in formulas as building blocks. See
|
||||
# the section "Including formulas" for details.
|
||||
@ -1699,8 +1727,8 @@ MATHJAX_RELPATH = http://www.mathjax.org/mathjax
|
||||
|
||||
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
|
||||
# extension names that should be enabled during MathJax rendering. For example
|
||||
# for MathJax version 2 (see https://docs.mathjax.org/en/v2.7-latest/tex.html
|
||||
# #tex-and-latex-extensions):
|
||||
# for MathJax version 2 (see
|
||||
# https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions):
|
||||
# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
|
||||
# For example for MathJax version 3 (see
|
||||
# http://docs.mathjax.org/en/latest/input/tex/extensions/index.html):
|
||||
@ -2353,26 +2381,38 @@ HAVE_DOT = NO
|
||||
|
||||
DOT_NUM_THREADS = 0
|
||||
|
||||
# When you want a differently looking font in the dot files that doxygen
|
||||
# generates you can specify the font name using DOT_FONTNAME. You need to make
|
||||
# sure dot is able to find the font, which can be done by putting it in a
|
||||
# standard location or by setting the DOTFONTPATH environment variable or by
|
||||
# setting DOT_FONTPATH to the directory containing the font.
|
||||
# The default value is: Helvetica.
|
||||
# DOT_COMMON_ATTR is common attributes for nodes, edges and labels of
|
||||
# subgraphs. When you want a differently looking font in the dot files that
|
||||
# doxygen generates you can specify fontname, fontcolor and fontsize attributes.
|
||||
# For details please see <a href=https://graphviz.org/doc/info/attrs.html>Node,
|
||||
# Edge and Graph Attributes specification</a> You need to make sure dot is able
|
||||
# to find the font, which can be done by putting it in a standard location or by
|
||||
# setting the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
|
||||
# directory containing the font. Default graphviz fontsize is 14.
|
||||
# The default value is: fontname=Helvetica,fontsize=10.
|
||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||
|
||||
DOT_FONTNAME = consola.ttf
|
||||
DOT_COMMON_ATTR = "fontname=consola.ttf,fontsize=9"
|
||||
|
||||
# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
|
||||
# dot graphs.
|
||||
# Minimum value: 4, maximum value: 24, default value: 10.
|
||||
# DOT_EDGE_ATTR is concatenated with DOT_COMMON_ATTR. For elegant style you can
|
||||
# add 'arrowhead=open, arrowtail=open, arrowsize=0.5'. <a
|
||||
# href=https://graphviz.org/doc/info/arrows.html>Complete documentation about
|
||||
# arrows shapes.</a>
|
||||
# The default value is: labelfontname=Helvetica,labelfontsize=10.
|
||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||
|
||||
DOT_FONTSIZE = 9
|
||||
DOT_EDGE_ATTR = "labelfontname=consola.ttf,labelfontsize=9"
|
||||
|
||||
# By default doxygen will tell dot to use the default font as specified with
|
||||
# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
|
||||
# the path where dot can find it using this tag.
|
||||
# DOT_NODE_ATTR is concatenated with DOT_COMMON_ATTR. For view without boxes
|
||||
# around nodes set 'shape=plain' or 'shape=plaintext' <a
|
||||
# href=https://www.graphviz.org/doc/info/shapes.html>Shapes specification</a>
|
||||
# The default value is: shape=box,height=0.2,width=0.4.
|
||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||
|
||||
DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
|
||||
|
||||
# You can set the path where dot can find font specified with fontname in
|
||||
# DOT_COMMON_ATTR and others dot attributes.
|
||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||
|
||||
DOT_FONTPATH = C:\Windows\Fonts
|
||||
@ -2615,18 +2655,6 @@ DOT_GRAPH_MAX_NODES = 50
|
||||
|
||||
MAX_DOT_GRAPH_DEPTH = 0
|
||||
|
||||
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
|
||||
# background. This is disabled by default, because dot on Windows does not seem
|
||||
# to support this out of the box.
|
||||
#
|
||||
# Warning: Depending on the platform used, enabling this option may lead to
|
||||
# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
|
||||
# read).
|
||||
# The default value is: NO.
|
||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||
|
||||
DOT_TRANSPARENT = NO
|
||||
|
||||
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
|
||||
# files in one run (i.e. multiple -o and -T options on the command line). This
|
||||
# makes dot run faster, but since only newer versions of dot (>1.8.10) support
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -45,10 +45,10 @@ public: // member functions.
|
||||
bool waitForEventStreamReaderToFinish(qint32 timeoutMs); ///< Wait for the event stream reader to finish.
|
||||
|
||||
// invokable methods can be called from QML. They generally return a value, which slots cannot do.
|
||||
Q_INVOKABLE static QPoint getCursorPos();
|
||||
Q_INVOKABLE static bool isPortFree(int port);
|
||||
Q_INVOKABLE static QString nativePath(QUrl const &url);
|
||||
Q_INVOKABLE static bool areSameFileOrFolder(QUrl const &lhs, QUrl const &rhs);
|
||||
Q_INVOKABLE static QPoint getCursorPos(); ///< Retrieve the cursor position.
|
||||
Q_INVOKABLE static bool isPortFree(int port); ///< Check if a given network port is available.
|
||||
Q_INVOKABLE static QString nativePath(QUrl const &url); ///< Retrieve the native path of a local URL.
|
||||
Q_INVOKABLE static bool areSameFileOrFolder(QUrl const &lhs, QUrl const &rhs); ///< Check if two local URL point to the same file.
|
||||
|
||||
public: // Qt/QML properties. Note that the NOTIFY-er signal is required even for read-only properties (QML warning otherwise)
|
||||
Q_PROPERTY(bool showOnStartup READ showOnStartup NOTIFY showOnStartupChanged)
|
||||
@ -83,237 +83,96 @@ public: // Qt/QML properties. Note that the NOTIFY-er signal is required even fo
|
||||
|
||||
|
||||
// Qt Property system setters & getters.
|
||||
bool showOnStartup() const {
|
||||
bool v = false;
|
||||
app().grpc().showOnStartup(v);
|
||||
return v;
|
||||
};
|
||||
|
||||
|
||||
bool showSplashScreen() const { return showSplashScreen_; };
|
||||
|
||||
|
||||
void setShowSplashScreen(bool show) { if (show != showSplashScreen_) { showSplashScreen_ = show; emit showSplashScreenChanged(show); }}
|
||||
|
||||
|
||||
QString goos() { return goos_; }
|
||||
|
||||
|
||||
QUrl logsPath() const { return logsPath_; }
|
||||
|
||||
|
||||
QUrl licensePath() const { return licensePath_; }
|
||||
|
||||
|
||||
QUrl releaseNotesLink() const {
|
||||
QUrl link;
|
||||
app().grpc().releaseNotesPageLink(link);
|
||||
return link;
|
||||
}
|
||||
|
||||
|
||||
QUrl dependencyLicensesLink() const {
|
||||
QUrl link;
|
||||
app().grpc().dependencyLicensesLink(link);
|
||||
return link;
|
||||
}
|
||||
|
||||
|
||||
QUrl landingPageLink() const {
|
||||
QUrl link;
|
||||
app().grpc().landingPageLink(link);
|
||||
return link;
|
||||
}
|
||||
|
||||
|
||||
QString appname() const { return QString(PROJECT_FULL_NAME); }
|
||||
|
||||
|
||||
QString vendor() const { return QString(PROJECT_VENDOR); }
|
||||
|
||||
|
||||
QString version() const {
|
||||
QString version;
|
||||
app().grpc().version(version);
|
||||
return version;
|
||||
}
|
||||
|
||||
|
||||
QString hostname() const {
|
||||
QString hostname;
|
||||
app().grpc().hostname(hostname);
|
||||
return hostname;
|
||||
}
|
||||
|
||||
|
||||
bool isAutostartOn() const {
|
||||
bool v;
|
||||
app().grpc().isAutostartOn(v);
|
||||
return v;
|
||||
};
|
||||
|
||||
|
||||
bool isBetaEnabled() const {
|
||||
bool v;
|
||||
app().grpc().isBetaEnabled(v);
|
||||
return v;
|
||||
}
|
||||
|
||||
|
||||
bool isAllMailVisible() const {
|
||||
bool v;
|
||||
app().grpc().isAllMailVisible(v);
|
||||
return v;
|
||||
}
|
||||
|
||||
|
||||
QString colorSchemeName() const {
|
||||
QString name;
|
||||
app().grpc().colorSchemeName(name);
|
||||
return name;
|
||||
}
|
||||
|
||||
|
||||
QUrl diskCachePath() const {
|
||||
QUrl path;
|
||||
app().grpc().diskCachePath(path);
|
||||
return path;
|
||||
}
|
||||
|
||||
|
||||
bool useSSLForIMAP() const;
|
||||
void setUseSSLForIMAP(bool value);
|
||||
bool useSSLForSMTP() const;
|
||||
void setUseSSLForSMTP(bool value);
|
||||
int imapPort() const;
|
||||
void setIMAPPort(int port);
|
||||
int smtpPort() const;
|
||||
void setSMTPPort(int port);
|
||||
|
||||
|
||||
bool isDoHEnabled() const {
|
||||
bool isEnabled;
|
||||
app().grpc().isDoHEnabled(isEnabled);
|
||||
return isEnabled;
|
||||
}
|
||||
|
||||
|
||||
bool isFirstGUIStart() const {
|
||||
bool v;
|
||||
app().grpc().isFirstGUIStart(v);
|
||||
return v;
|
||||
};
|
||||
|
||||
|
||||
bool isAutomaticUpdateOn() const {
|
||||
bool isOn = false;
|
||||
app().grpc().isAutomaticUpdateOn(isOn);
|
||||
return isOn;
|
||||
}
|
||||
|
||||
|
||||
QString currentEmailClient() {
|
||||
QString client;
|
||||
app().grpc().currentEmailClient(client);
|
||||
return client;
|
||||
}
|
||||
|
||||
|
||||
QStringList availableKeychain() const {
|
||||
QStringList keychains;
|
||||
app().grpc().availableKeychains(keychains);
|
||||
return keychains;
|
||||
}
|
||||
|
||||
|
||||
QString currentKeychain() const {
|
||||
QString keychain;
|
||||
app().grpc().currentKeychain(keychain);
|
||||
return keychain;
|
||||
}
|
||||
|
||||
|
||||
bool dockIconVisible() const { return getDockIconVisibleState(); };
|
||||
|
||||
|
||||
void setDockIconVisible(bool visible) { setDockIconVisibleState(visible); emit dockIconVisibleChanged(visible); }
|
||||
|
||||
bool showOnStartup() const; ///< Getter for the 'showOnStartup' property.
|
||||
void setShowSplashScreen(bool show); ///< Setter for the 'showSplashScreen' property.
|
||||
bool showSplashScreen() const; ///< Getter for the 'showSplashScreen' property.
|
||||
QString goos(); ///< Getter for the 'GOOS' property.
|
||||
QUrl logsPath() const; ///< Getter for the 'logsPath' property.
|
||||
QUrl licensePath() const; ///< Getter for the 'licensePath' property.
|
||||
QUrl releaseNotesLink() const;///< Getter for the 'releaseNotesLink' property.
|
||||
QUrl dependencyLicensesLink() const; ///< Getter for the 'dependencyLicenseLink' property.
|
||||
QUrl landingPageLink() const; ///< Getter for the 'landingPageLink' property.
|
||||
QString appname() const; ///< Getter for the 'appname' property.
|
||||
QString vendor() const; ///< Getter for the 'vendor' property.
|
||||
QString version() const; ///< Getter for the 'version' property.
|
||||
QString hostname() const; ///< Getter for the 'hostname' property.
|
||||
bool isAutostartOn() const; ///< Getter for the 'isAutostartOn' property.
|
||||
bool isBetaEnabled() const; ///< Getter for the 'isBetaEnabled' property.
|
||||
bool isAllMailVisible() const; ///< Getter for the 'isAllMailVisible' property.
|
||||
QString colorSchemeName() const; ///< Getter for the 'colorSchemeName' property.
|
||||
QUrl diskCachePath() const; ///< Getter for the 'diskCachePath' property.
|
||||
void setUseSSLForIMAP(bool value); ///< Setter for the 'useSSLForIMAP' property.
|
||||
bool useSSLForIMAP() const; ///< Getter for the 'useSSLForIMAP' property.
|
||||
void setUseSSLForSMTP(bool value); ///< Setter for the 'useSSLForSMTP' property.
|
||||
bool useSSLForSMTP() const; ///< Getter for the 'useSSLForSMTP' property.
|
||||
void setIMAPPort(int port); ///< Setter for the 'imapPort' property.
|
||||
int imapPort() const; ///< Getter for the 'imapPort' property.
|
||||
void setSMTPPort(int port); ///< Setter for the 'smtpPort' property.
|
||||
int smtpPort() const; ///< Getter for the 'smtpPort' property.
|
||||
bool isDoHEnabled() const; ///< Getter for the 'isDoHEnabled' property.
|
||||
bool isFirstGUIStart() const; ///< Getter for the 'isFirstGUIStart' property.
|
||||
bool isAutomaticUpdateOn() const; ///< Getter for the 'isAutomaticUpdateOn' property.
|
||||
QString currentEmailClient(); ///< Getter for the 'currentEmail' property.
|
||||
QStringList availableKeychain() const; ///< Getter for the 'availableKeychain' property.
|
||||
QString currentKeychain() const; ///< Getter for the 'currentKeychain' property.
|
||||
void setDockIconVisible(bool visible); ///< Setter for the 'dockIconVisible' property.
|
||||
bool dockIconVisible() const;; ///< Getter for the 'dockIconVisible' property.
|
||||
|
||||
signals: // Signal used by the Qt property system. Many of them are unused but required to avoid warning from the QML engine.
|
||||
void showSplashScreenChanged(bool value);
|
||||
void showOnStartupChanged(bool value);
|
||||
void goosChanged(QString const &value);
|
||||
void diskCachePathChanged(QUrl const &url);
|
||||
void imapPortChanged(int port);
|
||||
void smtpPortChanged(int port);
|
||||
void useSSLForSMTPChanged(bool value);
|
||||
void useSSLForIMAPChanged(bool value);
|
||||
void isAutomaticUpdateOnChanged(bool value);
|
||||
void isBetaEnabledChanged(bool value);
|
||||
void isAllMailVisibleChanged(bool value);
|
||||
void colorSchemeNameChanged(QString const &scheme);
|
||||
void isDoHEnabledChanged(bool value);
|
||||
void logsPathChanged(QUrl const &path);
|
||||
void licensePathChanged(QUrl const &path);
|
||||
void releaseNotesLinkChanged(QUrl const &link);
|
||||
void dependencyLicensesLinkChanged(QUrl const &link);
|
||||
void landingPageLinkChanged(QUrl const &link);
|
||||
void appnameChanged(QString const &appname);
|
||||
void vendorChanged(QString const &vendor);
|
||||
void versionChanged(QString const &version);
|
||||
void currentEmailClientChanged(QString const &email);
|
||||
void currentKeychainChanged(QString const &keychain);
|
||||
void availableKeychainChanged(QStringList const &keychains);
|
||||
void hostnameChanged(QString const &hostname);
|
||||
void isAutostartOnChanged(bool value);
|
||||
void usersChanged(UserList *users);
|
||||
void dockIconVisibleChanged(bool value);
|
||||
void showSplashScreenChanged(bool value); ///<Signal for the change of the 'showSplashScreen' property.
|
||||
void showOnStartupChanged(bool value); ///<Signal for the change of the 'showOnStartup' property.
|
||||
void goosChanged(QString const &value); ///<Signal for the change of the 'GOOS' property.
|
||||
void diskCachePathChanged(QUrl const &url); ///<Signal for the change of the 'diskCachePath' property.
|
||||
void imapPortChanged(int port); ///<Signal for the change of the 'imapPort' property.
|
||||
void smtpPortChanged(int port); ///<Signal for the change of the 'smtpPort' property.
|
||||
void useSSLForSMTPChanged(bool value); ///<Signal for the change of the 'useSSLForSMTP' property.
|
||||
void useSSLForIMAPChanged(bool value); ///<Signal for the change of the 'useSSLForIMAP' property.
|
||||
void isAutomaticUpdateOnChanged(bool value); ///<Signal for the change of the 'isAutomaticUpdateOn' property.
|
||||
void isBetaEnabledChanged(bool value); ///<Signal for the change of the 'isBetaEnabled' property.
|
||||
void isAllMailVisibleChanged(bool value); ///<Signal for the change of the 'isAllMailVisible' property.
|
||||
void colorSchemeNameChanged(QString const &scheme); ///<Signal for the change of the 'colorSchemeName' property.
|
||||
void isDoHEnabledChanged(bool value); ///<Signal for the change of the 'isDoHEnabled' property.
|
||||
void logsPathChanged(QUrl const &path); ///<Signal for the change of the 'logsPath' property.
|
||||
void licensePathChanged(QUrl const &path); ///<Signal for the change of the 'licensePath' property.
|
||||
void releaseNotesLinkChanged(QUrl const &link); ///<Signal for the change of the 'releaseNotesLink' property.
|
||||
void dependencyLicensesLinkChanged(QUrl const &link); ///<Signal for the change of the 'dependencyLicensesLink' property.
|
||||
void landingPageLinkChanged(QUrl const &link); ///<Signal for the change of the 'landingPageLink' property.
|
||||
void appnameChanged(QString const &appname); ///<Signal for the change of the 'appname' property.
|
||||
void vendorChanged(QString const &vendor); ///<Signal for the change of the 'vendor' property.
|
||||
void versionChanged(QString const &version); ///<Signal for the change of the 'version' property.
|
||||
void currentEmailClientChanged(QString const &email); ///<Signal for the change of the 'currentEmailClient' property.
|
||||
void currentKeychainChanged(QString const &keychain); ///<Signal for the change of the 'currentKeychain' property.
|
||||
void availableKeychainChanged(QStringList const &keychains); ///<Signal for the change of the 'availableKeychain' property.
|
||||
void hostnameChanged(QString const &hostname); ///<Signal for the change of the 'hostname' property.
|
||||
void isAutostartOnChanged(bool value); ///<Signal for the change of the 'isAutostartOn' property.
|
||||
void usersChanged(UserList *users); ///<Signal for the change of the 'users' property.
|
||||
void dockIconVisibleChanged(bool value); ///<Signal for the change of the 'dockIconVisible' property.
|
||||
|
||||
public slots: // slot for signals received from QML -> To be forwarded to Bridge via RPC Client calls.
|
||||
void toggleAutostart(bool active);
|
||||
void toggleBeta(bool active);
|
||||
void changeIsAllMailVisible(bool isVisible);
|
||||
void changeColorScheme(QString const &scheme);
|
||||
void setDiskCachePath(QUrl const &path) const;
|
||||
|
||||
|
||||
void login(QString const &username, QString const &password) { app().grpc().login(username, password); }
|
||||
|
||||
|
||||
void login2FA(QString const &username, QString const &code) { app().grpc().login2FA(username, code); }
|
||||
|
||||
|
||||
void login2Password(QString const &username, QString const &password) { app().grpc().login2Passwords(username, password); }
|
||||
|
||||
|
||||
void loginAbort(QString const &username) { app().grpc().loginAbort(username); }
|
||||
|
||||
|
||||
void toggleDoH(bool active);
|
||||
void toggleAutomaticUpdate(bool makeItActive);
|
||||
|
||||
|
||||
void updateCurrentMailClient() { emit currentEmailClientChanged(currentEmailClient()); }
|
||||
|
||||
|
||||
void changeKeychain(QString const &keychain);
|
||||
void guiReady();
|
||||
void quit();
|
||||
void restart();
|
||||
void forceLauncher(QString launcher);
|
||||
void checkUpdates();
|
||||
void installUpdate();
|
||||
void triggerReset();
|
||||
|
||||
|
||||
void reportBug(QString const &description, QString const &address, QString const &emailClient, bool includeLogs) {
|
||||
app().grpc().reportBug(description, address, emailClient, includeLogs);
|
||||
}
|
||||
|
||||
|
||||
void exportTLSCertificates();
|
||||
void onResetFinished();
|
||||
void onVersionChanged();
|
||||
void toggleAutostart(bool active); ///< Slot for the autostart toggle.
|
||||
void toggleBeta(bool active); ///< Slot for the beta toggle.
|
||||
void changeIsAllMailVisible(bool isVisible); ///< Slot for the changing of 'All Mail' visibility.
|
||||
void changeColorScheme(QString const &scheme); ///< Slot for the change of the theme.
|
||||
void setDiskCachePath(QUrl const &path) const; ///< Slot for the change of the disk cache path.
|
||||
void login(QString const &username, QString const &password); ///< Slot for the login button (initial login).
|
||||
void login2FA(QString const &username, QString const &code); ///< Slot for the login button (2FA login).
|
||||
void login2Password(QString const &username, QString const &password); ///< Slot for the login button (mailbox password login).
|
||||
void loginAbort(QString const &username); ///< Slot for the login abort procedure.
|
||||
void toggleDoH(bool active); ///, Slot for the DoH toggle.
|
||||
void toggleAutomaticUpdate(bool makeItActive); ///< Slot for the automatic update toggle
|
||||
void updateCurrentMailClient(); ///< Slot for the change of the current mail client.
|
||||
void changeKeychain(QString const &keychain); ///< Slot for the change of keychain.
|
||||
void guiReady(); ///< Slot for the GUI ready signal.
|
||||
void quit(); ///< Slot for the quit signal.
|
||||
void restart(); ///< Slot for the restart signal.
|
||||
void forceLauncher(QString launcher); ///< Slot for the change of the launcher.
|
||||
void checkUpdates(); ///< Slot for the update check.
|
||||
void installUpdate(); ///< Slot for the update install.
|
||||
void triggerReset(); ///< Slot for the triggering of reset.
|
||||
void reportBug(QString const &description, QString const &address, QString const &emailClient, bool includeLogs); ///< Slot for the bug report.
|
||||
void exportTLSCertificates(); ///< Slot for the export of the TLS certificates.
|
||||
void onResetFinished(); ///< Slot for the reset finish signal.
|
||||
void onVersionChanged(); ///< Slot for the version change signal.
|
||||
void setMailServerSettings(int imapPort, int smtpPort, bool useSSLForIMAP, bool useSSLForSMTP); ///< Forwards a connection mode change request from QML to gRPC
|
||||
|
||||
public slots: // slot for signals received from gRPC that need transformation instead of simple forwarding
|
||||
@ -323,55 +182,55 @@ public slots: // slot for signals received from gRPC that need transformation in
|
||||
void onLoginAlreadyLoggedIn(QString const &userID); ///< Slot for the LoginAlreadyLoggedIn gRPC event.
|
||||
|
||||
signals: // Signals received from the Go backend, to be forwarded to QML
|
||||
void toggleAutostartFinished();
|
||||
void diskCacheUnavailable();
|
||||
void cantMoveDiskCache();
|
||||
void diskCachePathChangeFinished();
|
||||
void diskFull();
|
||||
void loginUsernamePasswordError(QString const &errorMsg);
|
||||
void loginFreeUserError();
|
||||
void loginConnectionError(QString const &errorMsg);
|
||||
void login2FARequested(QString const &username);
|
||||
void login2FAError(QString const &errorMsg);
|
||||
void login2FAErrorAbort(QString const &errorMsg);
|
||||
void login2PasswordRequested();
|
||||
void login2PasswordError(QString const &errorMsg);
|
||||
void login2PasswordErrorAbort(QString const &errorMsg);
|
||||
void loginFinished(int index, bool wasSignedOut);
|
||||
void loginAlreadyLoggedIn(int index);
|
||||
void updateManualReady(QString const &version);
|
||||
void updateManualRestartNeeded();
|
||||
void updateManualError();
|
||||
void updateForce(QString const &version);
|
||||
void updateForceError();
|
||||
void updateSilentRestartNeeded();
|
||||
void updateSilentError();
|
||||
void updateIsLatestVersion();
|
||||
void checkUpdatesFinished();
|
||||
void imapPortStartupError();
|
||||
void smtpPortStartupError();
|
||||
void imapPortChangeError();
|
||||
void smtpPortChangeError();
|
||||
void imapConnectionModeChangeError();
|
||||
void smtpConnectionModeChangeError();
|
||||
void changeMailServerSettingsFinished();
|
||||
void changeKeychainFinished();
|
||||
void notifyHasNoKeychain();
|
||||
void notifyRebuildKeychain();
|
||||
void noActiveKeyForRecipient(QString const &email);
|
||||
void addressChanged(QString const &address);
|
||||
void addressChangedLogout(QString const &address);
|
||||
void apiCertIssue();
|
||||
void userDisconnected(QString const &username);
|
||||
void internetOff();
|
||||
void internetOn();
|
||||
void resetFinished();
|
||||
void reportBugFinished();
|
||||
void bugReportSendSuccess();
|
||||
void bugReportSendError();
|
||||
void showMainWindow();
|
||||
void hideMainWindow();
|
||||
void genericError(QString const &title, QString const &description);
|
||||
void toggleAutostartFinished(); ///< Signal for the 'toggleAutostartFinished' gRPC stream event.
|
||||
void diskCacheUnavailable(); ///< Signal for the 'diskCacheUnavailable' gRPC stream event.
|
||||
void cantMoveDiskCache(); ///< Signal for the 'cantMoveDiskCache' gRPC stream event.
|
||||
void diskCachePathChangeFinished(); ///< Signal for the 'diskCachePathChangeFinished' gRPC stream event.
|
||||
void diskFull(); ///< Signal for the 'diskFull' gRPC stream event.
|
||||
void loginUsernamePasswordError(QString const &errorMsg); ///< Signal for the 'loginUsernamePasswordError' gRPC stream event.
|
||||
void loginFreeUserError(); ///< Signal for the 'loginFreeUserError' gRPC stream event.
|
||||
void loginConnectionError(QString const &errorMsg); ///< Signal for the 'loginConnectionError' gRPC stream event.
|
||||
void login2FARequested(QString const &username); ///< Signal for the 'login2FARequested' gRPC stream event.
|
||||
void login2FAError(QString const &errorMsg); ///< Signal for the 'login2FAError' gRPC stream event.
|
||||
void login2FAErrorAbort(QString const &errorMsg); ///< Signal for the 'login2FAErrorAbort' gRPC stream event.
|
||||
void login2PasswordRequested(); ///< Signal for the 'login2PasswordRequested' gRPC stream event.
|
||||
void login2PasswordError(QString const &errorMsg); ///< Signal for the 'login2PasswordError' gRPC stream event.
|
||||
void login2PasswordErrorAbort(QString const &errorMsg); ///< Signal for the 'login2PasswordErrorAbort' gRPC stream event.
|
||||
void loginFinished(int index, bool wasSignedOut); ///< Signal for the 'loginFinished' gRPC stream event.
|
||||
void loginAlreadyLoggedIn(int index); ///< Signal for the 'loginAlreadyLoggedIn' gRPC stream event.
|
||||
void updateManualReady(QString const &version); ///< Signal for the 'updateManualReady' gRPC stream event.
|
||||
void updateManualRestartNeeded(); ///< Signal for the 'updateManualRestartNeeded' gRPC stream event.
|
||||
void updateManualError(); ///< Signal for the 'updateManualError' gRPC stream event.
|
||||
void updateForce(QString const &version); ///< Signal for the 'updateForce' gRPC stream event.
|
||||
void updateForceError(); ///< Signal for the 'updateForceError' gRPC stream event.
|
||||
void updateSilentRestartNeeded(); ///< Signal for the 'updateSilentRestartNeeded' gRPC stream event.
|
||||
void updateSilentError(); ///< Signal for the 'updateSilentError' gRPC stream event.
|
||||
void updateIsLatestVersion(); ///< Signal for the 'updateIsLatestVersion' gRPC stream event.
|
||||
void checkUpdatesFinished(); ///< Signal for the 'checkUpdatesFinished' gRPC stream event.
|
||||
void imapPortStartupError(); ///< Signal for the 'imapPortStartupError' gRPC stream event.
|
||||
void smtpPortStartupError(); ///< Signal for the 'smtpPortStartupError' gRPC stream event.
|
||||
void imapPortChangeError(); ///< Signal for the 'imapPortChangeError' gRPC stream event.
|
||||
void smtpPortChangeError(); ///< Signal for the 'smtpPortChangeError' gRPC stream event.
|
||||
void imapConnectionModeChangeError(); ///< Signal for the 'imapConnectionModeChangeError' gRPC stream event.
|
||||
void smtpConnectionModeChangeError(); ///< Signal for the 'smtpConnectionModeChangeError' gRPC stream event.
|
||||
void changeMailServerSettingsFinished(); ///< Signal for the 'changeMailServerSettingsFinished' gRPC stream event.
|
||||
void changeKeychainFinished(); ///< Signal for the 'changeKeychainFinished' gRPC stream event.
|
||||
void notifyHasNoKeychain(); ///< Signal for the 'notifyHasNoKeychain' gRPC stream event.
|
||||
void notifyRebuildKeychain(); ///< Signal for the 'notifyRebuildKeychain' gRPC stream event.
|
||||
void noActiveKeyForRecipient(QString const &email); ///< Signal for the 'noActiveKeyForRecipient' gRPC stream event.
|
||||
void addressChanged(QString const &address); ///< Signal for the 'addressChanged' gRPC stream event.
|
||||
void addressChangedLogout(QString const &address); ///< Signal for the 'addressChangedLogout' gRPC stream event.
|
||||
void apiCertIssue(); ///< Signal for the 'apiCertIssue' gRPC stream event.
|
||||
void userDisconnected(QString const &username); ///< Signal for the 'userDisconnected' gRPC stream event.
|
||||
void internetOff(); ///< Signal for the 'internetOff' gRPC stream event.
|
||||
void internetOn(); ///< Signal for the 'internetOn' gRPC stream event.
|
||||
void resetFinished(); ///< Signal for the 'resetFinished' gRPC stream event.
|
||||
void reportBugFinished(); ///< Signal for the 'reportBugFinished' gRPC stream event.
|
||||
void bugReportSendSuccess(); ///< Signal for the 'bugReportSendSuccess' gRPC stream event.
|
||||
void bugReportSendError(); ///< Signal for the 'bugReportSendError' gRPC stream event.
|
||||
void showMainWindow(); ///< Signal for the 'showMainWindow' gRPC stream event.
|
||||
void hideMainWindow(); ///< Signal for the 'hideMainWindow' gRPC stream event.
|
||||
void genericError(QString const &title, QString const &description); ///< Signal for the 'genericError' gRPC stream event.
|
||||
|
||||
private: // member functions
|
||||
void retrieveUserList(); ///< Retrieve the list of users via gRPC.
|
||||
|
||||
Reference in New Issue
Block a user