1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-24 09:42:48 +02:00

Commit Graph

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