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-06-29CMake: Implement WITH_AUTO_UPDATERHannah von Reth
2022-06-28Move resources to a shared libaryHannah von Reth
2022-02-14Fix mergeHannah von Reth
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
2021-11-25Use some more std::chronoHannah von Reth
2021-11-25Use std::chrono with QTimer::singleShotHannah von Reth
2021-11-17Clean-ups before switching macOS to local socketsErik Verbruggen
2021-08-06Don't show the settings dialog if we don't have a trayHannah von Reth
2021-08-06Only show the settings if explicitly reuestedHannah von Reth
2021-06-14Replace custom argument parsing with QCommandLineParser (#8632)Fabian Müller
2021-06-01Implement --list-languages CLI parameterFabian Müller
2020-02-10Run clang-tidy check for modernize-use-nullptrOlivier Goffart
2019-11-07[Gui] Set proper hdpi attributesHannah von Reth
2019-03-08Tray: Try to establish tray after 10s if failed initially #6518Christian Kamm
2018-12-11Gui: do not show the settings when opening a virtual fileOlivier Goffart
2017-10-19Use qEnvironmentVariable* instead of qgetenv when appropriateOlivier Goffart
2017-09-15remove qt4 codeHelmut K. C. Tessarek
2017-09-05Move Utility to a new common static libraryJocelyn Turcotte
2017-07-04main.cpp: Fix a compiler warningOlivier Goffart
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-01-17Updater: Don't create instance for invalid URLMarkus Goetz
2016-06-27Fix windows HiDPI #4994 (#4998)ckamm
2016-06-02GUI: don't force the environment variable for high DPI on linux.Olivier Goffart
2016-05-30Don't try to determine pixel ratio with Qt < 5.6.0Daniel Molkentin
2016-04-27Workaround ubuntu 16.04 systemtray bug (#4693) (#4747)Olivier Goffart
2016-03-30Scale correctly with HiDPI displays on Linux with Qt 5.6Daniel Molkentin
2016-01-11Windows: Fix HiDPI #3414Jocelyn Turcotte
2015-09-29Linux: Don't show settings dialog always when launched twiceMarkus Goetz
2015-08-06Merge branch 'master' into linux_restart_on_new_versionDaniel Molkentin
2015-08-03Startup: Don't notify other instance when session restored #3070Markus Goetz
2015-07-16Application: Add a new command line switch --version.Klaas Freitag
2015-03-12Install the crash handler earlier during startupJocelyn Turcotte
2015-03-11Completely disable the crash handler if the user disabled itJocelyn Turcotte
2015-02-19Show the settings also when no arguments are passedJocelyn Turcotte
2015-01-26gui: Still give a decent experience if there is no system trayOlivier Goffart
2014-12-08mirall.qrc -> client.qrcDaniel Molkentin
2014-12-08Mirall -> (Desktop) ClientDaniel Molkentin
2014-11-12Merge branch 'master' into rename_clientDaniel Molkentin
2014-11-12Merge remote-tracking branch 'origin/master' into crashreporterDaniel Molkentin
2014-11-10Adjust namespacesDaniel Molkentin
2014-10-22Merge remote-tracking branch 'origin/1.7'Christian Kamm
2014-08-30Make crash reporter executable brandedDominik Schmidt
2014-08-28Show crash reporter if trying to read the crash-reporter-enabled config crashesDominik Schmidt
2014-08-28Add checkbox to general settings to disable the crash reporterDominik Schmidt
2014-08-28Use include path for libcrashreporter-qt instead of lengthy relative includeDominik Schmidt
2014-08-26Add crash reporter using libcrashreporter-qtDominik Schmidt
2014-07-11Split into three separate projects: library, gui and cmdDaniel Molkentin