summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmake-gui: Improve interrupt granularity to fix bug 12649.Clinton Stimpson2012-01-021-2/+1
| | | | | | | Instead of enabling interrupt only when a progress or message callback is called, add a new callback specifically for interrupt. This new callback is called from GetFatalErrorOccured() so cmake-gui can immediately report interrupt status instead of calling queuing a call to cmSystemTools::SetFatalErrorOccured() and waiting for the progress or message callback to be called to process that queued call.
* QtDialog: Set Ctrl+Q as the shortcut for quitting the program.Raphael Kubo da Costa2011-12-151-0/+2
| | | | | | QKeySequence::Quit does not work on all platforms, and since it translates to Ctrl+Q on all platforms where it does work, Ctrl+Q was hardcoded instead.
* cmake-gui: add completion for the names when adding cache entriesAlex Neundorf2011-11-191-1/+24
| | | | | | | | | | Up to 100 completion strings for the names of added variables are saved in the settings, so it will remember the variables you are usually adding. It also ensures that CMAKE_INSTALL_PREFIX is always there, since this is maybe the one which is set most often. Alex
* Merge topic 'dev/strict-mode'Brad King2011-01-271-1/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dd2f814 Merge branch 'dev/add_test-working-directory' into dev/strict-mode 949d32c Unwatch manual variables upon removal in cmake-gui 3939032 Unwatch manual variables upon removal in ccmake 8354413 Add method to unwatch a manual variable 8ed3c85 Give a better message for unused variables 729db48 Fix ArgumentExpansion test expected results 89c2544 Checking for a definition is a usage 5625dee Don't output to stderr in the GUI ad25a96 Merge branch 'ImprovedDotSupport2' into dev/strict-mode c128abe Merge branch 'AddCMAKE_CURRENT_LIST_DIR' into dev/strict-mode 9bcaff0 Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-mode 544d0c3 Fix expected output for WarnUninitialized test 4e3bea4 Update expected messages to new format 8e8c9e4 Don't check at destruction for usage 668e005 Use cmake::IssueMessage for warnings 88cd4c1 Use 'CMake Warning' versus 'warning' for CDash 3c3b98d Initialize the class before setting warn flags cf8b15a Ignore files under the CMakeFiles directory fd50f06 Don't check for unused vars at configure time 447a04c Don't warn during configure when doing everything b97ee21 Check for unused variables at the end of generate c18c977 When checking for variables, specify a reason 3f1121f Use a long int since Line is a long as well 2507f93 Change the failure case string to 'Unexpected' fe390a2 Add 'ArgumentExpansion' test 8dbb209 Wrong boolean value for CLI warnings d4ee998 Hard-code the --no-warn-unused-cli flag a267b99 Fix line lengths 82ed104 Flag that the directories have been set 5aa535b Add argument to arg parsing to not set directories 367e5c3 Revert "Revert "When calling CMake, set the args and the cache"" ab5d4e4 Revert "When calling CMake, set the args and the cache" 9b90040 When calling CMake, set the args and the cache fe56002 Fix long lines for KWStyle 5d30cfc Set a watch on variables added through the gui 33c63b1 Add a method to put a watch for variables 535253f Initialize the warning variables earlier cbb286c Fix the path detection to work for top-level 62be1f7 Initialize the usage stack earlier c6e7fab Factor out the checks for unused variables 5e41ba8 When using the API, check for Add vs. Remove dee1976 Fix typo in VariableUnusedViaUnset test f231ce5 Remove old false positive avoidance code a117e02 Revert "Add test for unused warnings at the end of scope" 2c82f2b Exempt CMAKE(CURRENT|PARENT)_LIST_FILE from usage 6d7d449 Ignore CLI warnings for ABI determination 7740a73 Only return local keys that are defined bef3aee Use the API so that warnings can be tracked 05cb0f4 Check for unused variables in the dtor 91c4c99 Add test for unused warnings at the end of scope ca90f67 Fix detection of unused variables when setting f7438ca Add test for unused detection via setting it 995cfb0 Don't warn if the variable wasn't defined aefc91d Add test for usage checks via unset a8e97f8 Remove VarRemoved code since it's been superceded 59463ef Rework CheckVariableForUnused usage f117423 Fix line lengths to be no more than 78 e49a935 Improve unused warning logic e01e40c Mark ARGC, ARGV*, and ARGN as used a17aff7 Ignore CMAKE_MATCH_* variables for usage 02a114d Add method to allow variables to be marked as used a0b0d23 CMAKE_DO_TRY_COMPILE is no longer used ae3eff3 Fix the path used for ignoring system warnings 056b441 Fix missing case for usage of a variable 980e048 Factor out checks for unused variables 83acb0a Remove now unused variables 3801463 Use built-ins for readability and maintainability 8b52015 Push the initialize and unused states when copying 439877f Be consistent with single and double quotes 4cf1706 Add documentation for check-system-vars b74777f Fix the spelling of the flag for warn-unused-vars b948120 Change logic of flag to turn off cli unused checks f047a17 Add test for uninitialized variables 75bda38 Add tests for unused command line variables 300fc15 Fix detection of system files d784e6a Run the unused variables check on the final pass 9efc057 VariableWatch is not available when bootstrapping 2e78224 Add a missing comma to the warning message 7499700 Add a flag to warn about system files fff9f6d Rename flags again and use variablewatch for cli 786e269 Add warn-unused to the Qt interface 636e6c4 Default to marking things as used 4ff0340 Rename find-unused to warn-unused d7999e9 Rename strict-mode to warn-uninitialized e141bc9 Detect unused variables d3e8eb5 Add flags to detect unused variables f332e14 Complete strict-mode checks for uninitialized vars 52f9637 Add method to get the local scope variables f794d58 Make --strict-mode option, and integrate with cmake-gui 48b5b85 Add a warning when variables are used uninitialized. cd626ea For macros make sure the FilePath points to a valid pointer in the args.
| * Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-modeBrad King2010-12-171-84/+92
| |\ | | | | | | | | | | | | Conflicts: Source/QtDialog/CMakeSetupDialog.cxx
| * | 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
| | | | | | | | Alex
* | -remove trailing whitespaceAlex Neundorf2010-09-231-84/+84
|/ | | | Alex
* 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
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* fix compile warningsClinton Stimpson2009-09-231-13/+13
|
* fix issue 9346. add binary directory to window title to make it easier to ↵Clinton Stimpson2009-09-221-0/+9
| | | | deal with multiple cmake-gui instances
* 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
| | | | | Changes by the user are recorded and when requested, it shows -D arguments for commandline or contents for a cache file.
* 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
| | | | | | | For bug #7191. Improvements to the dialog that sets up the first configure. Fixing the large size of it by breaking it up into a wizard. Also incorporated suggestions from bug report.
* ENH: Replace Advanced checkbox and group option in menu with a combo box toClinton Stimpson2008-07-051-14/+28
| | | | choose view type.
* ENH: Make original flat view the default.Clinton Stimpson2008-06-131-3/+24
| | | | Add option to switch to grouped view (and remember it).
* ENH: Add items under the Options menu for collapsing and expanding the variableClinton Stimpson2008-06-111-0/+7
| | | | tree.
* ENH: Use a tree view of the properties instead of a flat list view.Clinton Stimpson2008-06-101-15/+15
| | | | | | | Properties are grouped by a prefix (up to first "_") and can be expanded or collapsed. Fixes #6359.
* ENH: Add cross compiling support in the GUI in the same dialog that prompts forClinton Stimpson2008-05-151-61/+89
| | | | | | | | | | the generator on the first configure. It either ask for a toolchain file or asks for all the information a toolchain file might contain. Also added option for setting non-default compilers if not cross compiling. Fixes #6849. Also a bit of code cleanup and re-organizing.
* 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 ↵Clinton Stimpson2008-04-071-3/+16
| | | | fields on Windows.
* ENH: Fix exit shortcut to be more standard, and add shortcut for advanced ↵Clinton Stimpson2008-04-031-1/+1
| | | | checkbox.
* 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
| | | | | Move dev warnings option to the new Options menu. Fixes #6335.
* 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
|
* ENH: Use fixed pitch font in output window.Clinton Stimpson2008-03-071-0/+3
|
* ENH: Adjust when log is cleared. Its kept doing generate,Clinton Stimpson2008-02-251-2/+1
| | | | | and cleared when changing the source directory. #6358.
* ENH: Convert native paths from QFileDialog and QDirModel/QCompleter.Clinton Stimpson2008-02-151-15/+7
| | | | BUG: Block possible completion loop.
* ENH: Add shortcut to start search/filter.Clinton Stimpson2008-02-141-0/+14
| | | | | | | | A bit of cleanup. Disable tab navigation in cache variable list. Enable home/end keys. BUG: Ensure currently edited values are saved before doing configure.
* ENH: make sure html < > & stuff is escaped for the output windowBill Hoffman2008-02-141-2/+18
|
* ENH: add a check before delete cacheBill Hoffman2008-02-141-2/+11
|
* ENH: Remove CurrentChanged from the table view's edit triggers.Clinton Stimpson2008-02-131-1/+0
| | | | | It results in editor issues when modifying the view. Remove workarounds for some of those issues.
* BUG: Make sure editor closes when deleting cache entries.Clinton Stimpson2008-02-081-0/+1
|
* ENH: Show version number in window title.Clinton Stimpson2008-02-011-1/+1
|