summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake-gui: Rename local variable to avoid shadowing a memberBrad King2013-11-011-22/+22
* cmake-gui: save and restore the geometry and window state between sessions.Clinton Stimpson2013-09-101-5/+4
* cmake-gui: use shortcut F only for "Find in Output"Alex Neundorf2013-04-241-2/+2
* cmake-gui: Add function for going to next error message in Output windowMarc Bartholomaeus2013-04-241-2/+66
* cmake-gui: Change shortcut of the search field from Ctrl-F to Alt-EMarc Bartholomaeus2013-04-241-6/+3
* cmake-gui: Add search functions to the context menu of the Output widgetMarc Bartholomaeus2013-04-241-0/+20
* cmake-gui: Add search functions for Output window (#9733)Marc Bartholomaeus2013-04-241-0/+72
* cmake-gui: Fix code to respect current locale.Clinton Stimpson2012-07-061-16/+15
* cmake-gui: Wait for configure/generate thread to complete before exiting.Clinton Stimpson2012-04-301-1/+1
* cmake-gui: Improve interrupt granularity to fix bug 12649.Clinton Stimpson2012-01-021-2/+1
* QtDialog: Set Ctrl+Q as the shortcut for quitting the program.Raphael Kubo da Costa2011-12-151-0/+2
* cmake-gui: add completion for the names when adding cache entriesAlex Neundorf2011-11-191-1/+24
* Merge topic 'dev/strict-mode'Brad King2011-01-271-1/+15
|\
| * Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-modeBrad King2010-12-171-84/+92
| |\
| * | Rename flags again and use variablewatch for cliBen Boeckel2010-09-011-7/+1
| * | Add warn-unused to the Qt interfaceBen Boeckel2010-09-011-0/+12
| * | Rename strict-mode to warn-uninitializedBen Boeckel2010-09-011-5/+5
| * | Make --strict-mode option, and integrate with cmake-guiBill Hoffman2010-09-011-1/+8
* | | cmake-gui: always enable generate button.Clinton Stimpson2010-12-181-42/+111
| |/ |/|
* | Make cmake-gui remember whether the "Advanced" checkbox was checked or notAlex Neundorf2010-09-231-0/+7
* | -remove trailing whitespaceAlex Neundorf2010-09-231-84/+84
|/
* ENH: Add simple grouped view.Clinton Stimpson2010-04-261-27/+15
* Fix bug #9722. Report error when not able to create build directory.Clinton Stimpson2009-10-301-1/+8
* don't allow consecutive generates without a configure.Clinton Stimpson2009-10-051-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* fix compile warningsClinton Stimpson2009-09-231-13/+13
* fix issue 9346. add binary directory to window title to make it easier to de...Clinton Stimpson2009-09-221-0/+9
* fix focus fighting between search field and cache value editorsClinton Stimpson2009-09-041-1/+8
* ENH: Edit button label for new changes dialog.Clinton Stimpson2009-07-171-2/+2
* ENH: Add a "Show my changes" to the Tools menu.Clinton Stimpson2009-07-171-0/+69
* ENH: Save/restore splitter sizes. Fixes #9070.Clinton Stimpson2009-06-241-0/+4
* ENH: Add version info to about dialog, including Qt version.Clinton Stimpson2009-03-301-1/+7
* ENH:Clinton Stimpson2008-12-161-40/+37
* ENH: Replace Advanced checkbox and group option in menu with a combo box toClinton Stimpson2008-07-051-14/+28
* ENH: Make original flat view the default.Clinton Stimpson2008-06-131-3/+24
* ENH: Add items under the Options menu for collapsing and expanding the variableClinton Stimpson2008-06-111-0/+7
* ENH: Use a tree view of the properties instead of a flat list view.Clinton Stimpson2008-06-101-15/+15
* ENH: Add cross compiling support in the GUI in the same dialog that prompts forClinton Stimpson2008-05-151-61/+89
* BUG: Fix issue when non-error messages were incorrectly colored red.Clinton Stimpson2008-04-141-20/+6
* BUG: Fix #6733. Always convert "\" to "/" in source & binary directory fiel...Clinton Stimpson2008-04-071-3/+16
* ENH: Fix exit shortcut to be more standard, and add shortcut for advanced ch...Clinton Stimpson2008-04-031-1/+1
* ENH: Add more shortcuts. Fixes 6357.Clinton Stimpson2008-04-031-7/+7
* ENH: add ability to create symlinks for command line on mac from guiBill Hoffman2008-04-031-2/+15
* ENH: Add debug output option to a new Options menu.Clinton Stimpson2008-04-021-3/+14
* ENH: Allow cancelling the dialog that prompts for the generator.Clinton Stimpson2008-04-021-9/+19
* ENH: Better default size for help dialog.Clinton Stimpson2008-03-281-1/+4
* ENH: make menu item match -Wno-dev command lineBill Hoffman2008-03-131-1/+1
* ENH: Preserve white spaces when printing messages.Clinton Stimpson2008-03-131-0/+1
* ENH: remove iostream, not usedBill Hoffman2008-03-121-1/+0
* ENH: add ability to suppress dev warnings to gui codeBill Hoffman2008-03-121-1/+13