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
2014-10-16main: Show console message if already runningMarkus Goetz
2014-05-15Enable core dumping if the env variable OWNCLOUD_CORE_DUMP is definedKlaas Freitag
Set OWNCLOUD_CORE_DUMP to anything to get a core dump in case of crashing.
2014-01-29Add Tests, make Updater classes into a static libDaniel Molkentin
2014-01-28Updater: More refactoringDaniel Molkentin
- Renamed GenericUpdater -> OCUpdater - Make more API Private - Split up in classes to reduce complexity: - PassiveUpdateNotifier subclass for Linux - NSISUpdater for Windows
2014-01-15New Updater for Windows, passive notification on Linux, Sparkle on MacDaniel Molkentin
2013-12-10Do not initialize all the application if another instance is runningOlivier Goffart
This fixes a crash becasue we were constructing the systemtray and then destroying it too early before the systemtray could initilize itself. (This work around a bug in QSystemTray which crashes if it is destroyed before it is registered to the X11 server)
2013-12-03Add file forgotten in last commitDaniel Molkentin
2013-11-20CleanupsKlaas Freitag
2013-11-20Ignore the SIGPIPE signal as that disturbs debugging with Qt Creator.Klaas Freitag
It is questionable why this happens and if this patch really helps, or if it might have side effects. Input appreciated :)
2013-09-10Wait up to 30 secs before complaining about missing systrayDaniel Molkentin
2013-08-28Startup: Unity has no proper Systray implementationv1.4.0-rc1Daniel Molkentin
...so it can't respond to isSysTrayAvailable()
2013-08-15Fix showing help when app is runningDaniel Molkentin
2013-07-08Detect missing system trayDaniel Molkentin
Fixes #497
2013-01-29Changes to handling of command line options. Fix a segmentation fault with ↵Michael Kent
owncloud --help. Add -h as help short. If a commandline argument isn't recognized, print that it isn't recognized, print help, and abort.
2012-10-16Clean up argument handlingDaniel Molkentin
- Allow to retrospectively open log window - Don't waste init time if only help is requested.
2012-07-30Added 3rdpart QtSingleApplication class. Fixed some overall-statusKlaas Freitag
issues.
2012-06-15Added --help option with outputKlaas Freitag
2012-03-31- Fixed the tray icon on all platforms.Klaas Freitag
- Simplified the application icon method in the theme - Set a Window Icon
2012-03-28Initialise the resource code in the main function.Klaas Freitag
2011-04-06add proper licensingDuncan Mac-Vicar P
2011-02-17first port to C++Duncan Mac-Vicar P