Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-13Allow to add Folder sync pairs based on spacesHannah von Reth
2022-04-13Use the folder object directly instead of looking it up by its name (#9583)Hannah von Reth
2022-03-04Remove DataRoleCount from dataroleHannah von Reth
Using this pattern with the role does not work
2021-10-15Fix remove sync root folder on disabled folderErik Verbruggen
Fixes: #9129
2020-10-13Remove empty function overrideHannah von Reth
2020-10-12Remove useless member varHannah von Reth
2020-10-07Remove vfs warning in the delegate, indicate them in the description insteadHannah von Reth
Fixes: #8139
2020-02-10Run clang-tidy with modernize-use-overrideOlivier Goffart
And also replace all remaining Q_DECL_OVERRIDE to just override
2018-08-21Account Settings: the info text should not be clickableOlivier Goffart
Adjustment for #6723
2018-08-19Account Settings: Add a text for folder using vierual filesOlivier Goffart
Issue #6723
2017-07-13AccountSettings: Draw a box to indicate pending conflictsChristian Kamm
2017-07-04Add a more functional error view #5516 (#5861)ckamm
* Add a more functional error view #5516 * Allow filtering of ignores and warnings to see only important bits. * Navigate from the folder view to the error view by clicking on the error list with the red background. * Move the error list into its own ui file to allow easier extension. * Fix issue around tab id handling in ActivitySettings. * Rename "Action" column to "Issue". * Change mouse cursor to hand over button and new error list area Several OSX fixes provided by guruz.
2017-05-17Apply clang-formatChristian Kamm
2017-05-08Selective Sync: Open sub folder context menu #5596Markus Goetz
2016-01-13Fix the folder option button clickJocelyn Turcotte
The height adjustment done to place the button in the middle of the non-error area was only done for rendering. Make sure that we do the same adjustment when mapping click events as well. Also replace some wrong occurences of aliasMargin*2 for margin.
2016-01-07Fix RTL languages in sync dialog #4336Olivier Goffart
2016-01-06Bring back the red box for errors #3796Jocelyn Turcotte
This use the previous code by resetting the progress to hide the progress back and then return errors in the FolderErrorMsg data role of the folder model. This also remove the unused FolderRemotePath role, remove FolderStatus in favor of invalidating all roles in dataChanged and make sure that the SyncRunning role is transfered properly from the SyncResult to show the warning icon during sync.
2015-11-06Folder Status: Use same fat ... icon as webMarkus Goetz
2015-10-27FolderDelegate: put the progressbar in place of the remote or local folder ↵Olivier Goffart
#3403 #3569 So the size of the delegate does not change
2015-08-13Account settings: add a button to show the context menu #3584Olivier Goffart
2015-08-12UI: Fix up 6152ce4187d253fc2495e5d87093df3ca18be582 #3595Markus Goetz
2015-07-14AccountSettings: disable the add folder button when syncing the entire ↵Olivier Goffart
owncloud #3438
2015-07-06FolderStatusDelegate: style the Add Folder buttonOlivier Goffart
2015-07-06FolderStatusDelegate: Fix identation and remove empty functionsOlivier Goffart
2015-06-29Use doxygen style everywhereDaniel Molkentin
2015-06-29Structure developer documentationDaniel Molkentin
- rename target "doc-dev" - group into modules - move to doc/dev
2015-06-15Move FolderStatusDelegate to its own fileOlivier Goffart