summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QCMakeCacheView.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake-gui: do not set search filter if regex is invalidKyle Edwards2022-12-161-6/+2
* 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: Restore search bar case insensitivityBrad King2021-03-041-2/+2
* cmake-gui: Restore search bar for cache view and environment dialogSankhesh Jhaveri2021-02-221-0/+4
* cmake-gui: Support building against Qt6Sankhesh Jhaveri2021-01-051-0/+4
* cmake-gui: Restore workaround for crash in file dialogBrad King2020-11-051-0/+13
* CMake GUI: Modernize signal-slot connectionsKyle Edwards2020-09-271-4/+4
* 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
* | Merge topic 'cmake-gui-qt5-only'Brad King2020-06-121-32/+1
|\ \ | |/ |/|
| * QtDialog: remove Qt4-only codeBen Boeckel2020-06-091-32/+1
* | QCMakeCacheView: use non-deprecated List and Set constructionsBen Boeckel2020-06-101-2/+15
|/
* QtDialog: avoid using deprecated APIsBen Boeckel2020-06-021-0/+43
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+1
* clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-201-1/+2
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-211-2/+2
* Replace occurrences of "Mac OS X" with "macOS" in commentsBartosz Kosiorek2018-09-101-1/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* QCMakeCacheView: prever QVector over QListDaniel Pfeifer2017-05-051-2/+2
* QtDialog: add reference in foreachDaniel Pfeifer2017-05-051-4/+4
* QCMakeCacheView: avoid temporary containers for iterationDaniel Pfeifer2017-05-051-4/+10
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* QCMakeCacheView: simplify boolean expressionDaniel Pfeifer2016-09-081-4/+1
* QCMakeCacheView: no else after returnDaniel Pfeifer2016-09-081-3/+5
* QtDialog: fix clang-tidy warningsDaniel Pfeifer2016-09-061-9/+11
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-223/+171
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* Fix spelling and typos (product names)Andreas Mohr2013-05-071-1/+1
* cmake-gui: Use the QStandardItemModel workaround until 5.1.0.Stephen Kelly2013-03-191-1/+1
* cmake-gui: Workaround bug in Qt 5.0.0 to 5.0.3 QStandardItemModelStephen Kelly2013-03-121-1/+5
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-35/+35
* Fix grouping bug where "Ungrouped Entries" showed up as a child.Clinton Stimpson2011-01-281-4/+10
* cmake-gui: always enable generate button.Clinton Stimpson2010-12-181-7/+21
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* fix compile warningsClinton Stimpson2009-09-231-18/+22
* ENH: Allow edit on single click. Fixes #9393. Also fix row heights to be c...Clinton Stimpson2009-08-101-4/+17
* ENH: Add a "Show my changes" to the Tools menu.Clinton Stimpson2009-07-171-1/+53
* BUG: Don't return checkable flag for item when in the middle of configure/ge...Clinton Stimpson2009-03-261-0/+1
* ENH: Add support for showing combo box for choosing from a list of strings t...Clinton Stimpson2009-03-121-2/+18
* BUG: Fix column widths on some systems.Clinton Stimpson2008-06-301-1/+1
* BUG: Don't create empty property. Fixes bug #7193.Clinton Stimpson2008-06-241-0/+5
* ENH: remove red blending. It didn't look good on some systems.Clinton Stimpson2008-06-131-4/+4
* ENH: instead of solid red for new entries, blend it with the alternatingClinton Stimpson2008-06-131-4/+4
* ENH: Make original flat view the default.Clinton Stimpson2008-06-131-383/+263
* ENH: better name for ungrouped entries.Clinton Stimpson2008-06-111-1/+1