]> dgit.raspbian.org Git - nextcloud-desktop.git/log
nextcloud-desktop.git
6 years agoMerge branch 'master' into qt-5.12.5-update-submodules
Michael Schuster [Sat, 19 Oct 2019 03:43:23 +0000 (05:43 +0200)]
Merge branch 'master' into qt-5.12.5-update-submodules

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Oct 2019 03:04:56 +0000 (03:04 +0000)]
[tx-robot] updated from transifex

6 years agoUpdate submodules for Qt 5.12.5 (qtmacgoodies)
Michael Schuster [Sat, 19 Oct 2019 03:04:41 +0000 (05:04 +0200)]
Update submodules for Qt 5.12.5 (qtmacgoodies)

Fetch the new submodule commits to get these fixes:
- Merge upstream: Retrieve the associated NSView more reliably: https://github.com/camilasan/qtmacgoodies/pull/1
- Bugfix for Qt 5.12.5 - Redraw the ToolBar: https://github.com/camilasan/qtmacgoodies/pull/2

Signed-off-by: Michael Schuster <michael@schuster.ms>
6 years agoMerge pull request #1526 from JohannesLorenz/clang-variadic-macro-warning-fix
Michael Schuster [Sat, 19 Oct 2019 02:41:54 +0000 (04:41 +0200)]
Merge pull request #1526 from JohannesLorenz/clang-variadic-macro-warning-fix

Fix clang's variadic macro warnings

6 years agoMerge branch 'master' into clang-variadic-macro-warning-fix
Michael Schuster [Sat, 19 Oct 2019 02:37:42 +0000 (04:37 +0200)]
Merge branch 'master' into clang-variadic-macro-warning-fix

6 years agoMerge pull request #1471 from tintou/master
Michael Schuster [Sat, 19 Oct 2019 02:36:08 +0000 (04:36 +0200)]
Merge pull request #1471 from tintou/master

Build with libcloudproviders on debian and in the AppImage

NOTE:
The admin/linux/Dockerfile is outdated and the following repo is currently used for our daily builds:
https://github.com/nextcloud/docker-ci/tree/master/client

This fix will be added there soon too.

6 years agoMerge branch 'master' into master
Michael Schuster [Sat, 19 Oct 2019 01:50:43 +0000 (03:50 +0200)]
Merge branch 'master' into master

6 years agoMerge pull request #1456 from andwun/fix/too-low-default-poll-interval
Michael Schuster [Sat, 19 Oct 2019 01:48:39 +0000 (03:48 +0200)]
Merge pull request #1456 from andwun/fix/too-low-default-poll-interval

Revert DEFAULT_REMOTE_POLL_INTERVAL back from 5 seconds to 30 seconds

6 years agoMerge branch 'master' into fix/too-low-default-poll-interval
Michael Schuster [Sat, 19 Oct 2019 01:40:21 +0000 (03:40 +0200)]
Merge branch 'master' into fix/too-low-default-poll-interval

6 years agoFix clang's variadic macro warnings
Johannes Lorenz [Fri, 18 Oct 2019 03:17:23 +0000 (05:17 +0200)]
Fix clang's variadic macro warnings

Using variadic macros like `qCWarning()` without any parameter for "..."
is a GNU extension, which causes a lot of `clang` warnings:

```
desktop/src/common/ownsql.cpp:74:24: warning: must specify at least one
 argument for '...' parameter of variadic macro
 [-Wgnu-zero-variadic-macro-arguments]
        qCWarning(lcSql) << "Error:" << _error << "for" << filename;
                       ^
/usr/include/qt/QtCore/qloggingcategory.h:140:11: note: macro 'qCWarning'
 defined here
          ^
```

This patch tells `clang` to be silent.

