Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-17Update the settings dialog window title.Camila
Signed-off-by: Camila <hello@camila.codes>
2020-12-15Please the clang-tidy overlordKevin Ottens
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-12-15Remove empty action in the settings toolbarKevin Ottens
This was causing an unwanted line in the middle of the bar. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-12-15CleanupHannah von Reth
2020-12-15Add Q_PROPERTYs for gui testingDominik Schmidt
2020-12-15Add GUI testing SocketApi extensionDominik Schmidt
2020-12-15Add Ctrl-L as log window shortcutChristian Kamm
F12 is taken on OSX and there's no other way of showing it.
2020-10-22Repair SettingsDialog::showIssuesListKevin Ottens
This was completely disabled code and the connect was gone... So let's introduce the connect back and have it trigger the main window while selecting the right user. This way the new activity list is displayed and since the conflicts are shown at the top this is hopefully obvious again. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-10-22Fix crash in SettingsDialog with delayed initializationMichael Schuster
setWindowFlags triggered changeEvent, thus causing a crash in customizeStyle. This fix should be kept even if we decide against delayed init in the future. Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-09-01Enable bugprone-narrowing-conversions clang-tidy checkKevin Ottens
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-06-03Do not declare local variables without an initial value.Camila San
Signed-off-by: Camila San <hello@camila.codes>
2020-05-20Fix spacingMichael Schuster
Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-05-20Use auto to avoiding repeating type namesKevin Ottens
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-01-18Cleanup/Removal/Adaption/Update to resource files and crresponding code, ↵Dominique Fuchs
esp. regarding svg usage Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2020-01-11Systray now a singleton with instance(), show tray on finished wizardDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2020-01-03Gigantic ton of changes and deletions: ActivityListModel, tray GUI, Account ↵Dominique Fuchs
logic. Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2020-01-02Fix merge conflictDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-12-24Add helper slots and signals to catch SettingsDialog's window activation eventsMichael Schuster
Signal the SettingsDialog's window activation event down to ownCloudGui and Application, so that other classes can hook in to get notified when the SettingsDialog is being shown again. This approach has been chosen because we otherwise would have to deal with new instance pointers of the current SettingsWindow - but Application is already there ;-) Purpose: The floating re-auth windows of the WebFlowCredentialsDialog often get hidden behind the SettingsDialog, and the users have to minimize a lot of other windows to find them again. This commit implements the preparation for the upcoming fix commit. Signed-off-by: Michael Schuster <michael@schuster.ms>
2019-12-20Make AccountSettings and ActivitySettings background-aware (Dark-/Light-Mode ↵Michael Schuster
switching) Signed-off-by: Michael Schuster <michael@schuster.ms>
2019-12-09Make SettingsDialog background-aware (Dark-/Light-Mode switching)Michael Schuster
Use customizeStyle() to change link colours in the SettingsDialog and notify it's widgets via slots. Also modify the background colour of the errors messages in AccountSettings::showConnectionLabel to always use an appropiate colour for it's custom-defined background. Signed-off-by: Michael Schuster <michael@schuster.ms>
2019-12-09Implement and move some colour-aware helper methods into the Theme classMichael Schuster
This introduces a new method to change the colours in the links in QLabel's. Utilizes a custom crafted RegEx function to replace already-coloured links. Moved code is based on stuff from the SettingsDialog class. Signed-off-by: Michael Schuster <michael@schuster.ms>
2019-12-09Pick from upstream: Fix too low contrast when tab is selectedMichael Schuster
The low contrast is also a problem with the Dark Mode on macOS. For reference please see: - Commit: https://github.com/owncloud/client/commit/413ef5e96d098f45694c261bbc409fcf21e0cb65 - Issue: https://github.com/owncloud/client/issues/7512 Signed-off-by: Michael Schuster <michael@schuster.ms>
2019-12-09Remove submodule qtmacgoodies and the MacSettingsDialog classMichael Schuster
Reverts back to the SettingsDialog class because of bugs and glitches with more recent Qt versions (Qt 5.12) and with the macOS Dark Mode. See upstream: https://github.com/owncloud/client/pull/7492 Signed-off-by: Michael Schuster <michael@schuster.ms>
2019-12-02WIP: Extending systray class, transitioning towas independent ActivityModel ↵Dominique Fuchs
inclusion
2019-09-27Revert "Fix White Window issue on Windows after Qt 5.12.4 upgrade"Michael Schuster
This reverts commit 8f616969ab482c72092cb7c037a91292a0f159e1. Turns out that with the upgrade to the new released Qt 5.12.5 the issue has been solved by the Qt developers, so this fix becomes obsolete. Signed-off-by: Michael Schuster <michael@schuster.ms>
2019-09-26Fix White Window issue on Windows after Qt 5.12.4 upgradeMichael Schuster
Qt 5.12.4 seems to introduce a new bug on Windows, causing the settings window to not be redrawn when re-opening it, for example by clicking at the tray icon. As a workaround this fix starts a 100 ms timer to be fired once upon QDialog::showEvent is called. Signed-off-by: Michael Schuster <michael@schuster.ms>
2019-09-08Numoerous safe conversions implemented. Added additional ↵Dominique Fuchs
Utility::convertSizeToDWORD for windows builds. Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2018-11-13Merge branch 'master' into action-colorsRoeland Jago Douma
2018-11-12SettingsDialog: tweak color aware iconsJ-P Nurmi
If selected text is light, provide a light icon too when selected.
2018-11-12SettingsDialog: fix a little glitch in the account tool button sizeJ-P Nurmi
SettingsDialog::accountAdded() uses the height of the toolbar to calculate the desired default size for toolbuttons. Make sure to have the "General" and "Network" tool buttons in place before calling accountAdded() to avoid cramped first button.
2018-11-11GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"J-P Nurmi
2018-11-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi
2018-11-09Actually open the activity view on a click for more infoRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-04SettingsDialog: remove an unused button boxJ-P Nurmi
This makes the bottom margin aligned with horizontal margins, and eliminates a warning on startup: [unknown QObject::connect: Cannot connect (null)::clicked() to OCC::SettingsDialog::accept()
2018-09-11SettingsDialog: Show the page for the newly created accountOlivier Goffart
2018-08-14Provide parent to QActionIstván Váradi
2018-07-30Adjust space between action/buttons in the toolbar.Camila San
- Minor: cleans up code used for debug. Signed-off-by: Camila San <hello@camila.codes>
2018-07-30Fixes and improves 'copy to clipboard' output.Camila San
- With the merging of activities and notifications the copy to clipboard function got broken. Had to put it back as it was before. - The output text from the clipboard was almost unreadeable. Ajusted the space between texts and used separator '-' instead of ','. - Minor: cleans up comments. Signed-off-by: Camila San <hello@camila.codes>
2018-07-30Fix settings dialog for mac.Camila San
- Fixes adding/removing accounts with separator in the toolbar - accounts were not added in the right order and removing was not including the separator. - Fixes button sizes in the activities list - the buttons were too small for the text. Signed-off-by: Camila San <hello@camila.codes>
2018-07-30Removes Protocol and Issues widget files and references.Camila San
- Minor changes: - Improves comments and qCWarning messages - Removes commented out code. - adds TODO's. Signed-off-by: Camila San <hello@camila.codes>
2018-07-30Gives full path to file to open in file manager.Camila San
- The path to the file wa being stored in the wrong activity property. It was in the action link when it should be in the file. - Minor: comments out the display of issues and protocol widget. Signed-off-by: Camila San <hello@camila.codes>
2018-07-30Makes space smaller bewteen user/activities and network/settings menu.Camila San
Signed-off-by: Camila San <hello@camila.codes>
2018-07-30Moves the separator to between accounts.Camila San
Signed-off-by: Camila San <hello@camila.codes>
2018-07-30Correctly removes actions - account, separator and settings widget from ↵Camila San
toolbar when account is removed. Signed-off-by: Camila San <hello@camila.codes>
2018-07-30Fixes widget stack visibility when switching actions.Camila San
Signed-off-by: Camila San <hello@camila.codes>
2018-07-30Adds space bewteen different accounts and activity.Camila San
Signed-off-by: Camila San <hello@camila.codes>
2018-07-30Each user has its own list of activities.Camila San
Signed-off-by: Camila San <hello@camila.codes>
2018-07-30Adds one activity widget for each user.Camila San
- ActivityListModel and ActivityWidget stores an AccountState to connect user and widget. Signed-off-by: Camila San <hello@camila.codes>
2018-07-30Aligns Network and General to the right.Camila San
Signed-off-by: Camila San <hello@camila.codes>
2018-05-29Notifications: Immediately request when getting account onlineMarkus Goetz