aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickdialogs/quickdialogsquickimpl
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation when draganddrop support is disabledJuha Vuolle2025-04-101-1/+1
* AbstractDialog: add property popupTypeOliver Eftevaag2025-03-066-6/+2
* 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
* 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
* 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
* 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-253-3/+3
* Make more logging categories staticUlf Hermann2024-06-246-19/+19
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-06-111-1/+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
* 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
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-111-2/+1
* FileDialog: set url schema when using the file name text fieldOliver Eftevaag2024-01-101-1/+4
* Remove the use of Q_QUICKDIALOGS2QUICKIMPL_PRIVATE_EXPORTAlexey Edelev2024-01-0919-24/+24
* 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-101-14/+4
* Use the PlatformServiceColorPicker for the ColorDialog's eye dropperOliver Eftevaag2023-12-081-3/+20
* Fix QML FileDialog file size overflowJonas Karlsson2023-11-265-5/+5
* Remove all QML_DECLARE_TYPE from src and toolsUlf Hermann2023-11-188-16/+0
* Add license headers to shader sourceEskil Abrahamsen Blomfeldt2023-10-301-0/+3
* Include what you need: <QPointer>Marc Mutz2023-10-066-0/+12
* Fix accept button enabled state in non-native file dialogEirik Aavitsland2023-09-212-7/+23
* Fix default button label for non-native file dialog in SaveFile modeEirik Aavitsland2023-09-211-1/+3
* Add flag to hide eye dropper button from qml ColorDialogFabio Falsini2023-06-246-1/+13
* ColorDialog don't resize correctly on small screensFabio Falsini2023-05-225-5/+5
* Fix build with -no-feature-qml-delegate-modelTasuku Suzuki2023-05-011-1/+0
* Fix build with -no-feature-listview and itemviewsTasuku Suzuki2023-04-132-20/+29
* QuickDialogs: Add QtQuick.Layouts as dependencyUlf Hermann2023-02-211-0/+1
* QtQuickTemplates: Disambiguate static string constantsFriedemann Kleint2023-02-101-5/+0
* Fix build with -no-feature-validatorTasuku Suzuki2023-01-171-0/+2