Signed-off-by: Johannes Lorenz <j.git@lorenz-ho.me>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 18 Oct 2019 03:04:52 +0000 (03:04 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #1504 from nextcloud/feature/remote-wipe
Michael Schuster [Thu, 17 Oct 2019 20:23:37 +0000 (22:23 +0200)]
Merge pull request #1504 from nextcloud/feature/remote-wipe

Remote wipe for RC1.

6 years agoMerge branch 'master' into feature/remote-wipe
Michael Schuster [Thu, 17 Oct 2019 20:05:20 +0000 (22:05 +0200)]
Merge branch 'master' into feature/remote-wipe

6 years agoMerge pull request #1523 from nextcloud/improvement/merge-ignored-files-notification
Michael Schuster [Thu, 17 Oct 2019 20:04:18 +0000 (22:04 +0200)]
Merge pull request #1523 from nextcloud/improvement/merge-ignored-files-notification

Merge the list of ignored files/symlinks into one Activity notification.

6 years agoOnce client gets 401/403 from the server, check if remote wipe was requested.
Camila San [Wed, 24 Jul 2019 11:56:21 +0000 (13:56 +0200)]
Once client gets 401/403 from the server, check if remote wipe was requested.

- When the the users logs because of 401 or 403 errors, it checks if the
server requested the remote wipe. If yes, locally deletes account and folders
connected to the account and notify the server. If no, proceeds to ask the
user to login again.
- The app password is restored in the keychain.
- WIP: The change also includes a test class for RemoteWipe.

Signed-off-by: Camila San <hello@camila.codes>
6 years agoMerge the list of ignored files/symlinks into one Activity notification.
Camila San [Thu, 17 Oct 2019 16:45:33 +0000 (18:45 +0200)]
Merge the list of ignored files/symlinks into one Activity notification.

Signed-off-by: Camila San <hello@camila.codes>
6 years agoMerge branch 'master' into master
Camila Ayres [Thu, 17 Oct 2019 11:44:07 +0000 (13:44 +0200)]
Merge branch 'master' into master

6 years agoMerge pull request #1520 from nextcloud/fix-mac-crash-qtmacgoodies-pr-1
Camila Ayres [Thu, 17 Oct 2019 11:35:58 +0000 (13:35 +0200)]
Merge pull request #1520 from nextcloud/fix-mac-crash-qtmacgoodies-pr-1

Pick from upstream: Update qtmacgoodies for an OSX crash fix #6930

6 years agoMerge branch 'master' into fix-mac-crash-qtmacgoodies-pr-1
Michael Schuster [Thu, 17 Oct 2019 03:50:38 +0000 (05:50 +0200)]
Merge branch 'master' into fix-mac-crash-qtmacgoodies-pr-1

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Oct 2019 03:05:50 +0000 (03:05 +0000)]
[tx-robot] updated from transifex

6 years agoPick from upstream: Update qtmacgoodies for an OSX crash fix #6930
Michael Schuster [Thu, 17 Oct 2019 02:24:04 +0000 (04:24 +0200)]
Pick from upstream: Update qtmacgoodies for an OSX crash fix #6930

With Qt 5.12.5 this OC crash also applies to the Nextcloud Desktop Client on macOS.

For reference please see:
- https://github.com/owncloud/client/issues/6930
- https://github.com/guruz/qtmacgoodies/commit/0dc7bc33282bdf3ea262cbd1e6c380a8ab9d6dcf

For the required changes in the qtmacgoodies submodule see:
https://github.com/camilasan/qtmacgoodies/pull/1

Signed-off-by: Michael Schuster <michael@schuster.ms>
6 years agoMerge pull request #1478 from sryze/quit-wizard-fix
Michael Schuster [Wed, 16 Oct 2019 12:01:42 +0000 (14:01 +0200)]
Merge pull request #1478 from sryze/quit-wizard-fix

Don't run connection wizard when quitting the application

6 years agoMerge branch 'master' into quit-wizard-fix
Michael Schuster [Wed, 16 Oct 2019 03:19:21 +0000 (05:19 +0200)]
Merge branch 'master' into quit-wizard-fix

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 16 Oct 2019 03:04:57 +0000 (03:04 +0000)]
[tx-robot] updated from transifex

6 years agoMerge branch 'master' into quit-wizard-fix
Michael Schuster [Wed, 16 Oct 2019 02:43:41 +0000 (04:43 +0200)]
Merge branch 'master' into quit-wizard-fix

6 years agoMerge pull request #1516 from nextcloud/backport/1515/master
Michael Schuster [Tue, 15 Oct 2019 23:44:49 +0000 (01:44 +0200)]
Merge pull request #1516 from nextcloud/backport/1515/master

[master] Add new "styles" plugin to macOS deployment script for Qt 5.12.5

