]>
dgit.raspbian.org Git - nextcloud-desktop.git/log
Nextcloud bot [Sat, 24 Nov 2018 01:44:00 +0000 (01:44 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 23 Nov 2018 02:52:33 +0000 (02:52 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 22 Nov 2018 22:09:57 +0000 (23:09 +0100)]
Merge pull request #874 from nextcloud/fix_activity_busy_loop
Fix the activity loop
Roeland Jago Douma [Thu, 22 Nov 2018 09:40:00 +0000 (10:40 +0100)]
Fix the activity loop
We should stop fetching the moment the activity stream is empty when
fetched. It doesn't matter if the current list is empty.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Thu, 22 Nov 2018 01:47:38 +0000 (01:47 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 21 Nov 2018 01:47:22 +0000 (01:47 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 20 Nov 2018 01:48:03 +0000 (01:48 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 19 Nov 2018 22:15:08 +0000 (23:15 +0100)]
Merge pull request #859 from nextcloud/fix/788/no_activity_flood
Do not fetch activities if they are not enabled
Roeland Jago Douma [Mon, 19 Nov 2018 20:29:58 +0000 (21:29 +0100)]
Merge branch 'master' into fix/788/no_activity_flood
Roeland Jago Douma [Mon, 19 Nov 2018 19:18:30 +0000 (20:18 +0100)]
Merge pull request #847 from jpnurmi/share-dialog-take-2
Share dialog alignment
Roeland Jago Douma [Mon, 19 Nov 2018 18:33:05 +0000 (19:33 +0100)]
Merge branch 'master' into share-dialog-take-2
Roeland Jago Douma [Mon, 19 Nov 2018 13:13:51 +0000 (14:13 +0100)]
Do not fetch activities if they are not enabled
Fixes #788
Fixes #834
If the activity app is not enabled we should not try to fetch the
activities at all.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Mon, 19 Nov 2018 01:46:32 +0000 (01:46 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sun, 18 Nov 2018 15:34:14 +0000 (16:34 +0100)]
Merge pull request #854 from nextcloud/enoch85-patch-1
Change link to docs for NC 15
Daniel Hansson [Sun, 18 Nov 2018 10:02:34 +0000 (11:02 +0100)]
Change link to docs for NC 15
This changes the link for the "Host your own" link in the wizard.
Nextcloud bot [Sun, 18 Nov 2018 01:48:31 +0000 (01:48 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 17 Nov 2018 12:08:06 +0000 (13:08 +0100)]
Merge pull request #848 from nextcloud/rakekniven-patch-1
Fixed typo
rakekniven [Sat, 17 Nov 2018 10:36:16 +0000 (11:36 +0100)]
Fixed typo
Reported at Transifex.
Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
J-P Nurmi [Sat, 17 Nov 2018 08:24:45 +0000 (09:24 +0100)]
ShareDialog: increase the width
To match the old width it had before the alignment work.
J-P Nurmi [Sat, 17 Nov 2018 07:52:28 +0000 (08:52 +0100)]
ShareUserGroupWidget: allow frame when scrollable
J-P Nurmi [Sat, 17 Nov 2018 07:47:01 +0000 (08:47 +0100)]
Cleanup sharedialog.ui
J-P Nurmi [Sat, 17 Nov 2018 07:34:28 +0000 (08:34 +0100)]
ShareUserGroupWidget: fix scroll area size management
J-P Nurmi [Sat, 17 Nov 2018 07:19:12 +0000 (08:19 +0100)]
sharedialog.ui: fix scroll area size
J-P Nurmi [Sat, 17 Nov 2018 07:12:48 +0000 (08:12 +0100)]
Cleanup shareuserline.ui
J-P Nurmi [Fri, 16 Nov 2018 22:02:34 +0000 (23:02 +0100)]
ShareLinkWidget: redo the layout
NOTE: The progress indicator is temporarily moved one line up to avoid
inserting it on its own line, which would cause the content pushed down
and the dialog size jump back and forth.
J-P Nurmi [Fri, 16 Nov 2018 20:23:50 +0000 (21:23 +0100)]
Cleanup shareusergroupwidget.ui
Remove hard-coded fixed sizes, size constraints, and other unnecessary
property assignments. This works with any dialog width, meaning that
the width can be defined in one place higher up in the widget hierachy.
J-P Nurmi [Fri, 16 Nov 2018 20:11:55 +0000 (21:11 +0100)]
ShareDialog: use auto-raising tool buttons as confirm buttons
J-P Nurmi [Fri, 16 Nov 2018 19:25:34 +0000 (20:25 +0100)]
ShareLinkWidget: sync the confirm button size
J-P Nurmi [Fri, 16 Nov 2018 19:23:32 +0000 (20:23 +0100)]
ShareUserGroupWidget: sync the share confirm button size with others
This keeps also the total width of the share dialog constant.
J-P Nurmi [Thu, 15 Nov 2018 09:23:07 +0000 (10:23 +0100)]
ShareUserLine: fix eliding
The widget doesn't have its final size at construction time, so the
width for eliding is not yet known. Let ElidedLabel do the job.
J-P Nurmi [Thu, 15 Nov 2018 09:21:52 +0000 (10:21 +0100)]
ElidedLabel: add default constructor
Makes it possible to promote QLabel to an ElidedLabel in Qt Designer.
J-P Nurmi [Thu, 15 Nov 2018 19:28:55 +0000 (20:28 +0100)]
ShareUserGroupWidget: remove nested content margins
J-P Nurmi [Thu, 15 Nov 2018 19:26:09 +0000 (20:26 +0100)]
ShareDialog: align the left margin
All other margins are 10px.
Nextcloud bot [Sat, 17 Nov 2018 02:02:47 +0000 (02:02 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 16 Nov 2018 21:35:22 +0000 (22:35 +0100)]
Merge pull request #843 from Aentfs/master
Change man page names and contents for nextcloud
Stefan Suhren [Fri, 16 Nov 2018 15:57:15 +0000 (16:57 +0100)]
Change man page names and contents for nextcloud
Nextcloud bot [Fri, 16 Nov 2018 01:47:40 +0000 (01:47 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 15 Nov 2018 01:50:21 +0000 (01:50 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 14 Nov 2018 13:43:42 +0000 (14:43 +0100)]
Merge pull request #823 from Awesome-Technologies/providers
Fix cmake build using WITH_PROVIDERS=OFF
Roeland Jago Douma [Wed, 14 Nov 2018 13:30:51 +0000 (14:30 +0100)]
Merge pull request #824 from ivaradi/debian-repo-update
Debian/Ubuntu target repository update
Roeland Jago Douma [Wed, 14 Nov 2018 12:18:37 +0000 (13:18 +0100)]
Merge branch 'master' into providers
Nextcloud bot [Wed, 14 Nov 2018 01:47:56 +0000 (01:47 +0000)]
[tx-robot] updated from transifex
István Váradi [Tue, 13 Nov 2018 19:49:26 +0000 (20:49 +0100)]
Fixed the PPA names as well
István Váradi [Tue, 13 Nov 2018 15:47:06 +0000 (16:47 +0100)]
Also use the correct OBS repository
István Váradi [Tue, 13 Nov 2018 15:44:20 +0000 (16:44 +0100)]
Use the version kind to differentiate between target repos
István Váradi [Tue, 13 Nov 2018 15:42:42 +0000 (16:42 +0100)]
Use the tags to determine if a version is a release or a beta one
Manuel Stahl [Tue, 13 Nov 2018 13:23:39 +0000 (14:23 +0100)]
Fix cmake build using WITH_PROVIDERS=OFF
Fixes #821.
Roeland Jago Douma [Tue, 13 Nov 2018 10:30:18 +0000 (11:30 +0100)]
Merge pull request #818 from nextcloud/enhancement/809/config-error
More verbose error and proper app name on configuration read error
Julius Härtl [Tue, 13 Nov 2018 09:50:28 +0000 (10:50 +0100)]
More verbose error and proper app name on configuration read error
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Tue, 13 Nov 2018 07:16:41 +0000 (08:16 +0100)]
Merge pull request #813 from jpnurmi/action-colors
SettingsDialog: tweak color aware icons
Roeland Jago Douma [Tue, 13 Nov 2018 06:41:53 +0000 (07:41 +0100)]
Merge branch 'master' into action-colors
Roeland Jago Douma [Tue, 13 Nov 2018 06:41:10 +0000 (07:41 +0100)]
Merge pull request #811 from jpnurmi/modernize
libsync: let Clang-Tidy modernize nullptr & override usage
Nextcloud bot [Tue, 13 Nov 2018 01:52:41 +0000 (01:52 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 12 Nov 2018 19:21:13 +0000 (20:21 +0100)]
Merge branch 'master' into modernize
Roeland Jago Douma [Mon, 12 Nov 2018 19:10:30 +0000 (20:10 +0100)]
Merge pull request #812 from jpnurmi/settings-dialog-accounts
SettingsDialog: fix a little glitch in the account tool button size
J-P Nurmi [Mon, 12 Nov 2018 19:04:02 +0000 (20:04 +0100)]
SettingsDialog: tweak color aware icons
If selected text is light, provide a light icon too when selected.
J-P Nurmi [Mon, 12 Nov 2018 17:53:47 +0000 (18:53 +0100)]
SettingsDialog: fix a little glitch in the account tool button size
SettingsDialog::accountAdded() uses the height of the toolbar to
calculate the desired default size for toolbuttons. Make sure to have
the "General" and "Network" tool buttons in place before calling
accountAdded() to avoid cramped first button.
J-P Nurmi [Mon, 12 Nov 2018 17:46:39 +0000 (18:46 +0100)]
libsync: run clang-tidy modernize-use-nullptr
J-P Nurmi [Mon, 12 Nov 2018 17:43:58 +0000 (18:43 +0100)]
libsync: run clang-tidy modernize-use-override
J-P Nurmi [Mon, 12 Nov 2018 17:39:50 +0000 (18:39 +0100)]
libsync: search'n'replace "Q_DECL_OVERRIDE" with "override"
Roeland Jago Douma [Mon, 12 Nov 2018 14:26:18 +0000 (15:26 +0100)]
Merge pull request #807 from nextcloud/modernize
GUI: let Clang-Tidy modernize nullptr & override usage
Roeland Jago Douma [Mon, 12 Nov 2018 13:56:35 +0000 (14:56 +0100)]
Merge branch 'master' into modernize
Roeland Jago Douma [Mon, 12 Nov 2018 13:48:30 +0000 (14:48 +0100)]
Merge pull request #806 from nextcloud/server-notification-handler
Fixup the port in server notification URLs
Roeland Jago Douma [Mon, 12 Nov 2018 13:47:56 +0000 (14:47 +0100)]
Merge pull request #808 from jpnurmi/slideshow
Improve the slide show
J-P Nurmi [Sun, 11 Nov 2018 11:29:35 +0000 (12:29 +0100)]
SlideShow: don't allow clicks while animating
Changing slides while animating was looking a bit awkward.
J-P Nurmi [Sun, 11 Nov 2018 11:18:40 +0000 (12:18 +0100)]
SlideShow: slow down the slide interval
The original non-animated slide show was running at 2500ms interval.
The new animated slide show was using the same interval, but used
1000ms to animate the slides. This left significantly less time for
the user to read the slides.
J-P Nurmi [Sun, 11 Nov 2018 10:09:29 +0000 (11:09 +0100)]
GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"
J-P Nurmi [Sun, 11 Nov 2018 10:08:03 +0000 (11:08 +0100)]
GUI: run clang-tidy modernize-use-override
J-P Nurmi [Sun, 11 Nov 2018 09:56:22 +0000 (10:56 +0100)]
GUI: run clang-tidy modernize-use-nullptr
Nextcloud bot [Sun, 11 Nov 2018 01:51:25 +0000 (01:51 +0000)]
[tx-robot] updated from transifex
J-P Nurmi [Sat, 10 Nov 2018 21:16:12 +0000 (22:16 +0100)]
Fixup the port in server notification URLs
... in addition to fixing up the scheme and host.
For example, the survey app sends "/settings/admin/survey_client" as
a link. Clicking the "More information" button wouldn't lead to the
correct place if NC was running on a custom port.
Nextcloud bot [Sat, 10 Nov 2018 01:49:34 +0000 (01:49 +0000)]
[tx-robot] updated from transifex
rakekniven [Fri, 9 Nov 2018 16:06:25 +0000 (17:06 +0100)]
Merge pull request #803 from nextcloud/rakekniven-patch-1
l10n. Added space for correct grammar.
rakekniven [Fri, 9 Nov 2018 15:37:43 +0000 (16:37 +0100)]
Merge branch 'master' into rakekniven-patch-1
rakekniven [Fri, 9 Nov 2018 15:37:29 +0000 (16:37 +0100)]
l10n. Added space for correct grammar.
Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
Roeland Jago Douma [Fri, 9 Nov 2018 15:36:24 +0000 (16:36 +0100)]
Merge pull request #800 from nextcloud/fix/open_activities_on_conflict
Actually open the activity view on a click for more info
Roeland Jago Douma [Fri, 9 Nov 2018 14:15:46 +0000 (15:15 +0100)]
Merge pull request #801 from nextcloud/fix/generated_avatar_not_black
Use a format that supports alpha channels for avatars
Roeland Jago Douma [Fri, 9 Nov 2018 12:01:28 +0000 (13:01 +0100)]
Use a format that supports alpha channels for avatars
If we use the source format it can result in fully black images. As the
basic generated avatar doesn't have an alpha channel.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 9 Nov 2018 11:12:25 +0000 (12:12 +0100)]
Actually open the activity view on a click for more info
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 9 Nov 2018 07:52:39 +0000 (08:52 +0100)]
Merge pull request #797 from alexcustos/issue_alternative_log_in
Added default scheme when server returns just a host
Nextcloud bot [Fri, 9 Nov 2018 01:48:22 +0000 (01:48 +0000)]
[tx-robot] updated from transifex
Camila Ayres [Thu, 8 Nov 2018 09:26:47 +0000 (10:26 +0100)]
Merge pull request #798 from alexcustos/issues_openssl_1_1
Removed explicit initialization; Fixed RAND_bytes not found
Aleksandr Borisenko [Thu, 8 Nov 2018 08:35:27 +0000 (11:35 +0300)]
Added default scheme when server returns just a host
Aleksandr Borisenko [Thu, 8 Nov 2018 08:24:39 +0000 (11:24 +0300)]
Removed explicit initialization; Fixed RAND_bytes not found
Nextcloud bot [Thu, 8 Nov 2018 01:48:27 +0000 (01:48 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 7 Nov 2018 20:09:27 +0000 (21:09 +0100)]
Merge pull request #796 from nextcloud/settings-dialog-height
SettingsDialog: disable unnecessary wrapping for the about label
J-P Nurmi [Wed, 7 Nov 2018 18:47:02 +0000 (19:47 +0100)]
SettingsDialog: disable unnecessary wrapping for the about label
For some reason, QLabel with rich text and word wrapping enabled
calculates quite a bit too large size hint. Luckily, it's rich text
that is already divided to paragraphs so that wrapping makes actually
very little visual difference. For example, on my screen, when the
settings dialog is resized horizontally to the minimum, the only word
that actually wrapped was "2017". After this patch, it naturally won't
wrap anymore, but the General Settings page also doesn't leave a large
gap at the bottom. As a result, the minimum height of the dialog went
down from 581 to 525. The exact values depend on the style and fonts.
Fixes #91.
Roeland Jago Douma [Wed, 7 Nov 2018 09:13:00 +0000 (10:13 +0100)]
Merge pull request #794 from jpnurmi/activity-text-colors
Fix ActivityWidget palette
Roeland Jago Douma [Wed, 7 Nov 2018 08:29:15 +0000 (09:29 +0100)]
Merge branch 'master' into activity-text-colors
Nextcloud bot [Wed, 7 Nov 2018 01:48:19 +0000 (01:48 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 6 Nov 2018 10:11:16 +0000 (11:11 +0100)]
Merge pull request #790 from nextcloud/fix/789/osx_installer_background
Update isntaller background for OSX
Roeland Jago Douma [Tue, 6 Nov 2018 09:39:10 +0000 (10:39 +0100)]
Update isntaller background for OSX
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Tue, 6 Nov 2018 01:50:02 +0000 (01:50 +0000)]
[tx-robot] updated from transifex
J-P Nurmi [Mon, 5 Nov 2018 21:11:16 +0000 (22:11 +0100)]
ActivityWidget: remove a hard-coded white background
Let the system palette provide the appropriate color.
Fixes #742.
J-P Nurmi [Mon, 5 Nov 2018 19:16:22 +0000 (20:16 +0100)]
Fix palette usage in ActivityItemDelegate::paint()
Fixes #742.
Roeland Jago Douma [Mon, 5 Nov 2018 12:57:17 +0000 (13:57 +0100)]
Merge pull request #785 from nextcloud/we_are_nextcloud
Use Nextcloud
Roeland Jago Douma [Mon, 5 Nov 2018 12:27:30 +0000 (13:27 +0100)]
Use Nextcloud
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 5 Nov 2018 10:26:36 +0000 (11:26 +0100)]
Merge pull request #783 from nextcloud/doc/cmake-build
Fix cmake build of documentation
Julius Härtl [Mon, 5 Nov 2018 09:50:05 +0000 (10:50 +0100)]
Fix cmake build of documentation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Mon, 5 Nov 2018 01:49:43 +0000 (01:49 +0000)]
[tx-robot] updated from transifex