1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-11-04 19:22:20 +01:00

Commit Graph

  • 97867384b1 Fixed grammar rakekniven 2019-10-04 08:10:55 +02:00
  • c54f6e83ed Prevent jumping of tray menu Sergey Zolotarev 2019-10-05 21:54:09 +06:00
  • a9a731dfc0 Don't run connection wizard when quitting the application Sergey Zolotarev 2019-10-05 22:37:46 +06:00
  • d0f469bd90 Replace isQuitting flag with disconnect() Sergey Zolotarev 2019-10-09 11:07:00 +06:00
  • 374375ce3f little loops optimization asapelkin 2019-10-07 00:10:26 +03:00
  • 89ef03412e Pick from upstream: Update qtmacgoodies for an OSX crash fix #6930 Michael Schuster 2019-10-17 04:24:04 +02:00
  • 07d3fe3a79 [tx-robot] updated from transifex Nextcloud bot 2019-09-10 03:06:52 +00:00
  • 24107040cc [tx-robot] updated from transifex Nextcloud bot 2019-09-09 03:06:29 +00:00
  • 9d9fc6d0bf [tx-robot] updated from transifex Nextcloud bot 2019-09-08 03:10:00 +00:00
  • 51f5991f1e [tx-robot] updated from transifex Nextcloud bot 2019-09-07 03:06:08 +00:00
  • a8b93516cc Add sync date next to "Synchronized with local folder" Javier Llorente 2019-01-22 23:16:57 +01:00
  • a85c228e59 issue1216: added sync-exclude entry for emacs recovery files Sebastian Grund 2019-05-03 12:10:15 +02:00
  • 04a75eaca2 Add warning for failed chown in libsync/propagatedownload.cpp Michael Schuster 2019-09-16 20:26:18 +02:00
  • 2f46601396 Replace old NSI Windows setup wizard graphics Michael Schuster 2019-09-07 02:00:49 +02:00
  • 19491ff85f Once client gets 401/403 from the server, check if remote wipe was requested. Camila San 2019-07-24 13:56:21 +02:00
  • 18fc6a9e0e fixed wrongly assigned pointer, didn't recognize class Dominique Fuchs 2019-09-09 20:06:32 +02:00
  • 34675e03a8 Use -Wno-gnu-zero-variadic-macro-arguments only for Clang Dominique Fuchs 2019-09-09 19:35:30 +02:00
  • 4b5cf94a29 Q_UNUSED for atm unused parameters Dominique Fuchs 2019-09-09 19:14:19 +02:00
  • 1729e1a94c Declared Q_UNUSED for as-of-now unused parameters. Dominique Fuchs 2019-09-09 19:09:38 +02:00
  • 60859714ae Prevented warning regarding operator precedence - enhanced clarity by adding parentheses Dominique Fuchs 2019-09-09 18:52:36 +02:00
  • b5fcfd918b removed reduntant /* within a comment Dominique Fuchs 2019-09-09 18:46:25 +02:00
  • 44176be964 Remove unnecessary argument Dominique Fuchs 2019-09-09 18:44:29 +02:00
  • 3935866052 Prevent use of uninitialized folder pointer. Dominique Fuchs 2019-09-09 18:40:23 +02:00
  • 1e9c45222c Added forgotten case when parsing log through gui. LockedFiles were not communicated. Dominique Fuchs 2019-09-09 18:22:48 +02:00
  • adc3b1a25c initialize _modtime to prevent undefined usage Dominique Fuchs 2019-09-09 18:16:44 +02:00
  • 9ae0417cad Use return type to prevent warning and determine chown success. Added TODO Dominique Fuchs 2019-09-09 18:06:29 +02:00
  • 03453d6800 Removed disabling of msvc warning to prevent generating a unknown option for other compilers in turn. Now detect specifically GCC in ifdef Dominique Fuchs 2019-09-09 13:46:46 +02:00
  • 1ac9c4ea8d Moved macro definition due to timing issues while compiling when relying on header inheritance Dominique Fuchs 2019-09-08 19:46:08 +02:00
  • 986bb49a88 Conditional (based on Qt version) use of 'horizontalAdvance' to provide better UI experience. See https://doc.qt.io/qt-5/qfontmetrics-obsolete.html#width Dominique Fuchs 2019-09-08 19:37:56 +02:00
  • 8f39c4140e commit 222b2d did the trick. now streamlined use of https://doc.qt.io/qt-5/qtglobal.html#QT_VERSION_CHECK Dominique Fuchs 2019-09-08 19:22:40 +02:00
  • 9c7903868f Further testing of cond. include of Qt library > 5.9. Utilized different macro. Dominique Fuchs 2019-09-08 19:17:00 +02:00
  • 8ee1adf058 Fixed another logic error -> logical to bitwise OR for QTLEGACY Dominique Fuchs 2019-09-08 18:51:54 +02:00
  • 27fb1fcd53 Fixed logic error in QTLEGACY macro and added forgottin #if clause for header file Dominique Fuchs 2019-09-08 18:42:40 +02:00
  • 29cc5c1e7f Added macro definition and compile-time condition to support Qt < 5.9 Dominique Fuchs 2019-09-08 17:33:34 +02:00
  • 29bb76019f Indeed, DWORD is a special snowflake - only when on _WIN32 Dominique Fuchs 2019-09-08 16:22:08 +02:00
  • bf6d57f327 Fixed wrongly formatted args for win32 linker flags resulting in 'unrecognized option' for all of them. Remark: /WL is for VS only, useless (and not necessary for msvc cmd) Dominique Fuchs 2019-09-08 16:09:58 +02:00
  • eb5ec05ef8 Fixed missing braces Dominique Fuchs 2019-09-08 15:49:53 +02:00
  • c723028eae Qt: Fixed numerous deprecated calls by adapting newer ones Dominique Fuchs 2019-09-08 15:40:49 +02:00
  • 5d024fdf33 Added cmake preprocessor definitions when using msvc regarding the 'safe' versions of CRT functions Dominique Fuchs 2019-09-08 14:47:35 +02:00
  • ed99cb297b Use existing fct for RegKeyQuery instead of redundant subroutine Dominique Fuchs 2019-09-08 13:44:00 +02:00
  • a0e794a7f1 Numoerous safe conversions implemented. Added additional Utility::convertSizeToDWORD for windows builds. Dominique Fuchs 2019-09-08 11:33:20 +02:00
  • 0761342840 Corrected namespace when calling convertSizetoUint Dominique Fuchs 2019-09-08 10:21:59 +02:00
  • 4da9123b67 Renamed conversion function to make intention more clear. Also defaulted to 'controlled truncation' to not stupidly crash. TBD/TODO: Better handling for such things. Dominique Fuchs 2019-09-08 02:20:24 +02:00
  • c7158e2c7c Selectively and temporary disabled warning about unknown preprocessor declarative for msvc when using specific GCC instruction. Dominique Fuchs 2019-09-08 02:07:52 +02:00
  • 4adc45483a Implemented Utility::convert function to convert size_t -> uint safely and on the fly. Often necessary for Qt and WIN32 functions. Using this will not generate compiler warnings of possible truncation. First call implemented in ownsql.cpp Dominique Fuchs 2019-09-08 02:04:50 +02:00
  • ae0ff6b3e3 Fixed broken overloading mechanism of variadic templates. See code comment for further information. Dominique Fuchs 2019-09-08 01:09:22 +02:00
  • dc6d2e6a6d usage of UINT as iterator here because comparing with UINT retval from DragQueryFile Dominique Fuchs 2019-09-07 21:42:10 +02:00
  • 5127f50d1e Removed redundant (and wrong in terms of it's value) definitions for WINVER/_WIN32_WINNT Dominique Fuchs 2019-09-07 21:28:12 +02:00
  • a26f2a7359 Removed redundant (and wrong in terms of it's value) definitions for WINVER/_WIN32_WINNT Dominique Fuchs 2019-09-07 21:26:40 +02:00
  • 42f1f445a9 Removed redundant (and wrong in terms of it's value) definitions for WINVER/_WIN32_WINNT Dominique Fuchs 2019-09-07 20:58:20 +02:00
  • 51304485c3 Updated WINVER/_WIN32_WINNT from 0x0600 to 0x0601 (e.g. Server 2008/Vista to 7) as 7 is reasonable and noted everywhere as requirement Dominique Fuchs 2019-09-07 20:55:49 +02:00
  • 8546d53b05 Merge the list of ignored files/symlinks into one Activity notification. Camila San 2019-10-17 18:45:33 +02:00
  • 63cc6edddd fix qt warning about registering a URL sheme first. Björn Bidar 2019-04-22 06:10:41 +02:00
  • 58abebe9ac Fixed e2e key transmission issue after generation (forgotten content type on sendrequest()) Dominique Fuchs 2019-09-15 11:53:57 +02:00
  • dfb20586ce * fix for issue no. 1351 Adrian Brzezinski 2019-10-17 14:45:38 +02:00
  • 5783c406a2 Merge branch 'master' into master Camila Ayres 2019-10-17 13:44:07 +02:00
  • 6c56811636 Merge branch 'master' into testSyncFileStatusTracker-winPath Camila Ayres 2019-10-17 13:37:01 +02:00
  • 08c7be5350 Merge pull request #1520 from nextcloud/fix-mac-crash-qtmacgoodies-pr-1 Camila Ayres 2019-10-17 13:35:58 +02:00
  • ade9c6ce72 Merge branch 'master' into fix-mac-crash-qtmacgoodies-pr-1 Michael Schuster 2019-10-17 05:50:38 +02:00
  • fdefb19bdb [tx-robot] updated from transifex Nextcloud bot 2019-10-17 03:05:50 +00:00
  • ade50d0b92 Pick from upstream: Update qtmacgoodies for an OSX crash fix #6930 Michael Schuster 2019-10-17 04:24:04 +02:00
  • 09bae4d6e1 Merge pull request #1478 from sryze/quit-wizard-fix Michael Schuster 2019-10-16 14:01:42 +02:00
  • 0c30d9cfe8 Merge branch 'master' into quit-wizard-fix Michael Schuster 2019-10-16 05:19:21 +02:00
  • 94dae8d535 [tx-robot] updated from transifex Nextcloud bot 2019-10-16 03:04:57 +00:00
  • e8fc3ecf28 Merge branch 'master' into quit-wizard-fix Michael Schuster 2019-10-16 04:43:41 +02:00
  • b3a03e9c58 Merge pull request #1516 from nextcloud/backport/1515/master Michael Schuster 2019-10-16 01:44:49 +02:00
  • 097b923871 Add new "styles" plugin to macOS deployment script for Qt 5.12.5 Michael Schuster 2019-10-14 02:01:56 +02:00
  • 1182ae9e26 Merge pull request #1515 from nextcloud/qt5-mac-5.12-prepare Michael Schuster 2019-10-15 23:58:26 +02:00
  • f422a63200 [tx-robot] updated from transifex Nextcloud bot 2019-10-15 03:04:26 +00:00
  • 3407174c2f Add new "styles" plugin to macOS deployment script for Qt 5.12.5 Michael Schuster 2019-10-14 02:01:56 +02:00
  • eec460a32d [tx-robot] updated from transifex Nextcloud bot 2019-10-13 03:05:59 +00:00
  • 5ccea62ba6 [tx-robot] updated from transifex Nextcloud bot 2019-10-12 03:05:06 +00:00
  • 529beb328a [tx-robot] updated from transifex Nextcloud bot 2019-10-11 03:02:18 +00:00
  • 913894eaa5 Merge pull request #1496 from nextcloud/backport/1495/stable-2.6 Michael Schuster 2019-10-10 08:11:43 +02:00
  • db91552578 Add a 'Content-Length: 0' header to initial POST requests Michael Schuster 2019-10-10 05:17:22 +02:00
  • 796cc8cd28 Merge pull request #1495 from nextcloud/fix-flow2-content-length Michael Schuster 2019-10-10 08:08:26 +02:00
  • c8b4145214 Add a 'Content-Length: 0' header to initial POST requests Michael Schuster 2019-10-10 05:17:22 +02:00
  • 04a9f0313a Merge pull request #1481 from asapelkin/for_loop_optimization Michael Schuster 2019-10-10 01:30:40 +02:00
  • 6166961804 Merge pull request #1441 from nextcloud/trexcl Michael Schuster 2019-10-10 01:29:57 +02:00
  • 4ddc606361 Merge branch 'master' into for_loop_optimization Michael Schuster 2019-10-10 01:12:57 +02:00
  • 836c748cd9 Merge branch 'master' into trexcl Michael Schuster 2019-10-10 01:12:48 +02:00
  • 3bee0bcf04 Merge pull request #1032 from k1l1/master Michael Schuster 2019-10-10 01:09:01 +02:00
  • 0d349d54b4 Fix outdated link to server admin docs Michael Schuster 2019-10-10 01:03:46 +02:00
  • 29123f4d9d Merge branch 'master' into master Michael Schuster 2019-10-10 00:45:04 +02:00
  • a16c1a8957 Merge branch 'master' into for_loop_optimization Michael Schuster 2019-10-10 00:41:46 +02:00
  • c1cd308940 Merge branch 'master' into quit-wizard-fix Dominique Fuchs 2019-10-09 09:18:26 +02:00
  • 4bba498229 Replace isQuitting flag with disconnect() Sergey Zolotarev 2019-10-09 11:07:00 +06:00
  • 40b2fc8848 [tx-robot] updated from transifex Nextcloud bot 2019-10-09 03:04:39 +00:00
  • 6bc13fcab1 Merge branch 'master' into for_loop_optimization Dominique Fuchs 2019-10-08 10:36:25 +02:00
  • c3cb7dfadd Merge branch 'testSyncFileStatusTracker-winPath' of https://github.com/nextcloud/desktop into testSyncFileStatusTracker-winPath Dominique Fuchs 2019-10-08 08:44:23 +02:00
  • 7750d2198d Don't need a second if for non-Windows, using Qt macro for platform check Dominique Fuchs 2019-10-08 08:44:08 +02:00
  • 3ced2a6ea3 Merge branch 'master' into testSyncFileStatusTracker-winPath Dominique Fuchs 2019-10-08 08:37:29 +02:00
  • f993e7c555 Fixed typo preventing successful path rename on Win and modified ASSERT for Window path styles Dominique Fuchs 2019-10-08 08:31:31 +02:00
  • 35df5691f2 [tx-robot] updated from transifex Nextcloud bot 2019-10-08 03:03:10 +00:00
  • 6b71e4ec6f Merge branch 'master' into for_loop_optimization asapelkin 2019-10-07 15:31:01 +03:00
  • 9c199cc753 Merge pull request #1477 from sryze/tray-menu-fix Camila Ayres 2019-10-07 12:53:28 +02:00
  • 57f9b8159f Merge branch 'master' into for_loop_optimization asapelkin 2019-10-07 12:35:18 +03:00
  • a94e116926 Merge branch 'master' into tray-menu-fix Camila Ayres 2019-10-07 09:56:40 +02:00
  • 75444e44b9 Merge branch 'master' into master Dominique Fuchs 2019-10-07 09:45:22 +02:00
  • dbfa5dc786 [tx-robot] updated from transifex Nextcloud bot 2019-10-07 03:02:44 +00:00