1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-17 16:42:46 +02:00

Commit Graph

  • b79aff6b65 install the exclude list. Klaas Freitag 2012-04-02 13:56:32 +0200
  • 6f49d20785 - enable WIN32 build - enable cpack changes. Klaas Freitag 2012-04-02 13:47:53 +0200
  • 95f6f90cb5 Add win32 packaging with nsi Klaas Freitag 2012-04-02 13:44:24 +0200
  • 43a9d1dcd0 added app icon Klaas Freitag 2012-04-02 13:44:00 +0200
  • 596e824b54 Fixed sync start after ownCloud initial configuration. Klaas Freitag 2012-04-02 13:21:13 +0200
  • eb1fd2d5f8 Set verion to 1.0.0 Klaas Freitag 2012-04-02 13:15:53 +0200
  • 225753b150 Win32: Open local urls in Explorer correctly. Klaas Freitag 2012-04-02 12:13:55 +0200
  • 41cc1b9377 search alternative places for the global exclude list Klaas Freitag 2012-04-01 15:09:04 +0200
  • cd817940ae - added a new icon to display the waiting-to-be-synced state - fixed the status display if the status dialog opens Klaas Freitag 2012-03-31 12:44:22 +0200
  • c196f77732 - Fixed the tray icon on all platforms. - Simplified the application icon method in the theme - Set a Window Icon Klaas Freitag 2012-03-31 11:31:28 +0200
  • ccd1623528 Added check on correct oC Credentials on startup. Klaas Freitag 2012-03-30 20:42:40 +0200
  • 903c8ca220 Provide better error messages in owncloud for csync bugs. Klaas Freitag 2012-03-30 15:34:56 +0200
  • 8e637bd8c7 - fixed local file change detection in win poller - fixed context menu at startup. Klaas Freitag 2012-03-30 13:57:02 +0200
  • 3fb471edad Changed the folder queue to use QString instead of folder ptrs. Delete folder after finished if its syncing at deletion time. Klaas Freitag 2012-03-29 10:13:19 +0200
  • d938c531c8 - added ocInfo check on startup to prevent folder syncing without valid ownCloud connection - fixed folder remove Klaas Freitag 2012-03-29 09:41:30 +0200
  • 3d114f5b91 Use a large icon because QIcon does scale down but never up. Klaas Freitag 2012-03-28 17:28:50 +0200
  • bfc96b0783 Set Edit-Trigger to nothing. Do not let start editing by doubleclick. Klaas Freitag 2012-03-28 17:28:08 +0200
  • 109bb10110 Initialise the resource code in the main function. Klaas Freitag 2012-03-28 17:27:28 +0200
  • 3a36f54096 Added WIN32 switch to avoid the konsole window for production. Klaas Freitag 2012-03-28 17:26:54 +0200
  • ffc5895ba1 Poll folder watcher: compare to last seen file. Klaas Freitag 2012-03-28 15:13:08 +0200
  • 84ffebe26c Let folderwatcher use the exclude list file. simplified naming in mirallconfigfile class. Klaas Freitag 2012-03-28 12:23:34 +0200
  • 47f5c51a87 Let csync load the exclude list file Klaas Freitag 2012-03-28 11:26:51 +0200
  • a89122d214 Fixed some mirall->ownCloud namings Klaas Freitag 2012-03-26 15:19:40 +0200
  • 9dcc948b3b Disabled some logging Klaas Freitag 2012-03-26 14:38:48 +0200
  • 248a0cfed8 - removed the sitecopy files and last references - Fix status dialog: * display local and remote folder names * fixed status icon * fixed sizing when font size changes * fixed enable/disable buttons - moved second path to folder base class - added remote folder role to status dellegate Klaas Freitag 2012-03-26 13:20:15 +0200
  • b9a861c95c added internationalization support in application object. Klaas Freitag 2012-03-26 11:02:01 +0200
  • 3cee1275b9 Removed confusing open... button in status dialog, link added Klaas Freitag 2012-03-26 11:01:04 +0200
  • 5259ae1565 added translations of the application. Klaas Freitag 2012-03-26 09:48:30 +0200
  • 5f3d82288d pushed version to 0.2.5 for next beta. Klaas Freitag 2012-03-26 09:34:46 +0200
  • 5a4caef2db Update folder list in status dialog without wiping selection. Klaas Freitag 2012-03-23 15:31:46 +0100
  • bdbb85f245 Big changes: queue sync requests of folders and do in one thread only to avoid thread clottering. Improve error reporting from the csync thread. Klaas Freitag 2012-03-22 16:22:08 +0100
  • c6a9fb02d0 A more secure csync thread implementation (part1) Klaas Freitag 2012-03-21 18:03:49 +0100
  • 3ae453cc36 std: Renamed struct_stat to csync_stat_t and use c_private.h again. Klaas Freitag 2012-03-07 16:30:55 +0100
  • c5c3e2ecb1 prevent thread from crashing if len is less than zero. Klaas Freitag 2012-03-19 16:08:18 +0100
  • dbc9576876 Fix use of strerror_r on non GNU platforms. Klaas Freitag 2012-03-07 16:54:17 +0100
  • 6300e78816 Fix use of strerror_r on non GNU platforms. Klaas Freitag 2012-03-07 16:50:09 +0100
  • 8b9c10246e Fix use of strerror_r on non GNU platforms. Klaas Freitag 2012-03-07 16:46:12 +0100
  • f0a84bb5da Fix use of strerror_r on non GNU platforms. Klaas Freitag 2012-03-07 16:42:42 +0100
  • a0e0caa5b8 Fix use of strerror_r on non GNU platforms. Klaas Freitag 2012-03-07 15:42:07 +0100
  • ffd2e0e767 Fixed file copy for Win32 platform by using API function FileCopy. Klaas Freitag 2012-03-06 14:20:08 +0100
  • 8f94ea9f6a bumped version to next beta. Klaas Freitag 2012-03-17 13:48:29 +0100
  • 91cab8f15f allow 202 reply from server on mkcol request. Klaas Freitag 2012-03-16 15:20:50 +0100
  • 08991a5177 fix memory leak in folderinfo Klaas Freitag 2012-03-16 15:16:45 +0100
  • cceb350582 Fix remote dir check by starting the timer in initialize of the page. Use showWarn everywhere. Klaas Freitag 2012-03-16 14:43:37 +0100
  • a074e4433e Fix signal and slot arguments in Folder add wizard. Klaas Freitag 2012-03-16 12:54:56 +0100
  • 838272240c Fix detection of parent folders when adding a new folder. Klaas Freitag 2012-03-16 11:02:44 +0100
  • b7eae107ae Fixed crash when removing folders. Klaas Freitag 2012-03-16 10:39:20 +0100
  • 16a9a73ea3 - removed constants.h as not longer needed because of themes. - tray icons from theme now. Klaas Freitag 2012-03-15 18:09:00 +0100
  • ea89ac46ac Use getopt functions instead of GNU libc specific argp functions. Klaas Freitag 2012-03-12 17:04:53 +0100
  • e264ac347d owncloud: use decoded file name to search in stat result list. Klaas Freitag 2012-03-12 18:11:47 +0100
  • 5ad5d176f9 ownCloud: Use win32 API to get the standard user temp path. Klaas Freitag 2012-03-07 20:59:13 +0100
  • 14791534ca owncloud: cleaned some comment signs from C++ to C type. Klaas Freitag 2012-03-07 16:38:54 +0100
  • 1b12e6590f Built a portable version of FindCSync that finds dev setup stuff. Klaas Freitag 2012-03-14 15:26:22 +0100
  • 759e2fff9d Added missing Q_OBJECTs Klaas Freitag 2012-03-14 11:57:08 +0100
  • ad6b3504ee Added automatic creation of a sync after connect. Klaas Freitag 2012-03-14 11:26:00 +0100
  • e30ed86153 Add mirall version to user agent Klaas Freitag 2012-03-14 10:02:52 +0100
  • ac2df346ac Handle empty oC-Url from setup correctly. Klaas Freitag 2012-03-14 09:56:47 +0100
  • 3bbfeaee93 - do connection check to owncloud in the show event. - fix deletion of the check object Klaas Freitag 2012-03-14 09:52:18 +0100
  • cc25ee62cc Set strict permission on cfg file. Klaas Freitag 2012-03-13 17:52:23 +0100
  • ba13437fce Remove user and passwd from ownCloud url and implement a callback. Klaas Freitag 2012-03-13 17:37:43 +0100
  • 4699093c06 Fix tray icon loading if no share is defined. Klaas Freitag 2012-03-13 16:30:37 +0100
  • 1a20d42424 use portable QTimer to initialize the rand function. Klaas Freitag 2012-03-13 15:42:29 +0100
  • 753be4d2bc version to new internal beta 0.2.3 Klaas Freitag 2012-03-13 15:39:50 +0100
  • 2882b49676 More elegant status dialog update Klaas Freitag 2012-03-13 15:39:04 +0100
  • 2ae1b5dc84 move the poll timer stop to the correct place just before starting to sync. Klaas Freitag 2012-03-12 17:37:18 +0100
  • 09fdcf2053 add a path hint for the locally built version of csync to findcsync. Klaas Freitag 2012-03-12 17:36:38 +0100
  • c61c7962f7 introduce a proper model for the status dialog. Klaas Freitag 2012-03-08 13:40:55 +0100
  • 5908cd9377 open a folder on double click in status dialog. Klaas Freitag 2012-03-08 12:08:53 +0100
  • 949b33a6d1 Set a variable poll timer interval, useful for multiple folders. Start polltimer again after folder add. Klaas Freitag 2012-03-08 11:39:31 +0100
  • df2d745747 Add a hint to find the development time csync libs and includes. Klaas Freitag 2012-03-08 11:38:15 +0100
  • cf4130caf9 fix more include dirs and link commands for csync. Klaas Freitag 2012-03-08 11:37:36 +0100
  • bc138efa4e owncloud: set _fmode variable to set file ops to binary mode. Klaas Freitag 2012-03-07 14:46:47 +0100
  • 87d3a56221 owncloud: More robust programming, some additional logs. Klaas Freitag 2012-03-03 11:22:03 +0100
  • bb1ccadebc ownCloud: Fix translation of mkcol 405 errcode to ernno. Klaas Freitag 2012-02-28 15:00:33 +0100
  • 9b8e75e4fc ownCloud: append a trailing slash in mkdir as neon requests. Klaas Freitag 2012-02-28 15:00:01 +0100
  • a454156dc2 ownCloud: remove wired function to generate errno from neon error. Klaas Freitag 2012-02-28 14:58:30 +0100
  • edb073a290 ownCloud: removed the test on webdav.php. It is not needed. Klaas Freitag 2012-02-28 13:46:59 +0100
  • 9f67accf14 owncloud: Fix stat function for WebDAV root. Klaas Freitag 2012-02-27 15:50:51 +0100
  • e409d0fae9 time: Use correct abs() function for long long. Andreas Schneider 2012-03-07 16:16:59 +0100
  • 118370de63 Correct version on the splash screen. Klaas Freitag 2012-03-03 11:01:53 +0100
  • 98a3fff9b9 Removed an unused comment Klaas Freitag 2012-03-03 11:01:36 +0100
  • dbf02772c3 Fixed tray icon, use theme for this Fixed folder enable/disable. Klaas Freitag 2012-03-03 10:51:06 +0100
  • 1f12f3d181 Next beta version 0.2.2 Klaas Freitag 2012-03-03 10:18:47 +0100
  • f494492459 Refresh status dialog after removal of a folder Klaas Freitag 2012-03-03 10:18:03 +0100
  • f0cf678c0e Fix config checks. Andreas Schneider 2012-03-02 16:47:34 +0100
  • 3ed887f152 windows: don't use malloc directly in csync_get_[user_home_dir||local_username] Dominik Schmidt 2012-03-02 14:45:31 +0100
  • 4c22c84bd1 windows: fix loading plugins Dominik Schmidt 2012-02-21 20:07:53 +0100
  • 00c47f62c4 windows: install libcsync.dll to bin/ Dominik Schmidt 2012-02-21 17:43:30 +0100
  • 94006d0171 windows: don't refer to SYSCONFDIR Dominik Schmidt 2012-02-22 12:14:34 +0100
  • 4df3aee5c2 Replace csync_auth with ssh_gets implementation from libssh Dominik Schmidt 2012-02-22 12:08:54 +0100
  • f08d145c39 Link against libargp on non-linux platforms Dominik Schmidt 2012-02-22 12:05:16 +0100
  • 593cd4514a windows: disable locks Dominik Schmidt 2012-02-22 12:01:30 +0100
  • 1fbba4f158 mingw: resolve name clashes in dummy module and link it against libcsync Dominik Schmidt 2012-01-25 02:07:45 +0100
  • 6e4ce19a85 Add csync_fnmatch Dominik Schmidt 2012-03-02 14:54:53 +0100
  • d1ea29f4aa Don't check for links on non-unix platforms Dominik Schmidt 2012-02-19 03:07:51 +0100
  • 6272a2b485 Use stat if lstat is not available Dominik Schmidt 2012-02-20 18:27:23 +0100
  • da286857e0 windows: add utimes implementation Dominik Schmidt 2012-02-20 17:11:13 +0100
  • dd9b73f383 mingw: enable asprintf Dominik Schmidt 2012-02-20 17:07:21 +0100
  • 674aa7cd64 windows: add strerror_r implementation Dominik Schmidt 2012-02-20 18:23:31 +0100
  • 31389975e7 Add missing break statement Dominik Schmidt 2012-02-20 16:59:10 +0100