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
2021-04-08Port activitylist to a QTreeview and QAbstractTableModelHannah von Reth
We now hav proper headers and sortig capabilities Fixes: #8158
2021-03-31Cleanup the activities item and use uuidHannah von Reth
2020-09-18Remove notifications when account was removedHannah von Reth
Fixes: #8085
2018-04-17Notifications: Also have clickable link #6236Markus Goetz
2017-05-17Apply clang-formatChristian Kamm
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
See #5180
2016-03-29NotificationHandling: Use QByteArray for the verb.Klaas Freitag
2016-03-29ActivityData: Declare operators outside the classKlaas Freitag
2016-03-23ActivityData: Add source file for implementation detailsKlaas Freitag
Add the ident() method and operators.
2016-03-14ActivityData: Simplified implementation.Klaas Freitag
Use QVariantHash and removed ActivityList object in favour of a typedef
2016-03-11Activitiy: Refactor - move classes to their own source files.Klaas Freitag
Created a activitydata.h header (only) for the basic data, plus a separate file for the model. Cleans up the widget source.