6 years agoAdd new "styles" plugin to macOS deployment script for Qt 5.12.5
Michael Schuster [Mon, 14 Oct 2019 00:01:56 +0000 (02:01 +0200)]
Add new "styles" plugin to macOS deployment script for Qt 5.12.5

Qt 5.12 needs this library to use the correct style for Light / Dark Mode:

  styles/libqmacstyle.dylib

The interface looks like from the 1990's without this library ;-)

Signed-off-by: Michael Schuster <michael@schuster.ms>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Oct 2019 03:04:26 +0000 (03:04 +0000)]
[tx-robot] updated from transifex

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Oct 2019 03:05:59 +0000 (03:05 +0000)]
[tx-robot] updated from transifex

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Oct 2019 03:05:06 +0000 (03:05 +0000)]
[tx-robot] updated from transifex

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 11 Oct 2019 03:02:18 +0000 (03:02 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #1495 from nextcloud/fix-flow2-content-length
Michael Schuster [Thu, 10 Oct 2019 06:08:26 +0000 (08:08 +0200)]
Merge pull request #1495 from nextcloud/fix-flow2-content-length

Add a 'Content-Length: 0' header to initial POST requests

6 years agoAdd a 'Content-Length: 0' header to initial POST requests
Michael Schuster [Thu, 10 Oct 2019 03:17:22 +0000 (05:17 +0200)]
Add a 'Content-Length: 0' header to initial POST requests

The webserver lighttpd rejected POST requests without a Content-length
header with "411 Length Required".

See: https://github.com/nextcloud/desktop/issues/1473

Signed-off-by: Michael Schuster <michael@schuster.ms>
6 years agoMerge pull request #1481 from asapelkin/for_loop_optimization
Michael Schuster [Wed, 9 Oct 2019 23:30:40 +0000 (01:30 +0200)]
Merge pull request #1481 from asapelkin/for_loop_optimization

 Avoiding copying in range-based loops

6 years agoMerge pull request #1441 from nextcloud/trexcl
Michael Schuster [Wed, 9 Oct 2019 23:29:57 +0000 (01:29 +0200)]
Merge pull request #1441 from nextcloud/trexcl

Fixed missing 'translatable' exclusions, added missing window titles

6 years agoMerge branch 'master' into for_loop_optimization
Michael Schuster [Wed, 9 Oct 2019 23:12:57 +0000 (01:12 +0200)]
Merge branch 'master' into for_loop_optimization

6 years agoMerge branch 'master' into trexcl
Michael Schuster [Wed, 9 Oct 2019 23:12:48 +0000 (01:12 +0200)]
Merge branch 'master' into trexcl

6 years agoMerge pull request #1032 from k1l1/master
Michael Schuster [Wed, 9 Oct 2019 23:09:01 +0000 (01:09 +0200)]
Merge pull request #1032 from k1l1/master

Changed max GUI bandwidth limits

6 years agoFix outdated link to server admin docs
Michael Schuster [Wed, 9 Oct 2019 23:03:46 +0000 (01:03 +0200)]
Fix outdated link to server admin docs

Sets the target version from "15" to "latest" and removes
"index.html" because this could get obsolete in the future too.

Signed-off-by: Michael Schuster <michael@schuster.ms>
6 years agoMerge branch 'master' into master
Michael Schuster [Wed, 9 Oct 2019 22:45:04 +0000 (00:45 +0200)]
Merge branch 'master' into master

6 years agoMerge branch 'master' into for_loop_optimization
Michael Schuster [Wed, 9 Oct 2019 22:41:46 +0000 (00:41 +0200)]
Merge branch 'master' into for_loop_optimization

6 years agoMerge branch 'master' into quit-wizard-fix
Dominique Fuchs [Wed, 9 Oct 2019 07:18:26 +0000 (09:18 +0200)]
Merge branch 'master' into quit-wizard-fix

6 years agoReplace isQuitting flag with disconnect()
Sergey Zolotarev [Wed, 9 Oct 2019 05:07:00 +0000 (11:07 +0600)]
Replace isQuitting flag with disconnect()

Signed-off-by: Sergey Zolotarev <sryze@protonmail.com>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 9 Oct 2019 03:04:39 +0000 (03:04 +0000)]
[tx-robot] updated from transifex

