| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake-gui: Restore search bar case insensitivity | Brad King | 2021-03-04 | 2 | -4/+4 |
|
|
* | cmake-gui: Restore search bar for cache view and environment dialog | Sankhesh Jhaveri | 2021-02-22 | 2 | -0/+10 |
|
|
* | cmake-presets: Add build and test presets | Sam Freed | 2021-02-01 | 1 | -6/+7 |
|
|
* | CMake GUI: Fix rendering issue | Matthew Woehlke | 2021-01-15 | 1 | -4/+1 |
|
|
* | CMake GUI: Use system icons when available | Matthew Woehlke | 2021-01-15 | 2 | -4/+4 |
|
|
* | CMake GUI: Don't use QToolButton | Matthew Woehlke | 2021-01-15 | 3 | -17/+4 |
|
|
* | CMake GUI: Improve signal specification | Matthew Woehlke | 2021-01-15 | 3 | -13/+15 |
|
|
* | Merge branch 'master' into cmake-gui-qrc-fix | Kyle Edwards | 2021-01-11 | 5 | -33/+151 |
|\ |
|
| * | cmake-gui: Fix macOS styling for binaries distributed with Qt 5.10+ | Brad King | 2021-01-07 | 1 | -0/+3 |
|
|
| * | cmake-gui: Restore minimal plugin installation for Qt5 | Brad King | 2021-01-07 | 1 | -2/+12 |
|
|
| * | cmake-gui: Restore exclusion of static plugin installation | Brad King | 2021-01-07 | 1 | -1/+2 |
|
|
| * | cmake-gui: Restore installation of Qt plugin dependencies | Brad King | 2021-01-07 | 1 | -1/+1 |
|
|
| * | cmake-gui: Remove outdated FIXME comment about plugin installation | Brad King | 2021-01-07 | 1 | -2/+0 |
|
|
| * | cmake-gui: Fix CMake_QT_MAJOR_VERSION string comparison | Brad King | 2021-01-07 | 1 | -1/+1 |
|
|
| * | cmake-gui: Add a Qt version control variable | Sankhesh Jhaveri | 2021-01-05 | 1 | -8/+20 |
|
|
| * | cmake-gui: Conditionally switch between QDirModel and QFileSystemModel | Sankhesh Jhaveri | 2021-01-05 | 1 | -1/+36 |
|
|
| * | cmake-gui: Replace obsolete QDirModel with QFileSystemModel | Sankhesh Jhaveri | 2021-01-05 | 1 | -13/+10 |
|
|
| * | cmake-gui: Prefer local variable for Qt major version | Sankhesh Jhaveri | 2021-01-05 | 1 | -23/+27 |
|
|
| * | cmake-gui: Support installation for both Qt5 and Qt6 plugins | Sankhesh Jhaveri | 2021-01-05 | 1 | -7/+17 |
|
|
| * | cmake-gui: Use a consistent Qt major version variable name | Sankhesh Jhaveri | 2021-01-05 | 1 | -20/+19 |
|
|
| * | cmake-gui: Remove explicit locale setup | Sankhesh Jhaveri | 2021-01-05 | 1 | -4/+0 |
|
|
| * | cmake-gui: Support building against Qt6 | Sankhesh Jhaveri | 2021-01-05 | 3 | -21/+77 |
|
|
| * | Merge topic 'cmake-gui-system-icon' | Brad King | 2020-12-16 | 1 | -1/+1 |
| |\ |
|
| | * | cmake-gui: Use icon from system theme if available | Loren Burkholder | 2020-12-15 | 1 | -1/+1 |
|
|
* | | | cmake-gui: Restore linking of Qt resources | Kyle Edwards | 2021-01-11 | 1 | -2/+3 |
|
|
* | | | cmake-gui: Fix macOS styling for binaries distributed with Qt 5.10+ | Brad King | 2021-01-07 | 1 | -0/+3 |
|/ / |
|
* | | cmake-gui: Restore completion during path editing | Brad King | 2020-12-15 | 1 | -9/+14 |
|/ |
|
* | cmake-gui: Restore workaround for crash in file dialog | Brad King | 2020-11-05 | 2 | -0/+14 |
|
|
* | Merge topic 'cmake-presets-help-flag' into release-3.19 | Brad King | 2020-10-28 | 1 | -1/+6 |
|\ |
|
| * | ccmake: Don't list --preset in --help | Kyle Edwards | 2020-10-27 | 1 | -1/+6 |
|
|
* | | CMake GUI: Add --browse-manual argument | Kyle Edwards | 2020-10-27 | 2 | -14/+22 |
|/ |
|
* | CMakePresets.json: Rework how --preset argument is handled | Kyle Edwards | 2020-10-26 | 1 | -2/+1 |
|
|
* | CMakePresets.json: Split cmakeGeneratorConfig field | Kyle Edwards | 2020-10-22 | 4 | -11/+19 |
|
|
* | CMakePresets.json: Properly report macro expansion errors | Kyle Edwards | 2020-10-21 | 1 | -11/+11 |
|
|
* | CMake GUI: Disable preset fields instead of hiding them | Kyle Edwards | 2020-10-16 | 2 | -4/+15 |
|
|
* | cmake-gui: Attach icons only to main GUI executables | Brad King | 2020-10-14 | 1 | -2/+2 |
|
|
* | cmake-gui: Restore application icon on Windows | Brad King | 2020-10-13 | 1 | -5/+1 |
|
|
* | cmake-gui: Restore application icon on macOS | Brad King | 2020-10-13 | 1 | -6/+6 |
|
|
* | CMake GUI: Add presets functionality | Kyle Edwards | 2020-10-05 | 15 | -11/+762 |
|
|
* | CMake GUI: Add "CMake Reference Manual" help item | Kyle Edwards | 2020-09-30 | 1 | -2/+16 |
|
|
* | CMake GUI: Add environment editor | Kyle Edwards | 2020-09-28 | 9 | -37/+539 |
|
|
* | CMake GUI: Modernize signal-slot connections | Kyle Edwards | 2020-09-27 | 7 | -149/+180 |
|
|
* | CMake GUI: Split up into libraries, add test shim | Kyle Edwards | 2020-09-23 | 3 | -7/+31 |
|
|
* | QCMakeCacheView: Default to nullptr for parent | Kyle Edwards | 2020-09-23 | 1 | -1/+1 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 9 | -36/+9 |
|
|
* | 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 |
|
|
* | | cmake: Remove broken '--warn-unused-vars' option | Brad King | 2020-06-29 | 4 | -18/+0 |
|
|