Hannah von Reth
3e5d33da7f
Ci: Replace appveyor ci badge with github ci badge
2020-07-09 11:26:52 +02:00
Hannah von Reth
3a174b438c
Log: Only print 'Saved account settings' in debug mode
...
Don't log that there was no error...
2020-07-09 11:15:31 +02:00
Hannah von Reth
967150b410
Fix layout after a9185fbc1d
2020-07-08 17:27:40 +02:00
Hannah von Reth
3c1b9480a1
Fix 69c57f21bd
2020-07-08 00:13:21 +02:00
Hannah von Reth
fb7a942082
Ci: Reduce minimum mac version to 10.12
2020-07-06 16:56:49 +02:00
Hannah von Reth
2764a40ecf
Log: Improve log message [ info gui.folder ]: Folder sync result: 4...
...
by including the name of the folder and print the name of the result
2020-07-06 16:56:35 +02:00
Hannah von Reth
2baaa4da0b
Gui: Fix connect
2020-07-06 11:12:11 +02:00
Hannah von Reth
bede81b80e
Automated changelog update [skip ci]
2020-07-06 08:44:27 +00:00
Hannah von Reth
a9185fbc1d
Gui: Remove usage of grid layout from most remaingin forms
2020-07-06 10:43:42 +02:00
Hannah von Reth
69c57f21bd
Gui: Remove usage of grid layout from src/gui/wizard/owncloudadvancedsetuppage.*
...
Also remove unused gui element
2020-07-06 10:43:42 +02:00
Hannah von Reth
8adee753fe
Gui: Remove usage of grid layout from src/gui/sharedialog.*
2020-07-06 10:43:42 +02:00
Hannah von Reth
7d7d919a15
Gui: Remove use of grid layout from src/gui/sharelinkwidget.*
...
Fixes : #7941
2020-07-06 10:43:42 +02:00
Hannah von Reth
844b65b017
Gui: Don't try to display the wizard during shutdown
...
Fixes : #7936
2020-07-03 14:05:35 +02:00
Hannah von Reth
4624fa7b73
Remove dead code
2020-07-03 14:05:14 +02:00
HanaGemela
74a7cf3cfd
Update installing.adoc ( #7929 )
2020-07-01 12:50:14 +02:00
Jürgen Weigert
3b859318db
Automated changelog update [skip ci]
2020-06-30 15:40:57 +00:00
Jürgen Weigert
10587056b2
Update pr-7509
...
English cleanup: lowercase ordinary terms.
2020-06-30 17:40:02 +02:00
Hannah von Reth
0b11e5d23e
Automated changelog update [skip ci]
2020-06-30 10:31:05 +00:00
Hannah von Reth
a86180ed7b
Add previously missing changelog entries
2020-06-30 12:30:17 +02:00
Michael Stingl
d948e4ef49
Add example QT_LOGGING_RULES to troubleshooting.adoc
2020-06-30 12:06:46 +02:00
Hannah von Reth
f942945aae
Automated changelog update [skip ci]
2020-06-29 14:17:21 +00:00
Hannah von Reth
809aaccf04
Gui: hide the selective sync pop up by default
...
This fixes a strange flickering when the client is started with the gui visible.
2020-06-29 16:15:31 +02:00
Hannah von Reth
42c0995ae6
Automated changelog update [skip ci]
2020-06-29 14:14:27 +00:00
Hannah von Reth
170bd78ff8
Wizard: Improve layout
...
Instead of using a fixed size grid layout use a dynamic layout.
Fixes : #7920
2020-06-29 16:12:26 +02:00
Hannah von Reth
9a8fc4277d
Merge pull request #7910 from TheOneRing/non_win
...
Don't build Windows only code on other platforms
2020-06-29 16:06:00 +02:00
Hannah von Reth
8b95caae9e
Automated changelog update [skip ci]
2020-06-29 14:05:46 +00:00
Hannah von Reth
2a3c916bd7
Make the password dialog modal
...
Fixes : #7833
2020-06-29 16:05:08 +02:00
Hannah von Reth
67bae38335
Make ownCloud accassible on the Application object
2020-06-29 16:05:08 +02:00
Hannah von Reth
092db0dc70
Gui: Add a cancel button to the Wizard
2020-06-29 16:01:17 +02:00
Hannah von Reth
b6b0de2381
Gui: Make settings dialog a main Window instad of a dilaog
...
It has be used as a Window in ages ...
2020-06-29 16:01:17 +02:00
Hannah von Reth
a7aa9303b4
Gui: Actually set the default dialog size
2020-06-29 16:01:17 +02:00
Hannah von Reth
595a95620c
Wizard: Make the wizard a child dialog of the settings
2020-06-29 16:01:17 +02:00
Hannah von Reth
c3a64ae185
Remove ifdef(Q_OS_X11) code, there never was such a define.
...
As noone complained since I don't think anyone will miss the code
2020-06-29 16:01:17 +02:00
Hannah von Reth
d1762fef39
A pedantic .desktop parser want's a list to end with ;
2020-06-29 13:47:59 +02:00
Hannah von Reth
1c113d29ce
Automated changelog update [skip ci]
2020-06-25 13:14:59 +00:00
Hannah von Reth
763043a758
Wizard: Minimize the Window instead of hiding it
2020-06-25 15:14:12 +02:00
Hannah von Reth
363f0e9e93
OAuth: correctly initialise the auth type
2020-06-25 13:42:27 +02:00
HanaGemela
b6e8f6cfb2
Update installing.adoc ( #7915 )
2020-06-25 12:01:25 +02:00
Hannah von Reth
d4b0044212
Compile resources in the exe not the core lib
2020-06-25 11:57:40 +02:00
Hannah von Reth
f426ac7441
Ci: Change when to run action
2020-06-24 17:01:20 +02:00
Hannah von Reth
1aa18a761a
Ci: Use github actions
2020-06-24 16:36:57 +02:00
Hannah von Reth
0eec85a777
Link tests against a static owncloudCore instead of trying to pick single...
...
files they depend on
This is only a first step and fixes the issue caused by
https://github.com/owncloud/client/blob/master/test/stub.cpp#L3 .
In a next step we should link this libary dynamically to reduce the build
overhead but this will require proper import export macros.
2020-06-24 16:09:33 +02:00
Hannah von Reth
3ba5c110f3
Automated changelog update [skip ci]
2020-06-23 19:16:24 +00:00
Hannah von Reth
59c4064df4
Implement the TUS resumebale upload protocol
...
The prodocol is doccumented at:
https://tus.io/protocols/resumable-upload.html
Issue: https://github.com/owncloud/product/issues/19
2020-06-23 21:15:30 +02:00
Hannah von Reth
2efbc96880
VFS: Tell the vfs plugin whether we have multiple accounts
...
This allows us to decide on the presentation of the account
2020-06-23 12:23:20 +02:00
Hannah von Reth
bd9c5b9b55
Automated changelog update [skip ci]
2020-06-23 09:54:30 +00:00
Hannah von Reth
20b721ed58
UnitTests: Set a CookiesJar in FakeQNAM
2020-06-23 11:53:17 +02:00
Hannah von Reth
a992c62d1f
OAuth: Fix reopening the browser from the account page
...
Issue: #7888
2020-06-23 11:53:17 +02:00
Hannah von Reth
c6b2cb2814
CMake: Don't globaly disable removal of deprecated code
...
Also enable deprecation warning with Qt 6 on the horizon
2020-06-23 11:52:54 +02:00
Hannah von Reth
3a5da44394
CMake: Remove krazy2 support, we now use clazy
2020-06-23 11:52:54 +02:00