summaryrefslogtreecommitdiff
path: root/Source/QtDialog
Commit message (Expand)AuthorAgeFilesLines
* presets: Improve JSON parser and error messagesMartin Duffy2023-03-294-15/+11
* cmake-gui: Fix conversion warnings about Qt indexing typesBrad King2023-02-208-20/+45
* cmake-gui: Add optional filename argument to --browse-manualKyle Edwards2023-02-092-6/+12
* cmake-gui: do not set search filter if regex is invalidKyle Edwards2022-12-166-18/+56
* cmDocumentationEntry: Drop all user provided ctors for C++ >= 14Alex Turbov2022-11-171-2/+3
* cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`Alex Turbov2022-11-171-15/+13
* CMakeSetup.cxx: Use anonymous namespace instead of `static`Alex Turbov2022-11-171-5/+9
* ctest.cxx: Eliminate redundand trenary operatorAlex Turbov2022-11-171-1/+1
* Merge topic 'cmake-gui-restore-version-info'Brad King2022-11-101-3/+8
|\
| * cmake-gui: Restore embedded version information in Windows binaryBrad King2022-11-091-3/+8
* | cmake: Honor CMAKE_GENERATOR env var in --help outputJuan Ramos2022-10-201-1/+1
|/
* Source: Fix regression causing CMakeLib sources to be compiled repeatedlyBrad King2022-10-051-1/+1
* Build: Eliminate one time used variableAlex Turbov2022-09-221-3/+1
* Build: Link w/ `OBJECT` library is OK since 3.12Alex Turbov2022-09-221-3/+8
* Build: Introduce `ManifestLib` interface libraryAlex Turbov2022-09-221-2/+2
* Build: `add_definitions()` → `add_compile_definitions()`Alex Turbov2022-09-221-1/+1
* Build: Do not use variables for sources listsAlex Turbov2022-09-221-11/+20
* Build: Simplify `configure_file()` callsAlex Turbov2022-09-221-2/+1
* CMakeLists: Remove redundant spaces around CMake command callsAlex Turbov2022-09-221-10/+10
* Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS`Alex Turbov2022-09-221-4/+4
* cmake-gui: Fix selected item mismatched CMAKE_GENERATOR_PLATFORM envdou fu2022-09-011-1/+2
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-3/+3
* cmake-gui: Support non-ASCII chars on Windows with Qt6Mehdi Chinoune2022-06-105-105/+81
* Merge topic 'cmake-gui-locale'Brad King2022-05-311-0/+14
|\
| * cmake-gui: Restore support for internationalization with Qt5 on WindowsBrad King2022-05-271-0/+14
* | clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-05-241-2/+2
* | clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-2/+1
* | cmake-gui: avoid undefined font in recent macOSCarlo Marcelo Arenas Belón2022-04-151-1/+2
* | cmake-gui: Add "Building" category to freedesktop menu specReinaldo Deprera2022-04-041-1/+1
* | Refactor: Rename cmCMakePresetsFile to cmCMakePresetsGraphKyle Edwards2022-01-065-21/+21
* | Rename cmProp in cmValueMarc Chevrier2021-09-211-8/+8
* | cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-3/+3
* | Fix -Wpessimizing-move warnings in QCMake::loadPresets()Alex Richardson2021-06-221-9/+6
* | cmMessenger: Pass title inside a metadata structureMarius Messerschmidt2021-05-191-2/+3
* | cmake-gui: Address deprecation warnings with Qt6Craig Scott2021-05-083-5/+17
* | cmake-presets: Make generator and binaryDir fields optionalfriendlyanon2021-04-071-1/+1
* | CMakePresets.json: Add the ability to conditionally disable presetsKyle Edwards2021-03-221-1/+1
|/
* cmake-gui: Restore search bar case insensitivityBrad King2021-03-042-4/+4
* cmake-gui: Restore search bar for cache view and environment dialogSankhesh Jhaveri2021-02-222-0/+10
* cmake-presets: Add build and test presetsSam Freed2021-02-011-6/+7
* CMake GUI: Fix rendering issueMatthew Woehlke2021-01-151-4/+1
* CMake GUI: Use system icons when availableMatthew Woehlke2021-01-152-4/+4
* CMake GUI: Don't use QToolButtonMatthew Woehlke2021-01-153-17/+4
* CMake GUI: Improve signal specificationMatthew Woehlke2021-01-153-13/+15
* Merge branch 'master' into cmake-gui-qrc-fixKyle Edwards2021-01-115-33/+151
|\
| * cmake-gui: Fix macOS styling for binaries distributed with Qt 5.10+Brad King2021-01-071-0/+3
| * cmake-gui: Restore minimal plugin installation for Qt5Brad King2021-01-071-2/+12
| * cmake-gui: Restore exclusion of static plugin installationBrad King2021-01-071-1/+2
| * cmake-gui: Restore installation of Qt plugin dependenciesBrad King2021-01-071-1/+1
| * cmake-gui: Remove outdated FIXME comment about plugin installationBrad King2021-01-071-2/+0