| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | cmake-gui: use shortcut F only for "Find in Output" | Alex Neundorf | 2013-04-24 | 1 | -2/+2 |
|
|
* | | cmake-gui: Add function for going to next error message in Output window | Marc Bartholomaeus | 2013-04-24 | 2 | -2/+67 |
|
|
* | | cmake-gui: Change shortcut of the search field from Ctrl-F to Alt-E | Marc Bartholomaeus | 2013-04-24 | 2 | -7/+7 |
|
|
* | | cmake-gui: Add search functions to the context menu of the Output widget | Marc Bartholomaeus | 2013-04-24 | 2 | -0/+21 |
|
|
* | | cmake-gui: Add search functions for Output window (#9733) | Marc Bartholomaeus | 2013-04-24 | 2 | -0/+76 |
|/ |
|
* | 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 |
|
|
* | cmake-gui: Use -fPIE if required by Qt. | Stephen Kelly | 2013-03-12 | 1 | -0/+2 |
|
|
* | Enable deprecated API when using Qt 5. | Stephen Kelly | 2012-09-23 | 1 | -0/+2 |
|
|
* | Build with Qt5 if it is found. | Stephen Kelly | 2012-08-22 | 1 | -6/+23 |
|
|
* | Compile with both Qt4 and Qt5. | Stephen Kelly | 2012-08-21 | 1 | -0/+4 |
|
|
* | Replace two include_directories with a setting. | Stephen Kelly | 2012-08-21 | 1 | -2/+1 |
|
|
* | Remove an if which is always true. | Stephen Kelly | 2012-08-21 | 1 | -7/+6 |
|
|
* | Move variable setting down to where it relates to. | Stephen Kelly | 2012-08-21 | 1 | -1/+1 |
|
|
* | Use CMake platform variables instead of Qt ones. | Stephen Kelly | 2012-08-21 | 1 | -2/+2 |
|
|
* | Add a return-after-error if an old Qt is found. | Stephen Kelly | 2012-08-21 | 1 | -94/+93 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 2 | -12/+12 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 2 | -52/+52 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 11 | -104/+104 |
|
|
* | Ensure 3rd party libraries are writable. | Nicolas Despres | 2012-07-17 | 1 | -4/+5 |
|
|
* | cmake-gui: Fix code to respect current locale. | Clinton Stimpson | 2012-07-06 | 6 | -86/+90 |
|
|
* | cmake-gui: Wait for configure/generate thread to complete before exiting. | Clinton Stimpson | 2012-04-30 | 1 | -1/+1 |
|
|
* | Merge topic 'ImproveCPackDoc-reloaded' | David Cole | 2012-02-14 | 1 | -0/+1 |
|\ |
|
| * | CPack begin the implementation of --help-command* and --help-variables* | Eric NOULARD | 2012-01-22 | 1 | -0/+1 |
|
|
* | | cmake-gui: Improve interrupt granularity to fix bug 12649. | Clinton Stimpson | 2012-01-02 | 4 | -6/+19 |
|/ |
|
* | Merge topic 'qtdialog-quit' | David Cole | 2011-12-16 | 1 | -0/+2 |
|\ |
|
| * | QtDialog: Set Ctrl+Q as the shortcut for quitting the program. | Raphael Kubo da Costa | 2011-12-15 | 1 | -0/+2 |
|
|
* | | Remove the apparently outdated README in Source/QtDialog. | Raphael Kubo da Costa | 2011-12-15 | 1 | -3/+0 |
|/ |
|
* | cmake-gui: add completion for the names when adding cache entries | Alex Neundorf | 2011-11-19 | 4 | -3/+31 |
|
|
* | Remove trailing whitespace | Alex Neundorf | 2011-11-19 | 2 | -8/+8 |
|
|
* | Fix grouping bug where "Ungrouped Entries" showed up as a child. | Clinton Stimpson | 2011-01-28 | 2 | -5/+13 |
|
|
* | Merge topic 'dev/strict-mode' | Brad King | 2011-01-27 | 4 | -1/+42 |
|\ |
|
| * | Merge branch 'dev/add_test-working-directory' into dev/strict-mode | Brad King | 2011-01-27 | 3 | -364/+29 |
| |\ |
|
| * | | Unwatch manual variables upon removal in cmake-gui | Ben Boeckel | 2011-01-13 | 1 | -0/+2 |
|
|
| * | | Don't output to stderr in the GUI | Ben Boeckel | 2011-01-03 | 1 | -1/+0 |
|
|
| * | | Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-mode | Brad King | 2010-12-17 | 1 | -84/+92 |
| |\ \ |
|
| * | | | Set a watch on variables added through the gui | Ben Boeckel | 2010-09-22 | 1 | -0/+2 |
|
|
| * | | | Rename flags again and use variablewatch for cli | Ben Boeckel | 2010-09-01 | 4 | -17/+1 |
|
|
| * | | | Add warn-unused to the Qt interface | Ben Boeckel | 2010-09-01 | 4 | -0/+34 |
|
|
| * | | | Rename strict-mode to warn-uninitialized | Ben Boeckel | 2010-09-01 | 4 | -14/+14 |
|
|
| * | | | Make --strict-mode option, and integrate with cmake-gui | Bill Hoffman | 2010-09-01 | 4 | -1/+20 |
|
|
* | | | | cmake-gui: always enable generate button. | Clinton Stimpson | 2010-12-18 | 4 | -51/+146 |
| |_|/
|/| | |
|
* | | | Merge topic 'cmake-gui-args-11388' | David Cole | 2010-11-09 | 1 | -1/+13 |
|\ \ \ |
|
| * | | | Fix regression to allow specifying a CMakeCache.txt file on the command line. | Clinton Stimpson | 2010-11-01 | 1 | -1/+13 |
| | |/
| |/| |
|
* | | | cmake-gui: use BundleUtilities in place of custom script. | Clinton Stimpson | 2010-10-14 | 2 | -363/+16 |
|/ / |
|
* | | Make cmake-gui remember whether the "Advanced" checkbox was checked or not | Alex Neundorf | 2010-09-23 | 1 | -0/+7 |
|
|
* | | -remove trailing whitespace | Alex Neundorf | 2010-09-23 | 1 | -84/+84 |
|/ |
|
* | Fix for fix to bug #9975 | Clinton Stimpson | 2010-05-19 | 1 | -1/+1 |
|
|
* | BUG: Fix Bug #9975 when softlinks are used. | Clinton Stimpson | 2010-05-05 | 1 | -8/+11 |
|
|
* | ENH: Add simple grouped view. | Clinton Stimpson | 2010-04-26 | 3 | -151/+134 |
|
|