6 years agoMerge branch 'master' into for_loop_optimization
Dominique Fuchs [Tue, 8 Oct 2019 08:36:25 +0000 (10:36 +0200)]
Merge branch 'master' into for_loop_optimization

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 8 Oct 2019 03:03:10 +0000 (03:03 +0000)]
[tx-robot] updated from transifex

6 years agoMerge branch 'master' into for_loop_optimization
asapelkin [Mon, 7 Oct 2019 12:31:01 +0000 (15:31 +0300)]
Merge branch 'master' into for_loop_optimization

6 years agoMerge pull request #1477 from sryze/tray-menu-fix
Camila Ayres [Mon, 7 Oct 2019 10:53:28 +0000 (12:53 +0200)]
Merge pull request #1477 from sryze/tray-menu-fix

Prevent jumping of tray menu

6 years agoMerge branch 'master' into for_loop_optimization
asapelkin [Mon, 7 Oct 2019 09:35:18 +0000 (12:35 +0300)]
Merge branch 'master' into for_loop_optimization

6 years agoMerge branch 'master' into tray-menu-fix
Camila Ayres [Mon, 7 Oct 2019 07:56:40 +0000 (09:56 +0200)]
Merge branch 'master' into tray-menu-fix

6 years agoMerge branch 'master' into master
Dominique Fuchs [Mon, 7 Oct 2019 07:45:22 +0000 (09:45 +0200)]
Merge branch 'master' into master

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 7 Oct 2019 03:02:44 +0000 (03:02 +0000)]
[tx-robot] updated from transifex

6 years agolittle loops optimization
asapelkin [Sun, 6 Oct 2019 21:10:26 +0000 (00:10 +0300)]
little loops optimization

Signed-off-by: asapelkin <asapelkin0x01@ya.ru>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 6 Oct 2019 03:05:29 +0000 (03:05 +0000)]
[tx-robot] updated from transifex

6 years agoDon't run connection wizard when quitting the application
Sergey Zolotarev [Sat, 5 Oct 2019 16:37:46 +0000 (22:37 +0600)]
Don't run connection wizard when quitting the application

Signed-off-by: Sergey Zolotarev <sryze@protonmail.com>
6 years agoPrevent jumping of tray menu
Sergey Zolotarev [Sat, 5 Oct 2019 15:54:09 +0000 (21:54 +0600)]
Prevent jumping of tray menu

Instead of adding the "Apps" menu after the apps are fetched, add it
from the start (together with other actions) but in a disabled state,
and enable it after the apps data is ready.

Signed-off-by: Sergey Zolotarev <sryze@protonmail.com>
6 years agoMerge branch 'master' into master
Dominique Fuchs [Sat, 5 Oct 2019 08:35:59 +0000 (10:35 +0200)]
Merge branch 'master' into master

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 5 Oct 2019 03:04:09 +0000 (03:04 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #1465 from nextcloud/show-server-vers
Michael Schuster [Fri, 4 Oct 2019 23:50:38 +0000 (01:50 +0200)]
Merge pull request #1465 from nextcloud/show-server-vers

Add server info to menu

6 years agoMerge branch 'master' into show-server-vers
Michael Schuster [Fri, 4 Oct 2019 22:44:08 +0000 (00:44 +0200)]
Merge branch 'master' into show-server-vers

6 years agoMerge pull request #1474 from nextcloud/rakekniven-patch-1
Michael Schuster [Fri, 4 Oct 2019 22:43:05 +0000 (00:43 +0200)]
Merge pull request #1474 from nextcloud/rakekniven-patch-1

Fixed grammar

6 years agoMerge branch 'master' into rakekniven-patch-1
Michael Schuster [Fri, 4 Oct 2019 22:04:39 +0000 (00:04 +0200)]
Merge branch 'master' into rakekniven-patch-1

6 years agoMerge pull request #1467 from ivaradi/fix-eoan-build
István Váradi [Fri, 4 Oct 2019 19:29:51 +0000 (21:29 +0200)]
Merge pull request #1467 from ivaradi/fix-eoan-build

Remove kdelibs5-dev from the build dependencies for Eoan

6 years agoMerge branch 'master' into fix-eoan-build
István Váradi [Fri, 4 Oct 2019 18:15:38 +0000 (20:15 +0200)]
Merge branch 'master' into fix-eoan-build

6 years agoFixed grammar
rakekniven [Fri, 4 Oct 2019 06:10:55 +0000 (08:10 +0200)]
Fixed grammar

Reported at Transifex.
See https://www.transifex.com/nextcloud/nextcloud/translate/#nl/client/182396083

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Oct 2019 03:05:53 +0000 (03:05 +0000)]
[tx-robot] updated from transifex

