Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Martchus/syncthingtray
/ functions
Functions
1,718 in github.com/Martchus/syncthingtray
⨍
Functions
1,718
◇
Types & classes
282
↓ 2 callers
Function
addPlasmoidSpecificNote
plasmoid/lib/settingsdialog.cpp:26
↓ 2 callers
Method
appliedConnection
syncthingwidgets/settings/wizard.h:118
↓ 2 callers
Method
applyBrightCustomColorsSetting
fileitemactionplugin/syncthingfileitemactionstaticdata.cpp:196
↓ 2 callers
Method
applySettings
plasmoid/lib/syncthingapplet.cpp:697
↓ 2 callers
Method
autoReconnectInterval
! * \brief Returns the reconnect interval in milliseconds. * \remarks For default value see SyncthingConnectionSettings. A value of 0 indicates that
syncthingconnector/syncthingconnection.h:937
↓ 2 callers
Method
autoStart
syncthingwidgets/settings/wizard.h:98
↓ 2 callers
Method
autostart
! * \brief Starts all processes (Syncthing and tools) if autostart is enabled. */
syncthingwidgets/settings/settings.cpp:134
↓ 2 callers
Function
blue
syncthingmodel/colors.h:28
↓ 2 callers
Method
broadcastLauncherStatus
()
tray/android/src/io/github/martchus/syncthingtray/SyncthingService.java:373
↓ 2 callers
Function
browseRemoteFilesDialog
syncthingwidgets/misc/otherdialogs.cpp:119
↓ 2 callers
Method
bundleString
(String str)
tray/android/src/io/github/martchus/syncthingtray/SyncthingService.java:101
↓ 2 callers
Method
canEnableOrStart
! * \brief Returns whether the unit can be enabled or started. */
syncthingconnector/syncthingservice.h:280
↓ 2 callers
Method
canFetchMore
syncthingmodel/syncthingfilemodel.cpp:648
↓ 2 callers
Function
cancelReplyWithoutAbortingConnection
! * \brief Cancels \a reply without considering the connection aborted. * \remarks Setting \a reply back to nullptr before aborting it avoids the us
syncthingconnector/syncthingconnection.cpp:258
↓ 2 callers
Function
certText
\cond
syncthingconnector/syncthingconnection_requests.cpp:204
↓ 2 callers
Function
comboBoxIndexToLogLevel
syncthingwidgets/settings/settingsdialog.cpp:1168
↓ 2 callers
Method
computeCompletionPercentage
syncthingconnector/syncthingdir.h:139
↓ 2 callers
Function
computeDeviceRowCount
syncthingmodel/syncthingdevicemodel.cpp:18
↓ 2 callers
Function
computeDirectoryRowCount
syncthingmodel/syncthingdirectorymodel.cpp:17
↓ 2 callers
Method
computeOverallDirStatistics
! * \brief Computes overall directory statistics based on the currently available directory information. */
syncthingconnector/syncthingconnection.h:1214
↓ 2 callers
Function
connectAccordingToSettings
syncthingwidgets/settings/settings.cpp:174
↓ 2 callers
Function
connectAppAndService
syncthingwidgets/quick/helpers.h:39
↓ 2 callers
Function
dateTimeFromSystemdTimeStamp
syncthingconnector/syncthingservice.cpp:60
↓ 2 callers
Method
dirTypeString
syncthingconnector/syncthingdir.h:221
↓ 2 callers
Method
directoryIds
! * \brief Returns all directory IDs for the current configuration. * \remarks Computed by looping dirInfo(). */
syncthingconnector/syncthingconnection.cpp:919
↓ 2 callers
Method
disconnect
! * \brief Disconnects any established connections. */
testhelper/helper.h:219
↓ 2 callers
Function
drawField
tray/gui/helper.cpp:122
↓ 2 callers
Function
drawIdAndStatus
tray/gui/helper.cpp:156
↓ 2 callers
Function
ensureCompletionNotConsideredRequested
\cond
syncthingconnector/syncthingconnection_requests.cpp:1500
↓ 2 callers
Function
errorNotificationsDialog
syncthingwidgets/misc/otherdialogs.cpp:414
↓ 2 callers
Method
exitCode
! * \brief Returns the exit code of the last process which has been started. * \remarks Only valid if the process has already terminated. */
syncthingconnector/syncthingprocess.cpp:794
↓ 2 callers
Function
failedSignalNames
testhelper/helper.h:352
↓ 2 callers
Method
findDirInfoByPath
! * \brief Returns the directory info object for the directory with the specified \a path. * * If a corresponding Syncthing directory could be foun
syncthingconnector/syncthingconnection.cpp:831
↓ 2 callers
Function
formatErrorAndResponse
! * \brief Returns the response and appends it to \a errorMessage. * * This function returns the specified \a response if it is already populated i
syncthingconnector/syncthingconnection.cpp:1335
↓ 2 callers
Method
formatIncomingTraffic
syncthingwidgets/misc/syncthingdata.h:108
↓ 2 callers
Method
formatOutgoingTraffic
syncthingwidgets/misc/syncthingdata.h:113
↓ 2 callers
Method
getAbsolutePathFromUri
(Context context, final String documentId)
tray/android/src/io/github/martchus/syncthingtray/Util.java:68
↓ 2 callers
Method
getMimeType
(File file)
tray/android/src/io/github/martchus/syncthingtray/DocumentsProvider.java:307
↓ 2 callers
Method
handleAndroidIntent
(String page, boolean fromNotification)
tray/android/src/io/github/martchus/syncthingtray/Activity.java:612
↓ 2 callers
Method
handleStoragePermissionChanged
(boolean storagePermissionGranted)
tray/android/src/io/github/martchus/syncthingtray/Activity.java:613
↓ 2 callers
Function
ignorePatternsDialog
syncthingwidgets/misc/otherdialogs.cpp:349
↓ 2 callers
Function
importObjects
syncthingwidgets/quick/app.cpp:985
↓ 2 callers
Method
init
()
tray/android/src/io/github/martchus/syncthingtray/Util.java:40
↓ 2 callers
Function
initSyncthingTray
tray/application/main.cpp:143
↓ 2 callers
Function
initTestConfig
! * \brief Creates a config file for Syncthing Tray in the working dir so it'll be picked up instead of the user's config file. */
syncthingwidgets/tests/testhelper.h:54
↓ 2 callers
Function
initTestHomeDir
! * \brief Uses the temporary dir \a homeDir as Syncthing home directory for testing. */
syncthingwidgets/tests/testhelper.h:43
↓ 2 callers
Function
initTestLocale
! * \brief Ensure all text is English so checks can rely on it. */
syncthingwidgets/tests/testhelper.h:20
↓ 2 callers
Function
initTestSettings
! * \brief Initializes \a settings for testing. */
syncthingwidgets/tests/testhelper.h:28
↓ 2 callers
Function
initTestSyncthingPath
! * \brief Reads the Syncthing executable path from env so it must not necassarily be in PATH for for running tests. */
syncthingwidgets/tests/testhelper.h:64
↓ 2 callers
Method
internalAddError
syncthingwidgets/misc/internalerrorsdialog.cpp:92
↓ 2 callers
Method
isConfigApplied
syncthingwidgets/settings/wizard.h:108
↓ 2 callers
Method
isDone
syncthingwidgets/settings/setupdetection.cpp:90
↓ 2 callers
Function
isLocalAndMatchesPort
syncthingwidgets/settings/settings.cpp:79
↓ 2 callers
Method
isManuallyStopped
\brief Returns whether the process has been manually stopped via SyncthingProcess::stopSyncthing(), SyncthingProcess::killSyncthing() or SyncthingProc
syncthingconnector/syncthingprocess.h:210
↓ 2 callers
Method
isManuallyStopped
\brief Returns whether the Syncthing instance has been manually stopped using SyncthingLauncher::terminate() or SyncthingLauncher::kill() or by other
syncthingwidgets/misc/syncthinglauncher.h:220
↓ 2 callers
Method
isRunningOrEnabled
! * \brief Returns whether the unit is running or enabled. */
syncthingconnector/syncthingservice.h:263
↓ 2 callers
Function
isSyncthingRunning
! * \brief Returns whether Syncthing is already running. * \returns Might be called from any thread. */
syncthing/interface.cpp:205
↓ 2 callers
Method
isUnshared
syncthingconnector/syncthingdir.h:231
↓ 2 callers
Method
isUserScope
! * \brief Returns whether the scope is SystemdScope::User. */
syncthingconnector/syncthingservice.h:304
↓ 2 callers
Function
isWindows11Style
tray/gui/traymenu.cpp:52
↓ 2 callers
Method
killSyncthing
! * \brief Kills the currently running process. */
syncthingconnector/syncthingprocess.cpp:322
↓ 2 callers
Method
loadTexture
syncthingwidgets/quick/scenegraph/managedtexturenode.cpp:33
↓ 2 callers
Method
log
cli/jsconsole.cpp:11
↓ 2 callers
Function
logLevelPrefix
syncthingwidgets/misc/syncthinglauncher.cpp:480
↓ 2 callers
Function
longSyncthingVersion
! * \brief Returns a long form of the Syncthing version, including the codename. */
syncthing/interface.cpp:243
↓ 2 callers
Function
makeExportPath
! * \brief Returns the path to create a sub directory or file within within \a dir. */
syncthingwidgets/quick/app.cpp:1203
↓ 2 callers
Method
metaData
()
tray/android/src/io/github/martchus/syncthingtray/Activity.java:451
↓ 2 callers
Method
notifyAboutRescan
cli/application.cpp:1262
↓ 2 callers
Method
obtainMessageWithBundle
(int what, int arg1, int arg2, Bundle bundle)
tray/android/src/io/github/martchus/syncthingtray/SyncthingService.java:93
↓ 2 callers
Method
openPath
syncthingwidgets/misc/syncthingmodels.cpp:138
↓ 2 callers
Function
orange
syncthingmodel/colors.h:33
↓ 2 callers
Function
ownDeviceIdDialog
syncthingwidgets/misc/otherdialogs.cpp:87
↓ 2 callers
Function
paletteFromTheme
plasmoid/lib/syncthingapplet.cpp:65
↓ 2 callers
Method
pathWithoutTrailingSlash
syncthingconnector/syncthingdir.cpp:224
↓ 2 callers
Method
pauseDevice
! * \brief Requests pausing the devices with the specified IDs. * * The signal error() is emitted when the request was not successful. */
syncthingconnector/syncthingconnection_requests.cpp:377
↓ 2 callers
Method
pollingFlags
! * \brief Returns what kind of events are polled for. */
syncthingconnector/syncthingconnection.h:765
↓ 2 callers
Function
populatePath
\cond
syncthingmodel/syncthingfilemodel.cpp:38
↓ 2 callers
Method
positionToUse
! * \brief Returns the position to use. */
syncthingwidgets/settings/settings.cpp:58
↓ 2 callers
Method
postConfigFromJsonObject
! * \brief Posts the specified \a rawConfig. * \remarks The signal newConfigTriggered() is emitted when the config has been posted successfully. In
syncthingconnector/syncthingconnection_requests.cpp:2154
↓ 2 callers
Function
printDirectories
syncthingwidgets/misc/direrrorsdialog.cpp:98
↓ 2 callers
Function
readMockFile
! * \brief Returns the contents of the specified file and exits with an error message if an error occurs. */
syncthingconnector/syncthingconnectionmockhelpers.cpp:51
↓ 2 callers
Function
readQuotedPath
\cond
syncthingwidgets/settings/settingsdialog.cpp:895
↓ 2 callers
Method
recomputePercentage
syncthingconnector/syncthingcompletion.h:85
↓ 2 callers
Method
reconnectLater
! * \brief Reconnects after the specified number of \a milliSeconds. */
syncthingconnector/syncthingconnection.cpp:621
↓ 2 callers
Method
removeTrailingFileSeparator
(String path)
tray/android/src/io/github/martchus/syncthingtray/Util.java:60
↓ 2 callers
Method
renderForkAwesomeIcon
syncthingmodel/syncthingicons.cpp:442
↓ 2 callers
Method
requestJsonData
! * \brief Performs a generic HTTP request to the Syncthing REST-API. */
syncthingconnector/syncthingconnection_requests.cpp:1844
↓ 2 callers
Method
requestQrCode
! * \brief Requests a QR code for the specified \a text. * * qrCodeAvailable() is emitted on success; otherwise error() is emitted. */
syncthingconnector/syncthingconnection_requests.cpp:1672
↓ 2 callers
Function
rescanIntervalString
! * \brief Returns the string representation of the specified \a rescanInterval. */
syncthingconnector/utils.cpp:108
↓ 2 callers
Function
restore
syncthingwidgets/settings/settings.cpp:268
↓ 2 callers
Method
resumeDevice
! * \brief Requests resuming the devices with the specified IDs. * * The signal error() is emitted when the request was not successful. */
syncthingconnector/syncthingconnection_requests.cpp:397
↓ 2 callers
Function
rgba
! * \brief Returns a CSS "rgba(…)"-specification for the specified \a color. */
syncthingwidgets/webview/webpage.cpp:207
↓ 2 callers
Function
runCli
! * \brief Runs Syncthing's top-level command "cli" with the specified \a arguments. */
syncthing/interface.cpp:263
↓ 2 callers
Function
runCommand
! * \brief Runs the Syncthing command using the specified \a arguments. */
syncthing/interface.cpp:272
↓ 2 callers
Method
save
! * \brief Saves all fields to persistent storage. */
syncthingconnector/syncthingconnection.cpp:1568
↓ 2 callers
Method
selectedConnection
tray/gui/traywidget.h:196
↓ 2 callers
Method
sendAndroidIntentToQtQuickApp
(String page, boolean fromNotification)
tray/android/src/io/github/martchus/syncthingtray/Activity.java:598
↓ 2 callers
Method
sendMessageToService
(int what, int arg1, int arg2, String str)
tray/android/src/io/github/martchus/syncthingtray/Activity.java:135
↓ 2 callers
Method
setApiKey
! * \brief Sets the API key used to connect to Syncthing. */
syncthingconnector/syncthingconnection.h:711
↓ 2 callers
Function
setAutostartEnabled
! * \brief Sets whether the application is launched on startup. * \remarks * - Only implemented under Linux/Windows/Mac. Does nothing on other plat
syncthingwidgets/settings/settingsdialog.cpp:1084
← previous
next →
201–300 of 1,718, ranked by callers