summaryrefslogtreecommitdiff
path: root/Source/QtDialog
Commit message (Expand)AuthorAgeFilesLines
* cmake-gui: Restore linking of Qt resourcesKyle Edwards2021-01-111-2/+3
* cmake-gui: Fix macOS styling for binaries distributed with Qt 5.10+Brad King2021-01-071-0/+3
* cmake-gui: Restore completion during path editingBrad King2020-12-151-9/+14
* cmake-gui: Restore workaround for crash in file dialogBrad King2020-11-052-0/+14
* Merge topic 'cmake-presets-help-flag' into release-3.19Brad King2020-10-281-1/+6
|\
| * ccmake: Don't list --preset in --helpKyle Edwards2020-10-271-1/+6
* | CMake GUI: Add --browse-manual argumentKyle Edwards2020-10-272-14/+22
|/
* CMakePresets.json: Rework how --preset argument is handledKyle Edwards2020-10-261-2/+1
* CMakePresets.json: Split cmakeGeneratorConfig fieldKyle Edwards2020-10-224-11/+19
* CMakePresets.json: Properly report macro expansion errorsKyle Edwards2020-10-211-11/+11
* CMake GUI: Disable preset fields instead of hiding themKyle Edwards2020-10-162-4/+15
* cmake-gui: Attach icons only to main GUI executablesBrad King2020-10-141-2/+2
* cmake-gui: Restore application icon on WindowsBrad King2020-10-131-5/+1
* cmake-gui: Restore application icon on macOSBrad King2020-10-131-6/+6
* CMake GUI: Add presets functionalityKyle Edwards2020-10-0515-11/+762
* CMake GUI: Add "CMake Reference Manual" help itemKyle Edwards2020-09-301-2/+16
* CMake GUI: Add environment editorKyle Edwards2020-09-289-37/+539
* CMake GUI: Modernize signal-slot connectionsKyle Edwards2020-09-277-149/+180
* CMake GUI: Split up into libraries, add test shimKyle Edwards2020-09-233-7/+31
* QCMakeCacheView: Default to nullptr for parentKyle Edwards2020-09-231-1/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-039-36/+9
* Merge topic 'cmake-gui-qt-5.14'Brad King2020-07-231-2/+3
|\
| * cmake-gui: Fix crash when built with Qt 5.14 or laterBrad King2020-07-221-2/+3
* | Merge topic 'cmake-gui-qt-5.14'Brad King2020-07-071-4/+4
|\ \ | |/
| * cmake-gui: Fix compilation as C++14 with Qt 5.14Brad King2020-07-061-4/+4
* | cmake: Remove broken '--warn-unused-vars' optionBrad King2020-06-294-18/+0
* | QCMakeWidgets: replace QDirModelBen Boeckel2020-06-151-9/+9
* | QCMake: use loadRelaxed if availableBen Boeckel2020-06-151-0/+4
* | Merge topic 'cmake-gui-qt5-only'Brad King2020-06-125-145/+80
|\ \ | |/ |/|
| * QtDialog: remove Qt4 definitionBen Boeckel2020-06-091-3/+0
| * QtDialog: remove Qt4-only codeBen Boeckel2020-06-094-45/+1
| * QtDialog: use Qt5's imported targetsBen Boeckel2020-06-051-15/+9
| * QtDialog: use qt5 functions for special Qt sourcesBen Boeckel2020-06-051-15/+17
| * QtDialog: remove Qt4 supportBen Boeckel2020-06-051-91/+77
* | QCMakeCacheView: use non-deprecated List and Set constructionsBen Boeckel2020-06-101-2/+15
|/
* CursesDialog: resolve clang-tidy warningsBen Boeckel2020-06-022-11/+1
* QtDialog: avoid using deprecated APIsBen Boeckel2020-06-022-0/+47
* cmake-gui: Do not pass CMAKE_{C,CXX}_COMPILER items to cmake if emptyJiri Malak2020-04-271-4/+8
* cmake-gui: Pass CMAKE_SYSTEM_PROCESSOR to from gui to cmakeJiri Malak2020-04-131-0/+3
* Merge topic 'cmprop-state'Brad King2020-03-271-5/+6
|\
| * cmState::GetCacheEntryProperty: return cmPropVitaly Stakhovsky2020-03-251-5/+6
* | Remove redundant calls to CollapseFullPathBrad King2020-03-241-4/+2
|/
* Merge topic 'cmake-gui-open-check'Brad King2020-03-231-1/+1
|\
| * cmake-gui: Fix use-after-free in Open-possible checkFrancisco Facioni2020-03-201-1/+1
* | cmState::GetCacheEntryValue: return cmPropVitaly Stakhovsky2020-03-171-12/+11
* | Modernize memory managementMarc Chevrier2020-03-054-15/+16
* | cmake-gui: set generator field defaults from environmentCode Smith2020-02-062-3/+51
|/
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-0/+1
* Add option to configure Ninja link job pool for CMake's own binariesBrad King2019-10-101-0/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-0111-32/+38