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 (Expand)Author
2022-02-04Replace ocsjob with JsonApiJobHannah von Reth
2021-06-16Remove possible qt containers detach (#8727)Aleksey Lysenko
2021-03-31Cleanup the activities item and use uuidHannah von Reth
2020-10-28Reintroduce a dark and a light themeHannah von Reth
2020-08-21Replace monochrome icons with https://fontawesome.com svg'sHannah von Reth
2020-08-21Use QIcon where possible, don't invert color of icons we will use color that...Hannah von Reth
2020-07-15Fix assert overload, not supported by msvcHannah von Reth
2020-04-02Fix: Don't pass references to local variables to lambdaHannah von Reth
2020-03-20Code: Modernise notifications and action widgetHannah von Reth
2020-03-03[Gui] Apply createColorAwareIcon on more iconsHannah von Reth
2019-06-04NotificationWidget: Fix buttons being leaked and show top levelOlivier Goffart
2018-04-17Notifications: Also have clickable link #6236Markus Goetz
2017-12-13Notifications: Propagate "Dismiss" as DELETE to server #5922Markus Goetz
2017-09-21Use the Qt5 connection syntax (automated with clazy)Olivier Goffart
2017-09-18Move SyncJournalDB to src/commonJocelyn Turcotte
2017-09-05Move Utility to a new common static libraryJocelyn Turcotte
2017-05-17Apply clang-formatChristian Kamm
2017-05-11Upgrade some qCDebug to qCInfo or qCWarningJocelyn Turcotte
2017-05-11Use Qt logging categories for loggingJocelyn Turcotte
2017-02-08Double check usage of asserts #5429Christian Kamm
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
2016-04-04NotificationWidget: Handle empty message and subject properly.Klaas Freitag
2016-03-29ActivityWidget: Handle plural properly in translations.Klaas Freitag
2016-03-23Notifications: Handle Notifications without an action.Klaas Freitag
2016-03-23NotificationWidget: Remove accountName() and add activity() method.Klaas Freitag
2016-03-22Notifications: Remove unused variable.Klaas Freitag
2016-03-22Notifications: Fix handling of notifications to remove from the list.Klaas Freitag
2016-03-18Notifications: Remove "done" notification widgets after fife seconds.Klaas Freitag
2016-03-18Notifications: Give feedback if notifcation request succeeded.Klaas Freitag
2016-03-18Notifications: Display timestamp of the notification in the widgetKlaas Freitag
2016-03-16NotificationWidget: Remove not needed method.Klaas Freitag
2016-03-14ocs jobs: Add a define for OCS job success.Klaas Freitag
2016-03-14ActivityListModel: Code cleanupsKlaas Freitag
2016-03-10Notifications: Add a Progress indicator and handle job results.Klaas Freitag
2016-03-10New GUI class NotificationWidget.Klaas Freitag