6 years agoBuild with libcloudproviders on debian and in the AppImage
Corentin Noël [Thu, 3 Oct 2019 08:32:07 +0000 (10:32 +0200)]
Build with libcloudproviders on debian and in the AppImage

Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Oct 2019 03:03:10 +0000 (03:03 +0000)]
[tx-robot] updated from transifex

6 years agoRemove kdelibs5-dev from the build dependencies for Eoan
István Váradi [Wed, 2 Oct 2019 18:02:42 +0000 (20:02 +0200)]
Remove kdelibs5-dev from the build dependencies for Eoan

Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Oct 2019 03:05:56 +0000 (03:05 +0000)]
[tx-robot] updated from transifex

6 years agoAdd server info to menu
Daniel Kesselberg [Tue, 1 Oct 2019 14:08:31 +0000 (16:08 +0200)]
Add server info to menu

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
6 years agoMerge pull request #1459 from tribut/fix-ldap-display-name
Camila Ayres [Tue, 1 Oct 2019 13:06:15 +0000 (15:06 +0200)]
Merge pull request #1459 from tribut/fix-ldap-display-name

Use user-provided username in `displayName()` - Fix #836

6 years agoMerge branch 'master' into fix-ldap-display-name
Camila Ayres [Tue, 1 Oct 2019 10:34:39 +0000 (12:34 +0200)]
Merge branch 'master' into fix-ldap-display-name

6 years agoMerge pull request #1462 from tribut/fix-typo-elided
Roeland Jago Douma [Tue, 1 Oct 2019 10:02:36 +0000 (12:02 +0200)]
Merge pull request #1462 from tribut/fix-typo-elided

Fix typo

6 years agoFix typo
Felix Eckhofer [Tue, 1 Oct 2019 06:25:24 +0000 (08:25 +0200)]
Fix typo

Signed-off-by: Felix Eckhofer <felix@eckhofer.com>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Oct 2019 03:15:23 +0000 (03:15 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #1461 from nextcloud/issue/1458
Michael Schuster [Mon, 30 Sep 2019 19:52:04 +0000 (21:52 +0200)]
Merge pull request #1461 from nextcloud/issue/1458

Checks if exclude file is empty before creating the regular expressions.

6 years agoChecks if exclude file is empty before creating the regular expressions.
Camila San [Mon, 30 Sep 2019 18:33:51 +0000 (20:33 +0200)]
Checks if exclude file is empty before creating the regular expressions.

The default file created by the application it is not empty.

Signed-off-by: Camila San <hello@camila.codes>
6 years agoUse user-provided username in `displayName()`
Felix Eckhofer [Mon, 30 Sep 2019 15:56:14 +0000 (17:56 +0200)]
Use user-provided username in `displayName()`

This replaces `davUser()`, which is replaced by a numeric ID when using
LDAP, by the username that was actually used for logging in.

Fixes #836

Signed-off-by: Felix Eckhofer <felix@eckhofer.com>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 30 Sep 2019 03:12:41 +0000 (03:12 +0000)]
[tx-robot] updated from transifex

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 29 Sep 2019 03:15:41 +0000 (03:15 +0000)]
[tx-robot] updated from transifex

6 years agoRevert default remote poll interval back from 5 seconds to 30 seconds
Andreas Wunderlich [Sat, 28 Sep 2019 22:42:24 +0000 (00:42 +0200)]
Revert default remote poll interval back from 5 seconds to 30 seconds

Signed-off-by: Andreas Wunderlich <code@andwun.me>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 28 Sep 2019 03:04:02 +0000 (03:04 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 27 Sep 2019 03:04:15 +0000 (03:04 +0000)]
[tx-robot] updated from transifex

7 years agoRevert "Fix White Window issue on Windows after Qt 5.12.4 upgrade"
Michael Schuster [Fri, 27 Sep 2019 02:54:04 +0000 (04:54 +0200)]
Revert "Fix White Window issue on Windows after Qt 5.12.4 upgrade"

