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-13Use the folder object directly instead of looking it up by its name (#9583)Hannah von Reth
2022-03-14Fix filter menusErik Verbruggen
- replaced "No filter" option text with "All", to avoid the "No filter is not enabled" situation - replace the "Filter" label on the button with "1 Filter"/"2 Filters" when a filter is active, so a user can immediately see that without having to open the filter pop-up
2022-03-11Fix account filtering in Server Activity tabErik Verbruggen
The `Models::addFilterMenuItems` method is used in 2 cases, once in the `ActivityWidget`, and once in the `ProtocolWidget`. Both have their own item model, so both need their own role passed in for filtering on. The bug was that `ProtocolItemModel::ProtocolItemRole::Account` was used forall cases, even when a `ActivityListModel::ActivityRole::Account` should have been passed in. Fixes: https://github.com/owncloud/client/issues/9425
2021-09-29Allow to filter issue table by issue typeErik Verbruggen
Fixes: #9000
2021-06-15Change the resize behaviour of the header viewHannah von Reth
2021-05-26Allow to filter tables by accountHannah von Reth
2021-05-26Move new models to a sub dirHannah von Reth
2021-04-26Refactor protocol and issue widgetHannah von Reth
2020-06-29Gui: Actually set the default dialog sizeHannah 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
2019-02-14Fix warnings about signednessChristian Kamm
Sizes are always qint64, not unsigned. TransferIds are always uint.
2018-03-06ProtocolItem: Adjust the way data is stored againChristian Kamm
The struct makes it easy to pack data and should consume less memory overall.
2018-01-23Protocol: Correct sorting by size #6326Christian Kamm
Previously we were sorting by size string, where "6 MB" < "3 KB".
2018-01-23ProtocolItem: Use accessors over magic numbersChristian Kamm
2017-11-21Protocol: Introduce context menu with "open in browser" #6121Christian Kamm
To do this conveniently a bunch of functionality that's common to IssueWidget and ProtocolWidget is moved to ProtocolItem. Also the convenience function to asynchronously retrieve the private link url is moved from the socket api to the network jobs.
2017-10-17Activity: Allow sorting of issues and protocol #6086Christian Kamm
The issues tab uses custom ordering where overall and summary sync issues are displayed first. This ordering is preserved by creating special sorting logic for the "time" column. It needed special handling anyway, since sorting by time-string would have yielded incorrect results.
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-01-26Pass the SyncFileItem as SyncFileItemPtr in itemCompletedJocelyn Turcotte
This will allow us to keep a reference on the items in connected slots.
2017-01-26Don't pass the PropagatorJob in itemCompletedJocelyn Turcotte
This was to catch duplicate emissions for PropagateDirectory but we don't emit this signal anymore from there. This fixes a warning about PropagatorJob not being a registered metatype. This reverts commit fe42c1a818c3b1ccadb2e9557971b62a350573b4.
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
See #5180
2016-04-18Protocolwidget: Removed some leftovers from refactoring.Klaas Freitag
2016-04-05ProtocolWidget: Show number of non synced files in tab label.Klaas Freitag
2016-01-07Keep only active entries in the Not Synced list #3171Jocelyn Turcotte
Now that we have a separate list for files that could not be synced, we can make sure that it only shows entries for files that are still not in sync with the server. This allows the user to treat this list as action items in order to get everything synced, including the blacklist. Simply remove the keep-errors logic that was used when the lists were merged to achieve this result.
2015-11-10Activity: Unify the GUI, and reactivate copy to clipboard for all.Klaas Freitag
2015-11-06ActivityView: Add a second treeview for sync issues.Klaas Freitag
So there are three views now: One displaying the server activities, one for the sync protocol and a third one for ignored files and issues.
2015-10-19Utility: add method fileNameForGuiUse(), pimp up filename for GUIKlaas Freitag
Currently, this one only replaces colons by / on Mac platform. This makes the function resuseable.
2015-08-11Rename jobCompleted -> itemCompleted.Christian Kamm
Because that's what's going on. A job can 'complete an item' or 'finish'. Note that several jobs could complete the same item: a new directory will complete on the PropagateRemoteMkdir and the PropagateDirectory jobs.
2015-08-11Activity: Skip PropagateDirectory jobs #3580Christian Kamm
Previously, PropagateDirectory jobs didn't emit the completed() signal. Now that they do, we need to make sure to not add extra lines to the protocol widget for them. To accomplish that, the jobCompleted() signal now also contains the job that completed the item.
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-06-29Use doxygen style everywhereDaniel Molkentin
2015-06-29Structure developer documentationDaniel Molkentin
- rename target "doc-dev" - group into modules - move to doc/dev
2015-04-22Time estimate: Refactor remaining time guess. #2328Christian Kamm
2015-03-23Activity: Correctly restore column sizesDaniel Molkentin
Fixes: #3005
2014-11-10Adjust namespacesDaniel Molkentin
2014-11-06Merge remote-tracking branch 'origin/1.7'Daniel Molkentin
2014-10-22Merge remote-tracking branch 'origin/1.7'Christian Kamm
Conflicts: src/CMakeLists.txt src/cmd/cmd.cpp src/gui/socketapi.h src/libsync/syncengine.h test/CMakeLists.txt
2014-08-12Merge branch 'master' into move_lib_to_sep_dirDaniel Molkentin
Conflicts: cmake/modules/NSIS.template.in src/CMakeLists.txt src/creds/shibboleth/authenticationdialog.cpp src/creds/shibboleth/authenticationdialog.h src/gui/owncloudgui.cpp src/libsync/creds/shibboleth/authenticationdialog.cpp src/libsync/creds/shibboleth/authenticationdialog.h src/libsync/mirallaccessmanager.cpp src/mirall/authenticationdialog.cpp src/mirall/authenticationdialog.h
2014-07-11Split into three separate projects: library, gui and cmdDaniel Molkentin