nextcloud-desktop.git
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 14 Oct 2020 03:41:57 +0000 (03:41 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #2534 from nextcloud/connection_wizard_improvements
Kevin Ottens [Tue, 13 Oct 2020 13:23:56 +0000 (15:23 +0200)]
Merge pull request #2534 from nextcloud/connection_wizard_improvements

Connection wizard improvements

5 years agoEnsure we use the app name in the GUI
Kevin Ottens [Tue, 13 Oct 2020 05:23:46 +0000 (07:23 +0200)]
Ensure we use the app name in the GUI

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoFix the secure lock label aspect
Kevin Ottens [Thu, 8 Oct 2020 15:39:24 +0000 (17:39 +0200)]
Fix the secure lock label aspect

Make sure we got a fixed size for that label. Also ensure that the
pixmap we display there is properly scaled to fit while maintaining the
aspect ratio.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoHide the slideshow when going to the login page
Kevin Ottens [Thu, 8 Oct 2020 15:25:12 +0000 (17:25 +0200)]
Hide the slideshow when going to the login page

This is indeed very distracting otherwise.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoAdd a label explaining the server address field
Kevin Ottens [Thu, 8 Oct 2020 15:17:01 +0000 (17:17 +0200)]
Add a label explaining the server address field

This is as discussed in #1160

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoImprove wording on the wizard buttons
Kevin Ottens [Thu, 8 Oct 2020 15:13:01 +0000 (17:13 +0200)]
Improve wording on the wizard buttons

This is as discussed on #1158

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 13 Oct 2020 03:40:16 +0000 (03:40 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #2543 from renyhp/patch-2
Kevin Ottens [Mon, 12 Oct 2020 15:31:11 +0000 (17:31 +0200)]
Merge pull request #2543 from renyhp/patch-2

Update bookmarks location

5 years agoUpdate bookmarks location
renyhp [Sat, 10 Oct 2020 14:15:26 +0000 (16:15 +0200)]
Update bookmarks location

Signed-off-by: renyhp <renyhp@disroot.org>
5 years agoMerge pull request #2542 from nicolasfella/puzzel
Kevin Ottens [Mon, 12 Oct 2020 15:00:49 +0000 (17:00 +0200)]
Merge pull request #2542 from nicolasfella/puzzel

Avoid string translation puzzle

5 years agoAvoid string translation puzzle
Nicolas Fella [Fri, 9 Oct 2020 22:26:18 +0000 (00:26 +0200)]
Avoid string translation puzzle

Combining translated strings like this makes them hard to translate since the order of words is different between languages.
Use proper placeholder strings instead.

Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
5 years agoMerge pull request #2541 from nicolasfella/work/nullptrflags
Kevin Ottens [Mon, 12 Oct 2020 13:33:38 +0000 (15:33 +0200)]
Merge pull request #2541 from nicolasfella/work/nullptrflags

Don't use nullptr for QFlags

5 years agoDon't use nullptr for QFlags
Nicolas Fella [Fri, 9 Oct 2020 20:56:45 +0000 (22:56 +0200)]
Don't use nullptr for QFlags

This fixes some deprecation warnings

Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
5 years agoMerge pull request #2221 from nicolasfella/declarative
Kevin Ottens [Mon, 12 Oct 2020 11:51:47 +0000 (13:51 +0200)]
Merge pull request #2221 from nicolasfella/declarative

Make QML code more declarative by using properties

5 years agoMake QML code more declarative by using properties
Nicolas Fella [Tue, 21 Jul 2020 11:24:59 +0000 (13:24 +0200)]
Make QML code more declarative by using properties

By using properties and property bindings the QML code gets more declarative rather than imperative, which is considered better.

This patch:
- Introduces a currentUserId property in UserModel that replaces the equivalent Q_INVOKABLE call
- Introduces an avatar property in User that contains the avatar's image provider url without any fallback
- Introduces new image provider urls for fallback images
- Moves the fallback image selection to QML since we want different fallbacks according to where it is used
- Wires up the necessary signals to propagate a changing avatar

Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 12 Oct 2020 03:37:35 +0000 (03:37 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 10 Oct 2020 03:42:03 +0000 (03:42 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 9 Oct 2020 03:37:01 +0000 (03:37 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #2530 from nextcloud/repair_windows_build
Camila [Thu, 8 Oct 2020 15:21:04 +0000 (17:21 +0200)]
Merge pull request #2530 from nextcloud/repair_windows_build

Repair the Windows build

5 years agoExport the WordList functions
Kevin Ottens [Thu, 8 Oct 2020 13:58:29 +0000 (15:58 +0200)]
Export the WordList functions

Now that they are used from gui/ they need to be properly exported so
that linking doesn't fail when visibility is activated (only on our
Windows build it seems).

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoMerge pull request #2521 from nextcloud/use_friendly_user_agent_during_authentication
Kevin Ottens [Thu, 8 Oct 2020 10:42:17 +0000 (12:42 +0200)]
Merge pull request #2521 from nextcloud/use_friendly_user_agent_during_authentication

Use friendly user agent during authentication

5 years agoUse setHeader instead of setRawHeader for the user agent
Kevin Ottens [Wed, 7 Oct 2020 09:40:56 +0000 (11:40 +0200)]
Use setHeader instead of setRawHeader for the user agent

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoUse friendly user agent during webflow2 auth
Kevin Ottens [Tue, 6 Oct 2020 15:28:20 +0000 (17:28 +0200)]
Use friendly user agent during webflow2 auth

This way the server displays a less scary string while granting access
from the browser. Also this same string will be used in the "Devices and
sessions" section of the server settings.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoAdd a function for a more friendly user agent string
Kevin Ottens [Tue, 6 Oct 2020 15:28:01 +0000 (17:28 +0200)]
Add a function for a more friendly user agent string

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoDon't force user agent if one is already set on the request
Kevin Ottens [Tue, 6 Oct 2020 14:54:07 +0000 (16:54 +0200)]
Don't force user agent if one is already set on the request

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 8 Oct 2020 03:37:16 +0000 (03:37 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #2514 from nextcloud/make_it_easier_for_user_to_provide_debug_info...
Michael Schuster [Wed, 7 Oct 2020 15:12:02 +0000 (17:12 +0200)]
Merge pull request #2514 from nextcloud/make_it_easier_for_user_to_provide_debug_information

Make it easier for user to provide debug information

5 years agoAlso add build infos in the archive
Kevin Ottens [Mon, 5 Oct 2020 19:56:42 +0000 (21:56 +0200)]
Also add build infos in the archive

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoAlso add the command line arguments in the archive
Kevin Ottens [Mon, 5 Oct 2020 17:45:47 +0000 (19:45 +0200)]
Also add the command line arguments in the archive

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoAdd a button to create a debug archive
Kevin Ottens [Mon, 5 Oct 2020 17:45:40 +0000 (19:45 +0200)]
Add a button to create a debug archive

This will harvest everything we might need for debugging purposes:
 * config file
 * sync journal dbs
 * log files

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoAdd dependency on QtGuiPrivate
Kevin Ottens [Mon, 5 Oct 2020 17:20:26 +0000 (19:20 +0200)]
Add dependency on QtGuiPrivate

I'm not a huge fan of using private APIs but QZip is really the API with
the least hassles for our debug archive need. No external dependency and
we know it is generally available and stable despite the lack of
stability promise.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoExpose more of the logger state
Kevin Ottens [Mon, 5 Oct 2020 17:36:25 +0000 (19:36 +0200)]
Expose more of the logger state

It is better to rely on the Logger state to know exactly where we're
logging. Indeed due to the the various ways to impact its state the
config alone might not now where we're logging.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoMake sure --logfile has precedence on config
Kevin Ottens [Mon, 5 Oct 2020 17:34:46 +0000 (19:34 +0200)]
Make sure --logfile has precedence on config

Since we changed the default in the config file and since log dir had
precedence on log file, the --logfile command line option wasn't doing
anything anymore.

We make sure it has an effect again overriding --logdir or the logDir
config entry.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoChange the defaults for logging
Kevin Ottens [Mon, 5 Oct 2020 15:48:30 +0000 (17:48 +0200)]
Change the defaults for logging

Turn on the logging by default for everyone. Let's use a log dir within
the config directory of the application and have debug logs expiring
after a day.

This obviously means we'll generate quite some logs but with the
automated compression it shouldn't be too horrible. Obviously that
scales with the amount of files and syncs occurring. In our tests with a
large setup we're around 100 MB for a day worth of logs, this shouldn't
be too much of an issue on today's average desktop/laptop.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoMerge pull request #2520 from nextcloud/handle_askForOptionalPassword_capability
Michael Schuster [Wed, 7 Oct 2020 13:30:17 +0000 (15:30 +0200)]
Merge pull request #2520 from nextcloud/handle_askForOptionalPassword_capability

Handle ask for optional password capability

5 years agoIf askForOptionalPassword is enabled preset a random password
Kevin Ottens [Tue, 6 Oct 2020 12:01:53 +0000 (14:01 +0200)]
If askForOptionalPassword is enabled preset a random password

This is the same approach used on the server side. Turns out I quite
like it, this avoids popping up a dialog to the user and since she won't
know the password she'll have to set a new one anyway or disable it.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoSince we must ask for a password this can't be a default public link
Kevin Ottens [Tue, 6 Oct 2020 10:45:45 +0000 (12:45 +0200)]
Since we must ask for a password this can't be a default public link

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoAdd sharePublicLinkAskOptionalPassword to Capabilities
Kevin Ottens [Tue, 6 Oct 2020 10:45:19 +0000 (12:45 +0200)]
Add sharePublicLinkAskOptionalPassword to Capabilities

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 7 Oct 2020 03:36:23 +0000 (03:36 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 6 Oct 2020 03:36:51 +0000 (03:36 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #2512 from nextcloud/fix_updater_with_github_downloads
Michael Schuster [Mon, 5 Oct 2020 14:56:23 +0000 (16:56 +0200)]
Merge pull request #2512 from nextcloud/fix_updater_with_github_downloads

Handle redirects when downloading updates

5 years agoHandle redirects when downloading updates
Kevin Ottens [Mon, 5 Oct 2020 13:48:39 +0000 (15:48 +0200)]
Handle redirects when downloading updates

This is necessary for downloads coming from Github for instance. They
are systematically redirected and we'd just fail the download.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
5 years agoMerge pull request #2500 from nextcloud/docs-msi
Kevin Ottens [Mon, 5 Oct 2020 07:43:00 +0000 (09:43 +0200)]
Merge pull request #2500 from nextcloud/docs-msi

Windows MSI: Update Docs & add SKIPAUTOUPDATE property

5 years agoDocs: Be slightly more modern and use 64-bit examples
Michael Schuster [Fri, 2 Oct 2020 18:28:36 +0000 (20:28 +0200)]
Docs: Be slightly more modern and use 64-bit examples

Signed-off-by: Michael Schuster <michael@schuster.ms>
5 years agoWindows MSI: Add SKIPAUTOUPDATE property for the skipUpdateCheck setting
Michael Schuster [Fri, 2 Oct 2020 00:36:29 +0000 (02:36 +0200)]
Windows MSI: Add SKIPAUTOUPDATE property for the skipUpdateCheck setting

Signed-off-by: Michael Schuster <michael@schuster.ms>
5 years agoDocs: Use our app name in the MSI docs
Michael Schuster [Tue, 29 Sep 2020 17:11:01 +0000 (19:11 +0200)]
Docs: Use our app name in the MSI docs

Signed-off-by: Michael Schuster <michael@schuster.ms>
5 years agoWindows MSI: Stay compatible with the upstream "StartMenuShortcuts" feature
Michael Schuster [Tue, 29 Sep 2020 17:05:39 +0000 (19:05 +0200)]
Windows MSI: Stay compatible with the upstream "StartMenuShortcuts" feature

Even though we only create a program shortcut in the Start Menu, try to make administrators lives easier by not diverging feature and option naming.

Signed-off-by: Michael Schuster <michael@schuster.ms>
5 years agoDocs: Adopt latest MSI doc enhancements from upstream master
Michael Schuster [Tue, 29 Sep 2020 17:04:08 +0000 (19:04 +0200)]
Docs: Adopt latest MSI doc enhancements from upstream master

Signed-off-by: Michael Schuster <michael@schuster.ms>
5 years agoDocs: Adopt upstream commit fe04300 for MSI installation
Dominik Schmidt [Tue, 29 Sep 2020 16:21:29 +0000 (18:21 +0200)]
Docs: Adopt upstream commit fe04300 for MSI installation

See: https://github.com/owncloud/client/commit/fe043006c8f4a43b033243a85c294d21c7450238

Signed-off-by: Michael Schuster <michael@schuster.ms>
5 years agoDocs: Update macOS version info
Michael Schuster [Tue, 29 Sep 2020 15:59:39 +0000 (17:59 +0200)]
Docs: Update macOS version info

Signed-off-by: Michael Schuster <michael@schuster.ms>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 5 Oct 2020 03:38:36 +0000 (03:38 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Oct 2020 03:38:54 +0000 (03:38 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Oct 2020 03:40:51 +0000 (03:40 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #2497 from nextcloud/fix/mac-folderwatcher-memory-leak
Michael Schuster [Fri, 2 Oct 2020 17:30:26 +0000 (19:30 +0200)]
Merge pull request #2497 from nextcloud/fix/mac-folderwatcher-memory-leak

macOS: Fix memory leak in FolderWatcherPrivate::startWatching

5 years agoFix source file access modes
Michael Schuster [Thu, 1 Oct 2020 21:38:13 +0000 (23:38 +0200)]
Fix source file access modes

Signed-off-by: Michael Schuster <michael@schuster.ms>
5 years agomacOS: Fix memory leak in FolderWatcherPrivate::startWatching
Michael Schuster [Tue, 14 Jul 2020 06:54:07 +0000 (08:54 +0200)]
macOS: Fix memory leak in FolderWatcherPrivate::startWatching

Signed-off-by: Michael Schuster <michael@schuster.ms>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 2 Oct 2020 03:32:41 +0000 (03:32 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #2478 from Aldaris1985/patch-1
Michael Schuster [Thu, 1 Oct 2020 22:07:45 +0000 (00:07 +0200)]
Merge pull request #2478 from Aldaris1985/patch-1

Update propagateupload.cpp

5 years agoUpdate propagateupload.cpp
Aldaris1985 [Mon, 28 Sep 2020 11:00:30 +0000 (19:00 +0800)]
Update propagateupload.cpp

Typo corrected.

5 years agoMerge pull request #2493 from nextcloud/kesselb-patch-1
Kevin Ottens [Thu, 1 Oct 2020 11:03:09 +0000 (13:03 +0200)]
Merge pull request #2493 from nextcloud/kesselb-patch-1

Delete FUNDING.yml

5 years agoDelete FUNDING.yml
kesselb [Thu, 1 Oct 2020 09:21:12 +0000 (11:21 +0200)]
Delete FUNDING.yml

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 1 Oct 2020 03:40:09 +0000 (03:40 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #2487 from nextcloud/add-talk-icon
Kevin Ottens [Wed, 30 Sep 2020 12:02:27 +0000 (14:02 +0200)]
Merge pull request #2487 from nextcloud/add-talk-icon

Add a clickable icon for Talk notifications.

5 years agoAdd a clickable icon for Talk notifications.
Camila [Tue, 29 Sep 2020 17:22:43 +0000 (19:22 +0200)]
Add a clickable icon for Talk notifications.

Signed-off-by: Camila <hello@camila.codes>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 30 Sep 2020 03:39:38 +0000 (03:39 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #2272 from snake66/issues/2219/deprecate-foreach
Kevin Ottens [Tue, 29 Sep 2020 17:58:52 +0000 (19:58 +0200)]
Merge pull request #2272 from snake66/issues/2219/deprecate-foreach

Issues/2219/deprecate foreach

5 years agoReplace find_if with none_of where appropriate.
Harald Eilertsen [Tue, 29 Sep 2020 17:23:06 +0000 (19:23 +0200)]
Replace find_if with none_of where appropriate.

We're not interested in any found element in these cases, just to check
that none of the elements matches.

Signed-off-by: Harald Eilertsen <haraldei@anduin.net>
5 years agoDon't hold ref to value returned from function.
Harald Eilertsen [Tue, 29 Sep 2020 16:32:48 +0000 (18:32 +0200)]
Don't hold ref to value returned from function.

Signed-off-by: Harald Eilertsen <haraldei@anduin.net>
5 years agogui/accountmanager: Make isAccountIdAvailable a bit clearer.
Harald Eilertsen [Sun, 27 Sep 2020 12:24:19 +0000 (14:24 +0200)]
gui/accountmanager: Make isAccountIdAvailable a bit clearer.

Signed-off-by: Harald Eilertsen <haraldei@anduin.net>
5 years agogui/folderman: Replace foreach (#2219)
Harald Eilertsen [Sun, 27 Sep 2020 11:19:08 +0000 (13:19 +0200)]
gui/folderman: Replace foreach (#2219)

Signed-off-by: Harald Eilertsen <haraldei@anduin.net>
5 years agogui/folder: Replace foreach (#2219)
Harald Eilertsen [Sun, 27 Sep 2020 11:13:21 +0000 (13:13 +0200)]
gui/folder: Replace foreach (#2219)

Signed-off-by: Harald Eilertsen <haraldei@anduin.net>
5 years agogui/application: replace foreach (#2219)
Harald Eilertsen [Sun, 27 Sep 2020 11:11:22 +0000 (13:11 +0200)]
gui/application: replace foreach (#2219)

Signed-off-by: Harald Eilertsen <haraldei@anduin.net>
5 years agogui/accountstate: Replace foreach (#2219)
Harald Eilertsen [Sun, 27 Sep 2020 11:07:34 +0000 (13:07 +0200)]
gui/accountstate: Replace foreach (#2219)

Signed-off-by: Harald Eilertsen <haraldei@anduin.net>
5 years agogui/accountstate: Replace foreach (#2219)
Harald Eilertsen [Sat, 15 Aug 2020 12:41:59 +0000 (14:41 +0200)]
gui/accountstate: Replace foreach (#2219)

Most instances have been converted to range based for, but std::find_if
has been used where it made sense.

Signed-off-by: Harald Eilertsen <haraldei@anduin.net>
5 years agogui/accountmanager: Replace foreach/Q_FOREACH (#2219)
Harald Eilertsen [Sun, 27 Sep 2020 11:02:27 +0000 (13:02 +0200)]
gui/accountmanager: Replace foreach/Q_FOREACH (#2219)

Signed-off-by: Harald Eilertsen <haraldei@anduin.net>
5 years agocmd: Replace foreach with range base for (#2219)
Harald Eilertsen [Sun, 27 Sep 2020 11:25:52 +0000 (13:25 +0200)]
cmd: Replace foreach with range base for (#2219)

Signed-off-by: Harald Eilertsen <haraldei@anduin.net>
5 years agoMerge pull request #2486 from nextcloud/fix-notification
Camila [Tue, 29 Sep 2020 17:26:06 +0000 (19:26 +0200)]
Merge pull request #2486 from nextcloud/fix-notification

Connect signal guiLog to slot to display systray message.

5 years agoCorrect the object name returned by the api.
Camila [Tue, 29 Sep 2020 16:51:48 +0000 (18:51 +0200)]
Correct the object name returned by the api.

The id was always 0 so no new systray messages were displayed.

Signed-off-by: Camila <hello@camila.codes>
5 years agoConnect signal guiLog to slot to display systray message.
Camila [Tue, 29 Sep 2020 15:07:36 +0000 (17:07 +0200)]
Connect signal guiLog to slot to display systray message.

Signed-off-by: Camila <hello@camila.codes>
5 years agoMerge pull request #2485 from nextcloud/Valdnet-patch-1
Kevin Ottens [Tue, 29 Sep 2020 12:43:39 +0000 (14:43 +0200)]
Merge pull request #2485 from nextcloud/Valdnet-patch-1

l10n: Remove space from string text

5 years agol10n: Remove space from string text
Valdnet [Tue, 29 Sep 2020 12:39:34 +0000 (14:39 +0200)]
l10n: Remove space from string text

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 29 Sep 2020 03:41:15 +0000 (03:41 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #2317 from nextcloud/tray-accessibility
Kevin Ottens [Mon, 28 Sep 2020 14:48:26 +0000 (16:48 +0200)]
Merge pull request #2317 from nextcloud/tray-accessibility

Tray accessibility

5 years agoemitting signals from Qts Accessibility interaction invocations instead of duplicatin...
Dominique Fuchs [Tue, 15 Sep 2020 14:45:22 +0000 (16:45 +0200)]
emitting signals from Qts Accessibility interaction invocations instead of duplicating actions

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
5 years agoKISS. Removed description for now, instead clarified some Accessible.name
Dominique Fuchs [Tue, 25 Aug 2020 14:52:05 +0000 (16:52 +0200)]
KISS. Removed description for now, instead clarified some Accessible.name

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
5 years agoAdded missing qsTr() calls - again
Dominique Fuchs [Tue, 25 Aug 2020 13:00:19 +0000 (15:00 +0200)]
Added missing qsTr() calls - again

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
5 years agoAdded missing qsTr() calls
Dominique Fuchs [Tue, 25 Aug 2020 12:59:10 +0000 (14:59 +0200)]
Added missing qsTr() calls

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
5 years agoFix typo
Dominique Fuchs [Tue, 25 Aug 2020 11:17:37 +0000 (13:17 +0200)]
Fix typo

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
5 years agoTypo fixes, minor additions
Dominique Fuchs [Tue, 25 Aug 2020 11:16:42 +0000 (13:16 +0200)]
Typo fixes, minor additions

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
5 years agoRe-add wrongly delete action
Dominique Fuchs [Tue, 25 Aug 2020 10:56:24 +0000 (12:56 +0200)]
Re-add wrongly delete action

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
5 years agoInitial accessibility declarations for tray window qml src
Dominique Fuchs [Tue, 25 Aug 2020 10:54:56 +0000 (12:54 +0200)]
Initial accessibility declarations for tray window qml src

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
5 years agoMerge pull request #2477 from nextcloud/free_icon_job
Camila [Mon, 28 Sep 2020 11:02:41 +0000 (13:02 +0200)]
Merge pull request #2477 from nextcloud/free_icon_job

Free IconJob after use

5 years agoFree IconJob after use
Dan Griffin [Mon, 28 Sep 2020 10:27:16 +0000 (12:27 +0200)]
Free IconJob after use

Signed-off-by: Dan Griffin <github.mk@xiragon.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 28 Sep 2020 03:37:52 +0000 (03:37 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 27 Sep 2020 03:37:06 +0000 (03:37 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 26 Sep 2020 03:38:03 +0000 (03:38 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 25 Sep 2020 03:41:46 +0000 (03:41 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #2470 from nextcloud/fix_qt_5_12_tooltip_wrap
Kevin Ottens [Thu, 24 Sep 2020 12:49:44 +0000 (14:49 +0200)]
Merge pull request #2470 from nextcloud/fix_qt_5_12_tooltip_wrap

Force tooltip wrap mode because it's not enabled in Qt 5.12...

5 years agoForce tooltip wrap mode because it's not enabled in Qt 5.12...
Kevin Ottens [Thu, 24 Sep 2020 12:47:56 +0000 (14:47 +0200)]
Force tooltip wrap mode because it's not enabled in Qt 5.12...

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>