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-05-19FolderWizard use vfs with spacesHannah von Reth
Fixes: #9649
2022-04-13Use the folder object directly instead of looking it up by its name (#9583)Hannah von Reth
2022-03-24Rewrite wizard from scratchFabian Müller
2021-04-07Allow to specify a icon for the system tray (Windows only)Hannah von Reth
2020-10-14While the dialog is modal, the systray allows to click about multiple timesHannah von Reth
2020-10-07LogBrowers: Warn that logs contain sensitive dataHannah von Reth
Fixes: #8137
2020-08-20Move the management of the account wizard to ownCloudGuiHannah von Reth
2020-06-29Gui: Actually set the default dialog sizeHannah von Reth
2020-06-29Wizard: Make the wizard a child dialog of the settingsHannah von Reth
2020-02-10Run clang-tidy check for modernize-use-nullptrOlivier Goffart
2020-02-10Run clang-tidy with modernize-use-overrideOlivier Goffart
And also replace all remaining Q_DECL_OVERRIDE to just override
2020-02-04[Settings] As the instance is created in the constructor we don't need to ↵Hannah von Reth
check for it
2019-10-07No more MacSettingsDialog #7371Markus Goetz
2019-03-08Tray: Try to establish tray after 10s if failed initially #6518Christian Kamm
When owncloud is started during desktop startup the tray may not yet be running when the client starts. This will make the client attempt to create a tray icon again after 10 seconds if there's no tray during initial startup.
2018-11-07Crash Reporter: Add more debug menu entries #6823Markus Goetz
2018-11-04Settings: Bring back version and copyrightMarkus Goetz
For owncloud/enterprise#2941
2018-07-05Introduce an about dialogMarkus Goetz
Every proper application has that! For decreasing window height in #6075
2018-06-19fixup: use initializer for contextMenuVisibleManualChristian Kamm
2018-06-19Tray workarounds #6545Christian Kamm
* Disentangle the previous 'qdbusWorkarounds' into three different things * Make not trusting tray.isVisible() a new workaround * Introduce env vars for all workaround flags * Use the workaround flags for OSX * Determine workaround flags for KDE when the plasma integration plugin is missing
2018-04-16SocketApi/Sharing: Add "copy public link" to menu #6356Christian Kamm
* The new menu option will fetch shares and create a new link share if no "context menu share" currently exists. * Various cleanup of common operations in socketapi happened as well, in particular there's now FileData::get() that calculates all the relevant paths that are useful for most socketapi actions.
2017-10-09Context menu: More detailed status messagesChristian Kamm
Previously it could only display synchronization progress or "up to date". Now it also communicates the same overall state that the icon shows. See owncloud/enterprise#2134
2017-09-21Gui: Use lambda instead of QSignalMapperOlivier Goffart
It's simpler, and QSignalMapper is deprecated in Qt 5.10
2017-07-07Introduce private link sharing #5023Christian Kamm
* SocketAPI has COPL_LOCAL_LINK / EMAIL_LOCAL_LINK commands * The nautilus and dolphing shell integrations show a submenu from which one can share as well as access the private link. * The SocketAPI provides a new GET_STRINGS command to access localized strings. * The private link can also be accessed from the user/group sharing dialog. * The numeric file id is extracted from the full id to create the private link url.
2017-05-17Apply clang-formatChristian Kamm
2016-11-18Merge pull request #5272 from owncloud/licensefix-pendingckamm
License: Adjust license of GPLv2 source files to GPLv2+
2016-11-18Tray: Add a 'New account...' action if no account is configured #5307Christian Kamm
Useful when left-clicking the tray icon isn't working for some reason.
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
See #5180
2016-09-23Tray: Workaround collection (#5179)ckamm
Tray: Workaround collection * QDBus workaround for Qt 5.5.0 only, there were reports of the tray working fine with 5.5.1. #5164 * OWNCLOUD_FORCE_QDBUS_TRAY_WORKAROUND to force the workaround on an off * OWNCLOUD_TRAY_UPDATE_WHILE_VISIBLE to enable or disable updating of the menu while it's visible - disable by default due to problems on OSX and Xubuntu. * Track the visibility of the tray menu with aboutToShow/aboutToHide only on OSX - the aboutToHide signal doesn't trigger reliably on linux * Refactor such that setupContextMenu is different from updateContextMenu * Don't use on-demand updating of the tray menu when the qdbus workaround is active, instead to occasional (30s) updates of the tray menu.
2016-09-13OS X: Try to fix tray menu not updating correctly #5158 (#5177)Markus Goetz
I even had this issue long before 2.3 that submenus suddenly disappeared. Now we refrain from updating while visible.
2016-08-15Tray menu: Update only on demand #4990 #4985 (#5072)ckamm
The tray menu is now only updated when it becomes visible or while it is visible.
2016-03-28Make the AccountState a construction argument of the FolderJocelyn Turcotte
This will help moving the SyncEngine construction in the constructor and allow moving functionalities from Folder to SyncEngine or its delegated objects.
2016-03-02Add warnings for old server versions #4523Christian Kamm
* A tray message on every start up * Red message in account settings * Folders are paused when the server version switches to an unsupported one
2016-03-01Add 'pause all' tray menu entry #3829Christian Kamm
2016-01-20Sharing: Allow only one share dialog per path #3184Christian Kamm
2015-09-04Tray: Don't use the tray workaround with the KDE theme #3706Christian Kamm
That just triggers another bug...
2015-09-02Tray: Clicks work even with Qt 5.5.0 workaround #3722Christian Kamm
2015-07-20SettingsDialog: Make bigger and more native on OS XMarkus Goetz
On OS X, the width of the dialog must not change, only its height.
2015-07-03TrayMenu: Show submenus per account.Christian Kamm
This addresses the inability to sign out from one account while keeping the other active. See #3399, #3400, #3379
2015-07-03TrayMenu: Ensure it updates when accounts are added or removed.Christian Kamm
2015-07-01Improve account connectivity tooltips. #3200Christian Kamm
* Show connection errors for all failing accounts in the tooltip. * Don't hide the 'service unavailable' state. We don't want intrusive pop ups, but we don't want to pretend we're syncing when we aren't. * Show sync-running icon also for SyncPrepare state. In my tests I very rarely saw the sync-running icon before.
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-26SystemTray menu: remove the quota informationOlivier Goffart
It makes no sens anymore with multi account and users will see it from the dialog anyway.
2015-05-13Systray menu: show one entry per account to open in a browserOlivier Goffart
2015-04-28FolderMan: refactor some function to take a Folder* instead of an aliasOlivier Goffart
I want to remove this dependency of alias in the code because we might get rid of it entierly later
2015-04-22Time estimate: Refactor remaining time guess. #2328Christian Kamm
2015-03-11ShareDialog: Consider if resharing is not allowed on a share.Klaas Freitag
If a file or directory is shared without resharing permission, the share dialog displays an error. This is not the optimal solution, but best for now, as we do not have the permissions available for the file manager plugin. This fixes #2923
2015-01-16Sharedialog: Show general info about a shareRoeland Jago Douma
A start with some general share info in the share dialog.
2015-01-14Sharedialog: fix changes due to rebaseRoeland Jago Douma
2015-01-13ShareDialog: Moved open slot from Application object to Gui object.Klaas Freitag
Also set auto delete flag for the dialog explicitely.