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-02-14Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-02-04Move the creation of the icon to the main thread to prevent crashHannah von Reth
We also ensure that qApp is completely set up when we create the icon.
2021-12-09Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2021-12-03Add log messageHannah von Reth
2021-11-26Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2021-11-26Add QDebug operator for std::chrono::durationHannah von Reth
2021-11-25Don't name the eventHannah von Reth
2021-11-25version.h was removed on masterHannah von Reth
2021-11-24Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2021-11-23Enable dependency to QtWinExtrasHannah von Reth
2021-11-22Merge remote-tracking branch 'origin/2.9'Hannah von Reth
2021-11-22Windows: Block system shutdown until we are properly shutdownHannah von Reth
2021-11-17Merge remote-tracking branch 'origin/2.9'Hannah von Reth
2021-11-17Create our own message loop to receive WM_ENDSESSIONHannah von Reth
This ensures we receive the message even if no window is shown
2021-11-17Clean-ups before switching macOS to local socketsErik Verbruggen
- introduce the Platform class, which can do RAII style set-up/tear-down - macOS: move Finder integration into the Utility namespace - move retrieve the socket path into the Utility namespace
2020-10-29Add dark branding themeHannah von Reth
2020-10-28Reintroduce a dark and a light themeHannah von Reth
2020-08-21Use QIcon where possible, don't invert color of icons we will use color that...Hannah von Reth
matches a dark and light theme or use two seperate themes.
2020-05-29Fix warning C4715: 'OCC::Utility::vfsCurrentAvailabilityText': not all ↵Hannah von Reth
control paths return a value
2020-03-03[Gui] Apply createColorAwareIcon on more iconsHannah von Reth
2019-07-19Vfs: Improve strings for availability statesChristian Kamm
2019-04-23Vfs: "free space" only shows when it has an effect #7143Christian Kamm
To do this, introduce AllDehydrated availability and rename SomeDehydrated to Mixed - it now guarantees there are also hydrated items.
2019-04-23Vfs: Adjust and centralise action text #7143Christian Kamm
Saying "Currently available locally" sounds more like an indicator than "Availably locally" does. Centralizing translations avoids consistency issues between shell context menus and sync folder context menu.
2017-12-08Utility: use QUrlQueryOlivier Goffart
For QUrl::setQuery is deprecated in Qt5
2017-07-07SocketApi: Adjust the format of the mailto: URLJocelyn Turcotte
Minor tweaks that weren't actually an issue, but just in case.
2017-07-07SocketApi: Improve loggingJocelyn Turcotte
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.