This reverts commit 8f616969ab482c72092cb7c037a91292a0f159e1.

Turns out that with the upgrade to the new released Qt 5.12.5 the issue
has been solved by the Qt developers, so this fix becomes obsolete.

Signed-off-by: Michael Schuster <michael@schuster.ms>
7 years agoMerge pull request #1443 from nextcloud/enhancement/change-share-menu-wording
Camila Ayres [Thu, 26 Sep 2019 11:20:42 +0000 (13:20 +0200)]
Merge pull request #1443 from nextcloud/enhancement/change-share-menu-wording

Improve wording of the context menu in the file manager extension.

7 years agoMerge branch 'master' into enhancement/change-share-menu-wording
Camila Ayres [Thu, 26 Sep 2019 09:12:43 +0000 (11:12 +0200)]
Merge branch 'master' into enhancement/change-share-menu-wording

7 years agoMerge pull request #1445 from nextcloud/fix-white-window
Camila Ayres [Thu, 26 Sep 2019 09:04:14 +0000 (11:04 +0200)]
Merge pull request #1445 from nextcloud/fix-white-window

Fix White Window issue on Windows after Qt 5.12.4 upgrade

7 years agoMerge branch 'master' into fix-white-window
Michael Schuster [Thu, 26 Sep 2019 03:21:42 +0000 (05:21 +0200)]
Merge branch 'master' into fix-white-window

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 26 Sep 2019 03:03:05 +0000 (03:03 +0000)]
[tx-robot] updated from transifex

7 years agoFix White Window issue on Windows after Qt 5.12.4 upgrade
Michael Schuster [Thu, 26 Sep 2019 02:59:17 +0000 (04:59 +0200)]
Fix White Window issue on Windows after Qt 5.12.4 upgrade

Qt 5.12.4 seems to introduce a new bug on Windows, causing the settings window
to not be redrawn when re-opening it, for example by clicking at the tray icon.

As a workaround this fix starts a 100 ms timer to be fired once upon
QDialog::showEvent is called.

Signed-off-by: Michael Schuster <michael@schuster.ms>
7 years agoMerge branch 'master' of https://github.com/nextcloud/desktop
Michael Schuster [Wed, 25 Sep 2019 23:41:06 +0000 (01:41 +0200)]
Merge branch 'master' of https://github.com/nextcloud/desktop

7 years agoImprove wording of the context menu in the file manager extension.
Camila San [Wed, 25 Sep 2019 17:54:22 +0000 (19:54 +0200)]
Improve wording of the context menu in the file manager extension.

'Share...' -> 'Share options'
'private link' -> 'internal link'
Removes 'to clipboard' from 'copy link' options.

Signed-off-by: Camila San <hello@camila.codes>
7 years agoFixed some missing 'translatable' exclusions, added missing window titles in flow...
Dominique Fuchs [Wed, 25 Sep 2019 12:02:59 +0000 (14:02 +0200)]
Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 25 Sep 2019 03:04:06 +0000 (03:04 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #1438 from nextcloud/enhancement/change-share-menu-wording
Camila Ayres [Tue, 24 Sep 2019 14:52:27 +0000 (16:52 +0200)]
Merge pull request #1438 from nextcloud/enhancement/change-share-menu-wording

Changes wording in the share context menu.

7 years agoChanges wording in the share context menu.
Camila San [Tue, 24 Sep 2019 14:25:03 +0000 (16:25 +0200)]
Changes wording in the share context menu.

Instead of only Nextcloud it says "Share via Nextcloud".

Signed-off-by: Camila San <hello@camila.codes>
7 years agoMerge pull request #1434 from nextcloud/ui-msg-delete-all-files
Camila Ayres [Tue, 24 Sep 2019 10:24:36 +0000 (12:24 +0200)]
Merge pull request #1434 from nextcloud/ui-msg-delete-all-files

UI improvement: Message box: Delete / Keep all files

7 years agoMerge branch 'master' into ui-msg-delete-all-files
Camila Ayres [Tue, 24 Sep 2019 10:06:09 +0000 (12:06 +0200)]
Merge branch 'master' into ui-msg-delete-all-files

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 24 Sep 2019 03:07:21 +0000 (03:07 +0000)]
[tx-robot] updated from transifex