summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
Commit message (Expand)AuthorAgeFilesLines
* 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
* Help: fixed typos in PCH / Unity Build docCorentin Plouet2019-09-301-2/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-4/+4
* clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-201-1/+2
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* QtDialog: Use QPalette::WindowText instead of QPalette::ForegroundSebastian Holtermann2019-07-011-1/+1
* cmake-gui: Update Qt copyright holder in About dialogBrad King2019-06-121-1/+1
* Ensure stdin, stdout, and stderr pipes are always openBrad King2019-05-021-0/+1
* Merge topic 'fix-overlay-icon-windows'Brad King2019-04-121-1/+0
|\
| * cmake-gui: Fix icon overlay on windowsJulien Jomier2019-04-111-1/+0
* | Merge branch 'backport-cmake-gui-windows-theme'Brad King2019-04-081-0/+3
|\ \