| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake-gui: Fix conversion warnings about Qt indexing types | Brad King | 2023-02-20 | 1 | -8/+9 |
|
|
* | cmake-gui: do not set search filter if regex is invalid | Kyle Edwards | 2022-12-16 | 1 | -6/+2 |
|
|
* | clang-tidy: fix `performance-unnecessary-copy-initialization` lints | Ben Boeckel | 2022-05-24 | 1 | -2/+2 |
|
|
* | clang-tidy: address `modernize-use-default-member-init` lints | Ben Boeckel | 2022-05-24 | 1 | -2/+1 |
|
|
* | cmake-gui: Restore search bar case insensitivity | Brad King | 2021-03-04 | 1 | -2/+2 |
|
|
* | cmake-gui: Restore search bar for cache view and environment dialog | Sankhesh Jhaveri | 2021-02-22 | 1 | -0/+4 |
|
|
* | cmake-gui: Support building against Qt6 | Sankhesh Jhaveri | 2021-01-05 | 1 | -0/+4 |
|
|
* | cmake-gui: Restore workaround for crash in file dialog | Brad King | 2020-11-05 | 1 | -0/+13 |
|
|
* | CMake GUI: Modernize signal-slot connections | Kyle Edwards | 2020-09-27 | 1 | -4/+4 |
|
|
* | Merge topic 'cmake-gui-qt-5.14' | Brad King | 2020-07-23 | 1 | -2/+3 |
|\ |
|
| * | cmake-gui: Fix crash when built with Qt 5.14 or later | Brad King | 2020-07-22 | 1 | -2/+3 |
|
|
* | | Merge topic 'cmake-gui-qt-5.14' | Brad King | 2020-07-07 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | cmake-gui: Fix compilation as C++14 with Qt 5.14 | Brad King | 2020-07-06 | 1 | -4/+4 |
|
|
* | | Merge topic 'cmake-gui-qt5-only' | Brad King | 2020-06-12 | 1 | -32/+1 |
|\ \
| |/
|/| |
|
| * | QtDialog: remove Qt4-only code | Ben Boeckel | 2020-06-09 | 1 | -32/+1 |
|
|
* | | QCMakeCacheView: use non-deprecated List and Set constructions | Ben Boeckel | 2020-06-10 | 1 | -2/+15 |
|/ |
|
* | QtDialog: avoid using deprecated APIs | Ben Boeckel | 2020-06-02 | 1 | -0/+43 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+1 |
|
|
* | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -1/+2 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|
|
* | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -2/+2 |
|
|
* | Replace occurrences of "Mac OS X" with "macOS" in comments | Bartosz Kosiorek | 2018-09-10 | 1 | -1/+1 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -2/+2 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | QCMakeCacheView: prever QVector over QList | Daniel Pfeifer | 2017-05-05 | 1 | -2/+2 |
|
|
* | QtDialog: add reference in foreach | Daniel Pfeifer | 2017-05-05 | 1 | -4/+4 |
|
|
* | QCMakeCacheView: avoid temporary containers for iteration | Daniel Pfeifer | 2017-05-05 | 1 | -4/+10 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | QCMakeCacheView: simplify boolean expression | Daniel Pfeifer | 2016-09-08 | 1 | -4/+1 |
|
|
* | QCMakeCacheView: no else after return | Daniel Pfeifer | 2016-09-08 | 1 | -3/+5 |
|
|
* | QtDialog: fix clang-tidy warnings | Daniel Pfeifer | 2016-09-06 | 1 | -9/+11 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -223/+171 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -4/+4 |
|
|
* | Fix spelling and typos (product names) | Andreas Mohr | 2013-05-07 | 1 | -1/+1 |
|
|
* | cmake-gui: Use the QStandardItemModel workaround until 5.1.0. | Stephen Kelly | 2013-03-19 | 1 | -1/+1 |
|
|
* | cmake-gui: Workaround bug in Qt 5.0.0 to 5.0.3 QStandardItemModel | Stephen Kelly | 2013-03-12 | 1 | -1/+5 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -35/+35 |
|
|
* | Fix grouping bug where "Ungrouped Entries" showed up as a child. | Clinton Stimpson | 2011-01-28 | 1 | -4/+10 |
|
|
* | cmake-gui: always enable generate button. | Clinton Stimpson | 2010-12-18 | 1 | -7/+21 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | fix compile warnings | Clinton Stimpson | 2009-09-23 | 1 | -18/+22 |
|
|
* | ENH: Allow edit on single click. Fixes #9393. Also fix row heights to be c... | Clinton Stimpson | 2009-08-10 | 1 | -4/+17 |
|
|
* | ENH: Add a "Show my changes" to the Tools menu. | Clinton Stimpson | 2009-07-17 | 1 | -1/+53 |
|
|
* | BUG: Don't return checkable flag for item when in the middle of configure/ge... | Clinton Stimpson | 2009-03-26 | 1 | -0/+1 |
|
|
* | ENH: Add support for showing combo box for choosing from a list of strings t... | Clinton Stimpson | 2009-03-12 | 1 | -2/+18 |
|
|
* | BUG: Fix column widths on some systems. | Clinton Stimpson | 2008-06-30 | 1 | -1/+1 |
|
|
* | BUG: Don't create empty property. Fixes bug #7193. | Clinton Stimpson | 2008-06-24 | 1 | -0/+5 |
|
|
* | ENH: remove red blending. It didn't look good on some systems. | Clinton Stimpson | 2008-06-13 | 1 | -4/+4 |
|
|
* | ENH: instead of solid red for new entries, blend it with the alternating | Clinton Stimpson | 2008-06-13 | 1 | -4/+4 |
|
|
* | ENH: Make original flat view the default. | Clinton Stimpson | 2008-06-13 | 1 | -383/+263 |
|
|