aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickdialogs
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add Alt-text to images in QtQuickDialogsSafiyyah Moosa2025-04-225-6/+6
* Fix compilation when draganddrop support is disabledJuha Vuolle2025-04-104-1/+13
* AbstractDialog: add property popupTypeOliver Eftevaag2025-03-0613-6/+69
* DialogsQuickImpl: add revision to signal and make properties FINALOliver Eftevaag2025-02-202-8/+8
* Replace QBoolBlocker with QScopedValueRoolbackThiago Macieira2025-01-252-2/+2
* Add context menu to remove custom favorites in the SideBarJan Arve Sæther2025-01-243-35/+55
* Fix quickdialogs compilation when settings feature is turned offJari Helaakoski2025-01-211-0/+2
* doc: Mention that QQuickAbstractDialog cannot be created in QMLOliver Eftevaag2025-01-181-0/+2
* Add drag and drop to the QtQuick Dialogs SideBarEd Cooke2025-01-0315-137/+949
* Compute implicitSize based on implicitContentSize in Popup and subclassesTor Arne Vestbø2024-12-1925-46/+46
* ColorInputs: Move validators from global scope to the scope they're usedOliver Eftevaag2024-12-161-18/+19
* DialogsQuickImpl: Implement ColorInputs as a custom controlOliver Eftevaag2024-12-1114-719/+480
* Implement a side bar in QtQuickDialogs and add to FileDialogEd Cooke2024-12-0749-126/+910
* Dialogs: Only import the QQC2 module used by the styleOliver Eftevaag2024-11-2823-31/+16
* MessageDialog: Fix the background color of detailed text in Dark modeJan Arve Sæther2024-11-121-2/+2
* Add missing includesFabian Kosmale2024-10-245-0/+5
* Doc: improve FileDialog's detailed descriptionMitch Curtis2024-10-221-6/+6
* quickdialogsquickimpl: Use palette for colors in FontDialogContentKai Uwe Broulik2024-09-261-3/+5
* Tests: Fix various CMake warningsUlf Hermann2024-09-101-3/+1
* Fix undefined reference issue for Color object in MessageDialog qmlSanthosh Kumar2024-09-061-0/+1
* Remove duplicate exposure of QPlatformDialogHelperMitch Curtis2024-09-041-8/+0
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-205-5/+5
* Dialogs: Fall back to non-native dialog if native dialog can't be shownTor Arne Vestbø2024-08-122-5/+30
* Fix binding loop in FileDialogOliver Eftevaag2024-08-015-17/+26
* Enable popup windows for QtQuick.DialogsOliver Eftevaag2024-07-2330-11/+41
* Quick Dialogs: Opt out of QTP0004Fabian Kosmale2024-07-091-0/+3
* QtQuick: Make more logging categories static #2Kaj Grönholm2024-06-254-4/+4
* Make more logging categories staticUlf Hermann2024-06-246-19/+19
* QuickDialogs: Explicitly link QuickTemplates2PrivateUlf Hermann2024-06-151-0/+1
* QtQuickDialogs: Straighten out some logging categoriesUlf Hermann2024-06-144-6/+4
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-06-113-3/+0
* Fix top padding in Material style textareaSami Varanka2024-04-172-0/+4
* Correct license for module and plugin fileLucie Gérard2024-04-091-1/+1
* Dialogs: Dont import Controls.impl into namespace identifierOliver Eftevaag2024-04-052-2/+2
* Correct doc snippet licenseLucie Gérard2024-03-221-1/+1
* Dialogs: Pass fileSize as double rather than stringUlf Hermann2024-02-296-6/+11
* Dialogs: Depend on controls styles in QuickDialogs2QuickImplUlf Hermann2024-02-091-4/+22
* Dialogs: Defer automatic window resolving until dialog is openedOliver Eftevaag2024-01-152-20/+58
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-113-6/+3
* FileDialog: set url schema when using the file name text fieldOliver Eftevaag2024-01-101-1/+4
* Remove the use of Q_QUICKDIALOGS2UTILS_PRIVATE_EXPORTAlexey Edelev2024-01-092-2/+2
* Remove the use of Q_QUICKDIALOGS2QUICKIMPL_PRIVATE_EXPORTAlexey Edelev2024-01-0919-24/+24
* Read the use of Q_QUICKDIALOGS2_PRIVATE_EXPORTAlexey Edelev2024-01-097-7/+7
* Only update the filename text field when the user selects a fileOliver Eftevaag2024-01-097-5/+15
* FileDialog: prompt the user when selecting an existing fileOliver Eftevaag2023-12-229-4/+187
* FileDialog: improve keyboard navigation for all stylesOliver Eftevaag2023-12-155-2/+11
* Check if QQuickFileDialogImplPrivate::options is null before derefEirik Aavitsland2023-12-141-2/+3
* MessageDialog: make QQuickAbstractDialog::result return button pressedOliver Eftevaag2023-12-105-27/+37
* MessageDialog: Dont rely on accept or reject signal emissions from QPAOliver Eftevaag2023-12-081-0/+1
* Use the PlatformServiceColorPicker for the ColorDialog's eye dropperOliver Eftevaag2023-12-081-3/+20